/* 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-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon > .anticon {
  line-height: 0;
  vertical-align: 0;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin,
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.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 {
  transform: scale(0);
  transform-origin: 0% 0%;
  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 {
  transform: scale(0);
  transform-origin: 0% 0%;
  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 {
  transform: scale(0);
  transform-origin: 0% 0%;
  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 {
  transform: scale(0);
  transform-origin: 0% 0%;
  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-public2.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-public2.s3-us-west-1.amazonaws.com/assets;

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

.components-Icons-MainNav-__navIconContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s;
  cursor: pointer;
}
.components-Icons-MainNav-__navIconContainer * {
  fill: var(--primary-color);
}
.components-Icons-MainNav-__navIconContainer .components-Icons-MainNav-__brainLines {
  fill: var(--dark-blue);
}
.components-Icons-MainNav-__navIconContainer:hover {
  background-color: var(--dark-navy);
}
.components-Icons-MainNav-__navIconContainer:hover * {
  fill: white;
}
.components-Icons-MainNav-__navIconContainer:hover .components-Icons-MainNav-__brainLines {
  fill: var(--dark-navy);
}
.components-Icons-MainNav-__navIconContainer:hover .components-Icons-MainNav-__enterpriseIcon path {
  fill: var(--dark-navy);
}
.components-Icons-MainNav-__navIconContainerActive {
  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);
}
.components-Icons-MainNav-__navIconContainerActive * {
  fill: var(--primary-color);
}
.components-Icons-MainNav-__navIconContainerActive .components-Icons-MainNav-__brainLines {
  fill: var(--dark-blue);
}
.components-Icons-MainNav-__navIconContainerActive:hover {
  background-color: var(--dark-navy);
}
.components-Icons-MainNav-__navIconContainerActive:hover * {
  fill: white;
}
.components-Icons-MainNav-__navIconContainerActive:hover .components-Icons-MainNav-__brainLines {
  fill: var(--dark-navy);
}
.components-Icons-MainNav-__navIconContainerActive:hover .components-Icons-MainNav-__enterpriseIcon path {
  fill: var(--dark-navy);
}
.components-Icons-MainNav-__navIconContainerActive * {
  fill: white;
}
.components-Icons-MainNav-__navIconContainerActive:hover {
  background-color: var(--primary-color);
}
.components-Icons-MainNav-__navIconContainerActive:hover * {
  fill: white;
}
.components-Icons-MainNav-__gettingStartedHovered path {
  fill: var(--blue-ribbon);
}
.components-Icons-MainNav-__enterpriseIcon path {
  cursor: pointer;
  fill: var(--dark-navy);
}
.components-Icons-MainNav-__enterpriseIcon:hover path {
  fill: var(--primary-color);
}
.components-Icons-MainNav-__gettingStartedNavIconContainer {
  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%);
}
.components-Icons-MainNav-__gettingStartedNavIconContainer * {
  fill: var(--primary-color);
}
.components-Icons-MainNav-__gettingStartedNavIconContainer .components-Icons-MainNav-__brainLines {
  fill: var(--dark-blue);
}
.components-Icons-MainNav-__gettingStartedNavIconContainer:hover {
  background-color: var(--dark-navy);
}
.components-Icons-MainNav-__gettingStartedNavIconContainer:hover * {
  fill: white;
}
.components-Icons-MainNav-__gettingStartedNavIconContainer:hover .components-Icons-MainNav-__brainLines {
  fill: var(--dark-navy);
}
.components-Icons-MainNav-__gettingStartedNavIconContainer:hover .components-Icons-MainNav-__enterpriseIcon path {
  fill: var(--dark-navy);
}
.components-Icons-MainNav-__gettingStartedNavIconContainer:hover path {
  fill: var(--blue-ribbon);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-Icons-Chevrons-ChevronVertical-__chevronVertical {
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  padding-right: 1px;
  transition: 0.2s all;
}
.components-Icons-Chevrons-ChevronVertical-__chevronVerticalRotated {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.components-Icons-Logos-HeaderLogo-__container {
  height: 50px;
  cursor: pointer;
}
.components-Icons-Logos-HeaderLogo-__container .components-Icons-Logos-HeaderLogo-__svg {
  max-width: 117px;
  max-height: 36px;
  min-width: 80px;
  height: 100%;
  width: 100%;
}
.components-Icons-Logos-HeaderLogo-__container .components-Icons-Logos-HeaderLogo-__svg .components-Icons-Logos-HeaderLogo-__path {
  transition: fill 300ms;
}
@s 3 -asset-path: https://powur-public2.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;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.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;
  font-size: 14px;
  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-public2.s3-us-west-1.amazonaws.com/assets;

.components-LoadingElements-Spinner-__loadingSpinner {
  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;
}
.components-LoadingElements-Spinner-__loadingSpinner .components-LoadingElements-Spinner-__spinner {
  z-index: 6;
}
.components-LoadingElements-Spinner-__loadingSpinner .components-LoadingElements-Spinner-__spinner .ant-spin-dot-item:first-of-type {
  background: var(--blue-ribbon);
}
.components-LoadingElements-Spinner-__loadingSpinner .components-LoadingElements-Spinner-__spinner .ant-spin-dot-item:nth-of-type(2) {
  background: var(--sweet-mint);
}
.components-LoadingElements-Spinner-__loadingSpinner .components-LoadingElements-Spinner-__spinner .ant-spin-dot-item:nth-of-type(3) {
  background: var(--picton-blue);
}
.components-LoadingElements-Spinner-__loadingSpinner .components-LoadingElements-Spinner-__spinner .ant-spin-dot-item:nth-of-type(4) {
  background: var(--goldenrod);
}
.components-LoadingElements-Spinner-__bgWhite {
  background-color: var(--white);
}
.components-LoadingElements-Spinner-__loadingSpinnerNoMask {
  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;
}
.components-LoadingElements-Spinner-__loadingSpinnerNoMask .components-LoadingElements-Spinner-__spinner {
  z-index: 6;
}
.components-LoadingElements-Spinner-__loadingSpinnerNoMask .components-LoadingElements-Spinner-__spinner .ant-spin-dot-item:first-of-type {
  background: var(--blue-ribbon);
}
.components-LoadingElements-Spinner-__loadingSpinnerNoMask .components-LoadingElements-Spinner-__spinner .ant-spin-dot-item:nth-of-type(2) {
  background: var(--sweet-mint);
}
.components-LoadingElements-Spinner-__loadingSpinnerNoMask .components-LoadingElements-Spinner-__spinner .ant-spin-dot-item:nth-of-type(3) {
  background: var(--picton-blue);
}
.components-LoadingElements-Spinner-__loadingSpinnerNoMask .components-LoadingElements-Spinner-__spinner .ant-spin-dot-item:nth-of-type(4) {
  background: var(--goldenrod);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-LoadingElements-LoadingScreen-__layout {
  height: 100vh;
}
.components-LoadingElements-LoadingScreen-__layout .components-LoadingElements-LoadingScreen-__content {
  border-width: 4px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-baby-blue);
}
.components-LoadingElements-LoadingScreen-__layout .components-LoadingElements-LoadingScreen-__content .components-LoadingElements-LoadingScreen-__container {
  width: 150px;
  display: flex;
  flex-direction: column;
}
.components-LoadingElements-LoadingScreen-__layout .components-LoadingElements-LoadingScreen-__content .components-LoadingElements-LoadingScreen-__container .components-LoadingElements-LoadingScreen-__logo {
  transform: translateY(-70px);
  height: 75px;
  width: 100%;
}
.components-LoadingElements-LoadingScreen-__layout .components-LoadingElements-LoadingScreen-__fallbackContent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--blue-ribbon);
}
.components-LoadingElements-LoadingScreen-__layout .components-LoadingElements-LoadingScreen-__fallbackContent .components-LoadingElements-LoadingScreen-__isMobile {
  width: 100vw;
  height: 100vh;
  background: var(--blue-ribbon) left top / contain no-repeat;
  background-image: url("/img/maintenanceFallback/powur_maintenance_screen-mobile.png");
}
.components-LoadingElements-LoadingScreen-__layout .components-LoadingElements-LoadingScreen-__fallbackContent .components-LoadingElements-LoadingScreen-__isTablet {
  width: 100vw;
  height: 100vh;
  background: var(--blue-ribbon) left top / contain no-repeat;
  background-image: url("/img/maintenanceFallback/powur_maintenance_screen-tablet.png");
}
.components-LoadingElements-LoadingScreen-__layout .components-LoadingElements-LoadingScreen-__fallbackContent .components-LoadingElements-LoadingScreen-__isDesktop {
  width: 100vw;
  height: 100vh;
  background: var(--blue-ribbon) left top / contain no-repeat;
  background-image: url("/img/maintenanceFallback/powur_maintenance_screen-desktop.png");
}
@s 3 -asset-path: https://powur-public2.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;
  min-width: 0;
}
.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-public2.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;
}
.ant-btn-icon-only .anticon-loading {
  padding: 0 !important;
}
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-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-disabled {
  cursor: not-allowed;
}
a.ant-btn-disabled > * {
  pointer-events: none;
}
a.ant-btn-disabled,
a.ant-btn-disabled:hover,
a.ant-btn-disabled:focus,
a.ant-btn-disabled:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
a.ant-btn-disabled > a:only-child,
a.ant-btn-disabled:hover > a:only-child,
a.ant-btn-disabled:focus > a:only-child,
a.ant-btn-disabled:active > a:only-child {
  color: currentcolor;
}
a.ant-btn-disabled > a:only-child::after,
a.ant-btn-disabled:hover > a:only-child::after,
a.ant-btn-disabled:focus > a:only-child::after,
a.ant-btn-disabled:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
.ant-btn-compact-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
  margin-right: -1px;
}
.ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-item-rtl {
  margin-left: -1px;
}
.ant-btn-compact-item:hover,
.ant-btn-compact-item:focus,
.ant-btn-compact-item:active {
  z-index: 2;
}
.ant-btn-compact-item[disabled] {
  z-index: 0;
}
.ant-btn-compact-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-last-item).ant-btn {
  border-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-first-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-first-item:not(.ant-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-last-item:not(.ant-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-icon-only.ant-btn-compact-item {
  flex: none;
}
.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled]) {
  position: relative;
}
.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled])::after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 1px;
  height: calc(100% + 1px * 2);
  background-color: #40a9ff;
  content: ' ';
}
.ant-btn-compact-item-rtl.ant-btn-compact-first-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-compact-last-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-first-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-last-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-primary:not([disabled]) + .ant-btn-compact-item-rtl.ant-btn-primary:not([disabled])::after {
  right: -1px;
}
.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-last-item) {
  margin-bottom: -1px;
}
.ant-btn-compact-vertical-item:hover,
.ant-btn-compact-vertical-item:focus,
.ant-btn-compact-vertical-item:active {
  z-index: 2;
}
.ant-btn-compact-vertical-item[disabled] {
  z-index: 0;
}
.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-first-item):not(.ant-btn-compact-vertical-last-item) {
  border-radius: 0;
}
.ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) {
  position: relative;
}
.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])::after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: calc(100% + 1px * 2);
  height: 1px;
  background-color: #40a9ff;
  content: ' ';
}
.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-rtl.ant-btn > .anticon + span,
.ant-btn-rtl.ant-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}
@s 3 -asset-path: https://powur-public2.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);
  word-break: 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-visible,
.ant-typography a:focus-visible,
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;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: 4px;
}
.ant-typography-expand:focus-visible,
.ant-typography-edit:focus-visible,
.ant-typography-copy:focus-visible,
.ant-typography-expand:hover,
.ant-typography-edit:hover,
.ant-typography-copy:hover {
  color: #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-public2.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;
  display: inline-flex;
}
.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: rgba(255, 255, 255, 0);
}
.ant-input-affix-wrapper > .ant-input {
  font-size: inherit;
  border: none;
  outline: none;
}
.ant-input-affix-wrapper > .ant-input:focus {
  box-shadow: none !important;
}
.ant-input-affix-wrapper > .ant-input:not(textarea) {
  padding: 0;
}
.ant-input-affix-wrapper::before {
  display: inline-block;
  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.ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0;
}
.ant-input-affix-wrapper.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;
}
.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,
.ant-input-group.ant-input-group-compact > .ant-input-number-affix-wrapper,
.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-compact-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
  margin-right: -1px;
}
.ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-item-rtl {
  margin-left: -1px;
}
.ant-input-compact-item:hover,
.ant-input-compact-item:focus,
.ant-input-compact-item:active {
  z-index: 2;
}
.ant-input-compact-item[disabled] {
  z-index: 0;
}
.ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input {
  border-radius: 0;
}
.ant-input-compact-item.ant-input.ant-input-compact-first-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-compact-item.ant-input.ant-input-compact-last-item:not(.ant-input-compact-first-item):not(.ant-input-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-first-item:not(.ant-input-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-last-item:not(.ant-input-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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-search.ant-input-compact-item:not(.ant-input-compact-item-rtl):not(.ant-input-compact-last-item) .ant-input-group-addon .ant-input-search-button {
  margin-right: -1px;
  border-radius: 0;
}
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input,
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:hover,
.ant-input-search.ant-input-compact-item > .ant-input:hover,
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover,
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:focus,
.ant-input-search.ant-input-compact-item > .ant-input:focus,
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus,
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:active,
.ant-input-search.ant-input-compact-item > .ant-input:active,
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
  z-index: 2;
}
.ant-input-search.ant-input-compact-item > .ant-input-affix-wrapper-focused {
  z-index: 2;
}
.ant-input-search.ant-input-compact-item-rtl:not(.ant-input-compact-last-item) .ant-input-group-addon:last-child .ant-input-search-button {
  margin-left: -1px;
  border-radius: 0;
}
.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-left-color: #d9d9d9;
}
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover,
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover {
  border-left-color: #40a9ff;
}
.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:last-child {
  right: -1px;
  left: auto;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child .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-public2.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;
  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: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.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-public2.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 rgba(24, 144, 255, 0.12);
}
.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 rgba(24, 144, 255, 0.12);
}
.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 rgba(24, 144, 255, 0.12);
}
.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 rgba(24, 144, 255, 0.12);
}
.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-public2.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, visibility 0s;
}
.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;
  visibility: hidden;
  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-flex;
  align-items: center;
  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-disabled .ant-select-selection-item-remove {
  display: none;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .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):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).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):not(.ant-pagination-size-changer) .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):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).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-flex;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  display: flex;
  align-items: center;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.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-compact-item:not(.ant-select-compact-last-item) {
  margin-right: -1px;
}
.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl {
  margin-right: 0;
  margin-left: -1px;
}
.ant-select-compact-item:hover > *,
.ant-select-compact-item:focus > *,
.ant-select-compact-item:active > * {
  z-index: 2;
}
.ant-select-compact-item.ant-select-focused > * {
  z-index: 2;
}
.ant-select-compact-item[disabled] > * {
  z-index: 0;
}
.ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select > .ant-select-selector {
  border-radius: 0;
}
.ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item) > .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item) > .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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-public2.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-public2.s3-us-west-1.amazonaws.com/assets;

.components-HomepageComponents-ChangeLanguage-__languageLabel {
  display: flex;
  align-items: center;
  height: 32px;
  font-size: 14px;
  line-height: 25px;
  color: var(--table-grey);
  font-weight: 300;
}
.components-HomepageComponents-ChangeLanguage-__optionContent {
  display: flex;
  align-items: center;
}
.components-HomepageComponents-ChangeLanguage-__languageDropdown {
  background: var(--athens-gray);
  border: 1px solid var(--loblolly-gray);
  border-radius: 4px;
}
.components-HomepageComponents-ChangeLanguage-__languageDropdown .ant-select-item-option:not(:last-child) {
  border-bottom: 1px solid var(--loblolly-gray);
}
.components-HomepageComponents-ChangeLanguage-__languageDropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background: var(--athens-gray);
}
.components-HomepageComponents-ChangeLanguage-__languageSelect .components-HomepageComponents-ChangeLanguage-__selectLabel {
  display: flex;
  align-items: center;
  height: 32px;
  width: 90px;
}
.components-HomepageComponents-ChangeLanguage-__languageSelect .components-HomepageComponents-ChangeLanguage-__selectLabel .components-HomepageComponents-ChangeLanguage-__icon {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.components-HomepageComponents-Footer-__footer {
  background-color: var(--white);
  display: flex;
  justify-content: center;
}
.components-HomepageComponents-Footer-__innerContainer {
  width: 100%;
  max-width: 1280px;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.components-HomepageComponents-Footer-__infoRow {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .components-HomepageComponents-Footer-__infoRow {
    flex-direction: column;
    align-items: center;
  }
}
.components-HomepageComponents-Footer-__links {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
@media (max-width: 768px) {
  .components-HomepageComponents-Footer-__links {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .components-HomepageComponents-Footer-__links {
    flex-direction: column;
    align-items: center;
  }
}
.components-HomepageComponents-Footer-__header {
  font-family: "Oswald", "Barlow", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.components-HomepageComponents-Footer-__linkCol {
  margin-right: 16px;
  color: #202020;
}
.components-HomepageComponents-Footer-__linkCol .components-HomepageComponents-Footer-__linksList {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
}
.components-HomepageComponents-Footer-__linkCol .components-HomepageComponents-Footer-__linksList li > a,
.components-HomepageComponents-Footer-__linkCol .components-HomepageComponents-Footer-__linksList div {
  color: var(--table-grey);
  cursor: pointer;
}
.components-HomepageComponents-Footer-__linkCol .components-HomepageComponents-Footer-__linksList li > a:hover,
.components-HomepageComponents-Footer-__linkCol .components-HomepageComponents-Footer-__linksList div:hover {
  color: var(--primary-lite);
}
.components-HomepageComponents-Footer-__linkCol .components-HomepageComponents-Footer-__linksList li > div > a {
  color: var(--table-grey);
  text-transform: capitalize;
}
.components-HomepageComponents-Footer-__linkCol .components-HomepageComponents-Footer-__linksList li > div > a:hover {
  color: var(--primary-lite);
}
.components-HomepageComponents-Footer-__linkCol .components-HomepageComponents-Footer-__linksList .components-HomepageComponents-Footer-__emailLink {
  color: var(--primary-lite);
}
.components-HomepageComponents-Footer-__linkCol .components-HomepageComponents-Footer-__linksList .components-HomepageComponents-Footer-__emailLink:hover {
  color: var(--primary-lite-highlighted);
}
@media (max-width: 475px) {
  .components-HomepageComponents-Footer-__linkCol {
    text-align: center;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .components-HomepageComponents-Footer-__linkCol:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }
}
@media (max-width: 475px) {
  .components-HomepageComponents-Footer-__linkCol:last-child {
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .components-HomepageComponents-Footer-__solarCol {
    margin-top: 16px;
  }
}
@media (max-width: 475px) {
  .components-HomepageComponents-Footer-__solarCol {
    text-align: center;
  }
}
.components-HomepageComponents-Footer-__lang {
  margin-top: 19px;
}
.components-HomepageComponents-Footer-__lang .ant-select-selection-item {
  height: 32px;
}
.components-HomepageComponents-Footer-__quoteContainer {
  display: flex;
}
.components-HomepageComponents-Footer-__quoteContainer .components-HomepageComponents-Footer-__input {
  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;
}
.components-HomepageComponents-Footer-__quoteContainer .components-HomepageComponents-Footer-__zipButton {
  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;
}
.components-HomepageComponents-Footer-__quoteContainer .components-HomepageComponents-Footer-__zipButton:hover {
  background-color: var(--primary-lite-highlighted);
}
.components-HomepageComponents-Footer-__divider {
  width: 100%;
  height: 1px;
  background-color: var(--loblolly-gray);
  margin-top: 40px;
  margin-bottom: 15px;
}
.components-HomepageComponents-Footer-__disclaimerRow {
  display: flex;
}
@media (max-width: 475px) {
  .components-HomepageComponents-Footer-__disclaimerRow {
    flex-direction: column;
  }
}
.components-HomepageComponents-Footer-__disclaimer {
  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) {
  .components-HomepageComponents-Footer-__disclaimer {
    width: 100%;
    margin-bottom: 16px;
  }
}
.components-HomepageComponents-Footer-__copyright {
  width: 25%;
  color: var(--loblolly-gray);
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 475px) {
  .components-HomepageComponents-Footer-__copyright {
    width: 100%;
  }
}
@s 3 -asset-path: https://powur-public2.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;
}
.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: 54px;
  height: 54px;
  font-size: 16px;
  font-style: normal;
  line-height: 54px;
  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-confirm .ant-zoom-leave .ant-modal-confirm-btns {
  pointer-events: none;
}
.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-public2.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;
  position: relative;
  display: inline-flex;
  width: 90px;
  padding: 0;
  padding-inline-start: 11px;
}
.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 {
  display: inline-block;
  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;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.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,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-number-affix-wrapper,
.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-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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;
}
.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:hover:not(.ant-input-number-borderless) .ant-input-number-handler-down,
.ant-input-number-focused:not(.ant-input-number-borderless) .ant-input-number-handler-down {
  border-top: 1px solid #d9d9d9;
}
.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-compact-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl) {
  margin-right: -1px;
}
.ant-input-number-compact-item:not(.ant-input-number-compact-last-item).ant-input-number-compact-item-rtl {
  margin-left: -1px;
}
.ant-input-number-compact-item:hover,
.ant-input-number-compact-item:focus,
.ant-input-number-compact-item:active {
  z-index: 2;
}
.ant-input-number-compact-item.ant-input-number-focused {
  z-index: 2;
}
.ant-input-number-compact-item[disabled] {
  z-index: 0;
}
.ant-input-number-compact-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-last-item).ant-input-number {
  border-radius: 0;
}
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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-public2.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-row {
  flex-direction: column;
}
.ant-form-vertical .ant-form-item-label > label {
  height: auto;
}
.ant-form-vertical .ant-form-item .ant-form-item-control {
  width: 100%;
}
.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;
}
.ant-form-item-with-help {
  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 {
  width: 100%;
}
.ant-form-item-extra {
  min-height: 24px;
}
.ant-form-item-with-help .ant-form-item-explain {
  height: auto;
  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: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-show-help-appear,
.ant-show-help-enter {
  opacity: 0;
}
.ant-show-help-appear-active,
.ant-show-help-enter-active {
  opacity: 1;
}
.ant-show-help-leave {
  opacity: 1;
}
.ant-show-help-leave-active {
  opacity: 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 {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.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-public2.s3-us-west-1.amazonaws.com/assets;

.components-HomepageComponents-GetQuoteModal-__getQuoteModal {
  width: 720px !important;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .ant-input-number {
  border: none;
  border-bottom: 2px solid black;
  caret-color: var(--primary-lite);
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .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;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .ant-input-number-focused {
  box-shadow: none;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .ant-modal-content {
  border-radius: 8px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .ant-input-number-handler-wrap {
  display: none;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer {
  font-family: "Poppins", Sans-serif;
  background-color: var(--white);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__inner {
  padding: 60px;
  padding-top: 0px;
}
@media (max-width: 1024px) {
  .components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__inner {
    padding: 20px;
    padding-top: 0px;
  }
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__quoteForm {
  padding: 10px 10px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__sectionLabel {
  display: flex;
  justify-content: center;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__sectionNumber {
  display: flex;
  justify-content: center;
  padding-top: 36px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__label {
  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;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__billSection {
  margin-bottom: 20px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__billInput {
  width: 170px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__billLabel {
  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;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__inputLabel {
  font-weight: bold;
  font-size: 10px;
  line-height: 9px;
  color: var(--hit-gray);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__inputPrefix {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__emailIcon {
  color: var(--botticelli-blue);
  font-size: 20px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__phoneIcon {
  color: var(--botticelli-blue);
  font-size: 20px;
  transform: rotate(98deg);
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__underline {
  background: var(--primary-lite);
  width: 36px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__rightLabel {
  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%;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__centeredLabel {
  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;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__formItem {
  margin: 0px 8px;
}
@media (max-width: 600px) {
  .components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__formItem {
    margin: 0px 4px;
    padding-bottom: 10px;
  }
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__formItem .ant-input-group-addon {
  border: 1px solid var(--botticelli-blue);
  border-right: none;
  background-color: transparent;
  border-radius: 3px 0px 0px 3px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__formItem input {
  border: 1px solid var(--botticelli-blue);
  border-radius: 0px 3px 3px 0px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__formItem input:focus {
  border: 1px solid var(--primary-lite);
  box-shadow: none;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__formItem .components-HomepageComponents-GetQuoteModal-__input {
  border: 1px solid var(--botticelli-blue);
  border-radius: 3px 3px 3px 3px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__formItem .components-HomepageComponents-GetQuoteModal-__input:focus {
  border: 1px solid var(--primary-lite);
  box-shadow: none;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__inputRow {
  padding-top: 6px;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__inputRow {
    padding-bottom: 2px;
  }
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__buttonContainer {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  height: 100px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__footerText {
  font-weight: 300;
  color: var(--dusty-gray);
  font-family: Oswald;
  font-size: 12px;
  line-height: 16px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__centeredCol {
  display: flex;
  justify-content: center;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__radioCol {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 20px;
  margin: auto;
}
@media (max-width: 600px) {
  .components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__radioCol {
    padding-bottom: 2px;
  }
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__radioFormItem {
  margin: auto;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__radioContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__container {
  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;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__container .components-HomepageComponents-GetQuoteModal-__radioLabel {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 30px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__container input:checked ~ .components-HomepageComponents-GetQuoteModal-__checkmark {
  background-color: var(--primary-lite);
  border: none;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__container input:checked ~ .components-HomepageComponents-GetQuoteModal-__checkmark:after {
  display: block;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__container .components-HomepageComponents-GetQuoteModal-__checkmark: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);
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__checkmark {
  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;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__checkmark:hover {
  border: 1px solid var(--primary-lite);
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__formContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer {
  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;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__inner {
  padding: 60px;
  padding-top: 0px;
}
@media (max-width: 1024px) {
  .components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__inner {
    padding: 20px;
    padding-top: 0px;
  }
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__quoteForm {
  padding: 10px 10px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__sectionLabel {
  display: flex;
  justify-content: center;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__sectionNumber {
  display: flex;
  justify-content: center;
  padding-top: 36px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__label {
  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;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__billSection {
  margin-bottom: 20px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__billInput {
  width: 170px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__billLabel {
  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;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__inputLabel {
  font-weight: bold;
  font-size: 10px;
  line-height: 9px;
  color: var(--hit-gray);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__inputPrefix {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__emailIcon {
  color: var(--botticelli-blue);
  font-size: 20px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__phoneIcon {
  color: var(--botticelli-blue);
  font-size: 20px;
  transform: rotate(98deg);
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__underline {
  background: var(--primary-lite);
  width: 36px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__rightLabel {
  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%;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__centeredLabel {
  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;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__formItem {
  margin: 0px 8px;
}
@media (max-width: 600px) {
  .components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__formItem {
    margin: 0px 4px;
    padding-bottom: 10px;
  }
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__formItem .ant-input-group-addon {
  border: 1px solid var(--botticelli-blue);
  border-right: none;
  background-color: transparent;
  border-radius: 3px 0px 0px 3px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__formItem input {
  border: 1px solid var(--botticelli-blue);
  border-radius: 0px 3px 3px 0px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__formItem input:focus {
  border: 1px solid var(--primary-lite);
  box-shadow: none;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__formItem .components-HomepageComponents-GetQuoteModal-__input {
  border: 1px solid var(--botticelli-blue);
  border-radius: 3px 3px 3px 3px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__formItem .components-HomepageComponents-GetQuoteModal-__input:focus {
  border: 1px solid var(--primary-lite);
  box-shadow: none;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__inputRow {
  padding-top: 6px;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__inputRow {
    padding-bottom: 2px;
  }
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__buttonContainer {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  height: 100px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__footerText {
  font-weight: 300;
  color: var(--dusty-gray);
  font-family: Oswald;
  font-size: 12px;
  line-height: 16px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__centeredCol {
  display: flex;
  justify-content: center;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__radioCol {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 20px;
  margin: auto;
}
@media (max-width: 600px) {
  .components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__radioCol {
    padding-bottom: 2px;
  }
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__radioFormItem {
  margin: auto;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__radioContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__container {
  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;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__container .components-HomepageComponents-GetQuoteModal-__radioLabel {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 30px;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__container input:checked ~ .components-HomepageComponents-GetQuoteModal-__checkmark {
  background-color: var(--primary-lite);
  border: none;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__container input:checked ~ .components-HomepageComponents-GetQuoteModal-__checkmark:after {
  display: block;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__container .components-HomepageComponents-GetQuoteModal-__checkmark: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);
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__checkmark {
  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;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__checkmark:hover {
  border: 1px solid var(--primary-lite);
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__radioCol .components-HomepageComponents-GetQuoteModal-__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.components-HomepageComponents-GetQuoteModal-__getQuoteModal .components-HomepageComponents-GetQuoteModal-__unavailableContainer .components-HomepageComponents-GetQuoteModal-__unavailableText {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  margin: 57px 20px 0px 20px;
  text-align: center;
}
.components-HomepageComponents-GetQuoteModal-__outerCircle {
  width: 50px;
  height: 50px;
  left: 551px;
  top: 280px;
  background: var(--primary-lite);
  border-radius: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-HomepageComponents-GetQuoteModal-__outerCircle .components-HomepageComponents-GetQuoteModal-__text {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.components-HomepageComponents-__header {
  height: 145px;
  background: var(--primary-lite);
  border-radius: 8px 8px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}
.components-HomepageComponents-__header .components-HomepageComponents-__headerText {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: var(--white);
  padding: 0;
}
.components-HomepageComponents-__header .components-HomepageComponents-__headerSubtext {
  max-width: 80%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: var(--white);
  font-weight: 300;
}
.components-HomepageComponents-__footer {
  height: 116px;
  background: var(--cream);
  border-radius: 0px 0px 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.components-HomepageComponents-__footer .components-HomepageComponents-__footerText {
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: var(--table-grey);
  font-weight: 300;
}
.components-HomepageComponents-__footer .components-HomepageComponents-__footerText .components-HomepageComponents-__linkContainer {
  display: flex;
  margin: 0 auto;
  width: 350px;
  justify-content: space-around;
}
.components-HomepageComponents-__submitButton {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.components-HomepageComponents-ReferrerInfoBox-__outer {
  background-color: transparent;
  position: absolute;
  top: 78px;
  right: 30px;
  height: 137px;
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-HomepageComponents-ReferrerInfoBox-__outer .components-HomepageComponents-ReferrerInfoBox-__referrerInfoContainer {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  height: 140px;
  width: 340px;
  border-radius: 8px;
  z-index: 100;
  background-color: var(--dark-charcoal);
  box-shadow: 10px 81px 24px blue;
}
@media (max-width: 500px) {
  .components-HomepageComponents-ReferrerInfoBox-__outer .components-HomepageComponents-ReferrerInfoBox-__referrerInfoContainer {
    right: 5%;
  }
}
.components-HomepageComponents-ReferrerInfoBox-__outer .components-HomepageComponents-ReferrerInfoBox-__referrerInfoContainer .components-HomepageComponents-ReferrerInfoBox-__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.components-HomepageComponents-ReferrerInfoBox-__outer .components-HomepageComponents-ReferrerInfoBox-__referrerInfoContainer .components-HomepageComponents-ReferrerInfoBox-__textContainer {
  padding: 14px;
  height: 100%;
}
.components-HomepageComponents-ReferrerInfoBox-__outer .components-HomepageComponents-ReferrerInfoBox-__referrerInfoContainer .components-HomepageComponents-ReferrerInfoBox-__textContainer 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;
}
.components-HomepageComponents-ReferrerInfoBox-__outer .components-HomepageComponents-ReferrerInfoBox-__referrerInfoContainer .components-HomepageComponents-ReferrerInfoBox-__textContainer .components-HomepageComponents-ReferrerInfoBox-__h2 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: var(--white);
  margin-bottom: 10px;
}
.components-HomepageComponents-ReferrerInfoBox-__outer .components-HomepageComponents-ReferrerInfoBox-__referrerInfoContainer .components-HomepageComponents-ReferrerInfoBox-__textContainer .components-HomepageComponents-ReferrerInfoBox-__h4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: -1px;
  cursor: pointer;
}
.components-HomepageComponents-ReferrerInfoBox-__outer .components-HomepageComponents-ReferrerInfoBox-__referrerInfoContainer .components-HomepageComponents-ReferrerInfoBox-__textContainer .components-HomepageComponents-ReferrerInfoBox-__h4 a {
  color: var(--picton-blue);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.components-HomepageComponents-ReferrerInfoBox-__outer .components-HomepageComponents-ReferrerInfoBox-__referrerInfoContainer .components-HomepageComponents-ReferrerInfoBox-__textContainer .components-HomepageComponents-ReferrerInfoBox-__h4 a:hover {
  color: var(--goldenrod);
}
.components-HomepageComponents-ReferrerInfoBox-__outer .components-HomepageComponents-ReferrerInfoBox-__referrerInfoContainer .components-HomepageComponents-ReferrerInfoBox-__textContainer .components-HomepageComponents-ReferrerInfoBox-__orgName {
  display: block;
  font-size: 13px;
  font-style: italic;
  line-height: 20px;
  color: var(--white);
  margin: 0px;
}
.components-HomepageComponents-ReferrerInfoBox-__outer .components-HomepageComponents-ReferrerInfoBox-__referrerInfoContainer .components-HomepageComponents-ReferrerInfoBox-__textContainer .components-HomepageComponents-ReferrerInfoBox-__h2WithOrg {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: var(--white);
  margin-bottom: 0px;
}
.components-HomepageComponents-ReferrerInfoBox-__outer .components-HomepageComponents-ReferrerInfoBox-__referrerInfoContainer .components-HomepageComponents-ReferrerInfoBox-__textContainer .components-HomepageComponents-ReferrerInfoBox-__h5WithOrg {
  font-size: 9px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--silver);
  margin-bottom: 2px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
@s 3 -asset-path: https://powur-public2.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;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}
.ant-drawer-inline {
  position: absolute;
}
.ant-drawer-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: auto;
}
.ant-drawer-content-wrapper {
  position: absolute;
  z-index: 1000;
  transition: all 0.3s;
}
.ant-drawer-content-wrapper-hidden {
  display: none;
}
.ant-drawer-left > .ant-drawer-content-wrapper {
  top: 0;
  bottom: 0;
  left: 0;
  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-content-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  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-top > .ant-drawer-content-wrapper {
  top: 0;
  right: 0;
  left: 0;
  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-content-wrapper {
  right: 0;
  bottom: 0;
  left: 0;
  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-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  pointer-events: auto;
}
.ant-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.ant-drawer-header {
  display: flex;
  flex: 0;
  align-items: center;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #f0f0f0;
}
.ant-drawer-header-title {
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
  min-height: 0;
}
.ant-drawer-extra {
  flex: none;
}
.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-title {
  flex: 1;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ant-drawer-body {
  flex: 1;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  overflow: auto;
}
.ant-drawer-footer {
  flex-shrink: 0;
  padding: 10px 16px;
  border-top: 1px solid #f0f0f0;
}
.panel-motion-enter-start,
.panel-motion-appear-start,
.panel-motion-leave-start {
  transition: none;
}
.panel-motion-enter-active,
.panel-motion-appear-active,
.panel-motion-leave-active {
  transition: all 0.3s;
}
.ant-drawer-mask-motion-enter-active,
.ant-drawer-mask-motion-appear-active,
.ant-drawer-mask-motion-leave-active {
  transition: all 0.3s;
}
.ant-drawer-mask-motion-enter,
.ant-drawer-mask-motion-appear {
  opacity: 0;
}
.ant-drawer-mask-motion-enter-active,
.ant-drawer-mask-motion-appear-active {
  opacity: 1;
}
.ant-drawer-mask-motion-leave {
  opacity: 1;
}
.ant-drawer-mask-motion-leave-active {
  opacity: 0;
}
.ant-drawer-panel-motion-left-enter-start,
.ant-drawer-panel-motion-left-appear-start,
.ant-drawer-panel-motion-left-leave-start {
  transition: none;
}
.ant-drawer-panel-motion-left-enter-active,
.ant-drawer-panel-motion-left-appear-active,
.ant-drawer-panel-motion-left-leave-active {
  transition: all 0.3s;
}
.ant-drawer-panel-motion-left-enter-start,
.ant-drawer-panel-motion-left-appear-start {
  transform: translateX(-100%) !important;
}
.ant-drawer-panel-motion-left-enter-active,
.ant-drawer-panel-motion-left-appear-active {
  transform: translateX(0);
}
.ant-drawer-panel-motion-left-leave {
  transform: translateX(0);
}
.ant-drawer-panel-motion-left-leave-active {
  transform: translateX(-100%);
}
.ant-drawer-panel-motion-right-enter-start,
.ant-drawer-panel-motion-right-appear-start,
.ant-drawer-panel-motion-right-leave-start {
  transition: none;
}
.ant-drawer-panel-motion-right-enter-active,
.ant-drawer-panel-motion-right-appear-active,
.ant-drawer-panel-motion-right-leave-active {
  transition: all 0.3s;
}
.ant-drawer-panel-motion-right-enter-start,
.ant-drawer-panel-motion-right-appear-start {
  transform: translateX(100%) !important;
}
.ant-drawer-panel-motion-right-enter-active,
.ant-drawer-panel-motion-right-appear-active {
  transform: translateX(0);
}
.ant-drawer-panel-motion-right-leave {
  transform: translateX(0);
}
.ant-drawer-panel-motion-right-leave-active {
  transform: translateX(100%);
}
.ant-drawer-panel-motion-top-enter-start,
.ant-drawer-panel-motion-top-appear-start,
.ant-drawer-panel-motion-top-leave-start {
  transition: none;
}
.ant-drawer-panel-motion-top-enter-active,
.ant-drawer-panel-motion-top-appear-active,
.ant-drawer-panel-motion-top-leave-active {
  transition: all 0.3s;
}
.ant-drawer-panel-motion-top-enter-start,
.ant-drawer-panel-motion-top-appear-start {
  transform: translateY(-100%) !important;
}
.ant-drawer-panel-motion-top-enter-active,
.ant-drawer-panel-motion-top-appear-active {
  transform: translateY(0);
}
.ant-drawer-panel-motion-top-leave {
  transform: translateY(0);
}
.ant-drawer-panel-motion-top-leave-active {
  transform: translateY(-100%);
}
.ant-drawer-panel-motion-bottom-enter-start,
.ant-drawer-panel-motion-bottom-appear-start,
.ant-drawer-panel-motion-bottom-leave-start {
  transition: none;
}
.ant-drawer-panel-motion-bottom-enter-active,
.ant-drawer-panel-motion-bottom-appear-active,
.ant-drawer-panel-motion-bottom-leave-active {
  transition: all 0.3s;
}
.ant-drawer-panel-motion-bottom-enter-start,
.ant-drawer-panel-motion-bottom-appear-start {
  transform: translateY(100%) !important;
}
.ant-drawer-panel-motion-bottom-enter-active,
.ant-drawer-panel-motion-bottom-appear-active {
  transform: translateY(0);
}
.ant-drawer-panel-motion-bottom-leave {
  transform: translateY(0);
}
.ant-drawer-panel-motion-bottom-leave-active {
  transform: translateY(100%);
}
.ant-drawer-rtl {
  direction: rtl;
}
.ant-drawer-rtl .ant-drawer-close {
  margin-right: 0;
  margin-left: 12px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-HomepageComponents-MobileMenu-__drawer .ant-drawer-body {
  padding: 0;
  padding-top: 50px;
  background-color: var(--dark-charcoal);
}
.components-HomepageComponents-MobileMenu-__menuContainer {
  background-color: var(--dark-charcoal);
  width: 100%;
  padding: 50px 32px;
  display: flex;
  flex-direction: column;
}
.components-HomepageComponents-MobileMenu-__bigLinksList {
  list-style-type: none;
  margin-bottom: 48px;
  padding: 0;
}
.components-HomepageComponents-MobileMenu-__bigLinksList li {
  padding: 0;
  margin-bottom: 24px;
}
.components-HomepageComponents-MobileMenu-__bigLinksList li:last-child {
  margin-bottom: 0;
}
.components-HomepageComponents-MobileMenu-__bigLinksList button,
.components-HomepageComponents-MobileMenu-__bigLinksList 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;
}
.components-HomepageComponents-MobileMenu-__bigLinksList button:hover,
.components-HomepageComponents-MobileMenu-__bigLinksList a:hover,
.components-HomepageComponents-MobileMenu-__bigLinksList button:active,
.components-HomepageComponents-MobileMenu-__bigLinksList a:active,
.components-HomepageComponents-MobileMenu-__bigLinksList button:focus,
.components-HomepageComponents-MobileMenu-__bigLinksList a:focus {
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--primary-lite);
}
.components-HomepageComponents-MobileMenu-__bigLinksList button.components-HomepageComponents-MobileMenu-__phoneLink,
.components-HomepageComponents-MobileMenu-__bigLinksList a.components-HomepageComponents-MobileMenu-__phoneLink {
  color: var(--primary-lite);
}
.components-HomepageComponents-MobileMenu-__zipContainer {
  display: flex;
  flex-direction: column;
  width: 227px;
  margin-bottom: 48px;
}
.components-HomepageComponents-MobileMenu-__zipContainer .components-HomepageComponents-MobileMenu-__zipInput {
  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);
}
.components-HomepageComponents-MobileMenu-__zipContainer .components-HomepageComponents-MobileMenu-__zipButton {
  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;
}
.components-HomepageComponents-MobileMenu-__divider {
  width: 100%;
  height: 1px;
  border-color: var(--tundora-gray);
  margin-bottom: 24px;
}
.components-HomepageComponents-MobileMenu-__littleLinksList {
  list-style-type: none;
  margin-bottom: 48px;
  padding: 0;
}
.components-HomepageComponents-MobileMenu-__littleLinksList li {
  padding: 0;
  margin-bottom: 24px;
}
.components-HomepageComponents-MobileMenu-__littleLinksList li:last-child {
  margin-bottom: 0;
}
.components-HomepageComponents-MobileMenu-__littleLinksList button,
.components-HomepageComponents-MobileMenu-__littleLinksList 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;
}
.components-HomepageComponents-MobileMenu-__littleLinksList button:hover,
.components-HomepageComponents-MobileMenu-__littleLinksList a:hover,
.components-HomepageComponents-MobileMenu-__littleLinksList button:active,
.components-HomepageComponents-MobileMenu-__littleLinksList a:active,
.components-HomepageComponents-MobileMenu-__littleLinksList button:focus,
.components-HomepageComponents-MobileMenu-__littleLinksList a:focus {
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--primary-lite);
}
.components-HomepageComponents-MobileMenu-__littleLinksList button.components-HomepageComponents-MobileMenu-__phoneLink,
.components-HomepageComponents-MobileMenu-__littleLinksList a.components-HomepageComponents-MobileMenu-__phoneLink {
  color: var(--primary-lite);
}
.components-HomepageComponents-MobileMenu-__littleLinksList li {
  margin-bottom: 0;
  height: 32px;
  display: flex;
  align-items: center;
}
.components-HomepageComponents-MobileMenu-__littleLinksList button,
.components-HomepageComponents-MobileMenu-__littleLinksList a {
  color: var(--loblolly-gray);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-HomepageComponents-StickyHeader-__header {
  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) {
  .components-HomepageComponents-StickyHeader-__header {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.components-HomepageComponents-StickyHeader-__innerContainer {
  height: 50px;
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
}
.components-HomepageComponents-StickyHeader-__linksCol {
  height: 50px;
  display: flex;
  align-items: center;
  padding-top: 22px;
}
@media (max-width: 865px) {
  .components-HomepageComponents-StickyHeader-__linksCol {
    width: 100%;
    justify-content: space-between;
  }
}
.components-HomepageComponents-StickyHeader-__linksCol div,
.components-HomepageComponents-StickyHeader-__linksCol a {
  margin: 0 24px;
  white-space: nowrap;
}
.components-HomepageComponents-StickyHeader-__linksCol div:first-child,
.components-HomepageComponents-StickyHeader-__linksCol a:first-child {
  margin-left: 0 !important;
}
.components-HomepageComponents-StickyHeader-__linksCol div:last-child,
.components-HomepageComponents-StickyHeader-__linksCol a:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1200px) {
  .components-HomepageComponents-StickyHeader-__linksCol div,
  .components-HomepageComponents-StickyHeader-__linksCol a {
    margin: 0 16px;
  }
}
@media (max-width: 768px) {
  .components-HomepageComponents-StickyHeader-__linksCol div,
  .components-HomepageComponents-StickyHeader-__linksCol a {
    margin: 0 8px;
  }
}
.components-HomepageComponents-StickyHeader-__agentTitleContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 24px;
  height: 104%;
}
.components-HomepageComponents-StickyHeader-__agentTitleContainer .components-HomepageComponents-StickyHeader-__label {
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0.25px;
  color: var(--silver);
  white-space: nowrap;
  display: block;
}
.components-HomepageComponents-StickyHeader-__agentTitleContainer .components-HomepageComponents-StickyHeader-__agentName {
  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;
}
.components-HomepageComponents-StickyHeader-__agentTitleContainer .components-HomepageComponents-StickyHeader-__agentTitle {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
}
.components-HomepageComponents-StickyHeader-__agentTitleContainer .components-HomepageComponents-StickyHeader-__caretContainer {
  display: flex;
  align-items: center;
  height: 30px;
}
.components-HomepageComponents-StickyHeader-__agentCard {
  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;
}
.components-HomepageComponents-StickyHeader-__agentCard .components-HomepageComponents-StickyHeader-__label {
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--dark-charcoal);
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.components-HomepageComponents-StickyHeader-__agentCard .components-HomepageComponents-StickyHeader-__contact {
  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) {
  .components-HomepageComponents-StickyHeader-__agentCard {
    right: 50px;
  }
}
.components-HomepageComponents-StickyHeader-__agentCardWithOrg {
  position: absolute;
  top: 60px;
  right: 70px;
  background-color: var(--gallery-white);
  border-radius: 8px;
  height: 115px;
  min-width: 150px;
  padding: 2px 12px;
  transition: all 0.3s;
}
.components-HomepageComponents-StickyHeader-__agentCardWithOrg .components-HomepageComponents-StickyHeader-__label {
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--dark-charcoal);
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}
.components-HomepageComponents-StickyHeader-__agentCardWithOrg .components-HomepageComponents-StickyHeader-__contact {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  color: var(--primary-lite);
  display: block;
  margin-bottom: 1px;
}
.components-HomepageComponents-StickyHeader-__agentCardWithOrg .components-HomepageComponents-StickyHeader-__orgName {
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  line-height: 1em;
  margin-top: 0px;
}
@media (max-width: 475px) {
  .components-HomepageComponents-StickyHeader-__agentCardWithOrg {
    right: 50px;
  }
}
.components-HomepageComponents-StickyHeader-__invisibleCard {
  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;
}
.components-HomepageComponents-StickyHeader-__invisibleCard .components-HomepageComponents-StickyHeader-__label {
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--dark-charcoal);
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.components-HomepageComponents-StickyHeader-__invisibleCard .components-HomepageComponents-StickyHeader-__contact {
  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) {
  .components-HomepageComponents-StickyHeader-__invisibleCard {
    right: 50px;
  }
}
.components-HomepageComponents-StickyHeader-__logo {
  width: 100px;
  height: 64px;
  cursor: pointer;
}
@media (max-width: 425px) {
  .components-HomepageComponents-StickyHeader-__logo {
    display: none;
  }
}
.components-HomepageComponents-StickyHeader-__link {
  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;
}
.components-HomepageComponents-StickyHeader-__link:hover {
  color: var(--primary-lite);
}
@media (max-width: 990px) {
  .components-HomepageComponents-StickyHeader-__link {
    font-size: 14px;
  }
}
.components-HomepageComponents-StickyHeader-__activeLink {
  cursor: default;
}
.components-HomepageComponents-StickyHeader-__activeLink::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;
}
.components-HomepageComponents-StickyHeader-__activeLink:hover {
  color: var(--white);
}
.components-HomepageComponents-StickyHeader-__phone {
  padding-top: 1px;
}
.components-HomepageComponents-StickyHeader-__phone a {
  color: var(--primary-lite);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
}
.components-HomepageComponents-StickyHeader-__phone a:hover {
  color: var(--goldenrod);
}
@media (max-width: 1120px) {
  .components-HomepageComponents-StickyHeader-__phone {
    display: none;
  }
}
.components-HomepageComponents-StickyHeader-__zipCol {
  height: 64px;
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 20px;
}
.components-HomepageComponents-StickyHeader-__zipCol .components-HomepageComponents-StickyHeader-__input {
  color: var(--regent-gray);
}
.components-HomepageComponents-StickyHeader-__zipCol .components-HomepageComponents-StickyHeader-__input::placeholder {
  color: var(--regent-gray);
  font-size: 9px;
}
.components-HomepageComponents-StickyHeader-__input {
  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;
}
.components-HomepageComponents-StickyHeader-__zipButton {
  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;
}
.components-HomepageComponents-StickyHeader-__zipButton:hover {
  background-color: var(--primary-lite-highlighted);
}
.components-HomepageComponents-StickyHeader-__divider {
  background-color: var(--binrouji-black);
  height: 34px;
  width: 1px;
  margin: 0 20px;
}
.components-HomepageComponents-StickyHeader-__loginButton {
  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;
}
.components-HomepageComponents-StickyHeader-__loginButton:hover {
  background-color: var(--primary-lite-highlighted);
}
.components-HomepageComponents-StickyHeader-__loginButton:hover {
  background-color: #4d4d4d;
}
.components-HomepageComponents-StickyHeader-__mobileMenuButton {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-HomepageComponents-StickyHeader-__mobileMenuButton:hover,
.components-HomepageComponents-StickyHeader-__mobileMenuButton:active,
.components-HomepageComponents-StickyHeader-__mobileMenuButton:focus {
  background-color: transparent;
}
.components-HomepageComponents-StickyHeader-__mobileMenuButton .components-HomepageComponents-StickyHeader-__icon {
  width: 24px;
  height: 21px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.components-HomepageComponents-StickyHeader-__mobileMenuButton .components-HomepageComponents-StickyHeader-__mobileMenuOpen {
  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");
}
.components-HomepageComponents-StickyHeader-__mobileMenuButton .components-HomepageComponents-StickyHeader-__mobileMenuClose {
  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-public2.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-public2.s3-us-west-1.amazonaws.com/assets;

.components-HomepageComponents-JoinModal-__joinModal {
  max-width: 720px !important;
  width: 90% !important;
}
.components-HomepageComponents-JoinModal-__joinModal .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) {
  .components-HomepageComponents-JoinModal-__joinModal .ant-modal-header {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.components-HomepageComponents-JoinModal-__joinModal .ant-modal-content {
  border-radius: 8px;
}
.components-HomepageComponents-JoinModal-__joinModal .ant-checkbox-group-item span {
  color: var(--dark-blue);
  font-size: 14px;
  line-height: 17px;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__headerContainer {
  max-width: 550px;
  width: 80%;
  margin: 0 auto;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__headerContainer .components-HomepageComponents-JoinModal-__title {
  font-weight: 600;
  color: var(--white);
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0em;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__headerContainer .components-HomepageComponents-JoinModal-__paragraph {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
}
@media (max-width: 720px) {
  .components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__headerContainer .components-HomepageComponents-JoinModal-__title {
    font-size: 16px;
  }
  .components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__headerContainer .components-HomepageComponents-JoinModal-__paragraph {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__headerContainer .components-HomepageComponents-JoinModal-__title {
    font-size: 14px;
  }
  .components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__headerContainer .components-HomepageComponents-JoinModal-__paragraph {
    font-size: 10px;
  }
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__subHeaderContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 24px 0;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__subHeaderContainer .components-HomepageComponents-JoinModal-__subHeader {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__subHeaderContainer .components-HomepageComponents-JoinModal-__underline {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--primary-lite);
  margin-top: 6px;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer {
  width: 80%;
  margin: 0 auto;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .ant-legacy-form-item {
  margin-bottom: 12px;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .ant-form-item-explain-error {
  position: absolute;
  bottom: -18px;
  font-size: 10px;
  width: 100%;
  text-align: right;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .ant-form-item-has-error input {
  border: 1px solid var(--sunset-orange) !important;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .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);
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__inputLabel {
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
  text-transform: uppercase;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .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);
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__inputPrefix {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__input {
  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;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__input input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__iconInput {
  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;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__iconInput input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__iconInput .ant-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__select {
  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;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__select input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__select .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);
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__select .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
  height: 36px;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__select .ant-select-selection-item {
  height: 36px;
  display: flex;
  align-items: center;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__buttonContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 47px 0 24px 0;
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__button {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
}
@media (max-width: 720px) {
  .components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__button {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__button {
    font-size: 14px;
    width: 228px;
  }
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__joinButton {
  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) {
  .components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__joinButton {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__joinButton {
    font-size: 14px;
    width: 228px;
  }
}
.components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__cancelButton {
  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) {
  .components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__cancelButton {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .components-HomepageComponents-JoinModal-__joinModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__cancelButton {
    font-size: 14px;
    width: 228px;
  }
}
.components-HomepageComponents-JoinModal-__successModal {
  max-width: 720px !important;
  width: 90% !important;
  max-width: 720px;
  width: 90%;
  height: 369px;
  max-height: 369px;
}
.components-HomepageComponents-JoinModal-__successModal .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) {
  .components-HomepageComponents-JoinModal-__successModal .ant-modal-header {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.components-HomepageComponents-JoinModal-__successModal .ant-modal-content {
  border-radius: 8px;
}
.components-HomepageComponents-JoinModal-__successModal .ant-checkbox-group-item span {
  color: var(--dark-blue);
  font-size: 14px;
  line-height: 17px;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__headerContainer {
  max-width: 550px;
  width: 80%;
  margin: 0 auto;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__headerContainer .components-HomepageComponents-JoinModal-__title {
  font-weight: 600;
  color: var(--white);
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0em;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__headerContainer .components-HomepageComponents-JoinModal-__paragraph {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
}
@media (max-width: 720px) {
  .components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__headerContainer .components-HomepageComponents-JoinModal-__title {
    font-size: 16px;
  }
  .components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__headerContainer .components-HomepageComponents-JoinModal-__paragraph {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__headerContainer .components-HomepageComponents-JoinModal-__title {
    font-size: 14px;
  }
  .components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__headerContainer .components-HomepageComponents-JoinModal-__paragraph {
    font-size: 10px;
  }
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__subHeaderContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 24px 0;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__subHeaderContainer .components-HomepageComponents-JoinModal-__subHeader {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__subHeaderContainer .components-HomepageComponents-JoinModal-__underline {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--primary-lite);
  margin-top: 6px;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer {
  width: 80%;
  margin: 0 auto;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .ant-legacy-form-item {
  margin-bottom: 12px;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .ant-form-item-explain-error {
  position: absolute;
  bottom: -18px;
  font-size: 10px;
  width: 100%;
  text-align: right;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .ant-form-item-has-error input {
  border: 1px solid var(--sunset-orange) !important;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .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);
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__inputLabel {
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
  text-transform: uppercase;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .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);
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__inputPrefix {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__input {
  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;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__input input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__iconInput {
  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;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__iconInput input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__iconInput .ant-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__select {
  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;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__select input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__select .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);
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__select .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
  height: 36px;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__formContainer .components-HomepageComponents-JoinModal-__select .ant-select-selection-item {
  height: 36px;
  display: flex;
  align-items: center;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__buttonContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 47px 0 24px 0;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__button {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
}
@media (max-width: 720px) {
  .components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__button {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__button {
    font-size: 14px;
    width: 228px;
  }
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__joinButton {
  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) {
  .components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__joinButton {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__joinButton {
    font-size: 14px;
    width: 228px;
  }
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__cancelButton {
  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) {
  .components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__cancelButton {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__buttonContainer .components-HomepageComponents-JoinModal-__cancelButton {
    font-size: 14px;
    width: 228px;
  }
}
.components-HomepageComponents-JoinModal-__successModal .ant-modal-header {
  min-height: 82px;
  text-align: center;
  padding-top: 24px;
  background-color: var(--primary-lite);
}
@media (max-width: 575px) {
  .components-HomepageComponents-JoinModal-__successModal .ant-modal-header {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__title {
  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);
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__paragraphContainer {
  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) {
  .components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__paragraphContainer {
    width: 90%;
    padding: 10px;
  }
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__footer {
  display: flex;
  justify-content: center;
  margin-bottom: 33px;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__footer .components-HomepageComponents-JoinModal-__button {
  width: 170px;
  height: 36px;
  background: var(--picton-blue);
  border-radius: 96px;
  text-transform: uppercase;
}
.components-HomepageComponents-JoinModal-__successModal .components-HomepageComponents-JoinModal-__footer .components-HomepageComponents-JoinModal-__button:hover {
  background-color: var(--primary-lite-highlighted);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-HomepageComponents-SuccessModal-__billModal {
  width: 720px !important;
}
.components-HomepageComponents-SuccessModal-__billModal .ant-modal-content {
  border-radius: 8px;
}
.components-HomepageComponents-SuccessModal-__billModal .components-HomepageComponents-SuccessModal-__container {
  font-family: "Poppins", Sans-serif;
  background-color: var(--white);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
}
.components-HomepageComponents-SuccessModal-__billModal .components-HomepageComponents-SuccessModal-__inner {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.components-HomepageComponents-SuccessModal-__billModal .components-HomepageComponents-SuccessModal-__paragraph {
  text-align: center;
  max-width: 80%;
  font-size: 16px;
  line-height: 23px;
  margin: 60px auto 24px auto;
}
.components-HomepageComponents-SuccessModal-__billModal .components-HomepageComponents-SuccessModal-__largeText {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: var(--primary-lite);
  margin-bottom: 50px;
}
.components-HomepageComponents-SuccessModal-__billModal .components-HomepageComponents-SuccessModal-__button {
  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);
}
.components-HomepageComponents-SuccessModal-__billModal .components-HomepageComponents-SuccessModal-__button:hover {
  background-color: var(--primary-lite-highlighted);
}
@s 3 -asset-path: https://powur-public2.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-public2.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-public2.s3-us-west-1.amazonaws.com/assets;

.components-FileUploader-__successMsgUpload {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 521px) {
  .components-FileUploader-__successMsgUpload {
    left: 0;
    position: relative;
    width: 100%;
    justify-content: center;
  }
}
.components-FileUploader-__successMsgUpload span {
  padding-left: 10px;
}
.components-FileUploader-__uploadWrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 96px;
}
.components-FileUploader-__uploadWrapper:hover .components-FileUploader-__uploadButton > .components-FileUploader-__contents {
  color: var(--white);
}
.components-FileUploader-__uploadWrapper .components-FileUploader-__uploadButton {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
}
.components-FileUploader-__uploadWrapper .components-FileUploader-__uploadButton .components-FileUploader-__contents {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.components-FileUploader-__uploadWrapper .components-FileUploader-__uploadButton .components-FileUploader-__contents .components-FileUploader-__icon {
  font-size: 48px;
}
.components-FileUploader-__uploadWrapper .components-FileUploader-__uploadButton .components-FileUploader-__contents .components-FileUploader-__textBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.components-FileUploader-__uploadWrapper .components-FileUploader-__uploadButton .components-FileUploader-__contents .components-FileUploader-__textBox .components-FileUploader-__direction {
  color: var(--white);
}
.components-FileUploader-__uploadWrapper .components-FileUploader-__uploadButton .components-FileUploader-__contents .components-FileUploader-__textBox .components-FileUploader-__disclaimer {
  color: var(--white);
  font-size: 10px;
  font-style: italic;
}
.components-FileUploader-__uploadWrapper .components-FileUploader-__upload {
  cursor: pointer;
  font-size: 150px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-HomepageComponents-UtilityBillModal-__billModal {
  width: 720px !important;
}
.components-HomepageComponents-UtilityBillModal-__billModal .ant-modal-content {
  border-radius: 8px;
}
.components-HomepageComponents-UtilityBillModal-__billModal .components-HomepageComponents-UtilityBillModal-__container {
  font-family: "Poppins", Sans-serif;
  background-color: var(--white);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
}
.components-HomepageComponents-UtilityBillModal-__billModal .components-HomepageComponents-UtilityBillModal-__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.components-HomepageComponents-UtilityBillModal-__billModal .components-HomepageComponents-UtilityBillModal-__headerBg {
  padding-top: 40px;
  width: 100%;
  height: 248px;
  background-color: var(--primary-lite);
  border-radius: 8px 8px 0px 0px;
}
@media (max-width: 700px) {
  .components-HomepageComponents-UtilityBillModal-__billModal .components-HomepageComponents-UtilityBillModal-__headerBg {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .components-HomepageComponents-UtilityBillModal-__billModal .components-HomepageComponents-UtilityBillModal-__headerBg {
    height: 340px;
  }
}
.components-HomepageComponents-UtilityBillModal-__billModal .components-HomepageComponents-UtilityBillModal-__header {
  justify-content: start;
  background: inherit;
}
.components-HomepageComponents-UtilityBillModal-__billModal .components-HomepageComponents-UtilityBillModal-__header .components-HomepageComponents-UtilityBillModal-__headerText {
  color: var(--white);
  padding-bottom: 2px;
}
.components-HomepageComponents-UtilityBillModal-__billModal .components-HomepageComponents-UtilityBillModal-__header .components-HomepageComponents-UtilityBillModal-__headerSubtext {
  color: var(--white);
  max-width: 70%;
}
.components-HomepageComponents-UtilityBillModal-__billModal .components-HomepageComponents-UtilityBillModal-__image {
  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) {
  .components-HomepageComponents-UtilityBillModal-__billModal .components-HomepageComponents-UtilityBillModal-__image {
    top: 150px;
  }
}
@media (max-width: 400px) {
  .components-HomepageComponents-UtilityBillModal-__billModal .components-HomepageComponents-UtilityBillModal-__image {
    top: 180px;
  }
}
.components-HomepageComponents-UtilityBillModal-__billModal .components-HomepageComponents-UtilityBillModal-__paragraph {
  text-align: center;
  max-width: 80%;
  font-size: 16px;
  line-height: 23px;
  margin: 140px auto 50px auto;
}
.components-HomepageComponents-UtilityBillModal-__billModal .components-HomepageComponents-UtilityBillModal-__text {
  text-align: center;
  max-width: 80%;
  font-size: 16px;
  line-height: 23px;
  margin: 24px auto 44px auto;
}
.components-HomepageComponents-UtilityBillModal-__billModal .components-HomepageComponents-UtilityBillModal-__button {
  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;
}
.components-HomepageComponents-UtilityBillModal-__billModal .components-HomepageComponents-UtilityBillModal-__button:hover {
  background-color: var(--primary-lite-highlighted);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-Modals-VideoModal-__wrapper {
  background-color: rgba(38, 165, 210, 0.4);
}
.components-Modals-VideoModal-__wrapper .ant-modal-body {
  padding: 0;
}
.components-Modals-VideoModal-__wrapper .ant-modal-content {
  border-radius: 18px;
}
.components-Modals-VideoModal-__wrapper .ant-modal-close {
  height: 64px;
  width: 64px;
  color: var(--white);
}
.components-Modals-VideoModal-__wrapper .ant-modal-close span {
  font-size: 21px;
}
.components-Modals-VideoModal-__wrapperLight {
  background-color: rgba(38, 165, 210, 0.4);
}
.components-Modals-VideoModal-__wrapperLight .ant-modal-body {
  padding: 0;
}
.components-Modals-VideoModal-__wrapperLight .ant-modal-content {
  border-radius: 18px;
}
.components-Modals-VideoModal-__wrapperLight .ant-modal-close {
  height: 64px;
  width: 64px;
  color: var(--white);
}
.components-Modals-VideoModal-__wrapperLight .ant-modal-close span {
  font-size: 21px;
}
.components-Modals-VideoModal-__wrapperLight .ant-modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Modals-VideoModal-__wrapperLight .ant-modal-close .ant-modal-close-x {
  height: 100%;
}
.components-Modals-VideoModal-__wrapperLight .ant-modal-close span {
  color: var(--darker-blue);
}
.components-Modals-VideoModal-__modalContainer {
  width: 100%;
}
.components-Modals-VideoModal-__header {
  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) {
  .components-Modals-VideoModal-__header {
    font-size: 16px;
  }
}
.components-Modals-VideoModal-__headerLight {
  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) {
  .components-Modals-VideoModal-__headerLight {
    font-size: 16px;
  }
}
.components-Modals-VideoModal-__body {
  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;
}
.components-Modals-VideoModal-__videoContainer {
  width: 100%;
  height: 100%;
}
.components-Modals-VideoModal-__videoContainer video {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-HomepageComponents-VideoTestimonials-__videoTestimonials {
  width: 100%;
  padding: 100px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-HomepageComponents-VideoTestimonials-__innerContainer {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.components-HomepageComponents-VideoTestimonials-__bgDarkenZoomOnHover {
  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.
  */
}
.components-HomepageComponents-VideoTestimonials-__bgDarkenZoomOnHover .components-HomepageComponents-VideoTestimonials-__bg {
  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;
}
.components-HomepageComponents-VideoTestimonials-__bgDarkenZoomOnHover .components-HomepageComponents-VideoTestimonials-__bg:hover,
.components-HomepageComponents-VideoTestimonials-__bgDarkenZoomOnHover .components-HomepageComponents-VideoTestimonials-__bg:focus {
  transform: scale(1.05);
}
.components-HomepageComponents-VideoTestimonials-__bgDarkenZoomOnHover .components-HomepageComponents-VideoTestimonials-__bg::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);
}
.components-HomepageComponents-VideoTestimonials-__bgDarkenZoomOnHover:hover .components-HomepageComponents-VideoTestimonials-__bg:before {
  opacity: 0.3;
}
.components-HomepageComponents-VideoTestimonials-__bgDarkenZoomOnHover .components-HomepageComponents-VideoTestimonials-__bg::before {
  background-color: #000;
}
.components-HomepageComponents-VideoTestimonials-__bgDarkenZoomOnHover:hover .components-HomepageComponents-VideoTestimonials-__bg:before {
  opacity: 0.1;
}
.components-HomepageComponents-VideoTestimonials-__header {
  margin-bottom: 16px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 25px;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.components-HomepageComponents-VideoTestimonials-__subheading {
  margin-bottom: 64px;
  max-width: 768px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
}
.components-HomepageComponents-VideoTestimonials-__cardsContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .components-HomepageComponents-VideoTestimonials-__cardsContainer {
    flex-direction: column;
    align-items: center;
  }
}
.components-HomepageComponents-VideoTestimonials-__testimonialCard {
  max-width: 410px;
  width: 100%;
  height: 350px;
  position: relative;
  margin: 0 6px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .components-HomepageComponents-VideoTestimonials-__testimonialCard {
    margin-bottom: 100px;
  }
}
.components-HomepageComponents-VideoTestimonials-__testimonialCard .components-HomepageComponents-VideoTestimonials-__title {
  font-family: "Poppins";
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.components-HomepageComponents-VideoTestimonials-__testimonialCard .components-HomepageComponents-VideoTestimonials-__title: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;
}
.components-HomepageComponents-VideoTestimonials-__testimonialCard:hover .components-HomepageComponents-VideoTestimonials-__hoverBg {
  background-color: rgba(32, 194, 241, 0.15) !important;
}
.components-HomepageComponents-VideoTestimonials-__testimonialCard:hover .components-HomepageComponents-VideoTestimonials-__title::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;
}
.components-HomepageComponents-VideoTestimonials-__testimonialCard .components-HomepageComponents-VideoTestimonials-__topCard {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  background-color: var(--white);
  border-radius: 4px;
  z-index: 1;
}
@media (max-width: 998px) {
  .components-HomepageComponents-VideoTestimonials-__testimonialCard .components-HomepageComponents-VideoTestimonials-__topCard {
    height: 300px;
  }
}
.components-HomepageComponents-VideoTestimonials-__testimonialCard .components-HomepageComponents-VideoTestimonials-__bottomCard {
  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);
}
.components-HomepageComponents-VideoTestimonials-__testimonialCard .components-HomepageComponents-VideoTestimonials-__bottomCard .components-HomepageComponents-VideoTestimonials-__title {
  font-size: 14px;
  margin-top: 10px;
  white-space: nowrap;
}
.components-HomepageComponents-VideoTestimonials-__testimonialCard .components-HomepageComponents-VideoTestimonials-__bottomCard .components-HomepageComponents-VideoTestimonials-__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
@media (max-width: 1280px) {
  .components-HomepageComponents-VideoTestimonials-__testimonialCard .components-HomepageComponents-VideoTestimonials-__bottomCard .components-HomepageComponents-VideoTestimonials-__text {
    font-size: 14px;
  }
}
@media (max-width: 1016px) {
  .components-HomepageComponents-VideoTestimonials-__testimonialCard .components-HomepageComponents-VideoTestimonials-__bottomCard .components-HomepageComponents-VideoTestimonials-__text {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .components-HomepageComponents-VideoTestimonials-__testimonialCard .components-HomepageComponents-VideoTestimonials-__bottomCard {
    top: auto;
    bottom: -40px;
    height: 173px;
  }
}
@media (max-width: 1280px) {
  .components-HomepageComponents-VideoTestimonials-__testimonialCard {
    width: 100%;
    max-width: 500px;
    margin-bottom: 50px;
  }
}
@s 3 -asset-path: https://powur-public2.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-bottom: 0;
  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 4px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button {
  position: relative;
  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 button::after {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: '';
}
.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 0;
  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-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-home-__content {
  padding-top: 64px;
  background-color: #f3f6f8;
}
.containers-StaticPages-home-__content h2 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 100;
}
.containers-StaticPages-home-__content h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}
.containers-StaticPages-home-__content h4 {
  font-family: "Poppins";
  position: relative;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.containers-StaticPages-home-__content h4:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
.containers-StaticPages-home-__content h4.containers-StaticPages-home-__centered: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;
}
.containers-StaticPages-home-__content h5 {
  font-family: "Poppins", "Barlow";
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.containers-StaticPages-home-__carouselContainer {
  position: relative;
  width: 100%;
  height: 720px;
  max-height: calc(100vh - 50px);
  display: flex;
  justify-content: center;
  background-color: #000;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__videoContainer {
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__videoContainer .containers-StaticPages-home-__video {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__imgContainer {
  z-index: 2;
  width: 100%;
  height: 100%;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__carousel .containers-StaticPages-home-__panel {
  display: flex !important;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 720px;
  max-height: calc(100vh - 50px);
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__carousel .containers-StaticPages-home-__panel .containers-StaticPages-home-__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.4);
  z-index: 3;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__control {
  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;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__control:hover {
  color: var(--grey);
  transform: scale(1.05);
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__leftControl {
  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;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__leftControl:hover {
  color: var(--grey);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__leftControl {
    left: 12px;
  }
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__rightControl {
  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;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__rightControl:hover {
  color: var(--grey);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__rightControl {
    right: 12px;
  }
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer {
  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;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer .containers-StaticPages-home-__inner {
  width: 100%;
  max-width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 100px;
}
@media (max-width: 768px) {
  .containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer .containers-StaticPages-home-__inner {
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
  }
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer .containers-StaticPages-home-__heading {
  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) {
  .containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer .containers-StaticPages-home-__heading {
    font-size: 32px;
    line-height: 36px;
  }
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer .containers-StaticPages-home-__headingSmaller {
  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) {
  .containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer .containers-StaticPages-home-__headingSmaller {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer .containers-StaticPages-home-__headingSmaller {
    font-size: 26px;
    line-height: 28px;
  }
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer .containers-StaticPages-home-__subHeading {
  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) {
  .containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer .containers-StaticPages-home-__subHeading .containers-StaticPages-home-__break {
    display: none;
  }
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer .containers-StaticPages-home-__inputContainer {
  display: flex;
}
@media (max-width: 768px) {
  .containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer .containers-StaticPages-home-__inputContainer {
    flex-direction: column;
  }
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer .containers-StaticPages-home-__zipInput {
  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;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer .containers-StaticPages-home-__zipInput::placeholder {
  color: var(--primary-lite);
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer .containers-StaticPages-home-__zipButton {
  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;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__titleContainer .containers-StaticPages-home-__zipButton:hover {
  background-color: var(--primary-lite-highlighted);
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__fadeEnter {
  opacity: 0;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__fadeEnterActive {
  opacity: 1;
  transition: opacity 1000 linear;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__fadeEnterDone {
  opacity: 1;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__fadeExit {
  opacity: 1;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__fadeExitActive {
  opacity: 0;
  transition: opacity 1000 linear;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__fadeExitDone {
  opacity: 0;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__dots li {
  width: 64px;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__dots li.slick-active {
  width: 96px;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__dots li.slick-active button {
  position: relative;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 3;
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__dots 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: containers-StaticPages-home-__progress;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes containers-StaticPages-home-__progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.containers-StaticPages-home-__carouselContainer .containers-StaticPages-home-__dots li.slick-active-paused button::before {
  animation-play-state: paused;
}
.containers-StaticPages-home-__counters {
  width: 100%;
  padding: 60px 16px;
  background-color: var(--cream);
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__innerContainer {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__innerContainer .containers-StaticPages-home-__heading {
  margin-bottom: 16px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__innerContainer .containers-StaticPages-home-__subheading {
  text-align: center;
  max-width: 900px;
  margin-bottom: 70px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 100;
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard {
  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) {
  .containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard {
    width: 100%;
    max-width: 600px;
  }
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard .containers-StaticPages-home-__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(var(--white) 40%, transparent 60%);
  z-index: 1;
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard .containers-StaticPages-home-__title {
  z-index: 2;
  margin-top: 30px;
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard .containers-StaticPages-home-__topContainer {
  width: 100%;
  position: relative;
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard .containers-StaticPages-home-__counterContainer {
  display: flex;
  z-index: 2;
  overflow: hidden;
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard .containers-StaticPages-home-__prefix {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  margin-right: 4px;
  z-index: 2;
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard .containers-StaticPages-home-__suffix {
  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;
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard .containers-StaticPages-home-__countBox {
  position: relative;
  z-index: 3;
  margin-right: 2px;
  height: 47px;
  width: 33px;
  background-color: #000;
  overflow: hidden;
  border-radius: 4px;
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard .containers-StaticPages-home-__digit {
  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;
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard .containers-StaticPages-home-__separator {
  margin-right: 2px;
  height: 47px;
  font-family: "Oswald", "Barlow", sans-serif;
  font-weight: 500;
  font-size: 35px;
  z-index: 2;
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard .containers-StaticPages-home-__animateEnter {
  transform: translateY(47px);
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard .containers-StaticPages-home-__animateEnterActive {
  transform: translateY(0);
  transition: transform 300ms cubic-bezier(0.42, -0.65, 0.58, 1.58);
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard .containers-StaticPages-home-__animateExit {
  transform: translateY(0);
}
.containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard .containers-StaticPages-home-__animateExitActive {
  transform: translateY(-47px);
  transition: transform 300ms cubic-bezier(0.42, -0.65, 0.58, 1.58);
}
@media (max-width: 1280px) {
  .containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer .containers-StaticPages-home-__counterCard {
    padding: 0 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1025px) {
  .containers-StaticPages-home-__counters .containers-StaticPages-home-__countersContainer {
    flex-direction: column;
    align-items: center;
  }
}
.containers-StaticPages-home-__bgDarkenZoomOnHover {
  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.
  */
}
.containers-StaticPages-home-__bgDarkenZoomOnHover .containers-StaticPages-home-__bg {
  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;
}
.containers-StaticPages-home-__bgDarkenZoomOnHover .containers-StaticPages-home-__bg:hover,
.containers-StaticPages-home-__bgDarkenZoomOnHover .containers-StaticPages-home-__bg:focus {
  transform: scale(1.05);
}
.containers-StaticPages-home-__bgDarkenZoomOnHover .containers-StaticPages-home-__bg::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);
}
.containers-StaticPages-home-__bgDarkenZoomOnHover:hover .containers-StaticPages-home-__bg:before {
  opacity: 0.3;
}
.containers-StaticPages-home-__bgDarkenZoomOnHover .containers-StaticPages-home-__bg::before {
  background-color: #000;
}
.containers-StaticPages-home-__bgDarkenZoomOnHover:hover .containers-StaticPages-home-__bg:before {
  opacity: 0.1;
}
.containers-StaticPages-home-__infoPanels {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel {
  display: flex;
  width: 100%;
  min-height: 750px;
  height: 50vw;
  background-color: var(--white);
}
@media (max-width: 900px) {
  .containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel {
    flex-direction: column;
    height: auto;
  }
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel:nth-child(1) .containers-StaticPages-home-__infoImage > div {
  background-position-x: 50%;
  background-position-y: 20%;
}
@media (max-width: 475px) {
  .containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel:nth-child(1) .containers-StaticPages-home-__infoImage > div {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel:nth-child(2) .containers-StaticPages-home-__infoImage > div {
    background-position-x: 0%;
  }
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__infoImage {
  width: 55%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__infoImage {
    order: 1;
    width: 100%;
    height: 500px;
  }
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel {
  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) {
  .containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel {
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    min-height: 500px;
  }
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__innerContainer {
  width: 100%;
}
@media (max-width: 900px) {
  .containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__innerContainer {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    padding: 26px 36px 100px;
  }
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__title {
  position: relative;
  margin-bottom: 32px;
  padding-top: 90px;
  font-weight: 700;
}
@media (min-width: 900px) and (max-width: 1280px) {
  .containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__title {
    padding-top: 32px;
  }
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__subheading {
  margin-bottom: 40px;
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__infoBullets {
  padding-left: 0;
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__infoBullets 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) {
  .containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__infoBullets li {
    font-size: 14px;
    line-height: 16px;
  }
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__infoBullets li::before {
  content: "■";
  position: absolute;
  color: var(--primary-lite);
  left: 0;
  top: -1px;
  font-size: 10px;
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__logos {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 40px;
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__logos .containers-StaticPages-home-__logo {
  height: 90px;
  margin-right: 8%;
  background-size: contain;
  background-repeat: no-repeat;
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__logos .containers-StaticPages-home-__bbbLogo {
  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;
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__logos .containers-StaticPages-home-__bCorpLogo {
  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;
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__logos .containers-StaticPages-home-__incLogo {
  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;
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__text {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 28px;
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__zipInput {
  display: flex;
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__zipInput .containers-StaticPages-home-__input {
  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);
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__zipInput .containers-StaticPages-home-__input:focus {
  border-color: var(--tangaroa);
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__zipInput .containers-StaticPages-home-__zipButton {
  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;
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__zipInput .containers-StaticPages-home-__zipButton:hover {
  background-color: var(--primary-lite-highlighted);
  border-color: var(--primary-lite-highlighted);
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__stepBullets {
  list-style-type: none;
  padding: 0;
  margin-bottom: 72px;
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__stepBullets li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 16px;
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__stepBullets 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;
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__stepBullets li.containers-StaticPages-home-__en:nth-child(1)::before {
  content: "Step 1";
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__stepBullets li.containers-StaticPages-home-__en:nth-child(2)::before {
  content: "Step 2";
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__stepBullets li.containers-StaticPages-home-__en:nth-child(3)::before {
  content: "Step 3";
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__stepBullets li.containers-StaticPages-home-__en:nth-child(4)::before {
  content: "Step 4";
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__stepBullets li.containers-StaticPages-home-__en:nth-child(5)::before {
  content: "Step 5";
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__stepBullets li.containers-StaticPages-home-__es:nth-child(1)::before {
  content: "Paso 1";
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__stepBullets li.containers-StaticPages-home-__es:nth-child(2)::before {
  content: "Paso 2";
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__stepBullets li.containers-StaticPages-home-__es:nth-child(3)::before {
  content: "Paso 3";
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__stepBullets li.containers-StaticPages-home-__es:nth-child(4)::before {
  content: "Paso 4";
}
.containers-StaticPages-home-__infoPanels .containers-StaticPages-home-__infoPanel .containers-StaticPages-home-__panel .containers-StaticPages-home-__stepBullets li.containers-StaticPages-home-__es:nth-child(5)::before {
  content: "Paso 5";
}
.containers-StaticPages-home-__endorsements {
  width: 100%;
  height: 200px;
  background-color: var(--tangaroa);
  padding: 40px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .containers-StaticPages-home-__endorsements {
    display: block;
    height: auto;
    padding: 40px 26px;
  }
}
.containers-StaticPages-home-__endorsements .containers-StaticPages-home-__innerContainer {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .containers-StaticPages-home-__endorsements .containers-StaticPages-home-__innerContainer {
    display: block;
    width: 100%;
    height: auto;
  }
}
.containers-StaticPages-home-__endorsements .containers-StaticPages-home-__item {
  width: 250px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .containers-StaticPages-home-__endorsements .containers-StaticPages-home-__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .containers-StaticPages-home-__endorsements .containers-StaticPages-home-__item:last-child {
    margin-bottom: 0;
  }
}
.containers-StaticPages-home-__endorsements .containers-StaticPages-home-__item .containers-StaticPages-home-__logo {
  height: 30px;
  width: 100%;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
.containers-StaticPages-home-__endorsements .containers-StaticPages-home-__item:nth-child(1) .containers-StaticPages-home-__logo {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/home/logo_TechCrunch.svg");
}
.containers-StaticPages-home-__endorsements .containers-StaticPages-home-__item:nth-child(2) .containers-StaticPages-home-__logo {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/home/logo_Inc5000.svg");
}
.containers-StaticPages-home-__endorsements .containers-StaticPages-home-__item:nth-child(3) .containers-StaticPages-home-__logo {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/home/logo_EINPresswire_wht.png");
}
.containers-StaticPages-home-__endorsements .containers-StaticPages-home-__item .containers-StaticPages-home-__quote {
  color: var(--light-grey);
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
}
.containers-StaticPages-home-__jbMessage {
  position: relative;
  background-color: var(--cream);
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 16px;
}
.containers-StaticPages-home-__jbMessage::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) {
  .containers-StaticPages-home-__jbMessage {
    padding: 0 26px 100px;
  }
}
.containers-StaticPages-home-__jbMessage .containers-StaticPages-home-__innerContainer {
  width: 100%;
  max-width: 1280px;
  margin-top: 70px;
}
.containers-StaticPages-home-__jbMessage .containers-StaticPages-home-__message {
  width: 100%;
  position: relative;
}
.containers-StaticPages-home-__jbMessage .containers-StaticPages-home-__previewImg {
  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;
}
.containers-StaticPages-home-__jbMessage .containers-StaticPages-home-__previewImg .containers-StaticPages-home-__bg {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/home/home_messagefromceo.png");
}
@media (max-width: 768px) {
  .containers-StaticPages-home-__jbMessage .containers-StaticPages-home-__previewImg {
    width: 100%;
  }
}
.containers-StaticPages-home-__jbMessage .containers-StaticPages-home-__card {
  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) {
  .containers-StaticPages-home-__jbMessage .containers-StaticPages-home-__card {
    right: -15px;
  }
}
@media (max-width: 768px) {
  .containers-StaticPages-home-__jbMessage .containers-StaticPages-home-__card {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 16px auto 0 auto;
  }
}
.containers-StaticPages-home-__jbMessage .containers-StaticPages-home-__card .containers-StaticPages-home-__headline {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 700;
}
.containers-StaticPages-home-__jbMessage .containers-StaticPages-home-__card .containers-StaticPages-home-__watchButton {
  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;
}
.containers-StaticPages-home-__jbMessage .containers-StaticPages-home-__card .containers-StaticPages-home-__watchButton:hover {
  background-color: var(--primary-lite-highlighted);
}
@media (max-width: 768px) {
  .containers-StaticPages-home-__jbMessage .containers-StaticPages-home-__card .containers-StaticPages-home-__watchButton {
    margin-top: 0;
  }
}
.containers-StaticPages-home-__buttonHover:hover {
  background-color: var(--primary-lite-highlighted);
  border-color: var(--primary-lite-highlighted);
}
@s 3 -asset-path: https://powur-public2.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-public2.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;
  max-width: 100vw;
  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);
}
@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 {
  width: max-content;
  max-width: 100%;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
}
.ant-popover-message {
  display: flex;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-popover-message-icon {
  display: inline-block;
  margin-right: 8px;
  color: #faad14;
  font-size: 14px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button:not(:first-child) {
  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 {
  --antd-arrow-background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-popover-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.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-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-popover-rtl .ant-popover-message-title {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderContainer {
  width: 100%;
  height: 32px;
  background-color: var(--dark-blue);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderContainer .components-PlatformLayout-components-Banners-ImpersonationBanner-__observingTag {
  font-weight: 600;
  color: var(--picton-blue);
  font-size: 14px;
  margin: 0;
}
.components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderContainer .components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateButtonContainer {
  right: 46px;
  display: flex;
  flex-direction: row;
}
@media (min-width: 800px) {
  .components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderContainer .components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateButtonContainer {
    position: absolute;
  }
}
.components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderContainer .components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderButton {
  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);
}
.components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderContainer .components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderButton:hover {
  background: var(--picton-blue-highlighted);
  border-color: var(--picton-blue-highlighted);
  color: var(--white);
}
@media (max-width: 800px) {
  .components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderContainer .components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderButton {
    margin: 6px 0px 6px 9px;
  }
}
.components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderContainer .components-PlatformLayout-components-Banners-ImpersonationBanner-__bypassButton {
  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);
}
.components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderContainer .components-PlatformLayout-components-Banners-ImpersonationBanner-__bypassButton:hover {
  background: var(--picton-blue-highlighted);
  border-color: var(--picton-blue-highlighted);
  color: var(--white);
}
@media (max-width: 800px) {
  .components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderContainer .components-PlatformLayout-components-Banners-ImpersonationBanner-__bypassButton {
    margin: 6px 0px 6px 9px;
  }
}
.components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderContainer .components-PlatformLayout-components-Banners-ImpersonationBanner-__logbackButton {
  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;
}
.components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderContainer .components-PlatformLayout-components-Banners-ImpersonationBanner-__logbackButton:hover {
  background: var(--picton-blue-highlighted);
  border-color: var(--picton-blue-highlighted);
  color: var(--white);
}
@media (max-width: 800px) {
  .components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderContainer .components-PlatformLayout-components-Banners-ImpersonationBanner-__logbackButton {
    margin: 6px 0px 6px 9px;
  }
}
.components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderContainer .components-PlatformLayout-components-Banners-ImpersonationBanner-__returnText {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.components-PlatformLayout-components-Banners-ImpersonationBanner-__impersonateHeaderContainer .components-PlatformLayout-components-Banners-ImpersonationBanner-__returnText span {
  margin-left: 5px;
}
.components-PlatformLayout-components-Banners-ImpersonationBanner-__logbackModal {
  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;
}
.components-PlatformLayout-components-Banners-ImpersonationBanner-__logbackModal .components-PlatformLayout-components-Banners-ImpersonationBanner-__logbackText {
  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);
}
.components-PlatformLayout-components-Banners-ImpersonationBanner-__logbackModal .components-PlatformLayout-components-Banners-ImpersonationBanner-__logbackUser {
  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-public2.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 {
  position: relative;
  width: 100%;
}
.ant-tabs-content-holder {
  flex: auto;
  min-width: 0;
  min-height: 0;
}
.ant-tabs-tabpane {
  outline: none;
}
.ant-tabs-tabpane-hidden {
  display: none;
}
.ant-tabs-switch-appear,
.ant-tabs-switch-enter {
  transition: none;
}
.ant-tabs-switch-appear-start,
.ant-tabs-switch-enter-start {
  opacity: 0;
}
.ant-tabs-switch-appear-active,
.ant-tabs-switch-enter-active {
  opacity: 1;
  transition: opacity 0.3s;
}
.ant-tabs-switch-leave {
  position: absolute;
  transition: none;
  inset: 0;
}
.ant-tabs-switch-leave-start {
  opacity: 1;
}
.ant-tabs-switch-leave-active {
  opacity: 0;
  transition: opacity 0.3s;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-Ambassador-components-AmbassadorPageContainer-__pageContainer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-Ambassador-components-AmbassadorPageContainer-__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  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");
}
.containers-Ambassador-components-AmbassadorPageContainer-__contentContainer {
  flex: none;
  margin: 60px 30px;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 570px) {
  .containers-Ambassador-components-AmbassadorPageContainer-__contentContainer {
    max-width: calc(100% - 20px);
  }
}
.containers-Ambassador-components-AmbassadorPageContainer-__contentLayout {
  background-color: transparent;
  overflow: hidden;
}
.containers-Ambassador-components-AmbassadorPageContainer-__header {
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.containers-Ambassador-components-AmbassadorPageContainer-__header .containers-Ambassador-components-AmbassadorPageContainer-__logo {
  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) {
  .containers-Ambassador-components-AmbassadorPageContainer-__header .containers-Ambassador-components-AmbassadorPageContainer-__logo {
    width: 175px;
    margin-left: -12px;
  }
}
@media (max-width: 375px) {
  .containers-Ambassador-components-AmbassadorPageContainer-__header .containers-Ambassador-components-AmbassadorPageContainer-__logo {
    width: 125px;
    margin-left: -8px;
  }
}
.containers-Ambassador-components-AmbassadorPageContainer-__header .containers-Ambassador-components-AmbassadorPageContainer-__headerContent {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.containers-Ambassador-components-AmbassadorPageContainer-__content {
  flex: none;
  height: calc(100% - 150px);
}
.containers-Ambassador-components-AmbassadorPageContainer-__content .containers-Ambassador-components-AmbassadorPageContainer-__tabWindow {
  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;
}
.containers-Ambassador-components-AmbassadorPageContainer-__footer {
  background-color: transparent;
  padding: 0;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-Ambassador-dashboard-__tabsContainer > div {
  height: 100%;
}
.containers-Ambassador-dashboard-__tab {
  padding: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__banner {
  height: 32px;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__stripeButton {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  text-transform: none;
  font-size: 16px;
  padding: 0 30px;
  height: 48px;
  margin: 50px 0;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__stripe {
  width: 100px;
  margin-bottom: 30px;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__stripe .containers-Ambassador-dashboard-__text {
  color: var(--dark-blue);
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: -5px;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__stripe img {
  height: 100%;
  width: 100%;
  transform: translate(-2px, -2px);
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__instructions {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__prompt {
  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);
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form {
  width: 80%;
  min-width: 275px;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem {
  width: 100%;
  margin-top: 8px;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__autoCompleteInput > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__autoCompleteInput > div > span > input {
  height: 50px !important;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__upgradeButton {
  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;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__upgradeButton:hover {
  background: var(--athens-gray);
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__autoCompleteInput > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__autoCompleteInput > div > span > input {
  height: 50px !important;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__submitButton .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__submitButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__upgradeButton {
  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;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__upgradeButton:hover {
  background: var(--athens-gray);
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin {
  width: 100%;
  margin-top: 8px;
  margin-top: 0;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__autoCompleteInput > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__autoCompleteInput > div > span > input {
  height: 50px !important;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__submitButton .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__submitButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__upgradeButton {
  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;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__upgradeButton:hover {
  background: var(--athens-gray);
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__back {
  margin-top: 12px;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 19px;
}
.containers-Ambassador-dashboard-__tab .containers-Ambassador-dashboard-__back:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
.containers-Ambassador-dashboard-__referralTab {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 20px;
  min-height: 500px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__header {
  padding: 24px 0;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__header .containers-Ambassador-dashboard-__title {
  color: var(--primary-color-highlighted);
  font-size: 24px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__header .containers-Ambassador-dashboard-__scoreboard {
  width: 100%;
  margin-top: 4px;
  padding: 0 20%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 576px) {
  .containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__header .containers-Ambassador-dashboard-__scoreboard {
    padding: 0 15%;
  }
}
@media (max-width: 425px) {
  .containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__header .containers-Ambassador-dashboard-__scoreboard {
    padding: 0 16px;
  }
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__header .containers-Ambassador-dashboard-__scoreboard .containers-Ambassador-dashboard-__score {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__header .containers-Ambassador-dashboard-__scoreboard .containers-Ambassador-dashboard-__score .containers-Ambassador-dashboard-__total {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 375px) {
  .containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__header .containers-Ambassador-dashboard-__scoreboard .containers-Ambassador-dashboard-__score .containers-Ambassador-dashboard-__total {
    font-size: 32px;
  }
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__header .containers-Ambassador-dashboard-__scoreboard .containers-Ambassador-dashboard-__score .containers-Ambassador-dashboard-__payout {
  font-size: 12px;
  color: var(--slate-grey-a65);
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__header .containers-Ambassador-dashboard-__addReferralButton {
  position: absolute;
  bottom: -24px;
  right: 24px;
  height: 50px;
  width: 50px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__header .containers-Ambassador-dashboard-__addReferralButton .containers-Ambassador-dashboard-__icon {
  font-size: 24px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals {
  background: linear-gradient(var(--old-grey-highlighted) 0%, white 10px, white 100%);
  position: relative;
  padding-top: 32px;
  height: calc(100% - 175px);
  overflow-y: auto;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__fetching {
  position: absolute;
  width: 100%;
  height: calc(100% + 32px);
  background-color: var(--primary-color-a30);
  filter: brightness(130%);
  margin-top: -32px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__fetching .containers-Ambassador-dashboard-__spin {
  position: absolute;
  top: 50%;
  left: 50%;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus {
  width: 100%;
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__name {
  font-size: 14px;
  font-weight: 600;
  padding-left: 8px;
  margin-bottom: 4px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__updatedAt {
  width: 100%;
  font-size: 11px;
  text-align: end;
  color: var(--slate-grey-a65);
  margin-top: 4px;
  padding-right: 4px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__complete {
  color: #e6c619;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar {
  width: 100%;
  border-radius: 25px;
  height: 40px;
  overflow: hidden;
  display: flex;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__item {
  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);
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__item .containers-Ambassador-dashboard-__display {
  transform: skewX(30deg);
}
@media (max-width: 376px) {
  .containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__item {
    font-size: 8px;
  }
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__item:first-child {
  width: calc(20% + 4px);
  margin-left: -4px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__item:last-child {
  width: calc(20% + 4px);
  margin-right: -4px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__item:not(:first-child) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: inset 12px 0 21px -8px var(--slate-grey-a65);
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__done {
  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);
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__done .containers-Ambassador-dashboard-__display {
  transform: skewX(30deg);
}
@media (max-width: 376px) {
  .containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__done {
    font-size: 8px;
  }
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__done:first-child {
  width: calc(20% + 4px);
  margin-left: -4px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__done:last-child {
  width: calc(20% + 4px);
  margin-right: -4px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__done:not(:first-child) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: inset 12px 0 21px -8px var(--slate-grey-a65);
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__notDone {
  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);
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__notDone .containers-Ambassador-dashboard-__display {
  transform: skewX(30deg);
}
@media (max-width: 376px) {
  .containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__notDone {
    font-size: 8px;
  }
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__notDone:first-child {
  width: calc(20% + 4px);
  margin-left: -4px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__notDone:last-child {
  width: calc(20% + 4px);
  margin-right: -4px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__referralStatus .containers-Ambassador-dashboard-__statusBar .containers-Ambassador-dashboard-__notDone:not(:first-child) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: inset 12px 0 21px -8px var(--slate-grey-a65);
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__noReferrals {
  margin: 32px 15%;
  text-align: center;
  font-size: 16px;
  color: var(--slate-grey-a65);
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__noReferrals .containers-Ambassador-dashboard-__exampleButton {
  background-color: var(--primary-color);
  font-size: 12px;
  line-height: 12px;
  color: var(--white);
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__noReferrals .containers-Ambassador-dashboard-__shareAffiliateLink {
  margin-top: 25px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__noReferrals .containers-Ambassador-dashboard-__shareAffiliateLink .containers-Ambassador-dashboard-__socialContainer {
  margin-top: 16px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__noReferrals .containers-Ambassador-dashboard-__referralLinkContainer {
  margin-top: 8px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__noReferrals .containers-Ambassador-dashboard-__referralLinkContainer .containers-Ambassador-dashboard-__linkButton {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__noReferrals .containers-Ambassador-dashboard-__referralLinkContainer .containers-Ambassador-dashboard-__linkButton::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;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__noReferrals .containers-Ambassador-dashboard-__redirectSection {
  margin-top: 25px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__referrals .containers-Ambassador-dashboard-__noReferrals .containers-Ambassador-dashboard-__redirectSection .containers-Ambassador-dashboard-__linkToSellerLeads {
  color: var(--font-color-eastern-blue);
  cursor: pointer;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__profileLinksContainer {
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 1;
  display: flex;
}
@media (max-width: 475px) {
  .containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__profileLinksContainer {
    flex-direction: column;
  }
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__profileLinksContainer .containers-Ambassador-dashboard-__link {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__profileLinksContainer .containers-Ambassador-dashboard-__link .containers-Ambassador-dashboard-__icon {
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__profileLinksContainer .containers-Ambassador-dashboard-__link .containers-Ambassador-dashboard-__label {
  font-size: 8px;
  line-height: 11px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__profileLinksContainer .containers-Ambassador-dashboard-__consultantLink {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 6px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__profileLinksContainer .containers-Ambassador-dashboard-__consultantLink .containers-Ambassador-dashboard-__icon {
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__profileLinksContainer .containers-Ambassador-dashboard-__consultantLink .containers-Ambassador-dashboard-__label {
  font-size: 8px;
  line-height: 11px;
  color: var(--primary-color);
  text-transform: uppercase;
}
@media (max-width: 475px) {
  .containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__profileLinksContainer .containers-Ambassador-dashboard-__consultantLink {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__profileLinksContainer .containers-Ambassador-dashboard-__consultantLink .containers-Ambassador-dashboard-__icon {
  background-image: url("/icons/icon_consultant.svg");
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__profileLinksContainer .containers-Ambassador-dashboard-__profileLink {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__profileLinksContainer .containers-Ambassador-dashboard-__profileLink .containers-Ambassador-dashboard-__icon {
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__profileLinksContainer .containers-Ambassador-dashboard-__profileLink .containers-Ambassador-dashboard-__label {
  font-size: 8px;
  line-height: 11px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.containers-Ambassador-dashboard-__referralTab .containers-Ambassador-dashboard-__profileLinksContainer .containers-Ambassador-dashboard-__profileLink .containers-Ambassador-dashboard-__icon {
  background-image: url("/icons/icon_ambassador.svg");
}
.containers-Ambassador-dashboard-__addReferralTab {
  padding: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 24px;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__banner {
  height: 32px;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__stripeButton {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  text-transform: none;
  font-size: 16px;
  padding: 0 30px;
  height: 48px;
  margin: 50px 0;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__stripe {
  width: 100px;
  margin-bottom: 30px;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__stripe .containers-Ambassador-dashboard-__text {
  color: var(--dark-blue);
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: -5px;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__stripe img {
  height: 100%;
  width: 100%;
  transform: translate(-2px, -2px);
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__instructions {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__prompt {
  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);
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form {
  width: 80%;
  min-width: 275px;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem {
  width: 100%;
  margin-top: 8px;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__autoCompleteInput > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__autoCompleteInput > div > span > input {
  height: 50px !important;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__upgradeButton {
  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;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__upgradeButton:hover {
  background: var(--athens-gray);
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__autoCompleteInput > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__autoCompleteInput > div > span > input {
  height: 50px !important;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__submitButton .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__submitButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__upgradeButton {
  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;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__upgradeButton:hover {
  background: var(--athens-gray);
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin {
  width: 100%;
  margin-top: 8px;
  margin-top: 0;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__autoCompleteInput > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__autoCompleteInput > div > span > input {
  height: 50px !important;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__submitButton .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__submitButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__upgradeButton {
  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;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__upgradeButton:hover {
  background: var(--athens-gray);
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__back {
  margin-top: 12px;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 19px;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__back:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__banner {
  width: 70%;
  text-align: center;
  line-height: 32px;
  height: 100%;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__uploadButton {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #c0c0c0;
  font-size: 14px;
  text-transform: uppercase;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__uploadButton .containers-Ambassador-dashboard-__uploadIcon {
  font-size: 24px;
}
.containers-Ambassador-dashboard-__addReferralTab .containers-Ambassador-dashboard-__fileUrl {
  color: var(--light-grey);
  font-size: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  margin-top: 4px;
  cursor: pointer;
}
.containers-Ambassador-dashboard-__payoutsTab {
  padding: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__banner {
  height: 32px;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__stripeButton {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  text-transform: none;
  font-size: 16px;
  padding: 0 30px;
  height: 48px;
  margin: 50px 0;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__stripe {
  width: 100px;
  margin-bottom: 30px;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__stripe .containers-Ambassador-dashboard-__text {
  color: var(--dark-blue);
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: -5px;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__stripe img {
  height: 100%;
  width: 100%;
  transform: translate(-2px, -2px);
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__instructions {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__prompt {
  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);
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form {
  width: 80%;
  min-width: 275px;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem {
  width: 100%;
  margin-top: 8px;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__autoCompleteInput > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__autoCompleteInput > div > span > input {
  height: 50px !important;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__upgradeButton {
  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;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__upgradeButton:hover {
  background: var(--athens-gray);
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__autoCompleteInput > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__autoCompleteInput > div > span > input {
  height: 50px !important;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__submitButton .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__submitButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__upgradeButton {
  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;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__upgradeButton:hover {
  background: var(--athens-gray);
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin {
  width: 100%;
  margin-top: 8px;
  margin-top: 0;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__autoCompleteInput > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__autoCompleteInput > div > span > input {
  height: 50px !important;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__submitButton .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__submitButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__upgradeButton {
  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;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__upgradeButton:hover {
  background: var(--athens-gray);
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__back {
  margin-top: 12px;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 19px;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__back:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__table {
  width: 100%;
  margin: 24px 0;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__table .containers-Ambassador-dashboard-__col {
  padding: 8px 16px;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__table .containers-Ambassador-dashboard-__labelCol {
  padding: 8px 16px;
  font-size: 10px;
  text-transform: uppercase;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__table .containers-Ambassador-dashboard-__valueCol {
  padding: 8px 16px;
  font-size: 12px;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__table .containers-Ambassador-dashboard-__valueCell {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__table .containers-Ambassador-dashboard-__stripeCell {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__table .containers-Ambassador-dashboard-__stripeCell img {
  height: calc(75px / 2.15);
  width: 75px;
  filter: invert(47%) sepia(99%) saturate(380%) hue-rotate(150deg) brightness(97%) contrast(91%);
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__table .containers-Ambassador-dashboard-__stripeCell .containers-Ambassador-dashboard-__icon {
  font-size: 16px;
  color: var(--primary-color);
  margin-left: 4px;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__stripe {
  font-size: 16px;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__stripe .containers-Ambassador-dashboard-__imgContainer {
  display: inline-block;
}
.containers-Ambassador-dashboard-__payoutsTab .containers-Ambassador-dashboard-__stripe .containers-Ambassador-dashboard-__imgContainer img {
  height: calc(75px / 2.15);
  width: 75px;
  filter: invert(47%) sepia(99%) saturate(380%) hue-rotate(150deg) brightness(97%) contrast(91%);
}
.containers-Ambassador-dashboard-__profileTab {
  padding: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__banner {
  height: 32px;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__stripeButton {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  text-transform: none;
  font-size: 16px;
  padding: 0 30px;
  height: 48px;
  margin: 50px 0;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__stripe {
  width: 100px;
  margin-bottom: 30px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__stripe .containers-Ambassador-dashboard-__text {
  color: var(--dark-blue);
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: -5px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__stripe img {
  height: 100%;
  width: 100%;
  transform: translate(-2px, -2px);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__instructions {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__prompt {
  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);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form {
  width: 80%;
  min-width: 275px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem {
  width: 100%;
  margin-top: 8px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__autoCompleteInput > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__autoCompleteInput > div > span > input {
  height: 50px !important;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__upgradeButton {
  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;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__upgradeButton:hover {
  background: var(--athens-gray);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__autoCompleteInput > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__autoCompleteInput > div > span > input {
  height: 50px !important;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__submitButton .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__submitButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__upgradeButton {
  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;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__upgradeButton:hover {
  background: var(--athens-gray);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin {
  width: 100%;
  margin-top: 8px;
  margin-top: 0;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__autoCompleteInput > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__autoCompleteInput > div > span > input {
  height: 50px !important;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__submitButton .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__submitButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__upgradeButton {
  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;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__upgradeButton:hover {
  background: var(--athens-gray);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__back {
  margin-top: 12px;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 19px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__back:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
@media (max-width: 500px) {
  .containers-Ambassador-dashboard-__profileTab {
    padding: 30px 20px;
  }
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__banner {
  line-height: 32px;
  margin-bottom: 18px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__banner .containers-Ambassador-dashboard-__title {
  font-family: Poppins;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__banner .containers-Ambassador-dashboard-__title .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__back {
  margin-bottom: 10px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__profileUploadContainer {
  width: 100px;
  margin: auto;
  margin-top: 16px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__profileUploadContainer .containers-Ambassador-dashboard-__avatarContainer {
  display: flex;
  flex-direction: column;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__profileUploadContainer .containers-Ambassador-dashboard-__avatarContainer .containers-Ambassador-dashboard-__label {
  text-align: center;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__profileUploadContainer .containers-Ambassador-dashboard-__avatarContainer .containers-Ambassador-dashboard-__avatar {
  margin: 8px 0 10px 0;
  border-radius: 50px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__profileUploadContainer .containers-Ambassador-dashboard-__uploadButton {
  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;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__profileUploadContainer .containers-Ambassador-dashboard-__uploadButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form {
  width: 80%;
  min-width: 275px;
  padding: 0px;
  padding-top: 0px;
  width: 100%;
  position: relative;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem {
  width: 100%;
  margin-top: 8px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__autoCompleteInput > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__autoCompleteInput > div > span > input {
  height: 50px !important;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__upgradeButton {
  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;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__upgradeButton:hover {
  background: var(--athens-gray);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__autoCompleteInput > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__autoCompleteInput > div > span > input {
  height: 50px !important;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__submitButton .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__submitButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__upgradeButton {
  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;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemCentered .containers-Ambassador-dashboard-__upgradeButton:hover {
  background: var(--athens-gray);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin {
  width: 100%;
  margin-top: 8px;
  margin-top: 0;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__autoCompleteInput > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__autoCompleteInput > div > span > input {
  height: 50px !important;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__submitButton .containers-Ambassador-dashboard-__bold {
  margin-left: 4px;
  font-weight: 600;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__submitButton:hover {
  background-color: var(--primary-color-highlighted);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__upgradeButton {
  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;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItemNoMargin .containers-Ambassador-dashboard-__upgradeButton:hover {
  background: var(--athens-gray);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem {
  width: 100%;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__input {
  width: 100%;
  height: 32px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__passwordInput {
  width: 100%;
  height: 32px;
  margin-top: 2px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__select {
  width: 100%;
  height: 32px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__select .containers-Ambassador-dashboard-__selectLabel {
  line-height: 14px;
  text-transform: capitalize;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__disabled {
  width: 100%;
  height: 32px;
  cursor: not-allowed;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__dropdown {
  width: 100%;
  height: 32px;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__form .containers-Ambassador-dashboard-__formItem .containers-Ambassador-dashboard-__submitButton {
  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;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__fetching {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(130%);
  z-index: 2;
}
.containers-Ambassador-dashboard-__profileTab .containers-Ambassador-dashboard-__fetching .containers-Ambassador-dashboard-__spin {
  position: absolute;
  top: 50%;
  left: 50%;
}
.containers-Ambassador-dashboard-__headerButtons {
  display: flex;
  color: var(--white-a65);
  height: 24px;
}
.containers-Ambassador-dashboard-__headerButtons .containers-Ambassador-dashboard-__headerButton {
  height: 100%;
  background-color: transparent;
  padding: 0 12px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--white-a65);
}
.containers-Ambassador-dashboard-__headerButtons .containers-Ambassador-dashboard-__headerButton:hover,
.containers-Ambassador-dashboard-__headerButtons .containers-Ambassador-dashboard-__headerButton:active {
  border: none;
  outline: none;
  color: var(--white);
}
.containers-Ambassador-dashboard-__headerButtons .containers-Ambassador-dashboard-__headerButton:last-child {
  padding-right: 0;
}
.containers-Ambassador-dashboard-__headerButtons .containers-Ambassador-dashboard-__divider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 12px;
}
.containers-Ambassador-dashboard-__prefooter {
  margin-top: 8px;
  width: 100%;
  background: var(--white);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.containers-Ambassador-dashboard-__prefooter .containers-Ambassador-dashboard-__linkRow {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px 8px 18px;
}
.containers-Ambassador-dashboard-__prefooter .containers-Ambassador-dashboard-__linkRow .containers-Ambassador-dashboard-__linkTitle {
  display: flex;
  align-items: center;
}
.containers-Ambassador-dashboard-__prefooter .containers-Ambassador-dashboard-__linkRow .containers-Ambassador-dashboard-__linkTitle .containers-Ambassador-dashboard-__name {
  margin-left: 9px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--font-color-eastern-blue);
}
.containers-Ambassador-dashboard-__prefooter .containers-Ambassador-dashboard-__divider {
  width: 100%;
  height: 1px;
  background: var(--table-edit-mode);
}
.containers-Ambassador-dashboard-__footer {
  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) {
  .containers-Ambassador-dashboard-__footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.containers-Ambassador-dashboard-__footer .containers-Ambassador-dashboard-__helpContainer {
  position: relative;
  padding-left: 76px;
  cursor: pointer;
}
.containers-Ambassador-dashboard-__footer .containers-Ambassador-dashboard-__helpContainer .containers-Ambassador-dashboard-__avatar {
  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%;
}
.containers-Ambassador-dashboard-__footer .containers-Ambassador-dashboard-__helpContainer .containers-Ambassador-dashboard-__openHelp {
  font-size: 14px;
  font-style: italic;
  color: var(--white);
}
.containers-Ambassador-dashboard-__footer .containers-Ambassador-dashboard-__linkDisplay {
  margin-left: 10px;
  text-align: right;
}
@media (max-width: 500px) {
  .containers-Ambassador-dashboard-__footer .containers-Ambassador-dashboard-__linkDisplay {
    width: 50vw;
  }
}
.containers-Ambassador-dashboard-__footer .containers-Ambassador-dashboard-__linkDisplay .containers-Ambassador-dashboard-__label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: var(--table-badge-total);
}
.containers-Ambassador-dashboard-__footer .containers-Ambassador-dashboard-__linkDisplay .containers-Ambassador-dashboard-__url {
  font-size: 12px;
  line-height: 14px;
  color: var(--font-color-eastern-blue);
  cursor: pointer;
}
.containers-Ambassador-dashboard-__footer .containers-Ambassador-dashboard-__linkDisplay .containers-Ambassador-dashboard-__url::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;
}
.containers-Ambassador-dashboard-__helpModal .containers-Ambassador-dashboard-__modalBody {
  color: var(--white);
  background-color: var(--slate-grey);
  position: relative;
  padding: 24px;
  padding-top: 48px;
}
.containers-Ambassador-dashboard-__helpModal .containers-Ambassador-dashboard-__modalBody .containers-Ambassador-dashboard-__tabs .containers-Ambassador-dashboard-__tab {
  padding: 4px;
}
.containers-Ambassador-dashboard-__helpModal .containers-Ambassador-dashboard-__modalBody .containers-Ambassador-dashboard-__consultant {
  position: absolute;
  top: -24px;
  left: -5px;
  height: 50px;
  width: 100%;
  padding-left: 32px;
  padding-top: 6px;
}
.containers-Ambassador-dashboard-__helpModal .containers-Ambassador-dashboard-__modalBody .containers-Ambassador-dashboard-__consultant .containers-Ambassador-dashboard-__info {
  font-size: 12px;
  line-height: 14px;
  color: var(--light-grey);
}
.containers-Ambassador-dashboard-__helpModal .containers-Ambassador-dashboard-__modalBody .containers-Ambassador-dashboard-__consultant .containers-Ambassador-dashboard-__info .containers-Ambassador-dashboard-__value {
  color: saturate(var(--primary-color-highlighted), 50%);
}
.containers-Ambassador-dashboard-__helpModal .containers-Ambassador-dashboard-__modalBody .containers-Ambassador-dashboard-__avatar {
  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%;
}
.containers-Ambassador-dashboard-__helpModal .containers-Ambassador-dashboard-__modalBody .containers-Ambassador-dashboard-__header {
  color: saturate(var(--primary-color-highlighted), 50%);
  font-size: 18px;
}
.containers-Ambassador-dashboard-__helpModal .containers-Ambassador-dashboard-__modalBody .containers-Ambassador-dashboard-__list {
  list-style: none;
  padding: 0;
  margin-top: 16px;
}
.containers-Ambassador-dashboard-__helpModal .containers-Ambassador-dashboard-__modalBody .containers-Ambassador-dashboard-__list .containers-Ambassador-dashboard-__item {
  position: relative;
  margin-top: 18px;
  padding-left: 24px;
  line-height: 18px;
  color: var(--white);
  cursor: pointer;
}
.containers-Ambassador-dashboard-__helpModal .containers-Ambassador-dashboard-__modalBody .containers-Ambassador-dashboard-__list .containers-Ambassador-dashboard-__item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: saturate(var(--primary-color-highlighted), 50%);
  margin-right: 24px;
  transform: scale(3);
}
.containers-Ambassador-dashboard-__helpModal .containers-Ambassador-dashboard-__modalBody .containers-Ambassador-dashboard-__answer {
  margin-top: 24px;
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}
.containers-Ambassador-dashboard-__helpModal .containers-Ambassador-dashboard-__modalBody .containers-Ambassador-dashboard-__additional {
  margin-top: 48px;
  margin-left: 24px;
  color: var(--table-badge-unread);
  font-size: 14px;
}
.containers-Ambassador-dashboard-__helpModal .containers-Ambassador-dashboard-__modalBody .containers-Ambassador-dashboard-__additional .containers-Ambassador-dashboard-__ask {
  cursor: pointer;
  color: #d2ae50;
}
.containers-Ambassador-dashboard-__helpModal > div {
  background-color: var(--slate-grey);
}
.containers-Ambassador-dashboard-__socialIcons {
  height: 100%;
  display: flex;
  align-self: flex-end;
  padding: 5px 0 5px 8px;
}
.containers-Ambassador-dashboard-__socialIcons .containers-Ambassador-dashboard-__iconContainer {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-Ambassador-dashboard-__socialIcons .containers-Ambassador-dashboard-__facebookContainer {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--chambray-blue);
}
.containers-Ambassador-dashboard-__socialIcons .containers-Ambassador-dashboard-__twitterContainer {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--rockman-blue);
}
.containers-Ambassador-dashboard-__socialIcons .containers-Ambassador-dashboard-__linkContainer {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--slate-grey);
  cursor: pointer;
}
.containers-Ambassador-dashboard-__socialIcons .containers-Ambassador-dashboard-__icon {
  font-size: 18px;
  color: var(--white);
}
.containers-Ambassador-dashboard-__socialIcons .containers-Ambassador-dashboard-__roundIcon {
  border-radius: 50%;
  margin: auto;
  margin-right: 3px;
}
.containers-Ambassador-dashboard-__socialIconsBig {
  align-self: flex-end;
  padding: 5px 0 5px 8px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.containers-Ambassador-dashboard-__socialIconsBig .containers-Ambassador-dashboard-__iconContainer {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-Ambassador-dashboard-__socialIconsBig .containers-Ambassador-dashboard-__facebookContainer {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--chambray-blue);
}
.containers-Ambassador-dashboard-__socialIconsBig .containers-Ambassador-dashboard-__twitterContainer {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--rockman-blue);
}
.containers-Ambassador-dashboard-__socialIconsBig .containers-Ambassador-dashboard-__linkContainer {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--slate-grey);
  cursor: pointer;
}
.containers-Ambassador-dashboard-__socialIconsBig .containers-Ambassador-dashboard-__icon {
  font-size: 18px;
  color: var(--white);
}
.containers-Ambassador-dashboard-__socialIconsBig .containers-Ambassador-dashboard-__roundIcon {
  border-radius: 50%;
  margin: auto;
  margin-right: 3px;
}
.containers-Ambassador-dashboard-__socialIconsBig .containers-Ambassador-dashboard-__iconContainer {
  height: 56px;
  width: 56px;
}
.containers-Ambassador-dashboard-__socialIconsBig .containers-Ambassador-dashboard-__icon {
  font-size: 36px;
}
.containers-Ambassador-dashboard-__socialIconsBig .containers-Ambassador-dashboard-__facebookContainer {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  background-color: var(--chambray-blue);
}
.containers-Ambassador-dashboard-__socialIconsBig .containers-Ambassador-dashboard-__twitterContainer {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  background-color: var(--rockman-blue);
}
.containers-Ambassador-dashboard-__socialIconsBig .containers-Ambassador-dashboard-__linkContainer {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  background-color: var(--slate-grey);
  cursor: pointer;
}
.containers-Ambassador-dashboard-__ambassadorUpgradeModalHeading {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  color: var(--darkest-blue);
}
.containers-Ambassador-dashboard-__ambassadorUpgradeModalBody {
  color: var(--queen-blue);
  font-weight: 600;
  padding: 35px 40px;
  text-align: center;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-CopyContactInfo-CopyEmail-__emailRow {
  line-height: 20px;
}
.components-CopyContactInfo-CopyEmail-__emailRow .components-CopyContactInfo-CopyEmail-__email {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: var(--dark-blue);
  cursor: pointer;
}
.components-CopyContactInfo-CopyEmail-__emailRow .components-CopyContactInfo-CopyEmail-__withHover:hover {
  color: var(--canary-yellow) !important;
}
.components-CopyContactInfo-CopyEmail-__emailRow .components-CopyContactInfo-CopyEmail-__icon {
  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;
}
.components-CopyContactInfo-CopyEmail-__emailRow .components-CopyContactInfo-CopyEmail-__mailOutlinedContainer {
  margin-right: 8px;
}
@s 3 -asset-path: https://powur-public2.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-public2.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 40px;
}
.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 40px;
}
.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 32px;
}
.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-expand-icon-cell .ant-table-row-expand-icon {
  display: inline-flex;
  float: none;
  vertical-align: sub;
}
.ant-table-row-indent {
  float: left;
  height: 1px;
}
.ant-table-row-expand-icon {
  color: #1890ff;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  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;
  transform: scale(0.94117647);
  transition: all 0.3s;
  user-select: none;
}
.ant-table-row-expand-icon:focus-visible,
.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-left-all::after {
  display: 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: calc(calc(2 + 1) + 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 {
  border-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-public2.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;
  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: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.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.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled:hover,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled a,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled a,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled a,
.ant-dropdown-menu-submenu-title.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-public2.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:not(.ant-menu-item-disabled):focus-visible,
.ant-menu-submenu-title:not(.ant-menu-item-disabled):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-public2.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-compact {
  display: inline-flex;
}
.ant-space-compact-block {
  display: flex;
  width: 100%;
}
.ant-space-compact-vertical {
  flex-direction: column;
}
.ant-space-rtl {
  direction: rtl;
}
.ant-space-compact-rtl {
  direction: rtl;
}
@s 3 -asset-path: https://powur-public2.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;
  width: 50px;
  height: 32px;
  margin: 0 8px;
}
.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-public2.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 .ant-tree-treenode-draggable .ant-tree-draggable-icon {
  width: 24px;
  line-height: 24px;
  text-align: center;
  visibility: visible;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.ant-tree-treenode:hover .ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
  opacity: 0.45;
}
.ant-tree .ant-tree-treenode-draggable.ant-tree-treenode-disabled .ant-tree-draggable-icon {
  visibility: hidden;
}
.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 {
  visibility: hidden;
}
.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-public2.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-public2.s3-us-west-1.amazonaws.com/assets;

.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer {
  background-color: var(--white);
  padding: 47px 0px;
  margin-top: 10px;
  border-radius: 4px;
  width: 100%;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__label {
  font-size: 10px;
  text-transform: uppercase;
  color: var(--dark-blue);
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__emailLabel {
  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);
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__formItem {
  width: 100%;
  padding-bottom: 26px;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__formItemLessPadding {
  width: 100%;
  padding-bottom: 26px;
  padding-bottom: 6px;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__input {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__emailInput {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
  color: var(--dark-blue);
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__disabled {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
  cursor: not-allowed;
  margin-bottom: 6px;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__emailInputDisabled {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
  cursor: not-allowed;
  margin-bottom: 6px;
  color: var(--dark-blue);
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__emailInputProcessing {
  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);
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__dropdown {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__dropdown div {
  border-radius: 4px;
  color: var(--primary-color);
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .ant-picker {
  border-radius: 4px;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__datePicker {
  width: 100%;
  border-radius: 4px;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__datePicker input {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__textArea {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
  margin-bottom: 0;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__urlDisplay {
  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;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__urlDisplay a {
  color: var(--dark-blue);
  font-size: 10px;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__buttonRow {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__buttonRow .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__updateEmailBtn {
  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;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__buttonRow .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__updateEmailBtn:hover {
  background-color: var(--primary-color-highlighted);
}
@media (max-width: 572px) {
  .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__buttonRow .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__updateEmailBtn {
    margin-bottom: 8px;
  }
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__buttonRow .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__verificationText {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--dark-blue);
  margin-top: -6px;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__buttonRow .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__inProgressButtons {
  display: flex;
  width: 100%;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__buttonRow .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__inProgressButtons .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__disabledUpdateEmailBtn {
  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;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__buttonRow .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__inProgressButtons .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__disabledUpdateEmailBtn:hover {
  background-color: var(--primary-color-highlighted);
}
@media (max-width: 572px) {
  .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__buttonRow .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__inProgressButtons .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__disabledUpdateEmailBtn {
    margin-bottom: 8px;
  }
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__buttonRow .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__inProgressButtons .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__cancelEmailBtn {
  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;
}
.containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__buttonRow .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__inProgressButtons .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__cancelEmailBtn:hover {
  background-color: var(--primary-color-highlighted);
}
@media (max-width: 572px) {
  .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__changeEmailSectionContainer .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__buttonRow .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__inProgressButtons .containers-Ambassador-dashboard-components-Profile-ChangeEmailSection-__cancelEmailBtn {
    margin-bottom: 8px;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-Buttons-CloseButton-CloseButtonGradient-__gradientButton {
  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;
}
.components-Buttons-CloseButton-CloseButtonGradient-__disabledGradientButton {
  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;
}
.components-Buttons-CloseButton-CloseButtonGradient-__disabledGradientButton .components-Buttons-CloseButton-CloseButtonGradient-__disabledCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-Buttons-CloseButton-__defaultCloseButton {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  width: 32px;
  height: 32px;
  border-radius: 6px;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.components-Buttons-CloseButton-__defaultCloseButton:hover {
  color: var(--white);
  border: 1px solid transparent;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-Buttons-GradientButton-__gradientButton {
  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);
}
.components-Buttons-GradientButton-__gradientButton: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);
}
.components-Buttons-GradientButton-__gradientButton:focus {
  color: var(--white);
  background: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
}
.components-Buttons-GradientButton-__gradientButton:disabled {
  color: var(--white);
  background: var(--botticelli-blue);
  box-shadow: none;
}
.components-Buttons-GradientButton-__gradientButton:disabled:hover {
  color: var(--white);
  background: var(--botticelli-blue);
  box-shadow: none;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__icon {
  font-size: 16px;
  color: var(--primary-color);
}
.components-Modals-ModalContainer-__modal .ant-modal-header {
  border-radius: 12px 12px 0 0;
  background-color: var(--athens-gray);
  border: none;
  padding: 10px 24px;
}
.components-Modals-ModalContainer-__modal .ant-modal-close {
  height: 43px;
  display: flex;
  align-items: center;
}
.components-Modals-ModalContainer-__modal .ant-modal-close .anticon-close {
  color: var(--dark-blue);
}
.components-Modals-ModalContainer-__modal .ant-modal-content {
  border-radius: 12px;
}
.components-Modals-ModalContainer-__modal .ant-modal-footer {
  display: flex;
  align-items: center;
  border-radius: 0 0 12px 12px;
  background-color: var(--athens-gray);
  padding: 18px 28px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__header {
  display: flex;
  align-items: center;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__header div {
  align-items: center;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__header .components-Modals-ModalContainer-__headerIcon {
  margin-right: 6px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__header .components-Modals-ModalContainer-__heading {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__headerCentered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__headerCentered div {
  align-items: center;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__headerCentered .components-Modals-ModalContainer-__headerIcon {
  margin-right: 6px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__headerCentered .components-Modals-ModalContainer-__heading {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footerContainer {
  width: 100%;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footerContainer .components-Modals-ModalContainer-__footerText {
  color: var(--darker-blue);
  margin: 0px 0px 28px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footerContainer .components-Modals-ModalContainer-__footerSubText {
  color: var(--grey-blue);
  margin: 14px 0px 28px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__button {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__button .components-Modals-ModalContainer-__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .ant-btn-primary {
  box-shadow: none !important;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__submit {
  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;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__submit .components-Modals-ModalContainer-__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__submit .components-Modals-ModalContainer-__text {
  color: var(--white);
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__submit:hover {
  background: var(--font-color-eastern-blue-highlighted);
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__submit.ant-btn-primary[disabled] span {
  color: var(--white);
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__submit :disabled,
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__submit[disabled] {
  background: var(--botticelli-blue) !important;
  background-color: var(--botticelli-blue) !important;
  color: var(--white) !important;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__gradientSubmit {
  min-width: 163px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__customCancel {
  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);
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__customCancel .components-Modals-ModalContainer-__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__customCancel .components-Modals-ModalContainer-__text {
  color: var(--primary-color);
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__defaultCancel {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -8px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__gradientCancelButton {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__footer .components-Modals-ModalContainer-__gradientCancelButton .components-Modals-ModalContainer-__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  justify-content: center;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__button {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__button .components-Modals-ModalContainer-__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .ant-btn-primary {
  box-shadow: none !important;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__submit {
  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;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__submit .components-Modals-ModalContainer-__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__submit .components-Modals-ModalContainer-__text {
  color: var(--white);
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__submit:hover {
  background: var(--font-color-eastern-blue-highlighted);
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__submit.ant-btn-primary[disabled] span {
  color: var(--white);
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__submit :disabled,
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__submit[disabled] {
  background: var(--botticelli-blue) !important;
  background-color: var(--botticelli-blue) !important;
  color: var(--white) !important;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__gradientSubmit {
  min-width: 163px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__customCancel {
  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);
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__customCancel .components-Modals-ModalContainer-__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__customCancel .components-Modals-ModalContainer-__text {
  color: var(--primary-color);
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__defaultCancel {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -8px;
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__gradientCancelButton {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.components-Modals-ModalContainer-__modal .components-Modals-ModalContainer-__centeredFooter .components-Modals-ModalContainer-__gradientCancelButton .components-Modals-ModalContainer-__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
@s 3 -asset-path: https://powur-public2.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-public2.s3-us-west-1.amazonaws.com/assets;

.components-Modals-Logout-__logoutContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.components-Modals-Logout-__button {
  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) {
  .components-Modals-Logout-__button {
    margin-left: 10px;
  }
}
@media (max-width: 375px) {
  .components-Modals-Logout-__button {
    margin-left: 5px;
  }
}
.components-Modals-Logout-__modal .components-Modals-Logout-__icon {
  font-size: 16px;
  color: var(--primary-color);
}
.components-Modals-Logout-__modal .components-Modals-Logout-__heading {
  font-size: 16px;
  margin-left: 5px;
}
.components-Modals-Logout-__modal .components-Modals-Logout-__footer .components-Modals-Logout-__button {
  border-radius: 2px;
  height: 32px;
  width: 100px;
}
.components-Modals-Logout-__modal .components-Modals-Logout-__footer .components-Modals-Logout-__submit {
  border-radius: 2px;
  height: 32px;
  width: 100px;
}
.components-Modals-Logout-__modal .components-Modals-Logout-__footer .components-Modals-Logout-__submit .components-Modals-Logout-__text {
  text-transform: uppercase;
  font-weight: 100;
  color: var(--white);
}
.components-Modals-Logout-__modal .components-Modals-Logout-__footer .components-Modals-Logout-__cancel {
  border-radius: 2px;
  height: 32px;
  width: 100px;
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.components-Modals-Logout-__modal .components-Modals-Logout-__footer .components-Modals-Logout-__cancel .components-Modals-Logout-__text {
  text-transform: uppercase;
  font-weight: 100;
  color: var(--primary-color);
}
@s 3 -asset-path: https://powur-public2.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-public2.s3-us-west-1.amazonaws.com/assets;

.containers-Ambassador-createaccount-__tab {
  position: relative;
  padding: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.containers-Ambassador-createaccount-__tab .containers-Ambassador-createaccount-__loading {
  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;
}
.containers-Ambassador-createaccount-__tab .containers-Ambassador-createaccount-__banner {
  height: 32px;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
}
.containers-Ambassador-createaccount-__tab .containers-Ambassador-createaccount-__banner .containers-Ambassador-createaccount-__stripe {
  display: inline-block;
  width: 69px;
  height: 100%;
  margin-left: 2px;
  margin-right: 11px;
}
.containers-Ambassador-createaccount-__tab .containers-Ambassador-createaccount-__banner .containers-Ambassador-createaccount-__stripe img {
  height: 120%;
  width: 120%;
  transform: translate(-2px, -2px);
  filter: invert(47%) sepia(99%) saturate(380%) hue-rotate(150deg) brightness(97%) contrast(91%);
}
.containers-Ambassador-createaccount-__tab .containers-Ambassador-createaccount-__instructions {
  margin: 12px 0 24px 0;
  font-size: 12px;
  color: var(--slate-grey-a65);
  text-align: center;
}
.containers-Ambassador-createaccount-__tab .containers-Ambassador-createaccount-__form {
  width: 80%;
  min-width: 275px;
}
.containers-Ambassador-createaccount-__tab .containers-Ambassador-createaccount-__back {
  margin-top: 24px;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.containers-Ambassador-createaccount-__tab .containers-Ambassador-createaccount-__back:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
.containers-Ambassador-createaccount-__formItem {
  width: 100%;
  margin-top: 16px;
}
.containers-Ambassador-createaccount-__formItem .containers-Ambassador-createaccount-__input {
  width: 100%;
  font-size: 14px;
  height: 50px;
}
.containers-Ambassador-createaccount-__formItem .containers-Ambassador-createaccount-__input input {
  font-size: 14px;
}
.containers-Ambassador-createaccount-__formItem .containers-Ambassador-createaccount-__checkbox {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-Ambassador-createaccount-__formItem .containers-Ambassador-createaccount-__submitButton {
  height: 50px;
  font-size: 16px;
}
.containers-Ambassador-createaccount-__formItem .containers-Ambassador-createaccount-__submitButton .containers-Ambassador-createaccount-__bold {
  margin-left: 4px;
  font-weight: 600;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-login-__header {
  height: 64px;
  background: linear-gradient(90.94deg, var(--royal-peacock-blue) 29.17%, var(--holiday-blue) 78.39%);
}
.containers-login-__header .containers-login-__innerContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1280px;
}
.containers-login-__header .containers-login-__innerContainer .containers-login-__logo {
  position: relative;
  top: 2px;
}
.containers-login-__header .containers-login-__innerContainer .containers-login-__supportButton {
  border: none;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
  background-color: transparent;
}
.containers-login-__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 64px);
  background-color: var(--cream);
  overflow-x: hidden;
  flex-direction: column;
}
@media (max-height: 849px) {
  .containers-login-__content {
    justify-content: unset;
  }
}
.containers-login-__main {
  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;
}
.containers-login-__proTip {
  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;
}
.containers-login-__proTip .containers-login-__heading {
  align-items: center;
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 600;
}
.containers-login-__proTip .containers-login-__body {
  color: var(--dark-blue);
  font-size: 14px;
  padding-right: 19px;
}
.containers-login-__proTip .containers-login-__bold {
  font-weight: 600;
}
.containers-login-__powur {
  width: 375px;
  height: 80px;
  background-image: url("/img/powur_logo.svg");
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
}
.containers-login-__loginContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.containers-login-__tabs {
  width: 100%;
  height: 100%;
}
.containers-login-__tabs .containers-login-__tab {
  width: 100%;
  padding: 32px;
}
.containers-login-__form .containers-login-__formItem {
  margin-bottom: 16px;
}
.containers-login-__form .containers-login-__formItem .containers-login-__icon {
  color: var(--botticelli-blue);
}
.containers-login-__form .containers-login-__formItem .containers-login-__formLabel {
  font-size: 10px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--nepal-blue);
}
.containers-login-__form .containers-login-__formItem label {
  width: 100%;
}
.containers-login-__form .containers-login-__formItem .containers-login-__input {
  border-radius: 3px;
  border: 1px solid var(--botticelli-blue);
}
.containers-login-__form .containers-login-__formItem .containers-login-__input .ant-input-group-addon {
  background-color: transparent;
}
.containers-login-__form .containers-login-__linkButton {
  color: var(--blue-ribbon);
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.containers-login-__form .containers-login-__controlsRow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.containers-login-__form .containers-login-__formItemInline {
  margin-bottom: 16px;
  margin-bottom: 0;
  color: var(--table-grey);
  font-size: 14px;
  line-height: 17px;
}
.containers-login-__form .containers-login-__formItemInline .containers-login-__icon {
  color: var(--botticelli-blue);
}
.containers-login-__form .containers-login-__formItemInline .containers-login-__formLabel {
  font-size: 10px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--nepal-blue);
}
.containers-login-__form .containers-login-__formItemInline label {
  width: 100%;
}
.containers-login-__form .containers-login-__formItemInline .containers-login-__input {
  border-radius: 3px;
  border: 1px solid var(--botticelli-blue);
}
.containers-login-__form .containers-login-__formItemInline .containers-login-__input .ant-input-group-addon {
  background-color: transparent;
}
.containers-login-__form .containers-login-__formItemInline .containers-login-__checkbox .containers-login-__checkLabel {
  margin-right: 9px;
  color: var(--font-color-eastern-blue);
}
.containers-login-__form .containers-login-__loginRow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-login-__form .containers-login-__loginRow .containers-login-__submitButton {
  font-family: "Poppins";
  width: 100%;
  height: 42px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
.containers-login-__form .containers-login-__returnRow {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-login-__form .containers-login-__instructions {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  margin-bottom: 8px;
}
.containers-login-__form .containers-login-__oauthRow div > div {
  margin: 15px 0;
}
.containers-login-__resetPasswordForm .containers-login-__formItem {
  margin-bottom: 16px;
}
.containers-login-__resetPasswordForm .containers-login-__formItem .containers-login-__icon {
  color: var(--botticelli-blue);
}
.containers-login-__resetPasswordForm .containers-login-__formItem .containers-login-__formLabel {
  font-size: 10px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--nepal-blue);
}
.containers-login-__resetPasswordForm .containers-login-__formItem label {
  width: 100%;
}
.containers-login-__resetPasswordForm .containers-login-__formItem .containers-login-__input {
  border-radius: 3px;
  border: 1px solid var(--botticelli-blue);
}
.containers-login-__resetPasswordForm .containers-login-__formItem .containers-login-__input .ant-input-group-addon {
  background-color: transparent;
}
.containers-login-__resetPasswordForm .containers-login-__linkButton {
  color: var(--blue-ribbon);
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.containers-login-__resetPasswordForm .containers-login-__controlsRow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.containers-login-__resetPasswordForm .containers-login-__formItemInline {
  margin-bottom: 16px;
  margin-bottom: 0;
  color: var(--table-grey);
  font-size: 14px;
  line-height: 17px;
}
.containers-login-__resetPasswordForm .containers-login-__formItemInline .containers-login-__icon {
  color: var(--botticelli-blue);
}
.containers-login-__resetPasswordForm .containers-login-__formItemInline .containers-login-__formLabel {
  font-size: 10px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--nepal-blue);
}
.containers-login-__resetPasswordForm .containers-login-__formItemInline label {
  width: 100%;
}
.containers-login-__resetPasswordForm .containers-login-__formItemInline .containers-login-__input {
  border-radius: 3px;
  border: 1px solid var(--botticelli-blue);
}
.containers-login-__resetPasswordForm .containers-login-__formItemInline .containers-login-__input .ant-input-group-addon {
  background-color: transparent;
}
.containers-login-__resetPasswordForm .containers-login-__formItemInline .containers-login-__checkbox .containers-login-__checkLabel {
  margin-right: 9px;
  color: var(--font-color-eastern-blue);
}
.containers-login-__resetPasswordForm .containers-login-__loginRow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-login-__resetPasswordForm .containers-login-__loginRow .containers-login-__submitButton {
  font-family: "Poppins";
  width: 100%;
  height: 42px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
.containers-login-__resetPasswordForm .containers-login-__returnRow {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-login-__resetPasswordForm .containers-login-__instructions {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  margin-bottom: 8px;
}
.containers-login-__resetPasswordForm .containers-login-__oauthRow div > div {
  margin: 15px 0;
}
.containers-login-__resetPasswordForm .ant-input-affix-wrapper svg {
  width: 20px;
  height: 20px;
}
.containers-login-__resetPasswordForm .containers-login-__validationRules {
  padding: 11px 15px;
  background-color: var(--botticelli-blue-50);
  border: 1px solid var(--botticelli-blue);
  border-radius: 3px;
  margin: 24px 0px;
}
.containers-login-__resetPasswordForm .containers-login-__validationRules .containers-login-__ruleText {
  color: var(--nepal-blue);
  font-weight: 500;
}
@s 3 -asset-path: https://powur-public2.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;
  align-items: center;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal.ant-divider-with-text::before,
.ant-divider-horizontal.ant-divider-with-text::after {
  position: relative;
  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 {
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.components-Buttons-SocialButtons-__loginButton {
  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;
}
.components-Buttons-SocialButtons-__loginButton: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;
}
.components-Buttons-SocialButtons-__loginButton:hover .components-Buttons-SocialButtons-__buttonText {
  color: var(--blue-ribbon);
}
.components-Buttons-SocialButtons-__loginButton .components-Buttons-SocialButtons-__icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.components-Buttons-SocialButtons-__loginButton .components-Buttons-SocialButtons-__buttonText {
  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;
}
.components-Buttons-SocialButtons-__socialButton {
  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-public2.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 components-Buttons-GradientGhostButton-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes components-Buttons-GradientGhostButton-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.components-Buttons-GradientGhostButton-__bounce {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__bounce;
  -moz-animation-name: components-Buttons-GradientGhostButton-__bounce;
  -o-animation-name: components-Buttons-GradientGhostButton-__bounce;
  animation-name: components-Buttons-GradientGhostButton-__bounce;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__bounceIn {
  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 components-Buttons-GradientGhostButton-__bounceIn {
  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 components-Buttons-GradientGhostButton-__bounceIn {
  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 components-Buttons-GradientGhostButton-__bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.components-Buttons-GradientGhostButton-__bounceIn {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__bounceIn;
  -moz-animation-name: components-Buttons-GradientGhostButton-__bounceIn;
  -o-animation-name: components-Buttons-GradientGhostButton-__bounceIn;
  animation-name: components-Buttons-GradientGhostButton-__bounceIn;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__bounceInDown {
  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 components-Buttons-GradientGhostButton-__bounceInDown {
  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 components-Buttons-GradientGhostButton-__bounceInDown {
  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 components-Buttons-GradientGhostButton-__bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.components-Buttons-GradientGhostButton-__bounceInDown {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__bounceInDown;
  -moz-animation-name: components-Buttons-GradientGhostButton-__bounceInDown;
  -o-animation-name: components-Buttons-GradientGhostButton-__bounceInDown;
  animation-name: components-Buttons-GradientGhostButton-__bounceInDown;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__bounceInLeft {
  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 components-Buttons-GradientGhostButton-__bounceInLeft {
  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 components-Buttons-GradientGhostButton-__bounceInLeft {
  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 components-Buttons-GradientGhostButton-__bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.components-Buttons-GradientGhostButton-__bounceInLeft {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__bounceInLeft;
  -moz-animation-name: components-Buttons-GradientGhostButton-__bounceInLeft;
  -o-animation-name: components-Buttons-GradientGhostButton-__bounceInLeft;
  animation-name: components-Buttons-GradientGhostButton-__bounceInLeft;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__bounceInRight {
  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 components-Buttons-GradientGhostButton-__bounceInRight {
  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 components-Buttons-GradientGhostButton-__bounceInRight {
  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 components-Buttons-GradientGhostButton-__bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.components-Buttons-GradientGhostButton-__bounceInRight {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__bounceInRight;
  -moz-animation-name: components-Buttons-GradientGhostButton-__bounceInRight;
  -o-animation-name: components-Buttons-GradientGhostButton-__bounceInRight;
  animation-name: components-Buttons-GradientGhostButton-__bounceInRight;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__bounceInUp {
  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 components-Buttons-GradientGhostButton-__bounceInUp {
  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 components-Buttons-GradientGhostButton-__bounceInUp {
  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 components-Buttons-GradientGhostButton-__bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.components-Buttons-GradientGhostButton-__bounceInUp {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__bounceInUp;
  -moz-animation-name: components-Buttons-GradientGhostButton-__bounceInUp;
  -o-animation-name: components-Buttons-GradientGhostButton-__bounceInUp;
  animation-name: components-Buttons-GradientGhostButton-__bounceInUp;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__bounceOut {
  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 components-Buttons-GradientGhostButton-__bounceOut {
  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 components-Buttons-GradientGhostButton-__bounceOut {
  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 components-Buttons-GradientGhostButton-__bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.components-Buttons-GradientGhostButton-__bounceOut {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__bounceOut;
  -moz-animation-name: components-Buttons-GradientGhostButton-__bounceOut;
  -o-animation-name: components-Buttons-GradientGhostButton-__bounceOut;
  animation-name: components-Buttons-GradientGhostButton-__bounceOut;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes components-Buttons-GradientGhostButton-__bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.components-Buttons-GradientGhostButton-__bounceOutDown {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__bounceOutDown;
  -moz-animation-name: components-Buttons-GradientGhostButton-__bounceOutDown;
  -o-animation-name: components-Buttons-GradientGhostButton-__bounceOutDown;
  animation-name: components-Buttons-GradientGhostButton-__bounceOutDown;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes components-Buttons-GradientGhostButton-__bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.components-Buttons-GradientGhostButton-__bounceOutLeft {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__bounceOutLeft;
  -moz-animation-name: components-Buttons-GradientGhostButton-__bounceOutLeft;
  -o-animation-name: components-Buttons-GradientGhostButton-__bounceOutLeft;
  animation-name: components-Buttons-GradientGhostButton-__bounceOutLeft;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes components-Buttons-GradientGhostButton-__bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.components-Buttons-GradientGhostButton-__bounceOutRight {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__bounceOutRight;
  -moz-animation-name: components-Buttons-GradientGhostButton-__bounceOutRight;
  -o-animation-name: components-Buttons-GradientGhostButton-__bounceOutRight;
  animation-name: components-Buttons-GradientGhostButton-__bounceOutRight;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes components-Buttons-GradientGhostButton-__bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.components-Buttons-GradientGhostButton-__bounceOutUp {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__bounceOutUp;
  -moz-animation-name: components-Buttons-GradientGhostButton-__bounceOutUp;
  -o-animation-name: components-Buttons-GradientGhostButton-__bounceOutUp;
  animation-name: components-Buttons-GradientGhostButton-__bounceOutUp;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.components-Buttons-GradientGhostButton-__fadeIn {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeIn;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeIn;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeIn;
  animation-name: components-Buttons-GradientGhostButton-__fadeIn;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Buttons-GradientGhostButton-__fadeInDown {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeInDown;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeInDown;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeInDown;
  animation-name: components-Buttons-GradientGhostButton-__fadeInDown;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Buttons-GradientGhostButton-__fadeInDownBig {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeInDownBig;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeInDownBig;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeInDownBig;
  animation-name: components-Buttons-GradientGhostButton-__fadeInDownBig;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Buttons-GradientGhostButton-__fadeInLeft {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeInLeft;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeInLeft;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeInLeft;
  animation-name: components-Buttons-GradientGhostButton-__fadeInLeft;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Buttons-GradientGhostButton-__fadeInLeftBig {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeInLeftBig;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeInLeftBig;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeInLeftBig;
  animation-name: components-Buttons-GradientGhostButton-__fadeInLeftBig;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Buttons-GradientGhostButton-__fadeInRight {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeInRight;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeInRight;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeInRight;
  animation-name: components-Buttons-GradientGhostButton-__fadeInRight;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Buttons-GradientGhostButton-__fadeInRightBig {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeInRightBig;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeInRightBig;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeInRightBig;
  animation-name: components-Buttons-GradientGhostButton-__fadeInRightBig;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Buttons-GradientGhostButton-__fadeInUp {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeInUp;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeInUp;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeInUp;
  animation-name: components-Buttons-GradientGhostButton-__fadeInUp;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Buttons-GradientGhostButton-__fadeInUpBig {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeInUpBig;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeInUpBig;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeInUpBig;
  animation-name: components-Buttons-GradientGhostButton-__fadeInUpBig;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.components-Buttons-GradientGhostButton-__fadeOut {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeOut;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeOut;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeOut;
  animation-name: components-Buttons-GradientGhostButton-__fadeOut;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.components-Buttons-GradientGhostButton-__fadeOutDown {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeOutDown;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeOutDown;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeOutDown;
  animation-name: components-Buttons-GradientGhostButton-__fadeOutDown;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.components-Buttons-GradientGhostButton-__fadeOutDownBig {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeOutDownBig;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeOutDownBig;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeOutDownBig;
  animation-name: components-Buttons-GradientGhostButton-__fadeOutDownBig;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.components-Buttons-GradientGhostButton-__fadeOutLeft {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeOutLeft;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeOutLeft;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeOutLeft;
  animation-name: components-Buttons-GradientGhostButton-__fadeOutLeft;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.components-Buttons-GradientGhostButton-__fadeOutLeftBig {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeOutLeftBig;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeOutLeftBig;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeOutLeftBig;
  animation-name: components-Buttons-GradientGhostButton-__fadeOutLeftBig;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.components-Buttons-GradientGhostButton-__fadeOutRight {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeOutRight;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeOutRight;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeOutRight;
  animation-name: components-Buttons-GradientGhostButton-__fadeOutRight;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.components-Buttons-GradientGhostButton-__fadeOutRightBig {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeOutRightBig;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeOutRightBig;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeOutRightBig;
  animation-name: components-Buttons-GradientGhostButton-__fadeOutRightBig;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.components-Buttons-GradientGhostButton-__fadeOutUp {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeOutUp;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeOutUp;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeOutUp;
  animation-name: components-Buttons-GradientGhostButton-__fadeOutUp;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes components-Buttons-GradientGhostButton-__fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.components-Buttons-GradientGhostButton-__fadeOutUpBig {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__fadeOutUpBig;
  -moz-animation-name: components-Buttons-GradientGhostButton-__fadeOutUpBig;
  -o-animation-name: components-Buttons-GradientGhostButton-__fadeOutUpBig;
  animation-name: components-Buttons-GradientGhostButton-__fadeOutUpBig;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes components-Buttons-GradientGhostButton-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.components-Buttons-GradientGhostButton-__flash {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__flash;
  -moz-animation-name: components-Buttons-GradientGhostButton-__flash;
  -o-animation-name: components-Buttons-GradientGhostButton-__flash;
  animation-name: components-Buttons-GradientGhostButton-__flash;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__flip {
  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 components-Buttons-GradientGhostButton-__flip {
  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 components-Buttons-GradientGhostButton-__flip {
  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 components-Buttons-GradientGhostButton-__flip {
  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;
  }
}
.components-Buttons-GradientGhostButton-__flip {
  -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: components-Buttons-GradientGhostButton-__flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Buttons-GradientGhostButton-__flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Buttons-GradientGhostButton-__flip;
  backface-visibility: visible !important;
  animation-name: components-Buttons-GradientGhostButton-__flip;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__flipInX {
  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 components-Buttons-GradientGhostButton-__flipInX {
  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 components-Buttons-GradientGhostButton-__flipInX {
  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 components-Buttons-GradientGhostButton-__flipInX {
  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;
  }
}
.components-Buttons-GradientGhostButton-__flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: components-Buttons-GradientGhostButton-__flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Buttons-GradientGhostButton-__flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Buttons-GradientGhostButton-__flipInX;
  backface-visibility: visible !important;
  animation-name: components-Buttons-GradientGhostButton-__flipInX;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__flipInY {
  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 components-Buttons-GradientGhostButton-__flipInY {
  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 components-Buttons-GradientGhostButton-__flipInY {
  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 components-Buttons-GradientGhostButton-__flipInY {
  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;
  }
}
.components-Buttons-GradientGhostButton-__flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: components-Buttons-GradientGhostButton-__flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Buttons-GradientGhostButton-__flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Buttons-GradientGhostButton-__flipInY;
  backface-visibility: visible !important;
  animation-name: components-Buttons-GradientGhostButton-__flipInY;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes components-Buttons-GradientGhostButton-__flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.components-Buttons-GradientGhostButton-__flipOutX {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: components-Buttons-GradientGhostButton-__flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: components-Buttons-GradientGhostButton-__flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: components-Buttons-GradientGhostButton-__flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes components-Buttons-GradientGhostButton-__flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.components-Buttons-GradientGhostButton-__flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: components-Buttons-GradientGhostButton-__flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Buttons-GradientGhostButton-__flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Buttons-GradientGhostButton-__flipOutY;
  backface-visibility: visible !important;
  animation-name: components-Buttons-GradientGhostButton-__flipOutY;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__hinge {
  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 components-Buttons-GradientGhostButton-__hinge {
  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 components-Buttons-GradientGhostButton-__hinge {
  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 components-Buttons-GradientGhostButton-__hinge {
  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;
  }
}
.components-Buttons-GradientGhostButton-__hinge {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__hinge;
  -moz-animation-name: components-Buttons-GradientGhostButton-__hinge;
  -o-animation-name: components-Buttons-GradientGhostButton-__hinge;
  animation-name: components-Buttons-GradientGhostButton-__hinge;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__lightSpeedIn {
  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 components-Buttons-GradientGhostButton-__lightSpeedIn {
  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 components-Buttons-GradientGhostButton-__lightSpeedIn {
  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 components-Buttons-GradientGhostButton-__lightSpeedIn {
  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;
  }
}
.components-Buttons-GradientGhostButton-__lightSpeedIn {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__lightSpeedIn;
  -moz-animation-name: components-Buttons-GradientGhostButton-__lightSpeedIn;
  -o-animation-name: components-Buttons-GradientGhostButton-__lightSpeedIn;
  animation-name: components-Buttons-GradientGhostButton-__lightSpeedIn;
  -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 components-Buttons-GradientGhostButton-__lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes components-Buttons-GradientGhostButton-__lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.components-Buttons-GradientGhostButton-__lightSpeedOut {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__lightSpeedOut;
  -moz-animation-name: components-Buttons-GradientGhostButton-__lightSpeedOut;
  -o-animation-name: components-Buttons-GradientGhostButton-__lightSpeedOut;
  animation-name: components-Buttons-GradientGhostButton-__lightSpeedOut;
  -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 components-Buttons-GradientGhostButton-__pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes components-Buttons-GradientGhostButton-__pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.components-Buttons-GradientGhostButton-__pulse {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__pulse;
  -moz-animation-name: components-Buttons-GradientGhostButton-__pulse;
  -o-animation-name: components-Buttons-GradientGhostButton-__pulse;
  animation-name: components-Buttons-GradientGhostButton-__pulse;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes components-Buttons-GradientGhostButton-__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes components-Buttons-GradientGhostButton-__rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.components-Buttons-GradientGhostButton-__rollIn {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__rollIn;
  -moz-animation-name: components-Buttons-GradientGhostButton-__rollIn;
  -o-animation-name: components-Buttons-GradientGhostButton-__rollIn;
  animation-name: components-Buttons-GradientGhostButton-__rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes components-Buttons-GradientGhostButton-__rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes components-Buttons-GradientGhostButton-__rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes components-Buttons-GradientGhostButton-__rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes components-Buttons-GradientGhostButton-__rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.components-Buttons-GradientGhostButton-__rollOut {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__rollOut;
  -moz-animation-name: components-Buttons-GradientGhostButton-__rollOut;
  -o-animation-name: components-Buttons-GradientGhostButton-__rollOut;
  animation-name: components-Buttons-GradientGhostButton-__rollOut;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__rotateIn {
  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 components-Buttons-GradientGhostButton-__rotateIn {
  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 components-Buttons-GradientGhostButton-__rotateIn {
  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 components-Buttons-GradientGhostButton-__rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Buttons-GradientGhostButton-__rotateIn {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__rotateIn;
  -moz-animation-name: components-Buttons-GradientGhostButton-__rotateIn;
  -o-animation-name: components-Buttons-GradientGhostButton-__rotateIn;
  animation-name: components-Buttons-GradientGhostButton-__rotateIn;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__rotateInDownLeft {
  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 components-Buttons-GradientGhostButton-__rotateInDownLeft {
  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 components-Buttons-GradientGhostButton-__rotateInDownLeft {
  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 components-Buttons-GradientGhostButton-__rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Buttons-GradientGhostButton-__rotateInDownLeft {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__rotateInDownLeft;
  -moz-animation-name: components-Buttons-GradientGhostButton-__rotateInDownLeft;
  -o-animation-name: components-Buttons-GradientGhostButton-__rotateInDownLeft;
  animation-name: components-Buttons-GradientGhostButton-__rotateInDownLeft;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__rotateInDownRight {
  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 components-Buttons-GradientGhostButton-__rotateInDownRight {
  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 components-Buttons-GradientGhostButton-__rotateInDownRight {
  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 components-Buttons-GradientGhostButton-__rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Buttons-GradientGhostButton-__rotateInDownRight {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__rotateInDownRight;
  -moz-animation-name: components-Buttons-GradientGhostButton-__rotateInDownRight;
  -o-animation-name: components-Buttons-GradientGhostButton-__rotateInDownRight;
  animation-name: components-Buttons-GradientGhostButton-__rotateInDownRight;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__rotateInUpLeft {
  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 components-Buttons-GradientGhostButton-__rotateInUpLeft {
  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 components-Buttons-GradientGhostButton-__rotateInUpLeft {
  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 components-Buttons-GradientGhostButton-__rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Buttons-GradientGhostButton-__rotateInUpLeft {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__rotateInUpLeft;
  -moz-animation-name: components-Buttons-GradientGhostButton-__rotateInUpLeft;
  -o-animation-name: components-Buttons-GradientGhostButton-__rotateInUpLeft;
  animation-name: components-Buttons-GradientGhostButton-__rotateInUpLeft;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__rotateInUpRight {
  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 components-Buttons-GradientGhostButton-__rotateInUpRight {
  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 components-Buttons-GradientGhostButton-__rotateInUpRight {
  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 components-Buttons-GradientGhostButton-__rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Buttons-GradientGhostButton-__rotateInUpRight {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__rotateInUpRight;
  -moz-animation-name: components-Buttons-GradientGhostButton-__rotateInUpRight;
  -o-animation-name: components-Buttons-GradientGhostButton-__rotateInUpRight;
  animation-name: components-Buttons-GradientGhostButton-__rotateInUpRight;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__rotateOut {
  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 components-Buttons-GradientGhostButton-__rotateOut {
  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 components-Buttons-GradientGhostButton-__rotateOut {
  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 components-Buttons-GradientGhostButton-__rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.components-Buttons-GradientGhostButton-__rotateOut {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__rotateOut;
  -moz-animation-name: components-Buttons-GradientGhostButton-__rotateOut;
  -o-animation-name: components-Buttons-GradientGhostButton-__rotateOut;
  animation-name: components-Buttons-GradientGhostButton-__rotateOut;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__rotateOutDownLeft {
  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 components-Buttons-GradientGhostButton-__rotateOutDownLeft {
  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 components-Buttons-GradientGhostButton-__rotateOutDownLeft {
  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 components-Buttons-GradientGhostButton-__rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.components-Buttons-GradientGhostButton-__rotateOutDownLeft {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__rotateOutDownLeft;
  -moz-animation-name: components-Buttons-GradientGhostButton-__rotateOutDownLeft;
  -o-animation-name: components-Buttons-GradientGhostButton-__rotateOutDownLeft;
  animation-name: components-Buttons-GradientGhostButton-__rotateOutDownLeft;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__rotateOutDownRight {
  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 components-Buttons-GradientGhostButton-__rotateOutDownRight {
  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 components-Buttons-GradientGhostButton-__rotateOutDownRight {
  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 components-Buttons-GradientGhostButton-__rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.components-Buttons-GradientGhostButton-__rotateOutDownRight {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__rotateOutDownRight;
  -moz-animation-name: components-Buttons-GradientGhostButton-__rotateOutDownRight;
  -o-animation-name: components-Buttons-GradientGhostButton-__rotateOutDownRight;
  animation-name: components-Buttons-GradientGhostButton-__rotateOutDownRight;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__rotateOutUpLeft {
  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 components-Buttons-GradientGhostButton-__rotateOutUpLeft {
  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 components-Buttons-GradientGhostButton-__rotateOutUpLeft {
  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 components-Buttons-GradientGhostButton-__rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.components-Buttons-GradientGhostButton-__rotateOutUpLeft {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__rotateOutUpLeft;
  -moz-animation-name: components-Buttons-GradientGhostButton-__rotateOutUpLeft;
  -o-animation-name: components-Buttons-GradientGhostButton-__rotateOutUpLeft;
  animation-name: components-Buttons-GradientGhostButton-__rotateOutUpLeft;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__rotateOutUpRight {
  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 components-Buttons-GradientGhostButton-__rotateOutUpRight {
  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 components-Buttons-GradientGhostButton-__rotateOutUpRight {
  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 components-Buttons-GradientGhostButton-__rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.components-Buttons-GradientGhostButton-__rotateOutUpRight {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__rotateOutUpRight;
  -moz-animation-name: components-Buttons-GradientGhostButton-__rotateOutUpRight;
  -o-animation-name: components-Buttons-GradientGhostButton-__rotateOutUpRight;
  animation-name: components-Buttons-GradientGhostButton-__rotateOutUpRight;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__shake {
  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 components-Buttons-GradientGhostButton-__shake {
  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 components-Buttons-GradientGhostButton-__shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes components-Buttons-GradientGhostButton-__shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.components-Buttons-GradientGhostButton-__shake {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__shake;
  -moz-animation-name: components-Buttons-GradientGhostButton-__shake;
  -o-animation-name: components-Buttons-GradientGhostButton-__shake;
  animation-name: components-Buttons-GradientGhostButton-__shake;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__swing {
  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 components-Buttons-GradientGhostButton-__swing {
  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 components-Buttons-GradientGhostButton-__swing {
  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 components-Buttons-GradientGhostButton-__swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.components-Buttons-GradientGhostButton-__swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: components-Buttons-GradientGhostButton-__swing;
  -moz-animation-name: components-Buttons-GradientGhostButton-__swing;
  -o-animation-name: components-Buttons-GradientGhostButton-__swing;
  animation-name: components-Buttons-GradientGhostButton-__swing;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__tada {
  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 components-Buttons-GradientGhostButton-__tada {
  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 components-Buttons-GradientGhostButton-__tada {
  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 components-Buttons-GradientGhostButton-__tada {
  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);
  }
}
.components-Buttons-GradientGhostButton-__tada {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__tada;
  -moz-animation-name: components-Buttons-GradientGhostButton-__tada;
  -o-animation-name: components-Buttons-GradientGhostButton-__tada;
  animation-name: components-Buttons-GradientGhostButton-__tada;
}
@-webkit-keyframes components-Buttons-GradientGhostButton-__wiggle {
  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 components-Buttons-GradientGhostButton-__wiggle {
  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 components-Buttons-GradientGhostButton-__wiggle {
  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 components-Buttons-GradientGhostButton-__wiggle {
  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);
  }
}
.components-Buttons-GradientGhostButton-__wiggle {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__wiggle;
  -moz-animation-name: components-Buttons-GradientGhostButton-__wiggle;
  -o-animation-name: components-Buttons-GradientGhostButton-__wiggle;
  animation-name: components-Buttons-GradientGhostButton-__wiggle;
  -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 components-Buttons-GradientGhostButton-__wobble {
  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 components-Buttons-GradientGhostButton-__wobble {
  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 components-Buttons-GradientGhostButton-__wobble {
  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 components-Buttons-GradientGhostButton-__wobble {
  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%);
  }
}
.components-Buttons-GradientGhostButton-__wobble {
  -webkit-animation-name: components-Buttons-GradientGhostButton-__wobble;
  -moz-animation-name: components-Buttons-GradientGhostButton-__wobble;
  -o-animation-name: components-Buttons-GradientGhostButton-__wobble;
  animation-name: components-Buttons-GradientGhostButton-__wobble;
}
.components-Buttons-GradientGhostButton-__gradient {
  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;
}
.components-Buttons-GradientGhostButton-__gradient 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);
}
.components-Buttons-GradientGhostButton-__gradient:disabled span {
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset;
  background-clip: unset;
  background: unset;
  color: var(--dark-blue);
}
.components-Buttons-GradientGhostButton-__gradient: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;
}
.components-Buttons-GradientGhostButton-__gradient:hover span {
  color: var(--picton-blue);
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.components-Buttons-GradientGhostButton-__gradient: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;
}
.components-Buttons-GradientGhostButton-__gradient:active span {
  color: var(--picton-blue);
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.components-Buttons-GradientGhostButton-__gradient: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;
}
.components-Buttons-GradientGhostButton-__gradient: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-public2.s3-us-west-1.amazonaws.com/assets;

.containers-login-components-EmailResetRedirect-__waitContainer {
  margin-top: 10px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.containers-login-components-EmailResetRedirect-__waitContainer .containers-login-components-EmailResetRedirect-__text {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage {
  height: 720px;
  position: relative;
}
.containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__videoContainer {
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__videoContainer .containers-Ambassador-ambassadorjoin-components-PageHeader-__video {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__background {
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: cover;
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/ambassador-join/ambassador_header.png");
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (min-width: 1600px) {
  .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__background {
    background-position-y: bottom;
  }
}
.containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroOverlay {
  position: absolute;
  width: 100%;
  height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroOverlay .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroText {
  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) {
  .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroOverlay .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroText {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroOverlay .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroText {
    font-size: 30px;
  }
}
.containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroOverlay .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroSubText {
  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) {
  .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroOverlay .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroSubText {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroOverlay .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroSubText {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroOverlay .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroSubText {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroOverlay .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroSubText {
    font-size: 16px;
  }
}
.containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroOverlay .containers-Ambassador-ambassadorjoin-components-PageHeader-__joinButton {
  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;
}
.containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroOverlay .containers-Ambassador-ambassadorjoin-components-PageHeader-__watchButton {
  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;
}
.containers-Ambassador-ambassadorjoin-components-PageHeader-__heroImage .containers-Ambassador-ambassadorjoin-components-PageHeader-__heroOverlay .containers-Ambassador-ambassadorjoin-components-PageHeader-__watchButton:hover {
  border-color: var(--primary-lite);
  color: var(--primary-lite);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

@font-face {
  font-family: "Bebas";
  src: url(/fonts/Bebas-Regular.otf);
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__counterContainer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: var(--white);
  font-family: "Bebas";
  font-size: 75px;
  padding: 40px 0px;
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__counterContainer .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__animateEnter {
  transform: translateY(106.04px);
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__counterContainer .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__animateEnterActive {
  transform: translateY(0);
  transition: transform 300ms cubic-bezier(0.42, -0.65, 0.58, 1.58);
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__counterContainer .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__animateExit {
  transform: translateY(0);
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__counterContainer .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__animateExitActive {
  transform: translateY(-106.04px);
  transition: transform 300ms cubic-bezier(0.42, -0.65, 0.58, 1.58);
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__errorMessage {
  font-size: 14px;
  font-family: monospace;
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__box {
  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) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__box {
    max-height: 97px;
    width: 68.8px;
  }
}
@media (max-width: 768px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__box {
    max-height: 77.55px;
    width: 55px;
  }
}
@media (max-width: 600px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__box {
    height: 56.39px;
    width: 40px;
    max-height: 80px;
  }
}
@media (max-width: 480px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__box {
    max-height: 46.52px;
    width: 33px;
    margin-right: 3px;
  }
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__num {
  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) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__num {
    font-size: 65px;
  }
}
@media (max-width: 768px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__num {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__num {
    font-size: 41.56px;
  }
}
@media (max-width: 480px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__num {
    font-size: 35px;
  }
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__comma {
  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) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__comma {
    max-height: 97px;
    line-height: 110px;
    font-size: 70.146px;
  }
}
@media (max-width: 768px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__comma {
    max-height: 82px;
    line-height: 82px;
    font-size: 62.146px;
    width: 15px;
  }
}
@media (max-width: 600px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__comma {
    max-height: 75px;
    line-height: 62px;
    font-size: 42.146px;
    width: 11px;
  }
}
@media (max-width: 480px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-Counter-__comma {
    max-height: 52px;
    line-height: 50px;
    margin-right: 1px;
    font-size: 37px;
    width: 10px;
  }
}
@s 3 -asset-path: https://powur-public2.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;
} */

.containers-Ambassador-ambassadorjoin-components-CounterRow-__section {
  width: 100%;
  height: 50vw;
  min-height: 600px;
  position: relative;
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-__section .containers-Ambassador-ambassadorjoin-components-CounterRow-__counters {
  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) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-__section .containers-Ambassador-ambassadorjoin-components-CounterRow-__counters {
    justify-content: flex-start;
  }
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-__section .containers-Ambassador-ambassadorjoin-components-CounterRow-__treeDiv {
  background-image: url("https://powur-public2.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) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-__section .containers-Ambassador-ambassadorjoin-components-CounterRow-__treeDiv {
    background-size: 115%;
  }
}
@media (max-width: 1160px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-__section .containers-Ambassador-ambassadorjoin-components-CounterRow-__treeDiv {
    background-size: 135%;
  }
}
@media (max-width: 992px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-__section .containers-Ambassador-ambassadorjoin-components-CounterRow-__treeDiv {
    background-size: 155%;
  }
}
@media (max-width: 914px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-__section .containers-Ambassador-ambassadorjoin-components-CounterRow-__treeDiv {
    background-size: 180%;
  }
}
@media (max-width: 768px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-__section .containers-Ambassador-ambassadorjoin-components-CounterRow-__treeDiv {
    background-size: 250%;
  }
}
@media (max-width: 628px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-__section .containers-Ambassador-ambassadorjoin-components-CounterRow-__treeDiv {
    background-size: 275%;
  }
}
@media (max-width: 576px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-__section .containers-Ambassador-ambassadorjoin-components-CounterRow-__treeDiv {
    background-size: 350%;
  }
}
@media (max-width: 480px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-__section .containers-Ambassador-ambassadorjoin-components-CounterRow-__treeDiv {
    background-size: 400%;
  }
}
@media (max-width: 420px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-__section .containers-Ambassador-ambassadorjoin-components-CounterRow-__treeDiv {
    background-size: 485%;
  }
}
@media (max-width: 914px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-__section {
    min-height: 700px;
  }
}
@media (max-width: 768px) {
  .containers-Ambassador-ambassadorjoin-components-CounterRow-__section {
    min-height: 800px;
  }
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-__heading {
  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);
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-__heading:after {
  position: absolute;
  content: "";
  margin-top: 35px;
  left: 49vw;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-__subheading {
  font-style: normal;
  font-weight: 100;
  font-size: 28px;
  line-height: 36px;
  width: 68%;
  /* or 129% */
  text-align: center;
  color: var(--table-grey);
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-__counterSubtext {
  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);
}
.containers-Ambassador-ambassadorjoin-components-CounterRow-__countersContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: 50vw;
  min-height: 600px;
}
.containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsInfo {
  height: 100%;
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0 100px 125px;
}
@media (max-width: 992px) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsInfo {
    padding: 90px 0px 90px 100px;
  }
}
@media (max-width: 768px) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsInfo {
    width: 100%;
    height: 50%;
    padding: 75px;
  }
}
@media (max-width: 576px) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsInfo {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsInfo {
    padding: 35px;
  }
}
.containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow .containers-Ambassador-ambassadorjoin-components-StepsRow-__tabletCol {
  width: 49%;
  height: 50vw;
  min-height: 600px;
  padding: 100px 0 70px 0;
  position: relative;
  overflow: visible;
}
.containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow .containers-Ambassador-ambassadorjoin-components-StepsRow-__tabletCol .containers-Ambassador-ambassadorjoin-components-StepsRow-__tablet {
  height: 100%;
  width: 142%;
  right: -146px;
  top: 20px;
  position: absolute;
  background-image: url("https://powur-public2.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) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow .containers-Ambassador-ambassadorjoin-components-StepsRow-__tabletCol .containers-Ambassador-ambassadorjoin-components-StepsRow-__tablet {
    right: -100px;
  }
}
@media (max-width: 992px) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow .containers-Ambassador-ambassadorjoin-components-StepsRow-__tabletCol .containers-Ambassador-ambassadorjoin-components-StepsRow-__tablet {
    width: 160%;
    top: 15px;
  }
}
@media (max-width: 768px) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow .containers-Ambassador-ambassadorjoin-components-StepsRow-__tabletCol .containers-Ambassador-ambassadorjoin-components-StepsRow-__tablet {
    width: 700px;
    height: 400px;
    left: -135px;
    top: 30px;
  }
}
@media (max-width: 576px) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow .containers-Ambassador-ambassadorjoin-components-StepsRow-__tabletCol .containers-Ambassador-ambassadorjoin-components-StepsRow-__tablet {
    left: -160px;
  }
}
@media (max-width: 480px) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow .containers-Ambassador-ambassadorjoin-components-StepsRow-__tabletCol .containers-Ambassador-ambassadorjoin-components-StepsRow-__tablet {
    left: -175px;
  }
}
@media (max-width: 768px) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow .containers-Ambassador-ambassadorjoin-components-StepsRow-__tabletCol {
    padding: 0;
    width: 100%;
    height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 576px) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow .containers-Ambassador-ambassadorjoin-components-StepsRow-__tabletCol {
    height: 30%;
  }
}
@media (max-width: 480px) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow .containers-Ambassador-ambassadorjoin-components-StepsRow-__tabletCol {
    height: 20%;
  }
}
@media (max-width: 768px) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsRow {
    display: flex;
    flex-direction: column-reverse;
    min-height: 800px;
  }
}
.containers-Ambassador-ambassadorjoin-components-StepsRow-__bullet {
  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;
}
.containers-Ambassador-ambassadorjoin-components-StepsRow-__bulletRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 48px;
}
@media (max-width: 1200px) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__bulletRow {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__bulletRow {
    margin-top: 20px;
  }
}
@media (max-width: 530px) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__bulletRow {
    margin-top: 15px;
  }
}
.containers-Ambassador-ambassadorjoin-components-StepsRow-__bulletText {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: var(--table-grey);
  margin: 0 0 0 17px;
}
.containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsSub {
  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) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsSub {
    margin: 0px;
  }
}
.containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsHeading {
  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) {
  .containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsHeading {
    margin: 0px 0 5px 0;
  }
}
.containers-Ambassador-ambassadorjoin-components-StepsRow-__stepsHyphen {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow {
  width: 100%;
  height: 50vw;
  min-height: 800px;
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__consultantCol {
  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-public2.s3-us-west-1.amazonaws.com/assets/img/ambassador-join/ambassador_solaragent_bg.png");
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__consultantCol .containers-Ambassador-ambassadorjoin-components-JoinRow-__avatar {
  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) {
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__consultantCol .containers-Ambassador-ambassadorjoin-components-JoinRow-__avatar {
    height: 140px;
    width: 140px;
  }
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__consultantCol .containers-Ambassador-ambassadorjoin-components-JoinRow-__title {
  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);
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__consultantCol .containers-Ambassador-ambassadorjoin-components-JoinRow-__name {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--white);
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol {
  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;
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol .containers-Ambassador-ambassadorjoin-components-JoinRow-__underline {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--picton-blue);
  margin-bottom: 20px;
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol h3 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol h2 {
  font-size: 28px;
  font-weight: 200;
  line-height: 36px;
  margin-bottom: 37px;
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol p span {
  font-weight: 600;
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol .containers-Ambassador-ambassadorjoin-components-JoinRow-__button {
  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;
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol .containers-Ambassador-ambassadorjoin-components-JoinRow-__button:hover {
  background-color: var(--primary-lite-highlighted);
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol .containers-Ambassador-ambassadorjoin-components-JoinRow-__angledAccent {
  width: 150%;
  position: absolute;
  height: 200px;
  background-color: var(--white);
  opacity: 0.5;
  transform: rotate(-7deg);
  bottom: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol .containers-Ambassador-ambassadorjoin-components-JoinRow-__angledAccent {
    height: 195px;
    width: 130%;
  }
}
@media (max-width: 900px) {
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol {
    padding: 84px 60px 84px 80px;
  }
}
@media (max-width: 768px) {
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow {
    display: flex;
    flex-direction: column;
  }
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__consultantCol {
    width: 100%;
    height: 320px;
  }
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol {
    width: 100%;
    height: 480px;
    padding: 0;
    padding: 84px 80px 84px 40px;
  }
}
@media (max-width: 500px) {
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow {
    display: flex;
    flex-direction: column;
  }
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__consultantCol {
    width: 100%;
    height: 320px;
  }
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol {
    width: 100%;
    height: 480px;
    padding: 0;
    padding: 84px 40px 84px 40px;
  }
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol h3 {
    margin-bottom: 0px;
  }
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol h2 {
    margin-bottom: 18px;
  }
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol p {
    margin-bottom: 18px;
  }
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__joinRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__infoCol .containers-Ambassador-ambassadorjoin-components-JoinRow-__button {
    margin-top: 18px;
  }
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainerOuter {
  width: 35%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainerOuter {
    width: 40%;
  }
}
@media (max-width: 900px) {
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainerOuter {
    width: 100%;
    flex: unset;
    height: 300px;
  }
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainerOuter .containers-Ambassador-ambassadorjoin-components-JoinRow-__angledAccent {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-11deg);
  bottom: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainerOuter .containers-Ambassador-ambassadorjoin-components-JoinRow-__angledAccent {
    height: 203px;
  }
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainerOuter .containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainer {
  height: 100%;
  padding: 0 134px 0 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1150px) {
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainerOuter .containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainer {
    padding: 0 104px 0 52px;
  }
}
@media (max-width: 400px) {
  .containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainerOuter .containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainer {
    padding: 0 40px 0 30px;
  }
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainerOuter .containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainer .containers-Ambassador-ambassadorjoin-components-JoinRow-__textRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__contentHeader {
  color: var(--lead-black);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainerOuter .containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainer .containers-Ambassador-ambassadorjoin-components-JoinRow-__textRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__underline {
  height: 3px;
  width: 40px;
  border-radius: 1px;
  background-color: var(--primary-color);
  margin: 11px 0 18px 0;
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainerOuter .containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainer .containers-Ambassador-ambassadorjoin-components-JoinRow-__textRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__contentSubHeader {
  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;
}
.containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainerOuter .containers-Ambassador-ambassadorjoin-components-JoinRow-__textContainer .containers-Ambassador-ambassadorjoin-components-JoinRow-__textRow .containers-Ambassador-ambassadorjoin-components-JoinRow-__bodyText {
  color: var(--table-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
@s 3 -asset-path: https://powur-public2.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;
}
.containers-Ambassador-ambassadorjoin-__pageLayout {
  padding-top: 64px;
}
.containers-Ambassador-ambassadorjoin-__section {
  width: 100%;
  height: 50vw;
  min-height: 700px;
}
.containers-Ambassador-ambassadorjoin-__heading {
  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);
}
.containers-Ambassador-ambassadorjoin-__heading:after {
  position: absolute;
  content: "";
  margin-top: 35px;
  left: 49vw;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
.containers-Ambassador-ambassadorjoin-__subheading {
  font-style: normal;
  font-weight: 100;
  font-size: 28px;
  line-height: 36px;
  width: 68%;
  /* or 129% */
  text-align: center;
  color: var(--table-grey);
}
.containers-Ambassador-ambassadorjoin-__counters {
  background-image: url("https://powur-public2.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;
}
.containers-Ambassador-ambassadorjoin-__counterSubtext {
  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);
}
.containers-Ambassador-ambassadorjoin-__countersContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-careers-__content {
  padding-top: 50px;
  background-color: rbg(243, 246, 248);
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__heroImageContainer {
  position: relative;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__heroImageContainer .containers-StaticPages-careers-__heroImage {
  width: 100%;
  height: 720px;
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/careers/career_Header.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__heroImageContainer .containers-StaticPages-careers-__titleOverlay {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__heroImageContainer .containers-StaticPages-careers-__titleOverlay .containers-StaticPages-careers-__textContainer {
  height: 100%;
  padding-bottom: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__heroImageContainer .containers-StaticPages-careers-__titleOverlay .containers-StaticPages-careers-__textContainer .containers-StaticPages-careers-__mainText {
  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) {
  .containers-StaticPages-careers-__content .containers-StaticPages-careers-__heroImageContainer .containers-StaticPages-careers-__titleOverlay .containers-StaticPages-careers-__textContainer .containers-StaticPages-careers-__mainText {
    font-size: 40px;
  }
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__heroImageContainer .containers-StaticPages-careers-__titleOverlay .containers-StaticPages-careers-__textContainer .containers-StaticPages-careers-__subText {
  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) {
  .containers-StaticPages-careers-__content .containers-StaticPages-careers-__heroImageContainer .containers-StaticPages-careers-__titleOverlay .containers-StaticPages-careers-__textContainer .containers-StaticPages-careers-__subText {
    font-size: 16px;
  }
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__heroImageContainer .containers-StaticPages-careers-__titleOverlay .containers-StaticPages-careers-__textContainer .containers-StaticPages-careers-__zipButton {
  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;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__heroImageContainer .containers-StaticPages-careers-__titleOverlay .containers-StaticPages-careers-__textContainer .containers-StaticPages-careers-__zipButton:hover {
  background-color: var(--primary-lite-highlighted);
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__innerContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 250px;
  margin: auto;
  padding: 40px 40px 0px 40px;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__heading {
  font-family: Poppins;
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__heading: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;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__subheading {
  color: var(--table-grey);
  font-size: 28px;
  line-height: 36px;
  font-weight: 100;
  width: 100%;
  max-width: 980px;
  margin-bottom: 32px;
  text-align: center;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: calc(40%);
  position: relative;
}
@media (max-width: 715px) {
  .containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection {
    flex-direction: column;
    height: 100%;
    padding-left: 0;
  }
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection 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);
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__careerImage {
  position: absolute;
  left: 0;
  width: calc(40%);
  height: 100%;
  background-image: url("https://powur-public2.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) {
  .containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__careerImage {
    position: relative;
    width: 100%;
    height: 340px;
    background-position: center 60%;
  }
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__listings {
  background-color: var(--cream);
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-bottom: 72px;
}
@media (max-width: 715px) {
  .containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__listings {
    padding-left: 72px;
  }
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__listing {
  margin-bottom: 36px;
  padding-right: 36px;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__listing h4 {
  line-break: anywhere;
}
@media (max-width: 850px) {
  .containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__listing {
    margin-bottom: 30px;
  }
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__heading {
  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;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__heading: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;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__heading:after {
  content: "";
  left: 0px;
  margin: 0;
}
@media (max-width: 715px) {
  .containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__heading {
    width: 100%;
    text-align: center;
    padding-right: 100px;
    margin: 50px 0;
  }
  .containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__heading:after {
    content: "";
    left: -100px;
    margin: auto;
  }
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__newPostingForm {
  margin-top: 12px;
  width: 75%;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__newPostingForm input {
  height: 30px;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__newPostingForm .ant-select-arrow {
  margin-top: -4px;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__newPostingForm .ant-select-selection-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__newPostingForm .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;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__newPostingForm .ant-select:not(.ant-select-customize-input) .ant-select-selector ::placeholder {
  color: red;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__newPostingForm .containers-StaticPages-careers-__submitButton {
  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;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__newPostingForm .containers-StaticPages-careers-__submitButton span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__subtextContainer {
  display: flex;
  align-items: center;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__subtextContainer .containers-StaticPages-careers-__editingLocation {
  display: flex;
  align-items: center;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__subtextContainer .containers-StaticPages-careers-__updateButton {
  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;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__subtextContainer .containers-StaticPages-careers-__updateButton span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__subtextContainer .containers-StaticPages-careers-__deleteButton {
  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;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__subtextContainer .containers-StaticPages-careers-__deleteButton span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__subtextContainer .containers-StaticPages-careers-__cancelButton {
  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);
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__subtextContainer .containers-StaticPages-careers-__cancelButton span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__subtextContainer .containers-StaticPages-careers-__cancelButton span {
  color: var(--primary-color);
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__subtext {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: var(--table-grey);
  margin-top: 4px;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__subheading {
  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;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__subheading: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;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__subheading:hover {
  color: var(--picton-blue);
  transition: color 0.2s ease-in-out;
}
.containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__subheading:hover:before {
  background-color: var(--picton-blue);
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 850px) {
  .containers-StaticPages-careers-__content .containers-StaticPages-careers-__careersSection .containers-StaticPages-careers-__subheading {
    font-size: 26px;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

#containers-StaticPages-education-__introLayout {
  overflow-y: hidden;
  height: auto;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section {
  display: flex;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__outerContainer {
  width: 100%;
  max-width: 1190px;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__powurHeader {
  background-color: var(--white);
  height: 182px;
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__powurHeader .containers-StaticPages-education-__logo {
  height: 75px;
  width: 188px;
}
@media (max-width: 992px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__powurHeader {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__powurHeader {
    height: 120px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer {
  display: flex;
  justify-content: center;
  padding: 10px;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__leftBorder {
  border-color: #1f3250;
  border-width: 0px;
  border-style: solid;
  border-left-width: 6px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__leftBorder {
    border-left-width: 0px;
    border-top-width: 4px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__marginBottomMed {
  margin-bottom: 26px;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer h1 {
  font-size: 66px;
  line-height: 1.2em;
  font-weight: 600;
  color: #1f3250;
}
@media (max-width: 992px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer h1 {
    font-size: 40px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer h2 {
  font-size: 31px;
  line-height: 37px;
  font-weight: 600;
}
@media (max-width: 992px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer h2 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer h2 {
    font-size: 20px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer h3 {
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
  color: #1f3250;
}
@media (max-width: 992px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer h3 {
    font-size: 24px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer h4 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  color: #1f3250;
  margin: 0;
}
@media (max-width: 992px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer h4 {
    font-size: 17px;
    line-height: 24px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  color: #1f3250;
}
@media (max-width: 768px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer h5 {
    font-size: 18px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer p {
  color: var(--outer-space);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #263238;
  margin: 0;
}
@media (max-width: 992px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer p {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__leftCol {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__centeredWhenSmall {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__centeredWhenExtraSmall {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__bodyTextContainer {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__bodyTextContainer {
    padding-top: 23px;
    margin-bottom: 38px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__videoContainer {
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__videoContainer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-radius: 10px;
  background-color: black;
}
@media (max-width: 768px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__videoContainer {
    margin-bottom: 36px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__emailContainer {
  width: 100%;
  padding: 0 0px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__emailContainer {
    margin-bottom: 20px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights {
  background-color: #f8f8f8;
  width: 100%;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__insightsTopCard {
  margin-top: -200px;
  width: 100%;
  background-color: #f8f8f8;
  padding: 0 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__insightsTopCard {
    margin-top: -60px;
    padding-top: 30px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__titleCol {
  order: 1;
}
@media (max-width: 768px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__titleCol {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__imgCol {
  order: 2;
}
@media (max-width: 768px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__imgCol {
    order: 1;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__insightsIcon {
  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) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__insightsIcon {
    height: 150px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__cardsTitleRow {
  margin: 0 30px;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__cardsContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__cardsContainer {
    flex-direction: column;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__cardsContainer .containers-StaticPages-education-__card {
  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) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__cardsContainer .containers-StaticPages-education-__card {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__cardsContainer .containers-StaticPages-education-__card {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__cardsContainer .containers-StaticPages-education-__card .containers-StaticPages-education-__title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__cardsContainer .containers-StaticPages-education-__card .containers-StaticPages-education-__title {
    margin-bottom: 10px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__cardsContainer .containers-StaticPages-education-__card p {
  font-size: 19px;
  font-weight: 400;
  color: #263238;
  line-height: 34px;
}
@media (max-width: 992px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__cardsContainer .containers-StaticPages-education-__card p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer .containers-StaticPages-education-__insights .containers-StaticPages-education-__cardsContainer .containers-StaticPages-education-__card p {
    font-size: 18px;
    line-height: 33px;
  }
}
@media (max-width: 992px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__innerContainer {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__flexColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section .containers-StaticPages-education-__blue {
  color: #20c2f1;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section1 {
  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) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section1 {
    padding-bottom: 250px;
    background-image: url("/img/education-intro-bg-md.jpg");
    background-position: bottom center;
    background-size: cover;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section2 {
  background-color: #f8f8f8;
  padding-bottom: 100px;
  border-bottom: 1px solid #eeeeee;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section3 {
  padding: 30px 0;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section3 .containers-StaticPages-education-__arrowRow {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section3 .containers-StaticPages-education-__titleRow {
  max-width: 1000px;
  text-align: center;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section3 .containers-StaticPages-education-__titleRow .containers-StaticPages-education-__title {
  font-size: 48px;
  line-height: 58px;
  color: #1f3250;
}
@media (max-width: 992px) {
  #containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section3 .containers-StaticPages-education-__titleRow .containers-StaticPages-education-__title {
    font-size: 34px;
    line-height: 40px;
  }
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section3 .containers-StaticPages-education-__conclusionRow {
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#containers-StaticPages-education-__introLayout .containers-StaticPages-education-__section3 .containers-StaticPages-education-__emailRow {
  margin: 50px 0 100px 0;
  width: 100%;
  max-width: 1000px;
  box-shadow: 0 0 27px 3px rgba(11, 11, 11, 0.09);
}
.containers-StaticPages-education-__whySolarContainer {
  overflow-y: hidden !important;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__h4 {
  color: var(--darker-blue);
  font-family: comfortaa, Sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__h1 {
  color: var(--darker-blue);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -2.8px;
  margin: 5px 0px 15px 0px;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__h2 {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__p {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5em;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__headerContainer {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__headerContainer .containers-StaticPages-education-__headerItem {
  flex: 1 1 500px;
  margin: 20px 0px 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__headerContainer .containers-StaticPages-education-__headerItem .containers-StaticPages-education-__emptyButton {
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__headerContainer .containers-StaticPages-education-__headerItem .containers-StaticPages-education-__emptyButton {
    display: none;
  }
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__headerContainer .containers-StaticPages-education-__logo {
  padding: 50px 0px 50px 0px;
  height: 14px;
  width: 16px;
  background: url("/img/logo.svg") center / auto 70% no-repeat;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer {
  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%;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer {
  width: 100%;
  max-width: 1200px;
  min-height: 235px;
  margin: auto;
  padding: 0px 40px;
}
@media (max-width: 800px) {
  .containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer {
    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%);
  }
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__consultationDescriptionContainer {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0px 40px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoContainerMargin {
  max-width: 960px;
  margin: auto;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoContainer {
  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;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoContainer .containers-StaticPages-education-__iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-radius: 10px;
  background-color: black;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__previewContainer {
  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;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__previewContainer .containers-StaticPages-education-__previewCol {
  flex: 1 0 200px;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__previewContainer .containers-StaticPages-education-__previewCol .containers-StaticPages-education-__previewButton {
  padding: 15px;
  background-color: transparent;
  border: none;
  height: max-content;
  box-shadow: none;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__previewContainer .containers-StaticPages-education-__previewCol .containers-StaticPages-education-__previewButton img {
  width: 100%;
  min-width: 200px;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__centerChevrons {
  background-color: var(--lightest-grey);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1300px;
  margin: 0px 10px 50px 10px;
  text-align: center;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__numberAvatar {
  text-align: center;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__formContainerItem {
  flex: 0 1 600px;
  padding-top: 40px;
  max-width: 600px;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__formContainerItem p {
  padding: 0px 60px 0px 60px;
  text-align: left;
}
@media (max-width: 1024px) {
  .containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__formContainerItem p {
    padding: 0px 20px 0px 20px;
  }
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__boxShadow {
  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;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__topTenList {
  text-align: left;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__topTenList ul {
  padding: 0px 60px 0px 60px;
}
@media (max-width: 1024px) {
  .containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__topTenList ul {
    padding: 0px 20px 0px 20px;
  }
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__topTenList li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 16px 0px 16px 0px;
}
.containers-StaticPages-education-__whySolarContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__topTenList 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;
}
.containers-StaticPages-education-__topTenQuestionsContainer {
  overflow-y: hidden !important;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__h4 {
  color: var(--darker-blue);
  font-family: comfortaa, Sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__h1 {
  color: var(--darker-blue);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -2.8px;
  margin: 5px 0px 15px 0px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__h2 {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__p {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5em;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__headerContainer {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__headerContainer .containers-StaticPages-education-__headerItem {
  flex: 1 1 500px;
  margin: 20px 0px 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__headerContainer .containers-StaticPages-education-__headerItem .containers-StaticPages-education-__emptyButton {
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__headerContainer .containers-StaticPages-education-__headerItem .containers-StaticPages-education-__emptyButton {
    display: none;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__headerContainer .containers-StaticPages-education-__logo {
  padding: 50px 0px 50px 0px;
  height: 14px;
  width: 16px;
  background: url("/img/logo.svg") center / auto 70% no-repeat;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer {
  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%;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer {
  width: 100%;
  max-width: 1200px;
  min-height: 235px;
  margin: auto;
  padding: 0px 40px;
}
@media (max-width: 800px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer {
    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%);
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__consultationDescriptionContainer {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0px 40px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoContainerMargin {
  max-width: 960px;
  margin: auto;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoContainer {
  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;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoContainer .containers-StaticPages-education-__iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-radius: 10px;
  background-color: black;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__previewContainer {
  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;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__previewContainer .containers-StaticPages-education-__previewCol {
  flex: 1 0 200px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__previewContainer .containers-StaticPages-education-__previewCol .containers-StaticPages-education-__previewButton {
  padding: 15px;
  background-color: transparent;
  border: none;
  height: max-content;
  box-shadow: none;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__previewContainer .containers-StaticPages-education-__previewCol .containers-StaticPages-education-__previewButton img {
  width: 100%;
  min-width: 200px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__centerChevrons {
  background-color: var(--lightest-grey);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1300px;
  margin: 0px 10px 50px 10px;
  text-align: center;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__numberAvatar {
  text-align: center;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__formContainerItem {
  flex: 0 1 600px;
  padding-top: 40px;
  max-width: 600px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__formContainerItem p {
  padding: 0px 60px 0px 60px;
  text-align: left;
}
@media (max-width: 1024px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__formContainerItem p {
    padding: 0px 20px 0px 20px;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__boxShadow {
  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;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__topTenList {
  text-align: left;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__topTenList ul {
  padding: 0px 60px 0px 60px;
}
@media (max-width: 1024px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__topTenList ul {
    padding: 0px 20px 0px 20px;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__topTenList li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 16px 0px 16px 0px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__formContainer .containers-StaticPages-education-__topTenList 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;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer {
  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) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer {
    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;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__mainContent {
  padding-bottom: 200px;
  text-align: left;
  justify-content: center;
  width: 100%;
}
@media (max-width: 990px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__mainContent {
    padding-bottom: 0px;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer {
  max-width: 1300px;
  height: auto;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__currentVideoText {
  color: var(--darker-blue);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.25px;
}
@media (max-width: 990px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__currentVideoText {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__currentVideoTitle {
  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) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__currentVideoTitle {
    text-align: center;
    font-size: 36px;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__listTitle {
  color: var(--darker-blue);
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 26px;
  padding-left: 8px;
}
@media (max-width: 990px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__listTitle {
    text-align: center;
    margin: auto;
    padding-bottom: 0px;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__titleRow {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoTextSection {
  color: var(--mineshaft-gray);
  border-left: 3px solid #203250;
  padding-left: 20px;
  margin: 40px 0;
  width: 92%;
}
@media (max-width: 990px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoTextSection {
    width: 100%;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoTextSection .containers-StaticPages-education-__videoTextTitle {
  color: var(--mineshaft-gray);
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 2px;
  font-weight: 600;
}
@media (max-width: 990px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoTextSection .containers-StaticPages-education-__videoTextTitle {
    font-size: 20px;
    margin-left: 0;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoTextSection .containers-StaticPages-education-__videoTextBody {
  line-height: 1.88;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__shareText {
  font-size: 19px;
  overflow-wrap: normal;
  line-height: 1.2em;
  width: 100%;
  color: var(--mineshaft-gray);
  padding-top: 50px;
}
@media (max-width: 990px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__shareText {
    font-size: 15px;
    line-height: 1.4em;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__button {
  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;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__button span {
  font-family: "Carme", Sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__button .containers-StaticPages-education-__icon {
  width: 17px;
  height: 17px;
  background-size: cover;
  margin-right: 6px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__button .containers-StaticPages-education-__antdIcon {
  font-size: 17px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__facebook {
  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);
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__facebook span {
  font-family: "Carme", Sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__facebook .containers-StaticPages-education-__icon {
  width: 17px;
  height: 17px;
  background-size: cover;
  margin-right: 6px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__facebook .containers-StaticPages-education-__antdIcon {
  font-size: 17px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__facebook .containers-StaticPages-education-__icon {
  background-image: url("/icons/icon_facebook.png");
  background-size: cover;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__twitter {
  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);
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__twitter span {
  font-family: "Carme", Sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__twitter .containers-StaticPages-education-__icon {
  width: 17px;
  height: 17px;
  background-size: cover;
  margin-right: 6px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__twitter .containers-StaticPages-education-__antdIcon {
  font-size: 17px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__linkedin {
  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);
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__linkedin span {
  font-family: "Carme", Sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__linkedin .containers-StaticPages-education-__icon {
  width: 17px;
  height: 17px;
  background-size: cover;
  margin-right: 6px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__socialButtons .containers-StaticPages-education-__linkedin .containers-StaticPages-education-__antdIcon {
  font-size: 17px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
@media (max-width: 990px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow {
    padding: 0px 20px;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow .containers-StaticPages-education-__iframeContainer {
  width: calc(100% - 440px);
  height: 100%;
}
@media (max-width: 990px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow .containers-StaticPages-education-__iframeContainer {
    margin: 20px 0px 0px 0px;
    border-radius: 0;
    width: 100%;
    height: auto;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow iframe {
  background-color: black;
  min-height: 400px;
  width: 92%;
  margin-top: 50px;
  border-radius: 10px;
}
@media (max-width: 990px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow iframe {
    margin: 20px 0px 0px 0px;
    border-radius: 0;
    width: 100%;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow ::-webkit-scrollbar {
  width: 4px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow ::-webkit-scrollbar-track {
  background: var(--jungle-mist);
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow ::-webkit-scrollbar-thumb {
  background: var(--chilly-blue);
  border-radius: 10px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow .containers-StaticPages-education-__questionContainer {
  width: 400px;
}
@media (max-width: 990px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow .containers-StaticPages-education-__questionContainer {
    width: 100%;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow .containers-StaticPages-education-__questionSelect {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 400px;
  overflow-y: auto;
  text-align: left;
  background-color: var(--white);
}
@media (max-width: 990px) {
  .containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow .containers-StaticPages-education-__questionSelect {
    width: 100%;
  }
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow .containers-StaticPages-education-__questionSelect .containers-StaticPages-education-__button {
  margin-bottom: 1px;
  min-height: 63px;
  text-align: left;
  border: none;
  cursor: pointer;
  background-color: var(--anti-flash-white);
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow .containers-StaticPages-education-__questionSelect .containers-StaticPages-education-__button:hover {
  background-color: var(--hawkes-blue);
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow .containers-StaticPages-education-__questionSelect .containers-StaticPages-education-__button .containers-StaticPages-education-__text {
  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;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__videoDescriptionContainer .containers-StaticPages-education-__videoRow .containers-StaticPages-education-__questionSelect .containers-StaticPages-education-__button.containers-StaticPages-education-__selected {
  background-color: var(--hawkes-blue);
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__marketingFormContainer {
  background-color: var(--lightest-grey);
  width: 95%;
  display: flex;
  justify-content: center;
  border-radius: 7px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__marketingFormContainer .containers-StaticPages-education-__chevronContainer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 100px 0 20px 0;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__marketingFormContainer .containers-StaticPages-education-__h2 {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__marketingFormContainer .containers-StaticPages-education-__numberAvatar {
  text-align: center;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__marketingFormContainer .containers-StaticPages-education-__formContainerItem {
  flex: 1 1 500px;
  padding: 25px 40px 10px 40px;
  max-width: 800px;
  text-align: center;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__marketingFormContainer .containers-StaticPages-education-__boxShadow {
  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;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__marketingFormContainer .containers-StaticPages-education-__topTenList {
  text-align: left;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__marketingFormContainer .containers-StaticPages-education-__topTenList ul {
  padding: 0px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__marketingFormContainer .containers-StaticPages-education-__topTenList li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 15px 0px 15px 0px;
}
.containers-StaticPages-education-__topTenQuestionsContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__marketingFormContainer .containers-StaticPages-education-__topTenList 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;
}
.containers-StaticPages-education-__submitRedirectPageContainer {
  padding-top: 30px;
}
.containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer {
  background: url("/img/education_submit_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 1950px;
}
@media (max-width: 776px) {
  .containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer {
    height: 1650px;
    background-size: contain;
  }
}
@media (max-width: 582px) {
  .containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer {
    height: 1750px;
  }
}
@media (max-width: 538px) {
  .containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer {
    height: 1800px;
  }
}
@media (max-width: 456px) {
  .containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer {
    height: 1850px;
  }
}
@media (max-width: 438px) {
  .containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer {
    height: 1950px;
  }
}
@media (max-width: 412px) {
  .containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer {
    height: 2000px;
  }
}
@media (max-width: 382px) {
  .containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer {
    height: 2080px;
  }
}
.containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
}
.containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__row .containers-StaticPages-education-__powurLogo {
  height: 50px;
  width: 177px;
  background: url("/img/powur_logo.svg");
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: 500px 200px;
}
.containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__header {
  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) {
  .containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__header {
    font-size: 40px;
  }
}
.containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__subHeader {
  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) {
  .containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__subHeader {
    font-size: 24px;
  }
}
.containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__contentContainer {
  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) {
  .containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__contentContainer {
    padding: 30px;
    min-height: 640px;
  }
}
.containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__paragraph {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.4px;
}
@media (max-width: 1024px) {
  .containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__paragraph {
    font-size: 18px;
  }
}
.containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__paragraphBold {
  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) {
  .containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__paragraphBold {
    font-size: 18px;
  }
}
.containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__paragraphNormal {
  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) {
  .containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__contentContainer .containers-StaticPages-education-__paragraphNormal {
    font-size: 18px;
  }
}
.containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__quoteContainer {
  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) {
  .containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__quoteContainer {
    position: relative;
  }
}
.containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__quoteContainer .containers-StaticPages-education-__quoteIcon {
  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) {
  .containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__quoteContainer .containers-StaticPages-education-__quoteIcon {
    position: absolute;
    top: 0;
    left: -40px;
  }
}
.containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__quoteContainer .containers-StaticPages-education-__quoteText {
  z-index: 2;
}
.containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__quoteContainer .containers-StaticPages-education-__nameContainer {
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
}
.containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__quoteContainer .containers-StaticPages-education-__avatarContainer {
  display: flex;
  justify-content: center;
}
.containers-StaticPages-education-__submitRedirectPageContainer .containers-StaticPages-education-__backgroundContainer .containers-StaticPages-education-__quoteContainer .containers-StaticPages-education-__avatarContainer .containers-StaticPages-education-__avatar {
  height: 126px;
  width: 126px;
  background: url("/img/education_avatar.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.containers-StaticPages-education-__resizableButtonContainer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.containers-StaticPages-education-__resizableButtonContainer .containers-StaticPages-education-__resizableButton {
  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;
}
.containers-StaticPages-education-__resizableButtonContainer .containers-StaticPages-education-__resizableButtonUnderlay {
  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: containers-StaticPages-education-__radar 2s infinite;
  z-index: 1;
}
.containers-StaticPages-education-__resizableButtonContainer .containers-StaticPages-education-__small {
  height: 60px;
  width: 210px;
  font-weight: 250;
}
.containers-StaticPages-education-__resizableButtonContainer .containers-StaticPages-education-__small:hover {
  height: 54px;
  width: 189px;
  font-size: 120%;
}
.containers-StaticPages-education-__resizableButtonContainer .containers-StaticPages-education-__large {
  height: 80px;
  width: 400px;
  font-weight: 600;
}
.containers-StaticPages-education-__resizableButtonContainer .containers-StaticPages-education-__large:hover {
  height: 72px;
  width: 360px;
  font-size: 120%;
}
.containers-StaticPages-education-__resizableButtonContainer .containers-StaticPages-education-__pulseAnim {
  animation: containers-StaticPages-education-__pulse 2s infinite;
}
.containers-StaticPages-education-__resizableButtonContainer .containers-StaticPages-education-__radarAnim {
  animation: containers-StaticPages-education-__radarPulse 2s infinite;
}
@keyframes containers-StaticPages-education-__pulse {
  50% {
    transform: scale(1.1);
  }
}
@keyframes containers-StaticPages-education-__radarPulse {
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes containers-StaticPages-education-__radar {
  25% {
    transform: scale(0.9);
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    transform: scaleY(1.5) scaleX(1.2);
    opacity: 0;
  }
}
.containers-StaticPages-education-__animatedChevronsContainer {
  position: relative;
  padding: 8px;
  height: 40px;
  width: 40px;
}
.containers-StaticPages-education-__animatedChevronsContainer .containers-StaticPages-education-__chevron {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.containers-StaticPages-education-__animatedChevronsContainer .containers-StaticPages-education-__large {
  height: 20px;
  width: 28px;
}
.containers-StaticPages-education-__animatedChevronsContainer .containers-StaticPages-education-__small {
  height: 10px;
  width: 18px;
}
.containers-StaticPages-education-__animatedChevronsContainer .containers-StaticPages-education-__chevron1 {
  position: absolute;
  top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/icons/icon_chevron_edu.svg");
  animation: containers-StaticPages-education-__chevron1 2s infinite;
}
.containers-StaticPages-education-__animatedChevronsContainer .containers-StaticPages-education-__chevron1.containers-StaticPages-education-__small {
  top: 9px;
}
.containers-StaticPages-education-__animatedChevronsContainer .containers-StaticPages-education-__chevron2 {
  position: absolute;
  top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/icons/icon_chevron_edu.svg");
  animation: containers-StaticPages-education-__chevron2 2s infinite;
}
@keyframes containers-StaticPages-education-__chevron1 {
  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 containers-StaticPages-education-__chevron2 {
  0% {
    opacity: 0;
  }
  20% {
    transform: translateY(-5px);
    opacity: 0;
  }
  70% {
    transform: translateY(0px);
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.containers-StaticPages-education-__pageFooter {
  background-color: var(--white);
  width: 100%;
  font-family: "Poppins", Sans-serif;
}
.containers-StaticPages-education-__pageFooter .containers-StaticPages-education-__upperSection {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 40px;
  text-align: center;
}
.containers-StaticPages-education-__pageFooter .containers-StaticPages-education-__upperSection .containers-StaticPages-education-__header {
  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) {
  .containers-StaticPages-education-__pageFooter .containers-StaticPages-education-__upperSection .containers-StaticPages-education-__header {
    font-size: 18px;
  }
}
.containers-StaticPages-education-__pageFooter .containers-StaticPages-education-__upperSection .containers-StaticPages-education-__orgContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 832px) {
  .containers-StaticPages-education-__pageFooter .containers-StaticPages-education-__upperSection .containers-StaticPages-education-__orgContainer {
    flex-direction: column;
  }
}
.containers-StaticPages-education-__pageFooter .containers-StaticPages-education-__upperSection .containers-StaticPages-education-__orgContainer .containers-StaticPages-education-__orgCol {
  padding: 20px;
  width: 250px;
}
.containers-StaticPages-education-__pageFooter .containers-StaticPages-education-__upperSection .containers-StaticPages-education-__orgContainer .containers-StaticPages-education-__orgCol 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) {
  .containers-StaticPages-education-__pageFooter .containers-StaticPages-education-__upperSection .containers-StaticPages-education-__orgContainer .containers-StaticPages-education-__orgCol {
    width: 100%;
  }
}
.containers-StaticPages-education-__pageFooter .containers-StaticPages-education-__upperSection .containers-StaticPages-education-__logoRow {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-StaticPages-education-__pageFooter .containers-StaticPages-education-__upperSection .containers-StaticPages-education-__logoRow .containers-StaticPages-education-__logo {
  max-height: 130px;
}
.containers-StaticPages-education-__pageFooter .containers-StaticPages-education-__middleLine {
  border-bottom: 1px solid var(--light-grey);
}
.containers-StaticPages-education-__pageFooter .containers-StaticPages-education-__lowerSection {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
.containers-StaticPages-education-__pageFooter .containers-StaticPages-education-__lowerSection .containers-StaticPages-education-__logoRow {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-StaticPages-education-__pageFooter .containers-StaticPages-education-__lowerSection .containers-StaticPages-education-__logoRow .containers-StaticPages-education-__powurLogo {
  height: 50px;
  width: 177px;
  background: url("/img/powur_logo.svg");
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: 400px 160px;
}
.containers-StaticPages-education-__pageFooter .containers-StaticPages-education-__lowerSection .containers-StaticPages-education-__copywriteText {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  color: #263238;
  margin-bottom: 32px;
}
.containers-StaticPages-education-__emailInput {
  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) {
  .containers-StaticPages-education-__emailInput {
    padding-top: 48px;
    padding-bottom: 48px;
    overflow: visible;
  }
}
.containers-StaticPages-education-__emailInput .containers-StaticPages-education-__headerRow {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.containers-StaticPages-education-__emailInput .containers-StaticPages-education-__headerRow .containers-StaticPages-education-__arrowCol {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .containers-StaticPages-education-__emailInput .containers-StaticPages-education-__headerRow .containers-StaticPages-education-__arrowCol {
    padding: 24px 0;
  }
}
.containers-StaticPages-education-__emailInput .containers-StaticPages-education-__inputRow {
  width: 100%;
  margin: 10px 0;
  height: 55px;
}
@media (max-width: 768px) {
  .containers-StaticPages-education-__emailInput .containers-StaticPages-education-__inputRow {
    height: auto;
  }
}
.containers-StaticPages-education-__emailInput .containers-StaticPages-education-__inputRow .containers-StaticPages-education-__col {
  height: 100%;
}
@media (max-width: 768px) {
  .containers-StaticPages-education-__emailInput .containers-StaticPages-education-__inputRow .containers-StaticPages-education-__col {
    width: 100%;
    height: 55px;
  }
}
.containers-StaticPages-education-__emailInput .containers-StaticPages-education-__inputRow .containers-StaticPages-education-__inputCol {
  height: 100%;
}
@media (max-width: 768px) {
  .containers-StaticPages-education-__emailInput .containers-StaticPages-education-__inputRow .containers-StaticPages-education-__inputCol {
    width: 100%;
    height: 55px;
  }
}
.containers-StaticPages-education-__emailInput .containers-StaticPages-education-__inputRow .containers-StaticPages-education-__buttonCol {
  height: 100%;
}
@media (max-width: 768px) {
  .containers-StaticPages-education-__emailInput .containers-StaticPages-education-__inputRow .containers-StaticPages-education-__buttonCol {
    width: 100%;
    height: 55px;
  }
}
@media (max-width: 768px) {
  .containers-StaticPages-education-__emailInput .containers-StaticPages-education-__inputRow .containers-StaticPages-education-__buttonCol {
    margin-top: 16px;
  }
}
.containers-StaticPages-education-__emailInput .containers-StaticPages-education-__inputRow .containers-StaticPages-education-__input {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  padding: 17px 15px;
}
.containers-StaticPages-education-__emailInput .containers-StaticPages-education-__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #1f3250;
}
@media (max-width: 768px) {
  .containers-StaticPages-education-__emailInput .containers-StaticPages-education-__title {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.containers-StaticPages-education-__emailInput .containers-StaticPages-education-__buttonContainer {
  width: 100%;
  height: 100%;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-education-components-MarketingForm-__solarFormContainer {
  max-width: 600px;
  font-family: "Poppins", Sans-serif;
  background-color: var(--white);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__inner {
  padding: 60px;
}
@media (max-width: 1024px) {
  .containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__inner {
    padding: 20px;
  }
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__solarForm {
  padding: 10px 10px;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__label {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__rightLabel {
  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%;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__centeredLabel {
  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;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__ast {
  color: red;
  font-weight: 400;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__formItemLeft {
  width: 96%;
}
@media (max-width: 600px) {
  .containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__formItemLeft {
    width: 100%;
  }
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__formItemRight {
  margin-left: 4%;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__inputRow {
  padding-top: 6px;
  padding-bottom: 20px;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__centeredRow {
  padding-top: 6px;
  padding-bottom: 20px;
  text-align: center;
  padding-bottom: 0px;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__buttonContainer {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  height: 100px;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__bottomText {
  color: var(--darker-blue);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5em;
  padding: 10px;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__radioCol {
  padding-top: 6px;
  padding-bottom: 20px;
  margin: auto;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__radioCol .containers-StaticPages-education-components-MarketingForm-__radioFormItem {
  margin: auto;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__radioCol .containers-StaticPages-education-components-MarketingForm-__radioContainer {
  display: flex;
  flex-direction: row;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__radioCol .containers-StaticPages-education-components-MarketingForm-__container {
  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;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__radioCol .containers-StaticPages-education-components-MarketingForm-__container .containers-StaticPages-education-components-MarketingForm-__radioLabel {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 40px;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__radioCol .containers-StaticPages-education-components-MarketingForm-__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__radioCol .containers-StaticPages-education-components-MarketingForm-__container input:checked ~ .containers-StaticPages-education-components-MarketingForm-__checkmark {
  background-color: var(--white);
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__radioCol .containers-StaticPages-education-components-MarketingForm-__container input:checked ~ .containers-StaticPages-education-components-MarketingForm-__checkmark:after {
  display: block;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__radioCol .containers-StaticPages-education-components-MarketingForm-__container .containers-StaticPages-education-components-MarketingForm-__checkmark: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);
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__radioCol .containers-StaticPages-education-components-MarketingForm-__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #c2c8ca;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  text-align: center;
}
.containers-StaticPages-education-components-MarketingForm-__solarFormContainer .containers-StaticPages-education-components-MarketingForm-__radioCol .containers-StaticPages-education-components-MarketingForm-__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-HomepageComponents-EnterpriseProSignupModal-__subHeaderContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 24px 0;
}
.components-HomepageComponents-EnterpriseProSignupModal-__subHeaderContainer .components-HomepageComponents-EnterpriseProSignupModal-__subHeader {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.components-HomepageComponents-EnterpriseProSignupModal-__subHeaderContainer .components-HomepageComponents-EnterpriseProSignupModal-__underline {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--blue-ribbon);
  margin-top: 6px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .ant-select-single .ant-select-selector .ant-select-selection-search {
  right: 0px;
  left: 0px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__checkboxGroup .ant-checkbox-group {
  width: 100%;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__checkboxGroup .ant-checkbox + span {
  line-height: 17px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__checkboxGroup .ant-checkbox-inner {
  border: 1px solid var(--nepal-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__checkboxBottomRow {
  margin-top: -13px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__checkboxBottomRow .ant-checkbox-group {
  width: 100%;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__checkboxBottomRow .ant-checkbox + span {
  line-height: 17px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__checkboxBottomRow .ant-checkbox-inner {
  border: 1px solid var(--nepal-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__inputLabel {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--dark-periwinkle);
  text-transform: uppercase;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__inputSubLabel {
  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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .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);
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__inputPrefix {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__input {
  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);
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__input input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__iconInput {
  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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__iconInput input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__iconInput .ant-input {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  color: var(--dark-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__select {
  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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__select input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__select .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);
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__select .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__select .ant-select-selection-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__stateSelect {
  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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__stateSelect input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__stateSelect .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);
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__stateSelect .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__stateSelect .ant-select-selection-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__stateSelect .ant-select-selection-item {
  border-radius: 4px;
  border: none;
  background: rgba(0, 112, 244, 0.07);
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__city {
  padding: 0px 10px 0px 0px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__state {
  padding: 0px 10px 0px 10px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__zip {
  padding: 0px 0px 0px 10px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__addButtonContainer {
  display: flex;
  justify-content: center;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__addButtonContainer .components-HomepageComponents-EnterpriseProSignupModal-__addButton {
  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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__addButtonContainer .components-HomepageComponents-EnterpriseProSignupModal-__addButton:hover {
  background: var(--table-edit-mode);
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__addButtonContainer .components-HomepageComponents-EnterpriseProSignupModal-__addButton .components-HomepageComponents-EnterpriseProSignupModal-__icon {
  margin-right: 5px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer {
  background: var(--table-edit-mode);
  border-radius: 3px;
  padding: 12px;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__row {
  margin-top: 12px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__row:first-of-type {
  margin-top: 0px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__row input {
  padding-left: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .ant-input-affix-wrapper {
  padding: 0;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .ant-input-prefix {
  margin: 0;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__positionHeldRow {
  margin-top: 12px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__positionHeldRow:first-of-type {
  margin-top: 0px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__positionHeldRow input {
  padding-left: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__positionHeldRow .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__formContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__positionHeldRow .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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__laborCheckbox {
  width: 80%;
  margin: 0 auto;
  padding: 30px 25px 0px 25px;
  font-size: 14px;
  color: var(--table-grey);
}
.components-HomepageComponents-EnterpriseProSignupModal-__confirmationText {
  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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__confirmationText .components-HomepageComponents-EnterpriseProSignupModal-__boldText {
  font-weight: 700;
}
.components-HomepageComponents-EnterpriseProSignupModal-__confirmationText .components-HomepageComponents-EnterpriseProSignupModal-__confirmEmail {
  margin: 15px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__cancelButton {
  margin-top: 20px;
  color: var(--primary-lite);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__confirmation {
  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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__laborPartnerCard {
  display: flex;
  padding: 15px;
  border-radius: 8px;
  width: 65%;
  margin: 10px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__iconContainer {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.components-HomepageComponents-EnterpriseProSignupModal-__promptCard {
  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);
}
.components-HomepageComponents-EnterpriseProSignupModal-__promptCard .components-HomepageComponents-EnterpriseProSignupModal-__iconContainerBlue {
  background-color: var(--primary-lite);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.components-HomepageComponents-EnterpriseProSignupModal-__promptCard .components-HomepageComponents-EnterpriseProSignupModal-__laborPartnerPrompt {
  font-size: 16px;
  color: var(--darker-blue);
  margin: 5px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__promptCard .components-HomepageComponents-EnterpriseProSignupModal-__laborPartnerLink {
  color: var(--font-color-eastern-blue);
  font-weight: 700;
  cursor: pointer;
}
.components-HomepageComponents-EnterpriseProSignupModal-__continueCard {
  display: flex;
  padding: 15px;
  border-radius: 8px;
  width: 65%;
  margin: 10px;
  padding: 18px;
  background-color: var(--primary-lite);
  justify-content: space-between;
}
.components-HomepageComponents-EnterpriseProSignupModal-__continueCard .components-HomepageComponents-EnterpriseProSignupModal-__iconContainerWhite {
  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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__continueCard .components-HomepageComponents-EnterpriseProSignupModal-__detailsTitle {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--light-cyan);
  text-align: left;
  padding-left: 6px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__continueCard .components-HomepageComponents-EnterpriseProSignupModal-__detailsLink {
  display: flex;
  font-weight: 700;
  color: var(--white);
  cursor: pointer;
  text-align: left;
}
.components-HomepageComponents-EnterpriseProSignupModal-__continueCard .components-HomepageComponents-EnterpriseProSignupModal-__detailsLink .components-HomepageComponents-EnterpriseProSignupModal-__arrow {
  margin: 5px 0px 0px 18px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__laborAppConfirm {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  color: var(--table-grey);
}
.components-HomepageComponents-EnterpriseProSignupModal-__laborAppConfirm .components-HomepageComponents-EnterpriseProSignupModal-__details {
  width: 85%;
  text-align: center;
  margin: 30px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .ant-select-single .ant-select-selector .ant-select-selection-search {
  right: 0px;
  left: 0px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__checkboxGroup .ant-checkbox-group {
  width: 100%;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__checkboxGroup .ant-checkbox + span {
  line-height: 17px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__checkboxGroup .ant-checkbox-inner {
  border: 1px solid var(--nepal-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__checkboxBottomRow {
  margin-top: -13px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__checkboxBottomRow .ant-checkbox-group {
  width: 100%;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__checkboxBottomRow .ant-checkbox + span {
  line-height: 17px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__checkboxBottomRow .ant-checkbox-inner {
  border: 1px solid var(--nepal-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__inputLabel {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--dark-periwinkle);
  text-transform: uppercase;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__inputSubLabel {
  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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .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);
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__inputPrefix {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__input {
  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);
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__input input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__iconInput {
  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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__iconInput input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__iconInput .ant-input {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  color: var(--dark-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__select {
  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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__select input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__select .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);
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__select .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__select .ant-select-selection-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__stateSelect {
  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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__stateSelect input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__stateSelect .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);
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__stateSelect .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__stateSelect .ant-select-selection-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__stateSelect .ant-select-selection-item {
  border-radius: 4px;
  border: none;
  background: rgba(0, 112, 244, 0.07);
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__city {
  padding: 0px 10px 0px 0px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__state {
  padding: 0px 10px 0px 10px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__zip {
  padding: 0px 0px 0px 10px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__addButtonContainer {
  display: flex;
  justify-content: center;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__addButtonContainer .components-HomepageComponents-EnterpriseProSignupModal-__addButton {
  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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__addButtonContainer .components-HomepageComponents-EnterpriseProSignupModal-__addButton:hover {
  background: var(--table-edit-mode);
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__addButtonContainer .components-HomepageComponents-EnterpriseProSignupModal-__addButton .components-HomepageComponents-EnterpriseProSignupModal-__icon {
  margin-right: 5px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer {
  background: var(--table-edit-mode);
  border-radius: 3px;
  padding: 12px;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__row {
  margin-top: 12px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__row:first-of-type {
  margin-top: 0px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__row input {
  padding-left: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .ant-input-affix-wrapper {
  padding: 0;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .ant-input-prefix {
  margin: 0;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__positionHeldRow {
  margin-top: 12px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__positionHeldRow:first-of-type {
  margin-top: 0px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__positionHeldRow input {
  padding-left: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__positionHeldRow .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__fieldsContainer .components-HomepageComponents-EnterpriseProSignupModal-__positionHeldRow .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;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__radioGroup {
  margin-bottom: 10px;
}
.components-HomepageComponents-EnterpriseProSignupModal-__buildPartnerFormContainer .components-HomepageComponents-EnterpriseProSignupModal-__radioGroup .ant-radio-inner {
  border-color: var(--nepal-blue);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-FormElements-InputLabeled-__inputLabeledContainer {
  width: 100%;
}
.components-FormElements-InputLabeled-__inputLabeledContainer .components-FormElements-InputLabeled-__inputText {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
}
.components-FormElements-InputLabeled-__inputLabeledContainer .components-FormElements-InputLabeled-__labelRow {
  display: flex;
  justify-content: space-between;
}
.components-FormElements-InputLabeled-__inputLabeledContainer .components-FormElements-InputLabeled-__label {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  color: var(--hit-gray);
  text-transform: uppercase;
  margin-bottom: 9px;
}
.components-FormElements-InputLabeled-__inputLabeledContainer .ant-input-affix-wrapper-disabled {
  background: var(--botticelli-green-a50);
}
.components-FormElements-InputLabeled-__inputLabeledContainer .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);
}
.components-FormElements-InputLabeled-__inputLabeledContainer .components-FormElements-InputLabeled-__input {
  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);
}
.components-FormElements-InputLabeled-__inputLabeledContainer .components-FormElements-InputLabeled-__input:hover {
  border: 1px solid var(--botticelli-blue);
}
.components-FormElements-InputLabeled-__inputLabeledContainer .components-FormElements-InputLabeled-__input input {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
}
.components-FormElements-InputLabeled-__inputLabeledContainer .components-FormElements-InputLabeled-__input .components-FormElements-InputLabeled-__prefix {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.components-Buttons-RemoveButton-__removeButton {
  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);
}
.components-Buttons-RemoveButton-__removeButton:hover {
  background-color: var(--ghost-white);
}
.components-Buttons-RemoveButton-__removeButton:hover span {
  color: var(--nepal-blue);
}
.components-Buttons-RemoveButton-__removeButton .components-Buttons-RemoveButton-__icon {
  background-color: var(--nepal-blue);
  height: 9px;
  width: 9px;
  border-radius: 50%;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.components-Buttons-RemoveButton-__removeButton .components-Buttons-RemoveButton-__icon .components-Buttons-RemoveButton-__line {
  margin: auto;
  background-color: var(--white);
  border-radius: 0.5px;
  width: 5px;
  height: 1px;
}
.components-Buttons-RemoveButton-__removeButtonInverse {
  color: var(--white);
  background: var(--pewter-blue);
}
.components-Buttons-RemoveButton-__removeButtonInverse:hover {
  background: var(--pewter-blue);
}
.components-Buttons-RemoveButton-__removeButtonInverse .components-Buttons-RemoveButton-__iconInverse {
  background: var(--white);
}
.components-Buttons-RemoveButton-__removeButtonInverse .components-Buttons-RemoveButton-__line.components-Buttons-RemoveButton-__lineInverse {
  background-color: var(--pewter-blue);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-enterpriseJoin-__pageLayout {
  height: calc(100vh - 60px);
  margin-top: 63px;
  overflow-x: hidden;
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content {
  background-color: #f3f6f8;
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__solarIntro {
  position: relative;
  width: 100%;
  height: 720px;
  display: flex;
  justify-content: center;
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__solarIntro .containers-StaticPages-enterpriseJoin-__videoContainer {
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__solarIntro .containers-StaticPages-enterpriseJoin-__videoContainer .containers-StaticPages-enterpriseJoin-__video {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__solarIntro .containers-StaticPages-enterpriseJoin-__backgroundImage {
  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) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__solarIntro .containers-StaticPages-enterpriseJoin-__backgroundImage {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__solarIntro .containers-StaticPages-enterpriseJoin-__backgroundImage {
    background-position-x: 37%;
    background-position-y: 0%;
  }
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__solarIntro .containers-StaticPages-enterpriseJoin-__innerContainer {
  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) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__solarIntro .containers-StaticPages-enterpriseJoin-__innerContainer {
    width: 90%;
    padding: 0 16px;
  }
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__solarIntro .containers-StaticPages-enterpriseJoin-__subHeading {
  color: var(--white);
  font-size: 26px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 400px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__solarIntro .containers-StaticPages-enterpriseJoin-__subHeading {
    font-size: 20px;
    line-height: 27px;
  }
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__solarIntro .containers-StaticPages-enterpriseJoin-__subHeading br {
    display: none;
  }
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__solarIntro .containers-StaticPages-enterpriseJoin-__bannerButton {
  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;
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__solarIntro .containers-StaticPages-enterpriseJoin-__bannerButton:hover {
  background-color: var(--clear-sky-lite);
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel {
  min-height: 400px;
  height: 50vw;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--white);
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel {
    align-items: flex-start;
    justify-content: flex-start;
    max-height: none;
    height: 100%;
  }
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel:nth-child(1) .containers-StaticPages-enterpriseJoin-__infoImage > div {
  background-position-x: 50%;
  background-position-y: 20%;
}
@media (max-width: 475px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel:nth-child(1) .containers-StaticPages-enterpriseJoin-__infoImage > div {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel:nth-child(2) .containers-StaticPages-enterpriseJoin-__infoImage > div {
    background-position-x: 0%;
  }
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__imageContainer {
  width: 65%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__imageContainer {
    width: 55%;
  }
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__imageContainer {
    order: 1;
    flex: unset;
    width: 100%;
    height: 300px;
  }
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__imageContainer .containers-StaticPages-enterpriseJoin-__image {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__panel {
  position: relative;
  width: 35%;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__panel {
    width: 45%;
  }
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__panel {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px;
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__panel .containers-StaticPages-enterpriseJoin-__angledAccent {
  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) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__panel .containers-StaticPages-enterpriseJoin-__angledAccent {
    transform: rotate(-7deg);
    right: -28px;
    height: 111px;
    width: 200%;
    bottom: -130px;
  }
}
@media (max-width: 500px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__panel .containers-StaticPages-enterpriseJoin-__angledAccent {
    bottom: -100px;
  }
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__panel {
    order: 2;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__panel .containers-StaticPages-enterpriseJoin-__innerContainer {
  height: 100%;
  padding: 0 100px 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1150px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__panel .containers-StaticPages-enterpriseJoin-__innerContainer {
    padding: 0 80px 0 60px;
  }
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__panel .containers-StaticPages-enterpriseJoin-__innerContainer {
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 120px 0 60px;
  }
}
@media (max-width: 450px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__panel .containers-StaticPages-enterpriseJoin-__innerContainer {
    padding: 0 40px 0 30px;
  }
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__panel .containers-StaticPages-enterpriseJoin-__innerContainer .containers-StaticPages-enterpriseJoin-__title {
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0em;
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__panel .containers-StaticPages-enterpriseJoin-__innerContainer .containers-StaticPages-enterpriseJoin-__subheading {
  margin: 15px 0 15px 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 200;
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__panel .containers-StaticPages-enterpriseJoin-__innerContainer .containers-StaticPages-enterpriseJoin-__line {
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__infoPanels .containers-StaticPages-enterpriseJoin-__infoPanel .containers-StaticPages-enterpriseJoin-__panel .containers-StaticPages-enterpriseJoin-__innerContainer .containers-StaticPages-enterpriseJoin-__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__featuresContainer {
  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) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__featuresContainer {
    padding: 80px 150px 80px 150px;
  }
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__featuresContainer {
    padding: 40px;
    background-size: 70%;
    background-position-x: left;
    background-position-y: bottom;
  }
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__featuresContainer .containers-StaticPages-enterpriseJoin-__sectionTitleContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 20%;
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__featuresContainer .containers-StaticPages-enterpriseJoin-__sectionTitleContainer .containers-StaticPages-enterpriseJoin-__sectionTitle {
  font-family: Poppins;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: center;
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__featuresContainer .containers-StaticPages-enterpriseJoin-__sectionTitleContainer .containers-StaticPages-enterpriseJoin-__line {
  position: relative;
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__featuresContainer .containers-StaticPages-enterpriseJoin-__bulletsContainer {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__featuresContainer .containers-StaticPages-enterpriseJoin-__bulletsContainer {
    margin: 50px 0 50px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__featuresContainer .containers-StaticPages-enterpriseJoin-__bulletsContainer .containers-StaticPages-enterpriseJoin-__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__featuresContainer .containers-StaticPages-enterpriseJoin-__bulletsContainer .containers-StaticPages-enterpriseJoin-__col .containers-StaticPages-enterpriseJoin-__bullets {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 30px;
  height: 20px;
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__featuresContainer .containers-StaticPages-enterpriseJoin-__bulletsContainer .containers-StaticPages-enterpriseJoin-__col .containers-StaticPages-enterpriseJoin-__bullets {
    margin: 23px 0 23px 0;
  }
}
.containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__featuresContainer .containers-StaticPages-enterpriseJoin-__bulletsContainer .containers-StaticPages-enterpriseJoin-__col .containers-StaticPages-enterpriseJoin-__bullets .containers-StaticPages-enterpriseJoin-__text {
  margin-left: 20px;
  color: var(--dark-blue);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1220px) {
  .containers-StaticPages-enterpriseJoin-__pageLayout .containers-StaticPages-enterpriseJoin-__content .containers-StaticPages-enterpriseJoin-__featuresContainer .containers-StaticPages-enterpriseJoin-__bulletsContainer .containers-StaticPages-enterpriseJoin-__col .containers-StaticPages-enterpriseJoin-__bullets .containers-StaticPages-enterpriseJoin-__text {
    white-space: nowrap;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__buildTeamCard {
  background: var(--picton-blue);
  opacity: 0.8;
  padding: 60px;
  width: 100%;
}
.containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__buildTeamCard .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__headerContainer .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__sectionTitle {
  color: var(--white);
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
}
.containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__buildTeamCard .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__headerContainer .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__line {
  margin: 15px 0 15px 0;
  position: relative;
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--white);
}
.containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__buildTeamCard .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__headerContainer .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__description {
  width: 35%;
  color: var(--white);
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__buildTeamCard .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__headerContainer .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__description {
    width: 70%;
  }
}
@media (max-width: 460px) {
  .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__buildTeamCard .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__headerContainer .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__description {
    width: 100%;
  }
}
.containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__buildTeamCard .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__rolesContainer {
  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) {
  .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__buildTeamCard .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__rolesContainer {
    padding: 0;
  }
}
@media (max-width: 460px) {
  .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__buildTeamCard .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__rolesContainer {
    flex-direction: column;
  }
}
.containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__buildTeamCard .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__rolesContainer .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__role {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__buildTeamCard .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__rolesContainer .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__role .containers-StaticPages-enterpriseJoin-components-BuildYourTeam-__text {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer {
  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;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (max-width: 600px) {
  .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content {
    padding: 30px 20px 50px 20px;
  }
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__headerContainer {
  margin-bottom: 50px;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__headerContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__sectionTitle {
  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);
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__headerContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__description {
  font-family: "Barlow";
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: var(--table-grey);
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer {
  background: var(--white);
  padding: 50px;
  width: fit-content;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer {
    flex-direction: column;
    align-items: center;
  }
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__card {
  width: 472px;
  min-height: 779px;
  background-color: var(--white);
  margin: 20px;
  padding: 20px 20px 40px 20px;
  border-radius: 12px;
}
@media (max-width: 530px) {
  .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__card {
    width: 100%;
    margin: 20px 0px 20px 0px;
  }
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__card:nth-child(2) .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__bulletsContainer > .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__bullet:nth-child(1) .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__bulletText {
  font-weight: bold !important;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__hiddenCard {
  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) {
  .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__hiddenCard {
    width: 100%;
    margin: 20px 0px 20px 0px;
  }
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__hiddenCard:nth-child(2) .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__bulletsContainer > .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__bullet:nth-child(1) .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__bulletText {
  font-weight: bold !important;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__bulletsContainer {
  margin: 15px 15px 40px 15px;
}
@media (max-width: 800px) {
  .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__bulletsContainer {
    margin: 0px;
  }
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__bulletsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__bullet {
  margin: 15px;
  display: flex;
  align-items: center;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__bulletsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__bullet .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__bulletText {
  font-size: 14px;
  font-weight: 300;
  margin-left: 10px;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__viewMore {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__viewMore .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__button {
  border: none;
  border-radius: 87px;
  box-shadow: none;
  height: 32px;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__plansContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__viewMore .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__button span {
  text-transform: unset;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding: 0 12px;
  transition: all 0.5s;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .ant-modal-content {
  background: linear-gradient(95.7deg, var(--maya-blue) 12.17%, var(--blue-ribbon) 93.24%);
  width: fit-content;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .ant-modal-body {
  position: relative;
  border-radius: 0px 0px 12px 12px;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .ant-modal-header {
  border: none;
  background: transparent;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .ant-modal-close-x svg {
  color: var(--white);
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modalTitle {
  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) {
  .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modalTitle {
    font-size: 28px;
    padding: 20px 0px 0px 0px;
  }
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer {
    flex-direction: column;
    align-items: center;
  }
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardHeader {
  margin: 20px;
  background-color: var(--white);
  width: 100%;
  max-width: 450px;
  padding: 50px 10px 30px 10px;
  border-radius: 12px;
}
@media (max-width: 600px) {
  .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardHeader {
    padding: 30px 0px 30px 0px;
  }
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardHeader .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__planTitle {
  max-height: 29px;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__footerCard {
  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) {
  .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__footerCard {
    padding: 30px 0px 30px 0px;
  }
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__footerCard .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__planTitle {
  max-height: 29px;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__footerCard .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__footerText {
  color: var(--darker-blue);
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__modal .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__content .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardsContainer .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__footerCard .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__footerLink {
  color: var(--blue-ribbon);
  cursor: pointer;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardHeader {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0 35px 0;
}
@media (max-width: 530px) {
  .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardHeader {
    margin: 20px 0px 20px 0px;
  }
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardHeader .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__planType {
  color: var(--hit-gray);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardHeader .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__planTitle {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 34px;
  line-height: 25px;
  text-align: center;
  color: var(--darker-blue);
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardHeader .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__planTitle .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__titleGradient {
  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;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardHeader .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__proPrice {
  width: 100%;
  margin: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardHeader .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__proPrice .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__symbol {
  font-weight: 500;
  font-size: 20px;
  align-self: flex-start;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardHeader .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__proPrice .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__price {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardHeader .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__proPrice .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__frequency {
  font-weight: 500;
  font-size: 20px;
  align-self: flex-start;
  align-self: flex-end;
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardHeader .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__button {
  height: 38px;
  width: 156px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}
.containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__cardHeader .containers-StaticPages-enterpriseJoin-components-PricingAndPlans-__disclaimer {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-enterpriseSellerJoin-__content {
  padding-top: 64px;
  background-color: #f3f6f8;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro {
  position: relative;
  width: 100%;
  height: 720px;
  display: flex;
  justify-content: center;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro .containers-StaticPages-enterpriseSellerJoin-__videoContainer {
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro .containers-StaticPages-enterpriseSellerJoin-__videoContainer .containers-StaticPages-enterpriseSellerJoin-__video {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro .containers-StaticPages-enterpriseSellerJoin-__backgroundImage {
  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) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro .containers-StaticPages-enterpriseSellerJoin-__backgroundImage {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro .containers-StaticPages-enterpriseSellerJoin-__backgroundImage {
    background-position-x: 37%;
    background-position-y: 0%;
  }
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro .containers-StaticPages-enterpriseSellerJoin-__innerContainer {
  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) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro .containers-StaticPages-enterpriseSellerJoin-__innerContainer {
    width: 90%;
    padding: 0 16px;
  }
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro .containers-StaticPages-enterpriseSellerJoin-__bannerHeader {
  color: var(--white);
  font-size: 80px;
  font-weight: 800;
  text-align: center;
  margin: 12px;
}
@media (max-width: 400px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro .containers-StaticPages-enterpriseSellerJoin-__bannerHeader {
    font-size: 40px;
    line-height: 40px;
    margin: 12px;
  }
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro .containers-StaticPages-enterpriseSellerJoin-__bannerHeader br {
    display: none;
  }
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro .containers-StaticPages-enterpriseSellerJoin-__subHeading {
  color: var(--white);
  font-size: 26px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 400px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro .containers-StaticPages-enterpriseSellerJoin-__subHeading {
    font-size: 20px;
    line-height: 27px;
  }
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro .containers-StaticPages-enterpriseSellerJoin-__subHeading br {
    display: none;
  }
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro .containers-StaticPages-enterpriseSellerJoin-__bannerButton {
  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;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__solarIntro .containers-StaticPages-enterpriseSellerJoin-__bannerButton:hover {
  background-color: var(--clear-sky-lite);
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__joinSection {
  background: #012343;
  min-height: 289px;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__joinSection .containers-StaticPages-enterpriseSellerJoin-__bannerButton {
  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;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__joinSection .containers-StaticPages-enterpriseSellerJoin-__bannerButton:hover {
  background-color: var(--bondi-blue);
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__joinSection .containers-StaticPages-enterpriseSellerJoin-__title {
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0em;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__joinSection .containers-StaticPages-enterpriseSellerJoin-__subheading {
  margin: 15px 0 15px 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 200;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__joinSection .containers-StaticPages-enterpriseSellerJoin-__line {
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel {
  min-height: 400px;
  height: 50vw;
  max-height: 432px;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--white);
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel {
    align-items: flex-start;
    justify-content: flex-start;
    max-height: none;
    height: 100%;
  }
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel:nth-child(1) .containers-StaticPages-enterpriseSellerJoin-__infoImage > div {
  background-position-x: 50%;
  background-position-y: 20%;
}
@media (max-width: 475px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel:nth-child(1) .containers-StaticPages-enterpriseSellerJoin-__infoImage > div {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel:nth-child(2) .containers-StaticPages-enterpriseSellerJoin-__infoImage > div {
    background-position-x: 0%;
  }
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__imageContainer {
  width: 65%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__imageContainer {
    width: 55%;
  }
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__imageContainer {
    order: 1;
    flex: unset;
    width: 100%;
    height: 300px;
  }
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__imageContainer .containers-StaticPages-enterpriseSellerJoin-__image {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__panel {
  position: relative;
  width: 35%;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__panel {
    width: 45%;
  }
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__panel {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px;
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__panel .containers-StaticPages-enterpriseSellerJoin-__angledAccent {
  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) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__panel .containers-StaticPages-enterpriseSellerJoin-__angledAccent {
    transform: rotate(-7deg);
    right: -28px;
    height: 111px;
    width: 200%;
    bottom: -130px;
  }
}
@media (max-width: 500px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__panel .containers-StaticPages-enterpriseSellerJoin-__angledAccent {
    bottom: -100px;
  }
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__panel {
    order: 2;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__panel .containers-StaticPages-enterpriseSellerJoin-__innerContainer {
  height: 100%;
  padding: 0 100px 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1150px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__panel .containers-StaticPages-enterpriseSellerJoin-__innerContainer {
    padding: 0 80px 0 60px;
  }
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__panel .containers-StaticPages-enterpriseSellerJoin-__innerContainer {
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 120px 0 60px;
  }
}
@media (max-width: 450px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__panel .containers-StaticPages-enterpriseSellerJoin-__innerContainer {
    padding: 0 40px 0 30px;
  }
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__panel .containers-StaticPages-enterpriseSellerJoin-__innerContainer .containers-StaticPages-enterpriseSellerJoin-__title {
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0em;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__panel .containers-StaticPages-enterpriseSellerJoin-__innerContainer .containers-StaticPages-enterpriseSellerJoin-__subheading {
  margin: 15px 0 15px 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 200;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__panel .containers-StaticPages-enterpriseSellerJoin-__innerContainer .containers-StaticPages-enterpriseSellerJoin-__line {
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__infoPanels .containers-StaticPages-enterpriseSellerJoin-__infoPanel .containers-StaticPages-enterpriseSellerJoin-__panel .containers-StaticPages-enterpriseSellerJoin-__innerContainer .containers-StaticPages-enterpriseSellerJoin-__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__featuresContainer {
  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) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__featuresContainer {
    padding: 80px 150px 80px 150px;
  }
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__featuresContainer {
    padding: 40px;
    background-size: 70%;
    background-position-x: left;
    background-position-y: bottom;
  }
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__featuresContainer .containers-StaticPages-enterpriseSellerJoin-__sectionTitleContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 20%;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__featuresContainer .containers-StaticPages-enterpriseSellerJoin-__sectionTitleContainer .containers-StaticPages-enterpriseSellerJoin-__sectionTitle {
  font-family: Poppins;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: center;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__featuresContainer .containers-StaticPages-enterpriseSellerJoin-__sectionTitleContainer .containers-StaticPages-enterpriseSellerJoin-__line {
  position: relative;
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__featuresContainer .containers-StaticPages-enterpriseSellerJoin-__bulletsContainer {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__featuresContainer .containers-StaticPages-enterpriseSellerJoin-__bulletsContainer {
    margin: 50px 0 50px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__featuresContainer .containers-StaticPages-enterpriseSellerJoin-__bulletsContainer .containers-StaticPages-enterpriseSellerJoin-__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__featuresContainer .containers-StaticPages-enterpriseSellerJoin-__bulletsContainer .containers-StaticPages-enterpriseSellerJoin-__col .containers-StaticPages-enterpriseSellerJoin-__bullets {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 30px;
  height: 20px;
}
@media (max-width: 900px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__featuresContainer .containers-StaticPages-enterpriseSellerJoin-__bulletsContainer .containers-StaticPages-enterpriseSellerJoin-__col .containers-StaticPages-enterpriseSellerJoin-__bullets {
    margin: 23px 0 23px 0;
  }
}
.containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__featuresContainer .containers-StaticPages-enterpriseSellerJoin-__bulletsContainer .containers-StaticPages-enterpriseSellerJoin-__col .containers-StaticPages-enterpriseSellerJoin-__bullets .containers-StaticPages-enterpriseSellerJoin-__text {
  margin-left: 20px;
  color: var(--dark-blue);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1220px) {
  .containers-StaticPages-enterpriseSellerJoin-__content .containers-StaticPages-enterpriseSellerJoin-__featuresContainer .containers-StaticPages-enterpriseSellerJoin-__bulletsContainer .containers-StaticPages-enterpriseSellerJoin-__col .containers-StaticPages-enterpriseSellerJoin-__bullets .containers-StaticPages-enterpriseSellerJoin-__text {
    white-space: nowrap;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-solar-__content {
  padding-top: 64px;
  background-color: #f3f6f8;
}
.containers-StaticPages-solar-__content h2 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 100;
}
.containers-StaticPages-solar-__content h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 100;
}
.containers-StaticPages-solar-__content h4 {
  position: relative;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.containers-StaticPages-solar-__content h4:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
.containers-StaticPages-solar-__content h4:after .containers-StaticPages-solar-__content h4.containers-StaticPages-solar-__centered {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
.containers-StaticPages-solar-__content h5 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
.containers-StaticPages-solar-__content h6 {
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.containers-StaticPages-solar-__solarIntro {
  position: relative;
  width: 100%;
  height: 720px;
  max-height: calc(100vh - 50px);
  display: flex;
  justify-content: center;
  background-color: #000;
}
.containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__videoContainer {
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__videoContainer .containers-StaticPages-solar-__video {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__backgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url("https://powur-public2.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) {
  .containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__backgroundImage {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__backgroundImage {
    background-position-x: 37%;
    background-position-y: 0%;
  }
}
.containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__imageOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(32, 32, 32, 0.4);
  z-index: 2;
}
.containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__innerContainer {
  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) {
  .containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__innerContainer {
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}
.containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__headline {
  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) {
  .containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__headline {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 475px) {
  .containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__headline {
    font-size: 24px;
    line-height: 24px;
  }
}
.containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__subHeading {
  color: var(--white);
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__subHeading {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 475px) {
  .containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__subHeading {
    font-size: 14px;
    line-height: 19px;
  }
  .containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__subHeading br {
    display: none;
  }
}
.containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__zipInputContainer {
  display: flex;
}
.containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__zipInputContainer .containers-StaticPages-solar-__input {
  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);
}
.containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__zipInputContainer .containers-StaticPages-solar-__input::placeholder {
  color: var(--primary-lite);
}
.containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__zipInputContainer .containers-StaticPages-solar-__zipButton {
  width: 264px;
  height: 40px;
  background-color: var(--primary-lite);
  border-radius: 96px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__zipInputContainer .containers-StaticPages-solar-__zipButton:hover {
  background-color: var(--primary-lite-highlighted);
}
@media (max-width: 768px) {
  .containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__zipInputContainer {
    flex-direction: column;
  }
  .containers-StaticPages-solar-__solarIntro .containers-StaticPages-solar-__zipInputContainer .containers-StaticPages-solar-__input {
    margin-bottom: 20px;
    width: 228px;
  }
}
.containers-StaticPages-solar-__bgDarkenZoomOnHover {
  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.
  */
}
.containers-StaticPages-solar-__bgDarkenZoomOnHover .containers-StaticPages-solar-__bg {
  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;
}
.containers-StaticPages-solar-__bgDarkenZoomOnHover .containers-StaticPages-solar-__bg:hover,
.containers-StaticPages-solar-__bgDarkenZoomOnHover .containers-StaticPages-solar-__bg:focus {
  transform: scale(1.05);
}
.containers-StaticPages-solar-__bgDarkenZoomOnHover .containers-StaticPages-solar-__bg::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);
}
.containers-StaticPages-solar-__bgDarkenZoomOnHover:hover .containers-StaticPages-solar-__bg:before {
  opacity: 0.3;
}
.containers-StaticPages-solar-__bgDarkenZoomOnHover .containers-StaticPages-solar-__bg::before {
  background-color: #000;
}
.containers-StaticPages-solar-__bgDarkenZoomOnHover:hover .containers-StaticPages-solar-__bg:before {
  opacity: 0.1;
}
.containers-StaticPages-solar-__powurStories {
  width: 100%;
  background-color: var(--cream);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__titleContainer {
  position: relative;
  width: 100%;
  max-width: 720px;
  padding: 70px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__titleContainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 60px;
  background-color: var(--light-grey);
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__titleContainer .containers-StaticPages-solar-__headline {
  font-weight: 700;
  margin-bottom: 24px;
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__titleContainer .containers-StaticPages-solar-__subtitle {
  text-align: center;
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__headlineHideBorder::before {
  display: none;
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__cardsContainer {
  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) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__cardsContainer {
    width: calc(100% - 64px);
  }
}
@media (max-width: 475px) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__cardsContainer {
    width: calc(100% - 32px);
  }
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story {
  display: flex;
  width: 100%;
  position: relative;
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story:nth-child(2) {
  margin-top: 64px;
  justify-content: flex-end;
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story:nth-child(2) .containers-StaticPages-solar-__card {
  left: 0;
  right: auto;
}
@media (max-width: 998px) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__storyContent {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
  height: 36vw;
  max-height: 520px;
  width: 74vw;
  max-width: 1060px;
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img .containers-StaticPages-solar-__bg {
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media (max-width: 998px) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img {
    width: 100%;
    height: 50vw;
  }
}
@media (max-width: 768px) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img {
    height: 60vw;
  }
}
@media (max-width: 475px) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img {
    height: 65vw;
  }
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img .containers-StaticPages-solar-__juan {
  background-image: url("https://powur-public2.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) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img .containers-StaticPages-solar-__juan {
    background-position-y: 75%;
  }
}
@media (max-width: 475px) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img .containers-StaticPages-solar-__juan {
    background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_Juan_mobile.jpg");
    background-position-y: 50%;
  }
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img .containers-StaticPages-solar-__pujaAmish {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_PujaAmish.jpg");
}
@media (max-width: 998px) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img .containers-StaticPages-solar-__pujaAmish {
    background-position-x: 25%;
    background-position-y: 25%;
  }
}
@media (max-width: 475px) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img .containers-StaticPages-solar-__pujaAmish {
    background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_PujaAmish_mobile.jpg");
    background-position-x: 35%;
  }
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img .containers-StaticPages-solar-__john {
  background-image: url("https://powur-public2.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) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img .containers-StaticPages-solar-__john {
    background-position-x: 30%;
    background-position-y: 0%;
  }
}
@media (max-width: 475px) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img .containers-StaticPages-solar-__john {
    background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_John_mobile.jpg");
    background-position-x: 50%;
  }
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img .containers-StaticPages-solar-__kristy {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_Kristy.jpg");
  background-position-x: 50%;
}
@media (max-width: 768px) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img .containers-StaticPages-solar-__kristy {
    background-position-x: 60%;
  }
}
@media (max-width: 475px) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__img .containers-StaticPages-solar-__kristy {
    background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_Kristy_mobile.jpg");
    background-position-x: 50%;
  }
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__card {
  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) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__card {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 300px;
    max-height: none;
    background-color: var(--cream);
  }
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__card .containers-StaticPages-solar-__titleBox {
  width: 293px;
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__card .containers-StaticPages-solar-__titleBox .containers-StaticPages-solar-__title {
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  color: var(--table-grey);
  margin-bottom: 40px;
}
@media (max-width: 998px) {
  .containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__card .containers-StaticPages-solar-__titleBox {
    width: 100%;
    margin-bottom: 33px;
  }
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__card .containers-StaticPages-solar-__videoButton {
  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;
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__card .containers-StaticPages-solar-__videoButton .containers-StaticPages-solar-__icon {
  font-size: 21px;
  margin-left: 12px;
}
.containers-StaticPages-solar-__powurStories .containers-StaticPages-solar-__story .containers-StaticPages-solar-__card .containers-StaticPages-solar-__videoButton:hover {
  background-color: var(--primary-lite-highlighted);
}
.containers-StaticPages-solar-__solarChart {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-StaticPages-solar-__solarChart img {
  width: 100vw;
  height: 43vw;
}
.containers-StaticPages-solar-__process {
  width: 100%;
  background-color: var(--tangaroa);
  padding: 64px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-StaticPages-solar-__process .containers-StaticPages-solar-__innerContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}
.containers-StaticPages-solar-__process .containers-StaticPages-solar-__heading {
  margin-bottom: 16px;
  color: var(--white);
}
.containers-StaticPages-solar-__process .containers-StaticPages-solar-__subheading {
  color: var(--white);
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  width: 100%;
  max-width: 768px;
  margin-bottom: 32px;
  text-align: center;
}
.containers-StaticPages-solar-__process .containers-StaticPages-solar-__cardsContainer {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .containers-StaticPages-solar-__process .containers-StaticPages-solar-__cardsContainer {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.containers-StaticPages-solar-__process .containers-StaticPages-solar-__cardsContainer .containers-StaticPages-solar-__card {
  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;
}
.containers-StaticPages-solar-__process .containers-StaticPages-solar-__cardsContainer .containers-StaticPages-solar-__card:not(:last-child) {
  margin-right: 12px;
}
@media (max-width: 768px) {
  .containers-StaticPages-solar-__process .containers-StaticPages-solar-__cardsContainer .containers-StaticPages-solar-__card:not(:last-child) {
    margin-right: 0;
  }
}
.containers-StaticPages-solar-__process .containers-StaticPages-solar-__cardsContainer .containers-StaticPages-solar-__bg {
  background-position: center 50%;
}
.containers-StaticPages-solar-__process .containers-StaticPages-solar-__cardsContainer .containers-StaticPages-solar-__overlay {
  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;
}
.containers-StaticPages-solar-__process .containers-StaticPages-solar-__cardsContainer .containers-StaticPages-solar-__cardTitle {
  z-index: 3;
  font-size: 14px;
  line-height: 17px;
  width: 70%;
}
.containers-StaticPages-solar-__savings {
  width: 100%;
  padding: 46px;
  background-color: var(--tangaroa);
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-StaticPages-solar-__savings .containers-StaticPages-solar-__innerContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containers-StaticPages-solar-__savings .containers-StaticPages-solar-__title {
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
.containers-StaticPages-solar-__savings .containers-StaticPages-solar-__subheading {
  color: var(--white);
  text-align: center;
  margin-bottom: 37px;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.containers-StaticPages-solar-__savings .containers-StaticPages-solar-__buttonContainer {
  display: flex;
}
.containers-StaticPages-solar-__savings .containers-StaticPages-solar-__buttonContainer .containers-StaticPages-solar-__input {
  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;
}
.containers-StaticPages-solar-__savings .containers-StaticPages-solar-__buttonContainer .containers-StaticPages-solar-__input::placeholder {
  color: var(--white);
}
.containers-StaticPages-solar-__savings .containers-StaticPages-solar-__buttonContainer .containers-StaticPages-solar-__zipButton {
  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;
}
.containers-StaticPages-solar-__savings .containers-StaticPages-solar-__buttonContainer .containers-StaticPages-solar-__zipButton:hover {
  background-color: var(--primary-lite-highlighted);
}
.containers-StaticPages-solar-__savingsLight {
  width: 100%;
  padding: 46px;
  background-color: var(--tangaroa);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
}
.containers-StaticPages-solar-__savingsLight .containers-StaticPages-solar-__innerContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containers-StaticPages-solar-__savingsLight .containers-StaticPages-solar-__title {
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
.containers-StaticPages-solar-__savingsLight .containers-StaticPages-solar-__subheading {
  color: var(--white);
  text-align: center;
  margin-bottom: 37px;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.containers-StaticPages-solar-__savingsLight .containers-StaticPages-solar-__buttonContainer {
  display: flex;
}
.containers-StaticPages-solar-__savingsLight .containers-StaticPages-solar-__buttonContainer .containers-StaticPages-solar-__input {
  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;
}
.containers-StaticPages-solar-__savingsLight .containers-StaticPages-solar-__buttonContainer .containers-StaticPages-solar-__input::placeholder {
  color: var(--white);
}
.containers-StaticPages-solar-__savingsLight .containers-StaticPages-solar-__buttonContainer .containers-StaticPages-solar-__zipButton {
  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;
}
.containers-StaticPages-solar-__savingsLight .containers-StaticPages-solar-__buttonContainer .containers-StaticPages-solar-__zipButton:hover {
  background-color: var(--primary-lite-highlighted);
}
.containers-StaticPages-solar-__savingsLight .containers-StaticPages-solar-__innerContainer .containers-StaticPages-solar-__title,
.containers-StaticPages-solar-__savingsLight .containers-StaticPages-solar-__innerContainer .containers-StaticPages-solar-__subheading,
.containers-StaticPages-solar-__savingsLight .containers-StaticPages-solar-__buttonContainer .containers-StaticPages-solar-__input,
.containers-StaticPages-solar-__savingsLight .containers-StaticPages-solar-__buttonContainer .containers-StaticPages-solar-__input::placeholder {
  color: var(--table-grey);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-faq-__content {
  padding-top: 64px;
  background-color: #f3f6f8;
}
.containers-StaticPages-faq-__bgDarkenZoomOnHover {
  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.
  */
}
.containers-StaticPages-faq-__bgDarkenZoomOnHover .containers-StaticPages-faq-__bg {
  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;
}
.containers-StaticPages-faq-__bgDarkenZoomOnHover .containers-StaticPages-faq-__bg:hover,
.containers-StaticPages-faq-__bgDarkenZoomOnHover .containers-StaticPages-faq-__bg:focus {
  transform: scale(1.05);
}
.containers-StaticPages-faq-__bgDarkenZoomOnHover .containers-StaticPages-faq-__bg::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);
}
.containers-StaticPages-faq-__bgDarkenZoomOnHover:hover .containers-StaticPages-faq-__bg:before {
  opacity: 0.3;
}
.containers-StaticPages-faq-__bgDarkenZoomOnHover .containers-StaticPages-faq-__bg::before {
  background-color: #000;
}
.containers-StaticPages-faq-__bgDarkenZoomOnHover:hover .containers-StaticPages-faq-__bg:before {
  opacity: 0.1;
}
.containers-StaticPages-faq-__bannerContainer {
  position: relative;
  width: 100%;
  height: 720px;
  display: flex;
  background-color: var(--dark-veil-black);
  color: var(--white);
}
.containers-StaticPages-faq-__bannerContainer .containers-StaticPages-faq-__inner {
  width: 100%;
  height: 100%;
  margin: auto;
}
.containers-StaticPages-faq-__bannerContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__videoContainer {
  width: 100%;
  height: 100%;
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/faq/faq_Header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.containers-StaticPages-faq-__bannerContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__textContainer {
  height: 100%;
  position: absolute;
  top: 0;
  width: calc(100%);
}
.containers-StaticPages-faq-__bannerContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__textContainer .containers-StaticPages-faq-__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 128px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px;
}
.containers-StaticPages-faq-__bannerContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__textContainer .containers-StaticPages-faq-__bannerText {
  width: 100%;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 50px;
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 600;
}
.containers-StaticPages-faq-__bannerContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__textContainer .containers-StaticPages-faq-__bannerSubtext {
  margin: 20px 0px;
  font-weight: normal;
  font-size: 21px;
  line-height: 27px;
}
.containers-StaticPages-faq-__bannerContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__textContainer .containers-StaticPages-faq-__bannerButton {
  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;
}
.containers-StaticPages-faq-__bannerContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__textContainer .containers-StaticPages-faq-__bannerButton:hover {
  background-color: var(--primary-lite-highlighted);
}
.containers-StaticPages-faq-__videoCardsContainer {
  margin-top: 60px;
  margin-bottom: 72px;
  width: 100%;
  background-color: #f5f7f9;
}
.containers-StaticPages-faq-__videoCardsContainer .containers-StaticPages-faq-__hoverAnimation {
  transition: all 0.2s ease-in-out;
}
.containers-StaticPages-faq-__videoCardsContainer .containers-StaticPages-faq-__inner {
  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) {
  .containers-StaticPages-faq-__videoCardsContainer .containers-StaticPages-faq-__inner {
    padding: 0px 20px;
  }
}
.containers-StaticPages-faq-__videoCardsContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__videoCard {
  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) {
  .containers-StaticPages-faq-__videoCardsContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__videoCard {
    width: 100%;
    max-width: unset;
  }
}
.containers-StaticPages-faq-__videoCardsContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__videoCard .containers-StaticPages-faq-__image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
  height: calc(110%);
  z-index: 0;
  border-radius: 4px;
}
.containers-StaticPages-faq-__videoCardsContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__videoCard .containers-StaticPages-faq-__image::before {
  background-color: transparent;
}
.containers-StaticPages-faq-__videoCardsContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__videoCard .containers-StaticPages-faq-__image .containers-StaticPages-faq-__overlay {
  height: 90%;
  background: linear-gradient(transparent 50%, black);
}
.containers-StaticPages-faq-__videoCardsContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__videoCard .containers-StaticPages-faq-__cta {
  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;
}
.containers-StaticPages-faq-__videoCardsContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__videoCard .containers-StaticPages-faq-__text {
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  font-family: "Poppins", "Barlow", sans-serif;
}
.containers-StaticPages-faq-__videoCardsContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__videoCard .containers-StaticPages-faq-__logo {
  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;
}
.containers-StaticPages-faq-__videoCardsContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__videoCard .containers-StaticPages-faq-__line {
  transition: all 0.2s ease-in-out;
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
  margin-bottom: 6px;
  margin-top: 4px;
}
.containers-StaticPages-faq-__faqContainer {
  width: 100%;
  background-color: var(--cream);
}
.containers-StaticPages-faq-__faqContainer .containers-StaticPages-faq-__titleContainer {
  width: 100%;
  height: 84px;
  background: var(--dark-charcoal);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.containers-StaticPages-faq-__faqContainer .containers-StaticPages-faq-__titleContainer .containers-StaticPages-faq-__title {
  font-weight: 300;
  font-size: 27px;
  line-height: 36px;
  color: var(--white);
}
.containers-StaticPages-faq-__faqContainer .containers-StaticPages-faq-__inner {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 60px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.containers-StaticPages-faq-__faqContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__question {
  font-weight: 300;
  font-size: 27px;
  line-height: 36px;
  margin: 9px 0px 24px 0px;
}
.containers-StaticPages-faq-__faqContainer .containers-StaticPages-faq-__inner .containers-StaticPages-faq-__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 30px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-installerjoin-__header {
  height: 64px;
  background: linear-gradient(90.94deg, var(--royal-peacock-blue) 29.17%, var(--holiday-blue) 78.39%);
}
.containers-StaticPages-installerjoin-__header .containers-StaticPages-installerjoin-__innerContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1280px;
}
.containers-StaticPages-installerjoin-__header .containers-StaticPages-installerjoin-__innerContainer .containers-StaticPages-installerjoin-__logo {
  position: relative;
  top: 2px;
}
.containers-StaticPages-installerjoin-__content {
  height: calc(100vh);
  background-color: var(--cream);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  flex-direction: column;
}
.containers-StaticPages-installerjoin-__main {
  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;
}
.containers-StaticPages-installerjoin-__join {
  max-width: 720px !important;
  width: 100%;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__headerContainer {
  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) {
  .containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__headerContainer {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__headerContainer .containers-StaticPages-installerjoin-__title {
  font-weight: 600;
  color: var(--white);
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0em;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__headerContainer .containers-StaticPages-installerjoin-__paragraph {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
}
@media (max-width: 720px) {
  .containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__headerContainer .containers-StaticPages-installerjoin-__title {
    font-size: 16px;
  }
  .containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__headerContainer .containers-StaticPages-installerjoin-__paragraph {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__headerContainer .containers-StaticPages-installerjoin-__title {
    font-size: 14px;
  }
  .containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__headerContainer .containers-StaticPages-installerjoin-__paragraph {
    font-size: 10px;
  }
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__subHeaderContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 24px 0;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__subHeaderContainer .containers-StaticPages-installerjoin-__subHeader {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__subHeaderContainer .containers-StaticPages-installerjoin-__underline {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--primary-lite);
  margin-top: 6px;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer {
  width: 80%;
  margin: 0 auto;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .ant-legacy-form-item {
  margin-bottom: 12px;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .ant-form-item-explain-error {
  position: absolute;
  bottom: -18px;
  font-size: 10px;
  width: 100%;
  text-align: right;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .ant-form-item-has-error input {
  border: 1px solid var(--sunset-orange) !important;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .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);
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__inputLabel {
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
  text-transform: uppercase;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .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);
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__inputPrefix {
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__input {
  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;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__input input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__iconInput {
  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;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__iconInput input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__iconInput .ant-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__select {
  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;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__select input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__select .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);
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__select .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
  height: 36px;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__select .ant-select-selection-item {
  height: 36px;
  display: flex;
  align-items: center;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__buttonContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 47px 0 24px 0;
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__buttonContainer .containers-StaticPages-installerjoin-__button {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
}
@media (max-width: 720px) {
  .containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__buttonContainer .containers-StaticPages-installerjoin-__button {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__buttonContainer .containers-StaticPages-installerjoin-__button {
    font-size: 14px;
    width: 228px;
  }
}
.containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__buttonContainer .containers-StaticPages-installerjoin-__joinButton {
  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) {
  .containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__buttonContainer .containers-StaticPages-installerjoin-__joinButton {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .containers-StaticPages-installerjoin-__join .containers-StaticPages-installerjoin-__buttonContainer .containers-StaticPages-installerjoin-__joinButton {
    font-size: 14px;
    width: 228px;
  }
}
.containers-StaticPages-installerjoin-__success {
  max-width: 720px !important;
  max-width: 720px;
  width: 100%;
  height: 369px;
  max-height: 369px;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__headerContainer {
  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) {
  .containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__headerContainer {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__headerContainer .containers-StaticPages-installerjoin-__title {
  font-weight: 600;
  color: var(--white);
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0em;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__headerContainer .containers-StaticPages-installerjoin-__paragraph {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
}
@media (max-width: 720px) {
  .containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__headerContainer .containers-StaticPages-installerjoin-__title {
    font-size: 16px;
  }
  .containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__headerContainer .containers-StaticPages-installerjoin-__paragraph {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__headerContainer .containers-StaticPages-installerjoin-__title {
    font-size: 14px;
  }
  .containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__headerContainer .containers-StaticPages-installerjoin-__paragraph {
    font-size: 10px;
  }
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__subHeaderContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 24px 0;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__subHeaderContainer .containers-StaticPages-installerjoin-__subHeader {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__subHeaderContainer .containers-StaticPages-installerjoin-__underline {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--primary-lite);
  margin-top: 6px;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer {
  width: 80%;
  margin: 0 auto;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .ant-legacy-form-item {
  margin-bottom: 12px;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .ant-form-item-explain-error {
  position: absolute;
  bottom: -18px;
  font-size: 10px;
  width: 100%;
  text-align: right;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .ant-form-item-has-error input {
  border: 1px solid var(--sunset-orange) !important;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .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);
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__inputLabel {
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
  text-transform: uppercase;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .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);
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__inputPrefix {
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__input {
  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;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__input input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__iconInput {
  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;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__iconInput input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__iconInput .ant-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__select {
  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;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__select input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__select .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);
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__select .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
  height: 36px;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__formContainer .containers-StaticPages-installerjoin-__select .ant-select-selection-item {
  height: 36px;
  display: flex;
  align-items: center;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__buttonContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 47px 0 24px 0;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__buttonContainer .containers-StaticPages-installerjoin-__button {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
}
@media (max-width: 720px) {
  .containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__buttonContainer .containers-StaticPages-installerjoin-__button {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__buttonContainer .containers-StaticPages-installerjoin-__button {
    font-size: 14px;
    width: 228px;
  }
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__buttonContainer .containers-StaticPages-installerjoin-__joinButton {
  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) {
  .containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__buttonContainer .containers-StaticPages-installerjoin-__joinButton {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__buttonContainer .containers-StaticPages-installerjoin-__joinButton {
    font-size: 14px;
    width: 228px;
  }
}
.containers-StaticPages-installerjoin-__success .ant-modal-header {
  min-height: 82px;
  text-align: center;
  padding-top: 24px;
  background-color: var(--primary-lite);
}
@media (max-width: 575px) {
  .containers-StaticPages-installerjoin-__success .ant-modal-header {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__headerContainer {
  min-height: 82px;
  height: 82px;
  padding: 0;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__title {
  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);
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__paragraphContainer {
  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) {
  .containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__paragraphContainer {
    width: 90%;
    padding: 10px;
  }
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__successFooter {
  display: flex;
  justify-content: center;
  margin-bottom: 33px;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__successFooter .containers-StaticPages-installerjoin-__button {
  height: 54px;
  background: var(--primary-lite);
  border-radius: 96px;
  color: var(--white);
  line-height: 25px;
  text-transform: uppercase;
  width: 170px;
}
.containers-StaticPages-installerjoin-__success .containers-StaticPages-installerjoin-__successFooter .containers-StaticPages-installerjoin-__button:hover {
  background-color: var(--primary-lite-highlighted);
}
.containers-StaticPages-installerjoin-__footer {
  background-color: var(--cream);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-join-__join {
  padding-top: 64px;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__buttonStyle {
  height: 50px;
  text-transform: uppercase;
  border-radius: 0;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__headerText {
  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;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__subHeaderText {
  text-align: center;
  font-size: 18pt;
  line-height: 22pt;
  font-weight: 300;
  color: var(--text-dark);
  text-align: left;
  color: var(--white);
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__bodyText {
  font-size: 12pt;
  font-weight: 300;
  text-align: left;
  color: var(--white);
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__header,
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
  background-color: var(--primary-color);
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__header .containers-StaticPages-join-__title,
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__footer .containers-StaticPages-join-__title {
  color: var(--white);
  font-size: 14pt;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__header .containers-StaticPages-join-__title .containers-StaticPages-join-__bold,
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__footer .containers-StaticPages-join-__title .containers-StaticPages-join-__bold {
  font-weight: 600;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__header.containers-StaticPages-join-__header,
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__footer.containers-StaticPages-join-__header {
  justify-content: space-between;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__header.containers-StaticPages-join-__header .containers-StaticPages-join-__linkContainer,
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__footer.containers-StaticPages-join-__header .containers-StaticPages-join-__linkContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__header.containers-StaticPages-join-__header .containers-StaticPages-join-__linkContainer .containers-StaticPages-join-__link .containers-StaticPages-join-__title,
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__footer.containers-StaticPages-join-__header .containers-StaticPages-join-__linkContainer .containers-StaticPages-join-__link .containers-StaticPages-join-__title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  padding: 0px 16px;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage {
  height: 720px;
  position: relative;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage .containers-StaticPages-join-__videoContainer {
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage .containers-StaticPages-join-__videoContainer .containers-StaticPages-join-__video {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage .containers-StaticPages-join-__background {
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: cover;
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/join/powur-consultant_carousel_screenshot.jpg");
  width: 100%;
  height: 100%;
  position: absolute;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage .containers-StaticPages-join-__heroOverlay {
  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;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage .containers-StaticPages-join-__heroOverlay .containers-StaticPages-join-__heroText {
  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) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage .containers-StaticPages-join-__heroOverlay .containers-StaticPages-join-__heroText {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage .containers-StaticPages-join-__heroOverlay .containers-StaticPages-join-__heroText {
    font-size: 30px;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage .containers-StaticPages-join-__heroOverlay .containers-StaticPages-join-__heroSubText {
  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) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage .containers-StaticPages-join-__heroOverlay .containers-StaticPages-join-__heroSubText {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage .containers-StaticPages-join-__heroOverlay .containers-StaticPages-join-__heroSubText {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage .containers-StaticPages-join-__heroOverlay .containers-StaticPages-join-__heroSubText {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage .containers-StaticPages-join-__heroOverlay .containers-StaticPages-join-__heroSubText {
    font-size: 16px;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage .containers-StaticPages-join-__heroOverlay .containers-StaticPages-join-__joinButton {
  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;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage .containers-StaticPages-join-__heroOverlay .containers-StaticPages-join-__watchButton {
  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;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__heroImage .containers-StaticPages-join-__heroOverlay .containers-StaticPages-join-__watchButton:hover {
  border-color: var(--primary-lite);
  color: var(--primary-lite);
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section {
  min-height: 400px;
  height: 50vw;
  display: flex;
  flex-wrap: wrap;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section {
    min-height: 520px;
    height: unset;
    align-items: flex-start;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__imageContainer {
  width: 65%;
}
@media (max-width: 1150px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__imageContainer {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__imageContainer {
    flex: unset;
    width: 100%;
    height: 300px;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__imageContainer .containers-StaticPages-join-__image {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__textContainerOuter {
  width: 35%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__textContainerOuter {
    width: 40%;
  }
}
@media (max-width: 900px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__textContainerOuter {
    width: 100%;
    flex: unset;
    height: 300px;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__angledAccent {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-9deg);
  top: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__angledAccent {
    height: 203px;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__angledAccentBottom {
  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) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__angledAccentBottom {
    height: 203px;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__textContainer {
  height: 100%;
  padding: 0 134px 0 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1150px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__textContainer {
    padding: 0 104px 0 52px;
  }
}
@media (max-width: 400px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__textContainer {
    padding: 0 40px 0 30px;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__textContainer .containers-StaticPages-join-__textRow .containers-StaticPages-join-__contentHeader {
  color: var(--lead-black);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__textContainer .containers-StaticPages-join-__textRow .containers-StaticPages-join-__underline {
  height: 3px;
  width: 40px;
  border-radius: 1px;
  background-color: var(--primary-color);
  margin: 11px 0 18px 0;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__textContainer .containers-StaticPages-join-__textRow .containers-StaticPages-join-__contentSubHeader {
  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;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__section .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__textContainer .containers-StaticPages-join-__textRow .containers-StaticPages-join-__bodyText {
  color: var(--table-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__extraMargin {
  background-color: var(--cultured-white);
  height: 70px;
  width: 100%;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow {
  min-height: 400px;
  height: 50vw;
  flex-wrap: wrap;
  background-color: var(--tangaroa);
  min-height: 289px;
  height: 289px;
  display: flex;
  align-items: center;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow {
    min-height: 520px;
    height: unset;
    align-items: flex-start;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__imageContainer {
  width: 65%;
}
@media (max-width: 1150px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__imageContainer {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__imageContainer {
    flex: unset;
    width: 100%;
    height: 300px;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__imageContainer .containers-StaticPages-join-__image {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__textContainerOuter {
  width: 35%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__textContainerOuter {
    width: 40%;
  }
}
@media (max-width: 900px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__textContainerOuter {
    width: 100%;
    flex: unset;
    height: 300px;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__angledAccent {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-9deg);
  top: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__angledAccent {
    height: 203px;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__angledAccentBottom {
  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) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__angledAccentBottom {
    height: 203px;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__textContainer {
  height: 100%;
  padding: 0 134px 0 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1150px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__textContainer {
    padding: 0 104px 0 52px;
  }
}
@media (max-width: 400px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__textContainer {
    padding: 0 40px 0 30px;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__textContainer .containers-StaticPages-join-__textRow .containers-StaticPages-join-__contentHeader {
  color: var(--lead-black);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__textContainer .containers-StaticPages-join-__textRow .containers-StaticPages-join-__underline {
  height: 3px;
  width: 40px;
  border-radius: 1px;
  background-color: var(--primary-color);
  margin: 11px 0 18px 0;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__textContainer .containers-StaticPages-join-__textRow .containers-StaticPages-join-__contentSubHeader {
  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;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__textContainerOuter .containers-StaticPages-join-__textContainer .containers-StaticPages-join-__textRow .containers-StaticPages-join-__bodyText {
  color: var(--table-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow:nth-child(odd) {
  flex-direction: unset;
}
@media (max-width: 992px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow {
    min-height: 340px;
    padding-top: 60px;
    align-items: flex-start;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__header {
  color: var(--white);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  background-color: transparent;
  text-transform: uppercase;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__underline {
  height: 3px;
  width: 40px;
  border-radius: 1px;
  background-color: var(--primary-color);
  margin-bottom: 20px;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__subHeader {
  min-width: 335px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
  color: var(--white);
  margin-bottom: 20px;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__buttonContainer {
  display: flex;
  flex-direction: column;
  height: 80%;
  justify-content: center;
  align-items: flex-start;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__buttonContainer .containers-StaticPages-join-__button {
  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) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__buttonContainer .containers-StaticPages-join-__button {
    width: 100%;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__buttonContainer .containers-StaticPages-join-__infoButton,
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__buttonContainer .containers-StaticPages-join-__linkButton {
  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) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__buttonContainer .containers-StaticPages-join-__infoButton,
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__buttonContainer .containers-StaticPages-join-__linkButton {
    width: 100%;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__buttonContainer .containers-StaticPages-join-__primaryButton {
  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) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__buttonContainer .containers-StaticPages-join-__primaryButton {
    width: 100%;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__buttonContainer .containers-StaticPages-join-__linkButton {
  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) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__buttonContainer .containers-StaticPages-join-__linkButton {
    width: 100%;
  }
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__buttonContainer .containers-StaticPages-join-__linkButton:hover {
  color: var(--primary-lite);
  border-color: var(--primary-lite);
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__imgContainer {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__imgContainer img {
  position: absolute;
  height: 120%;
  width: auto;
  left: -40px;
  top: -30px;
}
@media (max-width: 1220px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__imgContainer img {
    left: 80px;
  }
}
@media (max-width: 992px) {
  .containers-StaticPages-join-__join .containers-StaticPages-join-__contentContainer .containers-StaticPages-join-__powurIntroRow .containers-StaticPages-join-__imgContainer {
    display: none;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-licenses-__content {
  padding-top: 50px;
  background-color: rbg(243, 246, 248);
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__heroImageContainer {
  position: relative;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__heroImageContainer .containers-StaticPages-licenses-__heroImage {
  width: 100%;
  height: 720px;
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/licenses/licenses_Header.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__heroImageContainer .containers-StaticPages-licenses-__titleOverlay {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__heroImageContainer .containers-StaticPages-licenses-__titleOverlay .containers-StaticPages-licenses-__textContainer {
  height: 100%;
  padding-bottom: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__heroImageContainer .containers-StaticPages-licenses-__titleOverlay .containers-StaticPages-licenses-__textContainer .containers-StaticPages-licenses-__mainText {
  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) {
  .containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__heroImageContainer .containers-StaticPages-licenses-__titleOverlay .containers-StaticPages-licenses-__textContainer .containers-StaticPages-licenses-__mainText {
    font-size: 40px;
  }
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__heroImageContainer .containers-StaticPages-licenses-__titleOverlay .containers-StaticPages-licenses-__textContainer .containers-StaticPages-licenses-__subText {
  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) {
  .containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__heroImageContainer .containers-StaticPages-licenses-__titleOverlay .containers-StaticPages-licenses-__textContainer .containers-StaticPages-licenses-__subText {
    font-size: 16px;
  }
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__heroImageContainer .containers-StaticPages-licenses-__titleOverlay .containers-StaticPages-licenses-__textContainer .containers-StaticPages-licenses-__zipButton {
  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;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__heroImageContainer .containers-StaticPages-licenses-__titleOverlay .containers-StaticPages-licenses-__textContainer .containers-StaticPages-licenses-__zipButton:hover {
  background-color: var(--primary-lite-highlighted);
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__innerContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 310px;
  margin: auto;
  padding: 40px;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__heading {
  font-family: Poppins;
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__heading: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;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__subheading {
  color: var(--table-grey);
  font-size: 28px;
  line-height: 36px;
  font-weight: 100;
  width: 100%;
  max-width: 980px;
  margin-bottom: 32px;
  text-align: center;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: calc(40%);
  position: relative;
}
@media (max-width: 715px) {
  .containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection {
    flex-direction: column;
    height: 100%;
    padding-left: 0;
  }
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection 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);
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__careerImage {
  position: absolute;
  left: 0;
  width: calc(40%);
  height: 100%;
  background-image: url("https://powur-public2.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) {
  .containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__careerImage {
    position: relative;
    width: 100%;
    height: 340px;
    background-position: center 60%;
  }
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__listings {
  background-color: var(--cream);
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-bottom: 72px;
}
@media (max-width: 715px) {
  .containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__listings {
    padding-left: 72px;
  }
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__listing {
  margin-bottom: 48px;
  padding-right: 36px;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__listing h4 {
  line-break: anywhere;
}
@media (max-width: 850px) {
  .containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__listing {
    margin-bottom: 30px;
  }
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__heading {
  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;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__heading: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;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__heading:after {
  content: "";
  left: 0px;
  margin: 0;
}
@media (max-width: 715px) {
  .containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__heading {
    width: 100%;
    text-align: center;
    padding-right: 100px;
    margin: 50px 0;
  }
  .containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__heading:after {
    content: "";
    left: -100px;
    margin: auto;
  }
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__newPostingForm {
  margin-top: 12px;
  width: 75%;
  max-width: 331px;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__newPostingForm .ant-form-item-explain-error {
  position: absolute;
  top: 40px;
  right: 4px;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__newPostingForm .containers-StaticPages-licenses-__formLabel {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  color: var(--nepal-blue);
  text-transform: uppercase;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__newPostingForm input {
  height: 30px;
  color: var(--dark-blue);
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__newPostingForm .ant-select {
  max-width: 331px;
  margin-bottom: 12px;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__newPostingForm .ant-select-arrow {
  margin-top: -4px;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__newPostingForm .ant-select-selection-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: var(--dark-blue);
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__newPostingForm .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;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__newPostingForm .containers-StaticPages-licenses-__submitButton {
  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;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__newPostingForm .containers-StaticPages-licenses-__submitButton span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
  text-transform: uppercase;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__subtextContainer {
  display: flex;
  align-items: center;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__subtextContainer .containers-StaticPages-licenses-__editingLocation {
  display: flex;
  align-items: center;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__deleteButton {
  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;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__deleteButton span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__subtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--table-grey);
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__subheading {
  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;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__subheading: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) {
  .containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__subheading {
    font-size: 26px;
  }
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__subheadingForm {
  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;
}
.containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__subheadingForm: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) {
  .containers-StaticPages-licenses-__content .containers-StaticPages-licenses-__careersSection .containers-StaticPages-licenses-__subheadingForm {
    font-size: 26px;
  }
}
@s 3 -asset-path: https://powur-public2.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: 2px;
}
.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: 2px;
}
.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-active .ant-skeleton-title,
.ant-skeleton-active .ant-skeleton-paragraph > li,
.ant-skeleton-active .ant-skeleton-avatar,
.ant-skeleton-active .ant-skeleton-button,
.ant-skeleton-active .ant-skeleton-input,
.ant-skeleton-active .ant-skeleton-image {
  position: relative;
  /* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
  z-index: 0;
  overflow: hidden;
  background: transparent;
}
.ant-skeleton-active .ant-skeleton-title::after,
.ant-skeleton-active .ant-skeleton-paragraph > li::after,
.ant-skeleton-active .ant-skeleton-avatar::after,
.ant-skeleton-active .ant-skeleton-button::after,
.ant-skeleton-active .ant-skeleton-input::after,
.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-square {
  width: 32px;
  min-width: 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-square {
  width: 40px;
  min-width: 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-square {
  width: 24px;
  min-width: 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-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-createAccount-__createAccountContainer {
  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%);
}
.containers-StaticPages-createAccount-__createAccountContainer .containers-StaticPages-createAccount-__powurLogo {
  width: 115px;
  cursor: pointer;
}
.containers-StaticPages-createAccount-__createAccountContainer .containers-StaticPages-createAccount-__registrationLoading {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.containers-StaticPages-createAccount-__createAccountContainer .containers-StaticPages-createAccount-__language {
  font-weight: 600;
  color: var(--picton-blue);
  font-family: "Poppins";
  letter-spacing: 0.03em;
  line-height: 14px;
}
.containers-StaticPages-createAccount-__createAccountContainer .containers-StaticPages-createAccount-__language .containers-StaticPages-createAccount-__languageSelect {
  cursor: pointer;
}
.containers-StaticPages-createAccount-__createAccountContainer .ant-radio-group {
  display: flex;
}
.containers-StaticPages-createAccount-__createAccountContainer .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);
}
.containers-StaticPages-createAccount-__createAccountContainer .ant-radio-group .ant-radio-button-wrapper:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.45);
}
.containers-StaticPages-createAccount-__createAccountContainer .ant-radio-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: transparent;
}
.containers-StaticPages-createAccount-__createAccountContainer .ant-radio-group .ant-radio-button-wrapper:not(:first-child)::before {
  background-color: transparent;
}
.containers-StaticPages-createAccount-__createAccountContainer .containers-StaticPages-createAccount-__joinRadioButtonCard {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0px;
  justify-content: space-between;
}
.containers-StaticPages-createAccount-__createAccountContainer .containers-StaticPages-createAccount-__joinRadioButtonCard .containers-StaticPages-createAccount-__iconContainer {
  width: 102px;
  background-color: var(--polar-blue);
  height: 102px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-StaticPages-createAccount-__createAccountContainer .containers-StaticPages-createAccount-__joinRadioButtonCard .containers-StaticPages-createAccount-__radioButtonText {
  font-size: 16px;
  line-height: 19px;
  font-family: "Barlow";
  font-weight: 500;
  margin: 10px;
  padding: 0px 15px;
  text-align: center;
  color: var(--dark-blue);
}
.containers-StaticPages-createAccount-__createAccountContainer .containers-StaticPages-createAccount-__joinRadioButtonCard .containers-StaticPages-createAccount-__speechBubbleArrow {
  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);
}
.containers-StaticPages-createAccount-__joinPowurDesktopView {
  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;
}
.containers-StaticPages-createAccount-__joinPowurDesktopView .containers-StaticPages-createAccount-__joinPowurDesktopContainer {
  position: relative;
  margin: 12px;
}
.containers-StaticPages-createAccount-__joinPowurDesktopView .containers-StaticPages-createAccount-__joinPowurDesktopContainer .containers-StaticPages-createAccount-__joinPowurTermsContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 35px;
}
.containers-StaticPages-createAccount-__joinPowurDesktopView .containers-StaticPages-createAccount-__joinPowurDesktopContainer .containers-StaticPages-createAccount-__joinPowurDesktopCard {
  background: linear-gradient(60.72deg, var(--gallery-gray) -9.09%, var(--distant-horizon) 95.77%);
  width: 765px;
  min-height: 457px;
  border-radius: 15px;
}
.containers-StaticPages-createAccount-__joinPowurDesktopView .containers-StaticPages-createAccount-__joinPowurDesktopContainer .containers-StaticPages-createAccount-__joinPowurDesktopCard .containers-StaticPages-createAccount-__createAccountContent {
  display: flex;
  flex-direction: column;
  padding: 35px;
  align-items: center;
  height: fit-content;
}
.containers-StaticPages-createAccount-__joinPowurDesktopView .containers-StaticPages-createAccount-__joinPowurDesktopContainer .containers-StaticPages-createAccount-__joinPowurDesktopCard .containers-StaticPages-createAccount-__photoContainer {
  display: flex;
  justify-content: flex-end;
}
.containers-StaticPages-createAccount-__joinPowurDesktopView .containers-StaticPages-createAccount-__joinPowurDesktopContainer .containers-StaticPages-createAccount-__joinPowurDesktopCard .containers-StaticPages-createAccount-__photoContainer .containers-StaticPages-createAccount-__photo {
  width: 100%;
  height: 85%;
  border-radius: 0px 15px 0px 120px;
  object-fit: cover;
}
.containers-StaticPages-createAccount-__joinPowurDesktopView .containers-StaticPages-createAccount-__joinPowurDesktopContainer .containers-StaticPages-createAccount-__joinPowurDesktopBadge {
  position: absolute;
  right: -40px;
  bottom: -20px;
}
.containers-StaticPages-createAccount-__joinPowurDesktopView .containers-StaticPages-createAccount-__language {
  width: 765px;
  margin-left: 20px;
}
.containers-StaticPages-createAccount-__joinPowurMobileView .containers-StaticPages-createAccount-__mobileHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px 8px;
}
.containers-StaticPages-createAccount-__joinPowurMobileView .containers-StaticPages-createAccount-__joinPowurMobileContainer {
  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;
}
.containers-StaticPages-createAccount-__joinPowurMobileView .containers-StaticPages-createAccount-__joinPowurMobileContainer .containers-StaticPages-createAccount-__joinPowurMobileCard {
  width: 100%;
}
.containers-StaticPages-createAccount-__joinPowurMobileView .containers-StaticPages-createAccount-__joinPowurMobileContainer .containers-StaticPages-createAccount-__joinPowurMobileBadge {
  position: absolute;
  bottom: -45px;
}
.containers-StaticPages-createAccount-__joinPowurBadgeContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.containers-StaticPages-createAccount-__joinPowurBadgeContainer .containers-StaticPages-createAccount-__joinPowurBadgePhotoContainer {
  margin-top: -157px;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.containers-StaticPages-createAccount-__joinPowurBadgeContainer .containers-StaticPages-createAccount-__joinPowurBadgePhotoContainer .containers-StaticPages-createAccount-__joinPowurBadgeContent {
  width: 100px;
  display: flex;
  justify-content: center;
}
.containers-StaticPages-createAccount-__joinPowurBadgeContainer .containers-StaticPages-createAccount-__joinPowurBadgePhotoContainer .containers-StaticPages-createAccount-__joinPowurBadgeContent .containers-StaticPages-createAccount-__logo {
  max-width: 102px;
  max-height: 102px;
}
.containers-StaticPages-createAccount-__joinPowurHeader {
  width: 100%;
}
.containers-StaticPages-createAccount-__joinPowurHeader .containers-StaticPages-createAccount-__titleText {
  display: flex;
  align-items: flex-end;
}
.containers-StaticPages-createAccount-__joinPowurHeader .containers-StaticPages-createAccount-__titleText .containers-StaticPages-createAccount-__titleNumber {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 12px;
  margin: 0px 8px;
  color: var(--goldenrod);
}
.containers-StaticPages-createAccount-__joinPowurHeader .containers-StaticPages-createAccount-__titleText .containers-StaticPages-createAccount-__titleLabel {
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 500;
  color: var(--blue-ribbon);
}
.containers-StaticPages-createAccount-__joinPowurHeader .containers-StaticPages-createAccount-__headerProgressBar {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 344px;
  padding-left: 25px;
  padding-right: 15px;
  justify-content: flex-start;
}
.containers-StaticPages-createAccount-__joinPowurHeader .containers-StaticPages-createAccount-__headerProgressBar .containers-StaticPages-createAccount-__progressItemContainer {
  display: inline-block;
  flex-grow: 2;
}
.containers-StaticPages-createAccount-__joinPowurHeader .containers-StaticPages-createAccount-__headerProgressBar .containers-StaticPages-createAccount-__progressItemContainer .containers-StaticPages-createAccount-__progressButtonIncomplete {
  width: calc(100% - 4px);
  border: 1px solid var(--silver);
  background-color: var(--silver);
  margin: 2px;
  height: 3px;
}
.containers-StaticPages-createAccount-__joinPowurHeader .containers-StaticPages-createAccount-__headerProgressBar .containers-StaticPages-createAccount-__progressItemContainer .containers-StaticPages-createAccount-__progressButtonComplete {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer {
  width: 100%;
  height: 350px;
  padding: 0px 25px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__verificationLabel {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__emailForm {
  width: 100%;
  padding: 10px 0px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__emailForm 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;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__emailForm ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__emailForm .containers-StaticPages-createAccount-components-EmailVerification-__emailSubmitButton {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 45px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__otherOptions {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__otherOptions .containers-StaticPages-createAccount-components-EmailVerification-__altVerifyButton {
  width: 270px;
  margin: 5px 0px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__otherOptions .containers-StaticPages-createAccount-components-EmailVerification-__languagePreferenceContainer {
  width: 100%;
  padding: 5px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__otherOptions .containers-StaticPages-createAccount-components-EmailVerification-__languagePreferenceContainer .containers-StaticPages-createAccount-components-EmailVerification-__languagePreferenceLabel {
  font-family: "Poppins";
  color: var(--blue-ribbon);
  width: 100%;
  margin-bottom: 5px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__otherOptions .containers-StaticPages-createAccount-components-EmailVerification-__languagePreferenceContainer .ant-radio-wrapper {
  color: var(--dark-blue);
  font-weight: 500;
  font-size: 16px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__otherOptions .containers-StaticPages-createAccount-components-EmailVerification-__languagePreferenceContainer .ant-radio-inner {
  border-color: var(--light-silver);
  background: var(--light-silver);
  width: 20px;
  height: 20px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__otherOptions .containers-StaticPages-createAccount-components-EmailVerification-__languagePreferenceContainer .ant-radio-inner::after {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-color: var(--blue-ribbon);
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__otherOptions .containers-StaticPages-createAccount-components-EmailVerification-__existingAcct {
  width: 100%;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  color: var(--trolley-grey);
  margin: 12px 20px;
  padding-left: 12px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__otherOptions .containers-StaticPages-createAccount-components-EmailVerification-__existingAcct .containers-StaticPages-createAccount-components-EmailVerification-__linkToLogin {
  cursor: pointer;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__emailVerifyDivider {
  width: 100px;
  margin: -8px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__emailVerifyDivider .ant-divider-horizontal.ant-divider-with-text {
  border-top-color: var(--dark-grey);
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__emailVerifyDivider .ant-divider-horizontal {
  border-top-color: var(--explosive-gray);
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__emailVerifyDivider .ant-divider-inner-text {
  color: var(--dark-grey);
  font-size: 12px;
  font-weight: 600;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__linkSentContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0px;
  font-family: "Poppins";
  color: var(--dark-grey);
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__linkSentContainer .containers-StaticPages-createAccount-components-EmailVerification-__linkSent {
  font-size: 20px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__linkSentContainer .containers-StaticPages-createAccount-components-EmailVerification-__linkInstructions {
  font-size: 14px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__verificationContainer .containers-StaticPages-createAccount-components-EmailVerification-__customPasswordInput {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__verificationContainer ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__verificationContainer .containers-StaticPages-createAccount-components-EmailVerification-__passwordInput {
  margin: 5px 0px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__verificationContainer .containers-StaticPages-createAccount-components-EmailVerification-__passwordInput .ant-input-affix-wrapper {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__verificationContainer .containers-StaticPages-createAccount-components-EmailVerification-__passwordInput .ant-input-affix-wrapper svg {
  width: 20px;
  height: 20px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__verificationContainer .containers-StaticPages-createAccount-components-EmailVerification-__passwordRepeat {
  margin: 5px 0px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__verificationContainer .containers-StaticPages-createAccount-components-EmailVerification-__passwordRepeat .ant-input {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__verificationContainer .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__verificationContainer .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%;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__verificationContainer .containers-StaticPages-createAccount-components-EmailVerification-__passwordRuleList {
  margin: 12px 0px;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__verificationContainer .containers-StaticPages-createAccount-components-EmailVerification-__passwordRuleList .containers-StaticPages-createAccount-components-EmailVerification-__passwordRule {
  margin: 3px;
  font-family: "Poppins";
  color: var(--dark-grey);
  display: flex;
  align-items: center;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__verificationContainer .containers-StaticPages-createAccount-components-EmailVerification-__passwordRuleList .containers-StaticPages-createAccount-components-EmailVerification-__passwordRule .containers-StaticPages-createAccount-components-EmailVerification-__validationIcon {
  margin: 0px 10px;
  display: flex;
}
.containers-StaticPages-createAccount-components-EmailVerification-__loginCredContainer .containers-StaticPages-createAccount-components-EmailVerification-__passwordSubmit {
  margin-top: 20px;
  width: 150px;
  height: 45px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-FormElements-SelectInput-__selectInput {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
}
.components-FormElements-SelectInput-__selectInput .components-FormElements-SelectInput-__caretIcon {
  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;
}
.components-FormElements-SelectInput-__selectInput .ant-select-selection-placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
}
.components-FormElements-SelectInput-__selectInput .ant-select-arrow {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  width: 16px;
}
.components-FormElements-SelectInput-__selectInput .ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: none;
}
.components-FormElements-SelectInput-__selectInput .ant-select-suffix {
  color: var(--font-color-eastern-blue);
}
.components-FormElements-SelectInput-__selectInput .ant-select-selection-item {
  height: 32px !important;
  padding-right: 24px !important;
}
.components-FormElements-SelectInput-__selectInput .ant-select-selector {
  border: 1px solid var(--botticelli-blue) !important;
  height: 30px;
  border-radius: 3px !important;
}
.components-FormElements-SelectInput-__selectInput .ant-select {
  color: var(--dark-blue);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer {
  width: 100%;
  padding: 0px 25px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__label {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
  margin-top: 10px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__contactInfoForm input {
  height: 42px;
  border-radius: 3px;
  border: none;
  margin: 7px 0px;
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__contactInfoForm ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
  text-transform: capitalize;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__contactInfoForm .ant-select-selector {
  margin: 5px 0px;
  padding: 0px 10px;
  height: 42px;
  border: none !important;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__contactInfoForm .ant-select-selector .ant-select-selection-item {
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  padding-top: 6px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__contactInfoForm .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__contactInfoForm .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%;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__contactInfoForm .ant-select-arrow {
  margin-top: -25px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__contactInfoForm .ant-select-arrow .caretIcon {
  height: 24px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__contactInfoForm .containers-StaticPages-createAccount-components-ContactInfo-__contactInfoSubmit {
  width: 149px;
  height: 45px;
  margin: 20px 0px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthFormContainer input {
  height: 42px;
  border-radius: 3px;
  border: none;
  margin: 7px 0px;
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthFormContainer ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
  text-transform: capitalize;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthFormContainer .ant-select-selector {
  margin: 5px 0px;
  padding: 0px 10px;
  height: 42px;
  border: none !important;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthFormContainer .ant-select-selector .ant-select-selection-item {
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  padding-top: 6px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthFormContainer .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthFormContainer .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%;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthFormContainer .ant-select-arrow {
  margin-top: -25px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthFormContainer .ant-select-arrow .caretIcon {
  height: 24px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthFormContainer .containers-StaticPages-createAccount-components-ContactInfo-__contactInfoSubmit {
  width: 149px;
  height: 45px;
  margin: 20px 0px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthFormContainer .containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirth {
  height: 325px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 35px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthFormContainer .containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirth .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  color: var(--trolley-grey);
  font-size: 16px;
  font-weight: 500;
  padding-top: 6px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthFormContainer .containers-StaticPages-createAccount-components-ContactInfo-__error {
  font-family: "Poppins";
  color: var(--dark-pink);
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthFormContainer .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;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__onboardingAddressFormContainer input {
  height: 42px;
  border-radius: 3px;
  border: none;
  margin: 7px 0px;
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__onboardingAddressFormContainer ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
  text-transform: capitalize;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__onboardingAddressFormContainer .ant-select-selector {
  margin: 5px 0px;
  padding: 0px 10px;
  height: 42px;
  border: none !important;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__onboardingAddressFormContainer .ant-select-selector .ant-select-selection-item {
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  padding-top: 6px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__onboardingAddressFormContainer .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__onboardingAddressFormContainer .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%;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__onboardingAddressFormContainer .ant-select-arrow {
  margin-top: -25px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__onboardingAddressFormContainer .ant-select-arrow .caretIcon {
  height: 24px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__onboardingAddressFormContainer .containers-StaticPages-createAccount-components-ContactInfo-__contactInfoSubmit {
  width: 149px;
  height: 45px;
  margin: 20px 0px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__onboardingAddressFormContainer .containers-StaticPages-createAccount-components-ContactInfo-__addressForm {
  height: 325px;
  display: flex;
  flex-direction: column;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__onboardingAddressFormContainer .containers-StaticPages-createAccount-components-ContactInfo-__addressForm .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  color: var(--trolley-grey);
  font-size: 16px;
  font-weight: 500;
  padding-top: 7px;
  text-transform: capitalize;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__onboardingAddressFormContainer .containers-StaticPages-createAccount-components-ContactInfo-__addressForm .ant-select-selection-placeholder {
  color: var(--trolley-grey);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__onboardingAddressFormContainer .containers-StaticPages-createAccount-components-ContactInfo-__addressForm .ant-select-selector {
  margin: 7px 0px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__onboardingAddressFormContainer .containers-StaticPages-createAccount-components-ContactInfo-__addressForm .ant-select-arrow {
  margin-top: -27px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__contactInfoContainer .containers-StaticPages-createAccount-components-ContactInfo-__signUpPhonePrefix .ant-select-selector {
  padding: 9px;
}
.containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthSignUpOption .ant-select-item-option-content {
  color: var(--trolley-grey);
  font-size: 16px;
  font-weight: 500;
}
.containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthSignUpOption:hover {
  background-color: var(--light-grey-a25);
}
.containers-StaticPages-createAccount-components-ContactInfo-__dateOfBirthSignUpOption:hover .ant-select-item-option-content {
  color: var(--dark-blue);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-createAccount-components-ExperienceLevel-__accountTypeContainer {
  width: 100%;
  height: 100%;
}
.containers-StaticPages-createAccount-components-ExperienceLevel-__accountTypeContainer .containers-StaticPages-createAccount-components-ExperienceLevel-__label {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
  margin-top: 10px;
  line-height: 22px;
}
.containers-StaticPages-createAccount-components-ExperienceLevel-__accountTypeContainer .containers-StaticPages-createAccount-components-ExperienceLevel-__continueButton {
  margin: 15px 0px;
  width: 145px;
  height: 45px;
}
.containers-StaticPages-createAccount-components-ExperienceLevel-__accountTypeContainer .containers-StaticPages-createAccount-components-ExperienceLevel-__experienceLevelContainer {
  padding: 0px 25px;
  height: 324px;
  display: flex;
  flex-direction: column;
}
.containers-StaticPages-createAccount-components-ExperienceLevel-__accountTypeContainer .containers-StaticPages-createAccount-components-ExperienceLevel-__experienceLevelContainer .containers-StaticPages-createAccount-components-ExperienceLevel-__experienceForm {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.containers-StaticPages-createAccount-components-ExperienceLevel-__accountTypeContainer .containers-StaticPages-createAccount-components-ExperienceLevel-__experienceLevelContainer .containers-StaticPages-createAccount-components-ExperienceLevel-__experienceForm .containers-StaticPages-createAccount-components-ExperienceLevel-__experienceRadioGroup {
  margin-top: 20px;
}
.containers-StaticPages-createAccount-components-ExperienceLevel-__accountTypeContainer .containers-StaticPages-createAccount-components-ExperienceLevel-__experienceLevelContainer .containers-StaticPages-createAccount-components-ExperienceLevel-__experienceForm .containers-StaticPages-createAccount-components-ExperienceLevel-__experienceRadioGroup .ant-radio-wrapper {
  font-family: "Poppins";
  color: var(--text-dark);
  font-weight: 300;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.containers-StaticPages-createAccount-components-ExperienceLevel-__accountTypeContainer .containers-StaticPages-createAccount-components-ExperienceLevel-__experienceLevelContainer .containers-StaticPages-createAccount-components-ExperienceLevel-__experienceForm .containers-StaticPages-createAccount-components-ExperienceLevel-__experienceRadioGroup .ant-radio-wrapper .ant-radio-inner {
  height: 25px;
  width: 25px;
  border-width: 3px;
}
.containers-StaticPages-createAccount-components-ExperienceLevel-__accountTypeContainer .containers-StaticPages-createAccount-components-ExperienceLevel-__experienceLevelContainer .containers-StaticPages-createAccount-components-ExperienceLevel-__experienceForm .containers-StaticPages-createAccount-components-ExperienceLevel-__experienceRadioGroup .ant-space-item:last-child span.ant-radio + * {
  padding-top: 5px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer {
  padding: 0px 0px 5px 25px;
  margin-top: -5px;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsHeader {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsHeader {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsHeader {
    flex-direction: column;
  }
}
.containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsHeader .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__verificationLabel {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
}
@media (max-width: 768px) {
  .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsHeader .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__verificationLabel {
    font-weight: 600;
    font-size: 16px;
  }
}
.containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsHeader .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__openNewWindow {
  text-align: right;
  font-size: 16px;
  font-family: "Barlow";
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
  color: var(--dark-blue);
}
@media (min-width: 769px) {
  .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsHeader .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__openNewWindow {
    margin-top: -10px;
  }
}
.containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsHeader .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__openNewWindow .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__newWindowLink {
  cursor: pointer;
  margin-left: 4px;
}
@media (max-width: 768px) {
  .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsDescription {
    font-size: 12px;
    line-height: 14px;
  }
}
.containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsText {
  height: 245px;
  margin: 8px 0px;
}
@media (max-width: 768px) {
  .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsText {
    height: 200px;
  }
}
.containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsText .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsPdf {
  border-radius: 3px;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__mobileTermsContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__mobileTermsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__createAccountButton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  width: 280px;
  height: 45px;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__mobileTermsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__createAccountButton .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__loadingSpinnerContainer {
  margin-right: 24px;
  margin-left: -24px;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__mobileTermsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsCheckbox {
  font-family: "Poppins";
  color: var(--text-dark);
  margin: 15px;
}
@media (max-width: 768px) {
  .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__mobileTermsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsCheckbox {
    margin: 5px;
  }
}
.containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__selectTermsContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 20px -20px 20px;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__selectTermsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__createAccountButton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0px 0px -10px;
  width: 280px;
  height: 45px;
  font-size: 16px;
  font-family: "Poppins";
}
.containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__selectTermsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__createAccountButton .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__loadingSpinnerContainer {
  margin-right: 24px;
  margin-left: -24px;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsAndConditionsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__selectTermsContainer .containers-StaticPages-createAccount-components-FinalizeAccount-TermsAndConditions-__termsCheckbox {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationContainer {
  width: 100%;
  height: 325px;
  padding: 0px 25px;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationContainer .containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationLabel {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
}
.containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationContainer .containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__customPasswordInput {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationContainer ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
}
.containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationContainer .containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__passwordInput {
  margin: 5px 0px;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationContainer .containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__passwordInput .ant-input-affix-wrapper {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationContainer .containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__passwordInput .ant-input-affix-wrapper svg {
  width: 20px;
  height: 20px;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationContainer .containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__passwordRepeat {
  margin: 5px 0px;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationContainer .containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__passwordRepeat .ant-input {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationContainer .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationContainer .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%;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationContainer .containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__passwordRuleList {
  margin: 12px 0px;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationContainer .containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__passwordRuleList .containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__passwordRule {
  margin: 3px;
  font-family: "Poppins";
  color: var(--dark-grey);
  display: flex;
  align-items: center;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationContainer .containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__passwordRuleList .containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__passwordRule .containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__validationIcon {
  margin: 0px 10px;
  display: flex;
}
.containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__verificationContainer .containers-StaticPages-createAccount-components-FinalizeAccount-CreatePassword-__passwordSubmit {
  margin-top: 20px;
  width: 150px;
  height: 45px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-createAccount-components-FinalizeAccount-__finalizeAcctContainer {
  width: 100%;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-StaticPages-team-__content {
  padding-top: 50px;
  background-color: rbg(243, 246, 248);
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__heroImageContainer {
  position: relative;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__heroImageContainer .containers-StaticPages-team-__heroImage {
  width: 100%;
  height: 720px;
  background-image: url("/img/powur_hq.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__heroImageContainer .containers-StaticPages-team-__titleOverlay {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__heroImageContainer .containers-StaticPages-team-__titleOverlay .containers-StaticPages-team-__textContainer {
  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;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__heroImageContainer .containers-StaticPages-team-__titleOverlay .containers-StaticPages-team-__textContainer .containers-StaticPages-team-__mainText {
  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) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__heroImageContainer .containers-StaticPages-team-__titleOverlay .containers-StaticPages-team-__textContainer .containers-StaticPages-team-__mainText {
    font-size: 40px;
  }
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__heroImageContainer .containers-StaticPages-team-__titleOverlay .containers-StaticPages-team-__textContainer .containers-StaticPages-team-__subText {
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: var(--white);
  width: 100%;
  max-width: 400px;
}
@media (max-width: 505px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__heroImageContainer .containers-StaticPages-team-__titleOverlay .containers-StaticPages-team-__textContainer .containers-StaticPages-team-__subText {
    font-size: 16px;
  }
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__heroImageContainer .containers-StaticPages-team-__titleOverlay .containers-StaticPages-team-__textContainer .containers-StaticPages-team-__zipButton {
  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;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__heroImageContainer .containers-StaticPages-team-__titleOverlay .containers-StaticPages-team-__textContainer .containers-StaticPages-team-__zipButton:hover {
  background-color: var(--primary-lite-highlighted);
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__subNavContainer {
  height: 60px;
  max-width: 500px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__subNavContainer .containers-StaticPages-team-__subNav {
  width: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__subNavContainer .containers-StaticPages-team-__subNav .containers-StaticPages-team-__link {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__subNavContainer .containers-StaticPages-team-__subNav .containers-StaticPages-team-__link .containers-StaticPages-team-__navButton {
  cursor: pointer;
  color: var(--lead-black);
  margin-bottom: 4px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__subNavContainer .containers-StaticPages-team-__subNav .containers-StaticPages-team-__link .containers-StaticPages-team-__underline {
  visibility: hidden;
  height: 3px;
  width: 40px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: var(--picton-blue);
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__subNavContainer .containers-StaticPages-team-__subNav .containers-StaticPages-team-__link .containers-StaticPages-team-__navButton:hover + .containers-StaticPages-team-__underline {
  visibility: visible;
}
@media (max-width: 500px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__subNavContainer .containers-StaticPages-team-__subNav {
    max-width: 300px;
  }
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__header {
  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;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__header .containers-StaticPages-team-__text {
  color: var(--white);
  text-transform: none;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
@media (max-width: 800px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__header {
    min-height: 70px;
  }
  .containers-StaticPages-team-__content .containers-StaticPages-team-__header .containers-StaticPages-team-__text {
    font-size: 23px;
  }
}
@media (max-width: 580px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__header {
    min-height: 60px;
  }
  .containers-StaticPages-team-__content .containers-StaticPages-team-__header .containers-StaticPages-team-__text {
    font-size: 20px;
  }
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__joinHeader {
  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);
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__joinHeader .containers-StaticPages-team-__text {
  color: var(--white);
  text-transform: none;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
@media (max-width: 800px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__joinHeader {
    min-height: 70px;
  }
  .containers-StaticPages-team-__content .containers-StaticPages-team-__joinHeader .containers-StaticPages-team-__text {
    font-size: 23px;
  }
}
@media (max-width: 580px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__joinHeader {
    min-height: 60px;
  }
  .containers-StaticPages-team-__content .containers-StaticPages-team-__joinHeader .containers-StaticPages-team-__text {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__joinHeader .containers-StaticPages-team-__text {
    padding: 0 20px;
    text-align: center;
  }
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__joinHeader .containers-StaticPages-team-__subText {
  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;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__joinHeader .containers-StaticPages-team-__joinButton {
  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;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__joinHeader .containers-StaticPages-team-__joinButton:hover {
  color: var(--picton-blue);
  border: 1px solid var(--picton-blue);
  transition: all 0.3s ease-in-out;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer {
  background-color: var(--white);
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer {
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
  padding-top: 50px;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__leadBlurbContainer {
  padding-top: 10px;
  padding-bottom: 50px;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__leadBlurbContainer .containers-StaticPages-team-__leadBlurb {
  text-align: center;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  color: var(--table-grey);
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__name {
  margin-top: 10px;
  display: block;
  color: var(--table-grey);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__title {
  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);
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__professionalLink {
  color: var(--botticelli-blue);
  font-size: 10px;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__spacer {
  padding: 0 4px;
  color: var(--lead-black);
  font-size: 10px;
  font-weight: 200;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__JBCardContainer {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  padding: 0 10px;
}
@media (max-width: 950px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__JBCardContainer {
    flex-direction: column;
    padding: 0;
  }
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__JBCardContainer .containers-StaticPages-team-__JBImage {
  max-width: 53%;
  border-radius: 3px;
}
@media (max-width: 950px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__JBCardContainer .containers-StaticPages-team-__JBImage {
    width: 100%;
  }
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__JBCardContainer .containers-StaticPages-team-__sideText {
  margin: 30px 0 30px 30px;
}
@media (max-width: 580px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__JBCardContainer .containers-StaticPages-team-__sideText {
    margin: 20px 0;
  }
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__JBCardContainer .containers-StaticPages-team-__sideText .containers-StaticPages-team-__boldName {
  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;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__JBCardContainer .containers-StaticPages-team-__sideText .containers-StaticPages-team-__boldTitle {
  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;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__JBCardContainer .containers-StaticPages-team-__sideText .containers-StaticPages-team-__paragraph {
  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;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__userCardContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__userCardContainer .containers-StaticPages-team-__userCard {
  flex: 1 0 21%;
  max-width: 25%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__userCardContainer .containers-StaticPages-team-__userCard {
    flex: 1 0 30%;
    max-width: 32%;
  }
}
@media (max-width: 580px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__userCardContainer .containers-StaticPages-team-__userCard {
    flex: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-width: unset;
  }
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__userCardContainer .containers-StaticPages-team-__userCard .containers-StaticPages-team-__imageContainer {
  display: flex;
  justify-content: center;
  width: 100%;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__userCardContainer .containers-StaticPages-team-__userCard .containers-StaticPages-team-__imageContainer .containers-StaticPages-team-__userImage {
  width: calc(100% - 20px);
  border-radius: 3px;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__userCardContainer .containers-StaticPages-team-__userCard .containers-StaticPages-team-__textContainer {
  width: 100%;
  padding-left: 14px;
}
@media (max-width: 580px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__userCardContainer .containers-StaticPages-team-__userCard .containers-StaticPages-team-__textContainer {
    margin-top: 10px;
    padding-left: 0;
  }
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__userCardContainer .containers-StaticPages-team-__userCard .containers-StaticPages-team-__textContainer .containers-StaticPages-team-__name {
  text-transform: uppercase;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__leadershipContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__userCardContainer .containers-StaticPages-team-__userCard .containers-StaticPages-team-__textContainer .containers-StaticPages-team-__title {
  width: 90%;
  line-height: 16px;
  font-weight: 400;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__missionContainer {
  background-color: var(--lightest-grey);
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__missionContainer .containers-StaticPages-team-__innerContainer {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1080px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__missionContainer .containers-StaticPages-team-__innerContainer {
    width: 80%;
  }
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__missionContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__verticalLine {
  width: 2px;
  background-color: var(--light-grey);
  height: 60px;
  float: left;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__missionContainer .containers-StaticPages-team-__innerContainer section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 18px 0;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__missionContainer .containers-StaticPages-team-__innerContainer section .containers-StaticPages-team-__boldTitle {
  color: var(--lead-black);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__missionContainer .containers-StaticPages-team-__innerContainer section .containers-StaticPages-team-__vision {
  margin: 0;
  color: var(--table-grey);
  text-transform: none;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__missionContainer .containers-StaticPages-team-__innerContainer section .containers-StaticPages-team-__vision:first-of-type {
  margin-bottom: 12px;
}
@media (max-width: 1080px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__missionContainer .containers-StaticPages-team-__innerContainer section .containers-StaticPages-team-__vision {
    font-size: 23px;
  }
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__missionContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__valuesContainer {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 580px) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__missionContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__valuesContainer {
    display: block;
  }
}
.containers-StaticPages-team-__content .containers-StaticPages-team-__missionContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__valuesContainer .containers-StaticPages-team-__value {
  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) {
  .containers-StaticPages-team-__content .containers-StaticPages-team-__missionContainer .containers-StaticPages-team-__innerContainer .containers-StaticPages-team-__valuesContainer .containers-StaticPages-team-__value {
    flex: unset;
    display: block;
    padding: 8px;
    width: 100%;
    margin: 8px 0;
    font-size: 23px;
  }
}
@s 3 -asset-path: https://powur-public2.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(.ant-picker-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-error.ant-picker .ant-picker-active-bar {
  background: #ff7875;
}
.ant-picker-status-warning.ant-picker,
.ant-picker-status-warning.ant-picker:not(.ant-picker-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-status-warning.ant-picker .ant-picker-active-bar {
  background: #ffc53d;
}
.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;
  flex: auto;
  min-width: 1px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}
.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;
  width: 11.3137085px;
  height: 11.3137085px;
  margin-left: 16.5px;
  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: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.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-compact-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
  margin-right: -1px;
}
.ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-item-rtl {
  margin-left: -1px;
}
.ant-picker-compact-item:hover,
.ant-picker-compact-item:focus,
.ant-picker-compact-item:active {
  z-index: 2;
}
.ant-picker-compact-item.ant-picker-focused {
  z-index: 2;
}
.ant-picker-compact-item[disabled] {
  z-index: 0;
}
.ant-picker-compact-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-last-item).ant-picker {
  border-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-first-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-last-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-first-item:not(.ant-picker-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-last-item:not(.ant-picker-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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-public2.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-public2.s3-us-west-1.amazonaws.com/assets;

.components-Pickers-DateRange-__dateRange .components-Pickers-DateRange-__label {
  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;
}
.components-Pickers-DateRange-__dateRange .ant-picker-clear {
  opacity: 1;
}
.components-Pickers-DateRange-__dateRange .ant-picker-clear svg {
  fill: var(--nepal-blue);
}
.components-Pickers-DateRange-__dateRange .components-Pickers-DateRange-__iconAtTheBegining .ant-picker-suffix {
  margin-left: 1px;
  margin-right: 10px;
  order: -1;
  border-right: 1px solid var(--botticelli-blue);
  height: 100%;
  padding: 9px 5px;
}
.components-Pickers-DateRange-__dateRange .components-Pickers-DateRange-__iconAtTheBegining .ant-picker-input {
  width: 60px;
}
.components-Pickers-DateRange-__dateRange .components-Pickers-DateRange-__activeBar .ant-picker-active-bar {
  margin-left: 35px;
}
.components-Pickers-DateRange-__dateRange .components-Pickers-DateRange-__standardViewPadding {
  padding: 10px 16px !important;
}
.components-Pickers-DateRange-__dateRange .components-Pickers-DateRange-__rangePicker {
  background-color: transparent;
  border-radius: 4px;
  width: 100%;
  border: 1px solid var(--botticelli-blue);
  padding: 0;
  height: 32px;
  top: 40.81%;
  bottom: 56.88%;
}
.components-Pickers-DateRange-__dateRange .components-Pickers-DateRange-__rangePicker div > input {
  font-size: 12px;
  color: var(--font-color-eastern-blue);
}
.components-Pickers-DateRange-__dateRange .components-Pickers-DateRange-__rangePicker 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);
}
.components-Pickers-DateRange-__dateRange .components-Pickers-DateRange-__rangePicker .ant-picker-range-separator {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: var(--dark-blue);
}
.components-Pickers-DateRange-__dateRange .components-Pickers-DateRange-__rangePicker .anticon-calendar {
  color: var(--font-color-eastern-blue);
  padding-bottom: 1px;
  padding-left: 1px;
}
.components-Pickers-DateRange-__dateRange .components-Pickers-DateRange-__noBorder {
  border: none !important;
}
.components-Pickers-DateRange-__dateRange .components-Pickers-DateRange-__largeText div > input {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  height: 24px;
}
.components-Pickers-DateRange-__dateRange .components-Pickers-DateRange-__largeText div > input::placeholder {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.components-Pickers-DateRange-__calendar td.ant-picker-cell-in-range::before {
  background-color: #bdf6ff;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-PlatformLayout-components-Sidebar-Filters-__menuContainer .components-PlatformLayout-components-Sidebar-Filters-__menu {
  background-color: transparent;
  border: none;
}
.components-PlatformLayout-components-Sidebar-Filters-__menuContainer .components-PlatformLayout-components-Sidebar-Filters-__menu .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;
}
.components-PlatformLayout-components-Sidebar-Filters-__menuContainer .components-PlatformLayout-components-Sidebar-Filters-__menu .components-PlatformLayout-components-Sidebar-Filters-__label {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
}
.components-PlatformLayout-components-Sidebar-Filters-__menuContainer .components-PlatformLayout-components-Sidebar-Filters-__menu .components-PlatformLayout-components-Sidebar-Filters-__subMenu {
  margin-bottom: 24px;
}
.components-PlatformLayout-components-Sidebar-Filters-__menuContainer .components-PlatformLayout-components-Sidebar-Filters-__menu .components-PlatformLayout-components-Sidebar-Filters-__subMenu .components-PlatformLayout-components-Sidebar-Filters-__titleContainer {
  display: flex;
  flex-direction: column;
  width: 175px;
  flex-wrap: wrap;
}
.components-PlatformLayout-components-Sidebar-Filters-__menuContainer .components-PlatformLayout-components-Sidebar-Filters-__menu .components-PlatformLayout-components-Sidebar-Filters-__subMenu .components-PlatformLayout-components-Sidebar-Filters-__titleContainer .components-PlatformLayout-components-Sidebar-Filters-__activeItem {
  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;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer {
  position: relative;
  margin-bottom: 24px;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .components-PlatformLayout-components-Sidebar-Filters-__menu {
  background-color: transparent;
  border: none;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .components-PlatformLayout-components-Sidebar-Filters-__menu .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;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .components-PlatformLayout-components-Sidebar-Filters-__menu .components-PlatformLayout-components-Sidebar-Filters-__label {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .components-PlatformLayout-components-Sidebar-Filters-__menu .components-PlatformLayout-components-Sidebar-Filters-__subMenu {
  margin-bottom: 24px;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .components-PlatformLayout-components-Sidebar-Filters-__menu .components-PlatformLayout-components-Sidebar-Filters-__subMenu .components-PlatformLayout-components-Sidebar-Filters-__titleContainer {
  display: flex;
  flex-direction: column;
  width: 175px;
  flex-wrap: wrap;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .components-PlatformLayout-components-Sidebar-Filters-__menu .components-PlatformLayout-components-Sidebar-Filters-__subMenu .components-PlatformLayout-components-Sidebar-Filters-__titleContainer .components-PlatformLayout-components-Sidebar-Filters-__activeItem {
  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;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .ant-menu-submenu-title {
  padding: 0;
  display: flex;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .ant-menu-submenu-title .ant-menu-title-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .components-PlatformLayout-components-Sidebar-Filters-__activeItem {
  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;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .components-PlatformLayout-components-Sidebar-Filters-__menuItem {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .components-PlatformLayout-components-Sidebar-Filters-__menuItemText {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--gothic-blue);
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .ant-checkbox-group {
  padding-left: 18px;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .ant-checkbox-group label {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .ant-checkbox-group label span {
  text-transform: capitalize;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .ant-checkbox-group label span:hover {
  color: var(--primary-color);
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .components-PlatformLayout-components-Sidebar-Filters-__checkbox {
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .components-PlatformLayout-components-Sidebar-Filters-__checkboxControl {
  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;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiSelectContainer .components-PlatformLayout-components-Sidebar-Filters-__checkboxControl:hover {
  color: var(--primary-color);
}
.components-PlatformLayout-components-Sidebar-Filters-__multiselectPopup ul {
  display: flex;
  flex-direction: column;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiselectPopup ul .components-PlatformLayout-components-Sidebar-Filters-__menuShow {
  background-color: var(--white) !important;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiselectPopup ul .components-PlatformLayout-components-Sidebar-Filters-__menuShow .ant-checkbox-group {
  display: flex;
  height: auto;
  flex-direction: column;
  padding: 8px 12px;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiselectPopup ul .components-PlatformLayout-components-Sidebar-Filters-__menuShow .ant-checkbox-group .ant-checkbox-group-item {
  margin: 4px 0;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiselectPopup ul .components-PlatformLayout-components-Sidebar-Filters-__menuShow .ant-checkbox-group .ant-checkbox-group-item span {
  text-transform: capitalize;
}
.components-PlatformLayout-components-Sidebar-Filters-__multiselectPopup ul .ant-menu-item {
  height: fit-content;
}
@s 3 -asset-path: https://powur-public2.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;
}
.containers-Admin-adminfinancials-__tabContainer {
  position: relative;
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__funds {
  font-weight: 500;
  font-size: 18px;
  margin-right: 16px;
  line-height: 21px;
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__actions {
  margin-top: 30px;
  margin-bottom: -46px;
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__actions button:disabled,
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__actions button[disabled] {
  background: var(--nepal-blue);
  color: var(--white);
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__actions button:disabled:hover,
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__actions button[disabled]:hover {
  background: var(--nepal-blue);
  color: var(--white);
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__actionsNoData {
  margin-top: 30px;
  margin-bottom: -46px;
  margin-bottom: 16px;
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__actionsNoData button:disabled,
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__actionsNoData button[disabled] {
  background: var(--nepal-blue);
  color: var(--white);
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__actionsNoData button:disabled:hover,
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__actionsNoData button[disabled]:hover {
  background: var(--nepal-blue);
  color: var(--white);
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__actionsMobile {
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__projectActions {
  margin-bottom: 20px;
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__actionButton {
  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;
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__actionButtonMobile {
  margin-left: 0;
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__leftButton {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__centerButton {
  border-radius: 0;
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__rightButton {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__smallButton {
  -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;
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__flexCol {
  display: flex;
  flex-direction: column;
}
.containers-Admin-adminfinancials-__tabContainer .containers-Admin-adminfinancials-__headerRow {
  margin: 10px 0;
}
.containers-Admin-adminfinancials-__sidebar .containers-Admin-adminfinancials-__filters {
  margin-top: 16px;
}
.containers-Admin-adminfinancials-__pickerButtonContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 8px;
  width: 450px;
  background-color: var(--botticelli-blue);
  border-radius: 4px;
}
.containers-Admin-adminfinancials-__pickerButtonContainer .containers-Admin-adminfinancials-__rangePicker > div > input {
  font-size: 12px;
}
.containers-Admin-adminfinancials-__pickerButtonContainer .containers-Admin-adminfinancials-__calendar td.ant-picker-cell-in-range::before {
  background-color: #bdf6ff;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-PlatformLayout-components-PlatformPageHeader-__header {
  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;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__row {
  width: 100%;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__title {
  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;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__titleCaret {
  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;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerLeft {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerLeft .ant-tooltip-inner {
  width: 367px;
  height: 163.5px;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerLeft .components-PlatformLayout-components-PlatformPageHeader-__backButton {
  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;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerLeft .components-PlatformLayout-components-PlatformPageHeader-__title {
  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) {
  .components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerLeft .components-PlatformLayout-components-PlatformPageHeader-__title {
    display: none;
  }
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerLeft .components-PlatformLayout-components-PlatformPageHeader-__logoContainer {
  height: 100%;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 6px;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerLeft .components-PlatformLayout-components-PlatformPageHeader-__logoContainer svg {
  pointer-events: none;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerLeft .components-PlatformLayout-components-PlatformPageHeader-__logoContainerOpen {
  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);
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerLeft .components-PlatformLayout-components-PlatformPageHeader-__logoContainerOpen svg {
  pointer-events: none;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__activateButtonContainer {
  margin-right: 24px;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerActions {
  display: flex;
  align-items: center;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerActions > *:last-child {
  margin-left: 4vw;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerRight {
  display: flex;
  align-items: center;
  z-index: 100;
  cursor: pointer;
  position: relative;
  top: 0;
  right: 40px;
  height: 48px;
  min-width: 123px;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerRight .components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsBell {
  margin-right: 6px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerRight .components-PlatformLayout-components-PlatformPageHeader-__display {
  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);
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerRight .components-PlatformLayout-components-PlatformPageHeader-__display .components-PlatformLayout-components-PlatformPageHeader-__userDisplay {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerRight .components-PlatformLayout-components-PlatformPageHeader-__display .components-PlatformLayout-components-PlatformPageHeader-__userDisplay .components-PlatformLayout-components-PlatformPageHeader-__name {
  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) {
  .components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerRight .components-PlatformLayout-components-PlatformPageHeader-__display .components-PlatformLayout-components-PlatformPageHeader-__userDisplay .components-PlatformLayout-components-PlatformPageHeader-__name {
    display: none;
  }
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerRight .components-PlatformLayout-components-PlatformPageHeader-__display .components-PlatformLayout-components-PlatformPageHeader-__caretContainer {
  margin-left: 10px;
  padding-bottom: 2px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerRight .components-PlatformLayout-components-PlatformPageHeader-__display .components-PlatformLayout-components-PlatformPageHeader-__caretContainer div {
  height: 46px;
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerRight .components-PlatformLayout-components-PlatformPageHeader-__display .components-PlatformLayout-components-PlatformPageHeader-__caretContainer div svg {
  margin-bottom: 7px;
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerRight .components-PlatformLayout-components-PlatformPageHeader-__display .components-PlatformLayout-components-PlatformPageHeader-__caretContainer {
    padding-bottom: 0px;
  }
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerRight .components-PlatformLayout-components-PlatformPageHeader-__display {
    justify-content: flex-end;
    min-width: unset;
  }
}
.components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerRight .components-PlatformLayout-components-PlatformPageHeader-__hoverDisplay {
  background-color: var(--dark-blue);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-PlatformPageHeader-__header .components-PlatformLayout-components-PlatformPageHeader-__headerRight {
    right: 4px;
  }
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-PlatformPageHeader-__header {
    padding: 0;
  }
}
.components-PlatformLayout-components-PlatformPageHeader-__bellContainer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-PlatformPageHeader-__bellContainer .components-PlatformLayout-components-PlatformPageHeader-__bellBox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  background: rgba(41, 92, 160, 0.25);
  border-radius: 6px;
}
.components-PlatformLayout-components-PlatformPageHeader-__bellContainer .components-PlatformLayout-components-PlatformPageHeader-__bellBoxTransparent {
  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;
}
.components-PlatformLayout-components-PlatformPageHeader-__bellContainer .components-PlatformLayout-components-PlatformPageHeader-__counter {
  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;
}
.components-PlatformLayout-components-PlatformPageHeader-__bellContainer .components-PlatformLayout-components-PlatformPageHeader-__counter span {
  color: var(--dark-blue);
  font-size: 8px;
  font-weight: 700;
  line-height: 11px;
}
.components-PlatformLayout-components-PlatformPageHeader-__platformPageDropdown {
  background-color: var(--dark-blue);
}
.components-PlatformLayout-components-PlatformPageHeader-__hide {
  display: none;
}
.interstitialNotification .ant-notification-notice-message {
  margin-right: 48px;
}
.interstitialNotification .ant-notification-notice-description {
  margin-right: 48px;
}
.components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay {
  z-index: 100;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu {
  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);
}
.components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner {
  padding: 2px 6px 6px 6px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner .components-PlatformLayout-components-PlatformPageHeader-__itemRow {
  height: 36px;
  display: flex;
  align-items: center;
  margin: 1px 0;
  color: var(--white);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner .components-PlatformLayout-components-PlatformPageHeader-__itemRow .components-PlatformLayout-components-PlatformPageHeader-__iconContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  height: 36px;
  width: 36px;
}
.components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner .components-PlatformLayout-components-PlatformPageHeader-__itemRow span {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-left: 11px;
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner .components-PlatformLayout-components-PlatformPageHeader-__itemRow {
    flex-direction: row-reverse;
  }
  .components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner .components-PlatformLayout-components-PlatformPageHeader-__itemRow span {
    margin-right: 11px;
  }
}
.components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner .components-PlatformLayout-components-PlatformPageHeader-__itemRow:hover {
  background: var(--dark-navy);
}
.components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner .components-PlatformLayout-components-PlatformPageHeader-__itemRowActive {
  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);
}
.components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner .components-PlatformLayout-components-PlatformPageHeader-__itemRowActive .components-PlatformLayout-components-PlatformPageHeader-__iconContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  height: 36px;
  width: 36px;
}
.components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner .components-PlatformLayout-components-PlatformPageHeader-__itemRowActive span {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-left: 11px;
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner .components-PlatformLayout-components-PlatformPageHeader-__itemRowActive {
    flex-direction: row-reverse;
  }
  .components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner .components-PlatformLayout-components-PlatformPageHeader-__itemRowActive span {
    margin-right: 11px;
  }
}
.components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner .components-PlatformLayout-components-PlatformPageHeader-__itemRowActive:hover {
  background: var(--dark-navy);
}
.components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner .components-PlatformLayout-components-PlatformPageHeader-__itemRowActive .components-PlatformLayout-components-PlatformPageHeader-__iconContainer {
  background: var(--primary-color);
}
.components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner .components-PlatformLayout-components-PlatformPageHeader-__itemRowActive:hover {
  background: var(--primary-color);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-PlatformPageHeader-__logoutDropdownOverlay .components-PlatformLayout-components-PlatformPageHeader-__menu .components-PlatformLayout-components-PlatformPageHeader-__inner {
    padding-right: 14px;
    padding-left: 0px;
  }
}
.components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsContainer {
  padding: 12px;
}
.components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsContainer .components-PlatformLayout-components-PlatformPageHeader-__notificationBox {
  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;
}
.components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsContainer .components-PlatformLayout-components-PlatformPageHeader-__notificationBox .components-PlatformLayout-components-PlatformPageHeader-__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: var(--darker-blue);
  padding-bottom: 2px;
  text-transform: capitalize;
}
.components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsContainer .components-PlatformLayout-components-PlatformPageHeader-__notificationBox .components-PlatformLayout-components-PlatformPageHeader-__left {
  display: flex;
  align-items: center;
}
.components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsContainer .components-PlatformLayout-components-PlatformPageHeader-__notificationBox .components-PlatformLayout-components-PlatformPageHeader-__left .components-PlatformLayout-components-PlatformPageHeader-__dot {
  height: 12px;
  width: 12px;
  background: linear-gradient(45deg, var(--canary-yellow) 0.83%, var(--lime) 100.83%);
  border-radius: 100%;
  margin-right: 12px;
}
.components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsContainer .components-PlatformLayout-components-PlatformPageHeader-__notificationBox .components-PlatformLayout-components-PlatformPageHeader-__left .components-PlatformLayout-components-PlatformPageHeader-__viewedDot {
  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);
}
.components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsContainer .components-PlatformLayout-components-PlatformPageHeader-__notificationBox .components-PlatformLayout-components-PlatformPageHeader-__left .components-PlatformLayout-components-PlatformPageHeader-__viewedTitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding-bottom: 2px;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--darker-blue);
}
.components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsContainer .components-PlatformLayout-components-PlatformPageHeader-__notificationBox .components-PlatformLayout-components-PlatformPageHeader-__right {
  display: flex;
  align-items: center;
}
.components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsContainer .components-PlatformLayout-components-PlatformPageHeader-__notificationBox .components-PlatformLayout-components-PlatformPageHeader-__right .components-PlatformLayout-components-PlatformPageHeader-__time {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: var(--darker-blue);
  padding-bottom: 2px;
  text-transform: capitalize;
  font-weight: 600;
}
.components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsContainer .components-PlatformLayout-components-PlatformPageHeader-__notificationBox .components-PlatformLayout-components-PlatformPageHeader-__right .components-PlatformLayout-components-PlatformPageHeader-__viewedTime {
  font-weight: 400;
  color: var(--gothic-blue);
}
.components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsContainer .components-PlatformLayout-components-PlatformPageHeader-__notificationBox:hover {
  background: var(--springtime-dew);
}
.components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsContainer .components-PlatformLayout-components-PlatformPageHeader-__notificationBox:hover .components-PlatformLayout-components-PlatformPageHeader-__title,
.components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsContainer .components-PlatformLayout-components-PlatformPageHeader-__notificationBox:hover .components-PlatformLayout-components-PlatformPageHeader-__viewedTitle,
.components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsContainer .components-PlatformLayout-components-PlatformPageHeader-__notificationBox:hover .components-PlatformLayout-components-PlatformPageHeader-__time,
.components-PlatformLayout-components-PlatformPageHeader-__reminderNotificationsContainer .components-PlatformLayout-components-PlatformPageHeader-__notificationBox:hover .components-PlatformLayout-components-PlatformPageHeader-__viewedTime {
  color: var(--dark-blue);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-PlatformLayout-components-Sidebar-Search-__searchStyle {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--font-color-eastern-blue);
  border-radius: 0;
  padding: 0;
  width: 175px;
}
.components-PlatformLayout-components-Sidebar-Search-__searchStyle:focus,
.components-PlatformLayout-components-Sidebar-Search-__searchStyle:focus-within {
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--font-color-eastern-blue);
}
.components-PlatformLayout-components-Sidebar-Search-__inputStyle {
  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;
}
.components-PlatformLayout-components-Sidebar-Search-__inputStyle:focus {
  box-shadow: none;
  outline: none;
}
.components-PlatformLayout-components-Sidebar-Search-__tinyButtonStyle {
  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;
}
.components-PlatformLayout-components-Sidebar-Search-__tinyButtonStyle .components-PlatformLayout-components-Sidebar-Search-__icon {
  color: var(--white);
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer {
  margin-bottom: 40px;
  width: 100%;
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--nepal-blue);
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__inputContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__search {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--font-color-eastern-blue);
  border-radius: 0;
  padding: 0;
  width: 175px;
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__search:focus,
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__search:focus-within {
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--font-color-eastern-blue);
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__search > 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;
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__search > input:focus {
  box-shadow: none;
  outline: none;
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__inlineSubmitButton {
  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;
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__inlineSubmitButton .components-PlatformLayout-components-Sidebar-Search-__icon {
  color: var(--white);
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__inlineClearButton {
  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;
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__inlineClearButton .components-PlatformLayout-components-Sidebar-Search-__icon {
  color: var(--white);
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__inlineClearButton .components-PlatformLayout-components-Sidebar-Search-__closeIcon {
  color: var(--dark-blue);
  font-size: 10px;
  transition: all 0.1s ease-in-out;
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__buttons {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__buttons .components-PlatformLayout-components-Sidebar-Search-__button {
  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);
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__buttons .components-PlatformLayout-components-Sidebar-Search-__searchButton {
  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);
}
.components-PlatformLayout-components-Sidebar-Search-__searchContainer .components-PlatformLayout-components-Sidebar-Search-__buttons .components-PlatformLayout-components-Sidebar-Search-__clearButton {
  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;
}
.components-PlatformLayout-components-Sidebar-Search-__searchBadge {
  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 .components-PlatformLayout-components-Sidebar-Search-__title {
  font-weight: 600;
  color: var(--web-orange);
  font-size: 12px;
  text-transform: uppercase;
}
.searchTip .ant-popover-content .ant-popover-inner .components-PlatformLayout-components-Sidebar-Search-__contentRow {
  color: var(--white);
  font-weight: 400;
  font-size: 12px;
}
.searchTip .ant-popover-content .ant-popover-inner .components-PlatformLayout-components-Sidebar-Search-__contentRow .components-PlatformLayout-components-Sidebar-Search-__bold {
  font-weight: 600;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-FormElements-__item {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.components-FormElements-__item .components-FormElements-__label {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
}
.components-FormElements-__item .ant-legacy-form-item-label > label::after {
  display: none;
}
.components-FormElements-__error {
  position: absolute;
  font-size: 10px;
  color: var(--congo-pink);
  width: calc(100% - 8px);
  background-color: transparent;
}
.components-FormElements-__inputItem {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.components-FormElements-__inputItem .components-FormElements-__label {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
}
.components-FormElements-__inputItem .ant-legacy-form-item-label > label::after {
  display: none;
}
.components-FormElements-__inputItem .components-FormElements-__input {
  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%;
}
.components-FormElements-__inputItem .ant-input-number-input {
  font-weight: 500;
}
.components-FormElements-__inputItem .components-FormElements-__select {
  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%;
}
.components-FormElements-__inputItem .components-FormElements-__select .components-FormElements-__caretIcon {
  color: var(--font-color-eastern-blue);
  padding-left: 4px;
}
.components-FormElements-__inputItem .components-FormElements-__select .ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: none;
}
.components-FormElements-__inputItem .components-FormElements-__select .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;
}
.components-FormElements-__inputItem .components-FormElements-__select .ant-select-selection-item .ant-select-selection-item-content {
  margin-right: 8px;
}
.components-FormElements-__inputItem .components-FormElements-__select .ant-select-selection-item-remove svg {
  fill: var(--dark-blue);
}
.components-FormElements-__inputItem .components-FormElements-__select .ant-select-suffix {
  color: var(--font-color-eastern-blue);
}
.components-FormElements-__inputItem .components-FormElements-__select .ant-select-selector {
  border: none;
  height: 30px;
}
.components-FormElements-__selectItem {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.components-FormElements-__selectItem .components-FormElements-__label {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
}
.components-FormElements-__selectItem .ant-legacy-form-item-label > label::after {
  display: none;
}
.components-FormElements-__autoCompleteContainer .components-FormElements-__autoComplete {
  width: 100%;
}
.components-FormElements-__autoCompleteContainer .components-FormElements-__input input {
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
}
.components-FormElements-__autoCompleteContainer .components-FormElements-__input .components-FormElements-__prefix {
  margin-top: 2px;
  margin-left: 2px;
}
.components-FormElements-__autoCompleteDropdownUserDisplay {
  width: 100%;
  display: flex;
}
.components-FormElements-__autoCompleteDropdownUserDisplay .components-FormElements-__avatarContainer {
  margin-right: 8px;
}
.components-FormElements-__autoCompleteDropdownUserDisplay .components-FormElements-__nameContainer {
  color: var(--slate-grey);
  font-size: 12px;
  font-weight: 600;
}
.components-FormElements-__formSectionContainer {
  margin-top: 15px;
  margin-bottom: 25px;
  position: relative;
}
.components-FormElements-__formSectionContainer .components-FormElements-__cardContainer {
  width: 100%;
  padding: 24px;
  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);
}
.components-FormElements-__formSectionContainer .components-FormElements-__cardContainer .components-FormElements-__formRow {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
}
.components-FormElements-__formSectionContainer .components-FormElements-__cardContainerNoPadding {
  width: 100%;
  padding: 24px;
  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;
}
.components-FormElements-__formSectionContainer .components-FormElements-__cardContainerNoPadding .components-FormElements-__formRow {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

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

.components-FormElements-TextAreaInput-__textAreaInputContainer {
  width: 100%;
}
.components-FormElements-TextAreaInput-__textAreaInputContainer .components-FormElements-TextAreaInput-__labelRow {
  display: flex;
  justify-content: space-between;
}
.components-FormElements-TextAreaInput-__textAreaInputContainer .components-FormElements-TextAreaInput-__label {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  color: var(--nepal-blue);
  text-transform: uppercase;
  margin-bottom: 9px;
}
.components-FormElements-TextAreaInput-__textAreaInputContainer .components-FormElements-TextAreaInput-__input {
  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);
}
.components-FormElements-TextAreaInput-__textAreaInputContainer .components-FormElements-TextAreaInput-__input:hover {
  border: 1px solid var(--botticelli-blue);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-PlatformLayout-components-Sidebar-AutoComplete-__autoComplete {
  margin-bottom: 20px;
  margin-top: 4px;
}
.components-PlatformLayout-components-Sidebar-AutoComplete-__autoComplete div {
  background-color: transparent;
}
.components-PlatformLayout-components-Sidebar-AutoComplete-__label {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
}
.components-PlatformLayout-components-Sidebar-AutoComplete-__input {
  background-color: transparent;
}
.components-PlatformLayout-components-Sidebar-AutoComplete-__input 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;
}
.components-PlatformLayout-components-Sidebar-AutoComplete-__input input:focus {
  box-shadow: none;
  outline: none;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

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

.containers-Admin-users-__label {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
}
.containers-Admin-users-__permLabel {
  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;
}
.containers-Admin-users-__drawerMask {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: var(--primary-color-a30);
  overflow: hidden;
  z-index: 1001;
}
.containers-Admin-users-__tableContainer {
  max-width: 900px;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__table {
  margin-top: 0;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__column {
  height: 100%;
  padding: 8px 16px;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__row {
  cursor: pointer;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__rowWhite {
  background-color: var(--white);
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__headerCell {
  border-bottom: 1px solid var(--slate-grey);
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__centeredColumn {
  height: 100%;
  padding: 8px 16px;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__centeredColumn span {
  justify-content: center;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__subColumn {
  height: 100%;
  padding: 8px 16px;
  padding: 4px 16px;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__subColumn span {
  justify-content: center;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__columnHeader {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__cell {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__centeredCell {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
  align-items: center;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__centeredCellDate {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
  align-items: center;
  font-size: 9px;
  text-align: center;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__avatar {
  width: 75px;
  height: 75px;
  border: 1px solid var(--slate-grey-a65);
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__nameContainer {
  padding-left: 8px;
  width: 100%;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__roleContainer {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__roleContainer .containers-Admin-users-__editIcon {
  display: inline-block;
  padding: 5px 10px 0 0;
  text-align: left;
  font-size: 16px;
  color: var(--primary-color);
  cursor: pointer;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__name {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__small {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__bold {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.containers-Admin-users-__tableContainer .containers-Admin-users-__email {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--primary-color);
}
.containers-Admin-users-__cardsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  padding: 0 3px;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__loading {
  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;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__loading .containers-Admin-users-__spin {
  z-index: 7;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__paginationContainer {
  width: 100%;
  margin-top: 10px;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__paginationContainer .containers-Admin-users-__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__emptyContainer {
  width: 100%;
  background-color: var(--white);
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__card {
  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);
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__card .containers-Admin-users-__openDrawer {
  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;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__card .containers-Admin-users-__openDrawer .containers-Admin-users-__openDrawerIcon {
  color: var(--slate-grey);
  font-size: 12px;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__card .containers-Admin-users-__openDrawer .containers-Admin-users-__openDrawerText {
  font-size: 10px;
  text-align: center;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__card .containers-Admin-users-__row {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__card .containers-Admin-users-__clickable {
  cursor: pointer;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__card .containers-Admin-users-__headline {
  font-size: 14px;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__card .containers-Admin-users-__text {
  font-size: 12px;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__card .containers-Admin-users-__metricRow {
  display: flex;
  align-items: flex-end;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__card .containers-Admin-users-__valueCol {
  display: flex;
  justify-content: flex-end;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__card .containers-Admin-users-__value {
  font-size: 10px;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__card .containers-Admin-users-__email {
  font-size: 12px;
  color: var(--primary-color);
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__card .containers-Admin-users-__detail {
  font-size: 10px;
  color: rgba(128, 128, 128, 0.65);
  text-transform: uppercase;
}
.containers-Admin-users-__cardsContainer .containers-Admin-users-__card .containers-Admin-users-__icon {
  font-size: 18px;
  color: var(--light-grey);
}
.containers-Admin-users-__userDetailDrawer {
  width: 100%;
  height: calc(100vh - 400);
  position: relative;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color-a30);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mainContent {
  position: relative;
  width: auto;
  height: calc(100vh - 50px);
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mainContent .containers-Admin-users-__tabs {
  height: 100%;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mainContent .containers-Admin-users-__tabs .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;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mainContent .containers-Admin-users-__tabs .ant-tabs-tab:not(:first-of-type) {
  margin: 0 0 0 20px !important;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mainContent .containers-Admin-users-__tabs .containers-Admin-users-__tabWindow {
  height: calc(100vh - 100px);
  overflow-y: auto;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mainContent .containers-Admin-users-__tabs .ant-tabs-nav-wrap {
  box-shadow: none;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mainContent .containers-Admin-users-__tabs .containers-Admin-users-__tabLabel {
  font-size: 14px;
  margin: 0 12px;
  font-weight: 500;
  font-family: Poppins;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mainContent .containers-Admin-users-__tabs .containers-Admin-users-__mobileTabSelect {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mainContent .containers-Admin-users-__tabs .containers-Admin-users-__mobileTabSelect .containers-Admin-users-__dropdown {
  width: 275px;
  max-width: 100%;
  color: var(--primary-color);
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab {
  width: auto;
  height: 100%;
  padding: 40px 25px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__section {
  margin-bottom: 20px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__section:last-child {
  margin-bottom: 0;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__licenseDisplay {
  margin: 25px 0;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__metricsContainer {
  background-color: var(--white);
  border-radius: 4px;
  padding: 23px 24px;
  max-width: auto;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__metricsContainer .containers-Admin-users-__headerRow {
  padding: 4px 0;
  margin-bottom: 4px;
  font-size: 10px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__userActionsContainer {
  border-radius: 12px 12px 0px 0px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 10px 10px;
  border-radius: 4px;
  background-color: var(--white);
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer .containers-Admin-users-__btn {
  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;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer .containers-Admin-users-__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;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer .containers-Admin-users-__button 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%;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer button:disabled,
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer 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);
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer button:disabled button,
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer 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);
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer .containers-Admin-users-__cancellingButton {
  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;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userInfoTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer .containers-Admin-users-__cancellingButton 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%;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .ant-rate-star:not(:last-child) {
  margin-right: 2px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__metricHeaderText {
  font-size: 9px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mentorNameText {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  color: var(--primary-color);
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__menteeNameText {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 500;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__cityText {
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0em;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__numberText {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0em;
  color: var(--gothic-blue);
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__dateText {
  font-size: 9px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--table-badge-total);
  text-transform: uppercase;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__userInfoHeader {
  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);
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__userInfoHeader .containers-Admin-users-__avatarRow {
  display: flex;
  align-items: center;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__userInfoHeader .containers-Admin-users-__avatarRow .containers-Admin-users-__avatarCol {
  margin-right: 14px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__userInfoHeader .containers-Admin-users-__avatarRow .containers-Admin-users-__mentorNameText {
  margin-bottom: -3px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__userInfoHeader .containers-Admin-users-__metricsContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__userInfoHeader .containers-Admin-users-__metricsContainer .containers-Admin-users-__metricRow {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__userInfoHeader .containers-Admin-users-__metricsContainer .containers-Admin-users-__metricRow .containers-Admin-users-__metricHeaderText {
  width: 95px;
  padding-top: 2px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__userInfoHeader .containers-Admin-users-__metricsContainer .containers-Admin-users-__metricRow .containers-Admin-users-__numberText {
  margin-top: 0px;
  margin-left: 5px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__userInfoHeader .containers-Admin-users-__metricsContainer .containers-Admin-users-__metricRow .containers-Admin-users-__metricCol {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__userInfoHeader .containers-Admin-users-__overallContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-items: center;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__userInfoHeader .containers-Admin-users-__overallContainer .containers-Admin-users-__metricRow {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__userInfoHeader .containers-Admin-users-__overallContainer .containers-Admin-users-__metricRow .containers-Admin-users-__metricHeaderText {
  width: 95px;
  padding-top: 2px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__userInfoHeader .containers-Admin-users-__overallContainer .containers-Admin-users-__metricRow .containers-Admin-users-__numberText {
  margin-top: 0px;
  margin-left: 5px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__userInfoHeader .containers-Admin-users-__overallContainer .containers-Admin-users-__metricRow .containers-Admin-users-__metricCol {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__userInfoHeader .containers-Admin-users-__overallContainer .containers-Admin-users-__metricRow {
  justify-content: center;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader {
  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;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__avatarRow {
  display: flex;
  align-items: center;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__avatarRow .containers-Admin-users-__avatarCol {
  margin-right: 14px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__avatarRow .containers-Admin-users-__mentorNameText {
  margin-bottom: -3px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__metricsContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__metricsContainer .containers-Admin-users-__metricRow {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__metricsContainer .containers-Admin-users-__metricRow .containers-Admin-users-__metricHeaderText {
  width: 95px;
  padding-top: 2px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__metricsContainer .containers-Admin-users-__metricRow .containers-Admin-users-__numberText {
  margin-top: 0px;
  margin-left: 5px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__metricsContainer .containers-Admin-users-__metricRow .containers-Admin-users-__metricCol {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__overallContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-items: center;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__overallContainer .containers-Admin-users-__metricRow {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__overallContainer .containers-Admin-users-__metricRow .containers-Admin-users-__metricHeaderText {
  width: 95px;
  padding-top: 2px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__overallContainer .containers-Admin-users-__metricRow .containers-Admin-users-__numberText {
  margin-top: 0px;
  margin-left: 5px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__overallContainer .containers-Admin-users-__metricRow .containers-Admin-users-__metricCol {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__overallContainer .containers-Admin-users-__metricRow {
  justify-content: center;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__metricHeaderText {
  margin-bottom: -3px;
  padding-top: 1px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__avatarRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__avatarRow .containers-Admin-users-__avatarContainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__avatarRow .containers-Admin-users-__overallContainer {
  align-items: flex-end;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__avatarRow .containers-Admin-users-__overallContainer .containers-Admin-users-__overallMetricRow {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__avatarRow .containers-Admin-users-__overallContainer .containers-Admin-users-__overallMetricRow .containers-Admin-users-__star {
  margin-right: 4px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__metricRow {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__metricRow .containers-Admin-users-__metricCol {
  text-align: center;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__metricRow .containers-Admin-users-__ratingRow {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__mobileUserInfoHeader .containers-Admin-users-__metricRow .containers-Admin-users-__ratingRow .containers-Admin-users-__star {
  margin-right: 4px;
  width: 100%;
  display: block;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__mentorReviewsTab .containers-Admin-users-__content .containers-Admin-users-__tableContainer {
  padding: 24px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab {
  width: auto;
  height: 100%;
  padding: 40px 25px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__section {
  margin-bottom: 20px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__section:last-child {
  margin-bottom: 0;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__licenseDisplay {
  margin: 25px 0;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__metricsContainer {
  background-color: var(--white);
  border-radius: 4px;
  padding: 23px 24px;
  max-width: auto;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__metricsContainer .containers-Admin-users-__headerRow {
  padding: 4px 0;
  margin-bottom: 4px;
  font-size: 10px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__userActionsContainer {
  border-radius: 12px 12px 0px 0px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 10px 10px;
  border-radius: 4px;
  background-color: var(--white);
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer .containers-Admin-users-__btn {
  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;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer .containers-Admin-users-__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;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer .containers-Admin-users-__button 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%;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer button:disabled,
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer 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);
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer button:disabled button,
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer 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);
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer .containers-Admin-users-__cancellingButton {
  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;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__userActionsContainer .containers-Admin-users-__buttonsContainer .containers-Admin-users-__cancellingButton 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%;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__table .containers-Admin-users-__row {
  background-color: var(--white);
  cursor: default;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__table .containers-Admin-users-__removeButton {
  font-size: 12px;
  text-transform: uppercase;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__selectWrapper {
  margin-top: 20px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__selectWrapper .containers-Admin-users-__selectContainer {
  width: 100%;
  display: flex;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__selectWrapper .containers-Admin-users-__selectContainer .containers-Admin-users-__select {
  width: 300px;
  color: var(--primary-color);
  margin-right: 10px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__userRolesTab .containers-Admin-users-__selectWrapper .containers-Admin-users-__selectContainer .containers-Admin-users-__button {
  width: 100px;
  font-size: 12px;
  text-transform: uppercase;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__fallback .containers-Admin-users-__header {
  background-color: var(--primary-color);
  height: 50px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-top: -12px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer div {
  z-index: 1;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer .containers-Admin-users-__mentorLookup .ant-select-selection-search-input {
  border-radius: 18px;
  border: none;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer .containers-Admin-users-__mentorLookup .ant-select-selection-search-input input {
  font-size: 12px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer .containers-Admin-users-__mentorLookup .anticon-close {
  color: var(--primary-color);
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer .containers-Admin-users-__mentorLookup .ant-select-selection-placeholder {
  font-size: 12px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer .containers-Admin-users-__label {
  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;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer .containers-Admin-users-__mentorSelectCol {
  margin-left: 14px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer .containers-Admin-users-__mentorSelectCol .ant-select-selection-search-input {
  border-radius: 18px;
  border: none;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer .containers-Admin-users-__mentorSelectCol .ant-select-selection-search-input input {
  font-size: 12px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer .containers-Admin-users-__mentorSelectCol .anticon-close {
  color: var(--primary-color);
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer .containers-Admin-users-__mentorSelectCol .ant-select-selection-placeholder {
  font-size: 12px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer .containers-Admin-users-__mentorSelectCol .containers-Admin-users-__select {
  width: 150px;
  height: 32px;
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer .containers-Admin-users-__mentorSelectCol .ant-select-selector {
  height: 32px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  border: 1px solid var(--white);
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer .containers-Admin-users-__mentorSelectCol .ant-select-selection-item {
  font-size: 12px;
  line-height: 30px !important;
  color: var(--primary-color);
}
.containers-Admin-users-__userDetailDrawer .containers-Admin-users-__sortsContainer .containers-Admin-users-__mentorSelectCol .containers-Admin-users-__option {
  color: var(--primary-color);
}
.containers-Admin-users-__changeSponsor {
  width: 100%;
}
.containers-Admin-users-__changeSponsor .containers-Admin-users-__sponsorInfo {
  margin-bottom: 10px;
  width: 100%;
}
.containers-Admin-users-__changeSponsor .containers-Admin-users-__sponsorInfo .containers-Admin-users-__bodyRow {
  width: 100%;
}
.containers-Admin-users-__changeSponsor .containers-Admin-users-__sponsorInfo .containers-Admin-users-__sponsorInfoLabel {
  line-height: 16px;
  height: 16px;
  font-weight: 600;
  margin-top: 5px;
}
.containers-Admin-users-__changeSponsor .containers-Admin-users-__sponsorInfo .containers-Admin-users-__sponsorInfoValue {
  line-height: 16px;
  height: 16px;
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.containers-Admin-users-__changeSponsor .containers-Admin-users-__selectSponsor {
  width: 100%;
}
.containers-Admin-users-__accountAuthContainer {
  background-color: var(--white);
  border-radius: 4px;
  padding: 23px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.containers-Admin-users-__accountAuthContainer .containers-Admin-users-__selectAuthType {
  width: 520px;
}
.containers-Admin-users-__accountAuthContainer .containers-Admin-users-__selectAuthType .ant-select-selector {
  border-radius: 4px;
}
.containers-Admin-users-__accountAuthContainer .containers-Admin-users-__saveAuthType {
  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);
}
.containers-Admin-users-__reportContainer {
  margin-top: 50px;
}
.containers-Admin-users-__reportContainer .containers-Admin-users-__label {
  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;
}
.containers-Admin-users-__reportContainer .containers-Admin-users-__subLabel {
  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;
}
.containers-Admin-users-__reportContainer .containers-Admin-users-__input {
  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;
}
.containers-Admin-users-__reportContainer .containers-Admin-users-__input::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: var(--graham-grey);
}
.containers-Admin-users-__reportContainer .containers-Admin-users-__input:focus {
  box-shadow: none;
  outline: none;
}
.containers-Admin-users-__reportContainer .containers-Admin-users-__button {
  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;
}
.containers-Admin-users-__addRoleButton {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  color: var(--primary-color);
  margin-top: 16px;
  height: 32px;
  font-size: 12px;
}
.containers-Admin-users-__addRoleForm .containers-Admin-users-__input {
  color: var(--primary-color);
}
.containers-Admin-users-__teamsTabContainer {
  width: 100%;
}
.containers-Admin-users-__rolesListContainer {
  margin-top: 20px;
}
.containers-Admin-users-__permissionsContainer {
  width: 100%;
  max-width: 700px;
  overflow: auto;
  padding: 16px 24px 8px 0;
  display: flex;
  flex-direction: column;
}
.containers-Admin-users-__permissionsContainer .containers-Admin-users-__spinContainer {
  position: relative;
  width: 100%;
  left: 0;
  top: 50px;
  display: flex;
  justify-content: center;
}
.containers-Admin-users-__permissionsContainer .containers-Admin-users-__permission {
  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;
}
.containers-Admin-users-__permissionsContainer .containers-Admin-users-__permission .containers-Admin-users-__expandRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 11px;
  color: var(--slate-grey);
  text-transform: uppercase;
  height: 40px;
}
.containers-Admin-users-__permissionsContainer .containers-Admin-users-__permission .containers-Admin-users-__titleContainer {
  display: flex;
  align-items: baseline;
}
.containers-Admin-users-__permissionsContainer .containers-Admin-users-__permission .containers-Admin-users-__titleContainer .containers-Admin-users-__title {
  color: var(--slate-grey);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.containers-Admin-users-__permissionsContainer .containers-Admin-users-__permission .containers-Admin-users-__titleContainer .containers-Admin-users-__buttonContainer {
  margin: 0 12px;
}
.containers-Admin-users-__permissionsContainer .containers-Admin-users-__permission .containers-Admin-users-__expandIcon {
  top: 6px;
  right: 12px;
  font-size: 12px;
  color: var(--slate-grey-a65);
  transition: transform 0.15s ease-in-out;
  cursor: pointer;
}
.containers-Admin-users-__permissionsContainer .containers-Admin-users-__permission .containers-Admin-users-__subtitle {
  margin-top: 16px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.containers-Admin-users-__permissionsContainer .containers-Admin-users-__permission .containers-Admin-users-__inputRow {
  width: 100%;
  display: flex;
  align-items: baseline;
  padding-right: 16px;
}
.containers-Admin-users-__permissionsContainer .containers-Admin-users-__permission .containers-Admin-users-__inputRow .containers-Admin-users-__buttonContainer {
  display: flex;
  justify-content: flex-end;
}
.containers-Admin-users-__permissionsContainer .containers-Admin-users-__permission .containers-Admin-users-__formItem {
  margin: 4px 0 0 6px;
  max-width: 600px;
}
.containers-Admin-users-__permissionsContainer .containers-Admin-users-__permission .containers-Admin-users-__formItem .containers-Admin-users-__input {
  color: var(--primary-color);
}
.containers-Admin-users-__permissionsContainer .containers-Admin-users-__permission .containers-Admin-users-__tagsDisplay {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
}
.containers-Admin-users-__optionDropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 10px;
}
.containers-Admin-users-__optionDropdown .containers-Admin-users-__valueLabel {
  color: var(--primary-color);
  font-weight: 600;
}
.containers-Admin-users-__optionDropdown .containers-Admin-users-__value {
  font-style: italic;
  margin-left: 8px;
}
.containers-Admin-users-__optionDropdown .containers-Admin-users-__actionsContainer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.containers-Admin-users-__optionDropdown .containers-Admin-users-__actionsContainer .containers-Admin-users-__icon {
  color: var(--primary-color);
  margin-right: 8px;
  font-size: 12px;
}
.containers-Admin-users-__optionDropdown .containers-Admin-users-__actionsContainer .containers-Admin-users-__icon:hover {
  transform: scale(1.25);
  transition: transform 0.15s linear;
}
.containers-Admin-users-__tag {
  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;
}
.containers-Admin-users-__tag:before {
  content: "@";
}
.containers-Admin-users-__smallTag {
  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;
}
.containers-Admin-users-__smallTag:before {
  content: "@";
}
.containers-Admin-users-__closeableTag {
  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;
}
.containers-Admin-users-__closeableTag:before {
  content: "@";
}
.containers-Admin-users-__closeableTag .containers-Admin-users-__closeIcon {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 14px;
}
.containers-Admin-users-__managerSelectContainer {
  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;
}
.containers-Admin-users-__autoComplete {
  max-width: 520px;
}
.containers-Admin-users-__autoComplete 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 .containers-Admin-users-__popoverBody {
  max-width: 288px;
  padding: 2px 0px 14px 0px;
}
.terminateSubscriptionPopover .ant-popover-inner-content .containers-Admin-users-__popoverBody .containers-Admin-users-__bold {
  font-weight: 600;
}
.terminateSubscriptionPopover .ant-popover-inner-content .containers-Admin-users-__popoverbuttons {
  display: flex;
  justify-content: space-between;
}
.terminateSubscriptionPopover .ant-popover-inner-content .containers-Admin-users-__popoverbuttons .containers-Admin-users-__confirmCancel {
  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 .containers-Admin-users-__popoverbuttons .containers-Admin-users-__stopCancel {
  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);
}
.containers-Admin-users-__violationChangesModalContent {
  width: 450px;
  color: var(--darkest-blue);
  font-weight: 400;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-Admin-workflows-__dataGroups {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 700px;
  overflow-y: auto;
  padding: 0 8px 8px 10px;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__loading {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__noDataGroups {
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__controlPanel {
  position: absolute;
  top: 47px;
  left: calc(100% - 158px);
  display: flex;
  flex-direction: column;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__controlRow {
  margin: 12px 0;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__deleteButton {
  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);
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__deleteButton .containers-Admin-workflows-__buttonIcon {
  font-size: 16px;
  margin-right: 4px;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__deleteButton .containers-Admin-workflows-__text {
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__deleteButton .containers-Admin-workflows-__buttonIcon {
  font-size: 16px;
  margin-right: 4px;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__deleteButton:hover,
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__deleteButton:active,
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__deleteButton:focus {
  color: #ff9a9b;
  border-color: #ff9a9b;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup {
  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;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup:not(:first-child) {
  margin-top: 12px;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup .containers-Admin-workflows-__multiItemRow {
  width: 100%;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup .containers-Admin-workflows-__groupLabelRow {
  width: 100%;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup .containers-Admin-workflows-__expandRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 11px;
  color: var(--slate-grey);
  text-transform: uppercase;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup .containers-Admin-workflows-__titleContainer {
  height: 33px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup .containers-Admin-workflows-__title {
  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;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup .containers-Admin-workflows-__buttons {
  display: flex;
  justify-content: space-between;
  width: 100px;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup .containers-Admin-workflows-__subTitle {
  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;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup .containers-Admin-workflows-__expandIcon {
  top: 6px;
  right: 12px;
  font-size: 12px;
  color: var(--slate-grey-a65);
  transition: transform 0.15s ease-in-out;
  cursor: pointer;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup .containers-Admin-workflows-__metaFieldRow {
  -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;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup .containers-Admin-workflows-__metaFieldRow:not(:first-child) {
  margin-top: 10px;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup .containers-Admin-workflows-__metaFieldRow form {
  width: 100%;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup .containers-Admin-workflows-__metaFieldRow .containers-Admin-workflows-__formItem {
  padding-bottom: 0 !important;
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup .containers-Admin-workflows-__metaFieldRow .containers-Admin-workflows-__formItem .containers-Admin-workflows-__input {
  color: var(--primary-color);
}
.containers-Admin-workflows-__dataGroups .containers-Admin-workflows-__dataGroup .containers-Admin-workflows-__metaFieldRow .containers-Admin-workflows-__formItem .containers-Admin-workflows-__select {
  color: var(--primary-color);
}
.containers-Admin-workflows-__workflows {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 8px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow {
  padding: 20px 30px;
  margin-top: 20px;
  margin: 20px 5px 0 5px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow {
    padding: 20px 2px;
  }
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__workflowActions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__workflowActions .containers-Admin-workflows-__action {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__workflowActions .containers-Admin-workflows-__action:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__workflowActions .containers-Admin-workflows-__workflowAction {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
  padding: 0 12px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__workflowActions .containers-Admin-workflows-__workflowAction:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
@media (max-width: 668px) {
  .containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__workflowActions {
    flex-direction: column;
    align-items: flex-end;
  }
  .containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__workflowActions .containers-Admin-workflows-__workflowAction {
    padding: 6px 2px;
  }
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__workflowTitleSection {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__workflowTitleSection .containers-Admin-workflows-__workflowTitle {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--slate-grey);
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__workflowTitleSection .containers-Admin-workflows-__editIcon {
  margin-bottom: 0.7em;
  margin-left: 20px;
  cursor: pointer;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__workflowsDescription {
  max-width: 500px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__buttonRow {
  display: flex;
  justify-content: space-between;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__buttonRow .containers-Admin-workflows-__deleteButton {
  -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);
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__buttonRow .containers-Admin-workflows-__deleteButton:hover,
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__buttonRow .containers-Admin-workflows-__deleteButton:active,
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__buttonRow .containers-Admin-workflows-__deleteButton:focus {
  color: #ff9a9b;
  border-color: #ff9a9b;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__addButton {
  -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);
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__actions {
  display: flex;
  justify-content: flex-end;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__actions .containers-Admin-workflows-__action {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__actions .containers-Admin-workflows-__action:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__phaseHeader {
  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);
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__phaseHeader .containers-Admin-workflows-__phaseHeaderText {
  text-transform: uppercase;
  font-weight: 600;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__phaseHeader .containers-Admin-workflows-__phaseActions {
  display: flex;
  justify-content: flex-end;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__phaseHeader .containers-Admin-workflows-__phaseActions .containers-Admin-workflows-__action {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__phaseHeader .containers-Admin-workflows-__phaseActions .containers-Admin-workflows-__action:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__phaseHeader .containers-Admin-workflows-__phaseActions .containers-Admin-workflows-__phaseAction {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
  margin-left: 10px;
  padding: 2px 6px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__phaseHeader .containers-Admin-workflows-__phaseActions .containers-Admin-workflows-__phaseAction:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__phaseHeader .containers-Admin-workflows-__dragphaseIcon {
  font-size: 16px;
  font-weight: 900;
  cursor: move;
}
@media (max-width: 827px) {
  .containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__phaseHeader {
    padding: 10px 6px;
    padding-left: 20px;
  }
}
@media (max-width: 576px) {
  .containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__phaseHeader {
    padding-left: 10px;
  }
  .containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__phaseHeader .containers-Admin-workflows-__phaseActions {
    flex-direction: column;
    align-items: flex-end;
  }
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__addMilestoneContainer {
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__addMilestoneContainer .containers-Admin-workflows-__addMilestoneButton {
  -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;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestones {
  overflow-x: auto;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestoneRow {
  flex-flow: row;
  padding-bottom: 2px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestoneRow .containers-Admin-workflows-__milestoneCol {
  min-width: 150px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestoneCardSmall {
  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);
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestoneCardSmall .containers-Admin-workflows-__milestoneActions {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding-right: 16px;
  padding-bottom: 10px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestoneCardSmall .containers-Admin-workflows-__milestoneActions .containers-Admin-workflows-__action {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestoneCardSmall .containers-Admin-workflows-__milestoneActions .containers-Admin-workflows-__action:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestoneCardSmall .containers-Admin-workflows-__milestoneActions .containers-Admin-workflows-__milestoneAction {
  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;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestoneCardSmall .containers-Admin-workflows-__milestoneActions .containers-Admin-workflows-__milestoneAction:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestoneCardSmall .containers-Admin-workflows-__cardCol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestoneCardSmall .containers-Admin-workflows-__cardCol .containers-Admin-workflows-__title {
  font-size: 15px;
  font-weight: 600;
  padding-left: 10px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestoneCardSmall .containers-Admin-workflows-__cardCol .containers-Admin-workflows-__optional {
  font-size: 10px;
  color: var(--slate-grey-a65);
  font-style: oblique;
  padding-left: 10px;
  margin-top: 2px;
  margin-bottom: -2px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestoneCardSmall .containers-Admin-workflows-__cardCol .containers-Admin-workflows-__required {
  font-size: 1.1em;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestoneCardSmall .containers-Admin-workflows-__prereqTitle {
  font-size: 1.1em;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestoneCardSmall .containers-Admin-workflows-__prereq {
  font-size: 1.2em;
  color: var(--table-badge-unread);
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__phase .containers-Admin-workflows-__milestoneCardSmall .containers-Admin-workflows-__dragIcon {
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  color: black;
  cursor: move;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__milestoneCard {
  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);
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__milestoneCard .containers-Admin-workflows-__milestoneActions {
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__milestoneCard .containers-Admin-workflows-__milestoneActions .containers-Admin-workflows-__action {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__milestoneCard .containers-Admin-workflows-__milestoneActions .containers-Admin-workflows-__action:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__milestoneCard .containers-Admin-workflows-__milestoneActions .containers-Admin-workflows-__milestoneAction {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
  margin-left: 10px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__milestoneCard .containers-Admin-workflows-__milestoneActions .containers-Admin-workflows-__milestoneAction:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
@media (max-width: 668px) {
  .containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__milestoneCard .containers-Admin-workflows-__milestoneActions {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    padding-bottom: 10px;
  }
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__milestoneCard .containers-Admin-workflows-__cardCol {
  display: flex;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__milestoneCard .containers-Admin-workflows-__cardCol .containers-Admin-workflows-__title {
  font-size: 15px;
  font-weight: 600;
  padding-left: 10px;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__milestoneCard .containers-Admin-workflows-__cardCol .containers-Admin-workflows-__description {
  font-size: 13px;
  padding-left: 10px;
  color: var(--slate-grey-a65);
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__milestoneCard .containers-Admin-workflows-__cardCol .containers-Admin-workflows-__required {
  font-size: 1.1em;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__milestoneCard .containers-Admin-workflows-__prereqTitle {
  font-size: 1.1em;
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__milestoneCard .containers-Admin-workflows-__prereq {
  font-size: 1.2em;
  color: var(--table-badge-unread);
}
.containers-Admin-workflows-__workflows .containers-Admin-workflows-__workflow .containers-Admin-workflows-__milestoneCard .containers-Admin-workflows-__dragIcon {
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  color: black;
  cursor: move;
}
.containers-Admin-workflows-__dragUp {
  border-top: 10px solid var(--slate-grey-a65);
  padding: 5px 0;
}
.containers-Admin-workflows-__dragDown {
  border-bottom: 10px solid var(--slate-grey-a65);
  padding: 5px 0;
}
.containers-Admin-workflows-__loading {
  width: 100%;
  height: 100%;
  font-size: 20px;
}
.containers-Admin-workflows-__formItem {
  padding-bottom: 0 !important;
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
}
.containers-Admin-workflows-__formItem .containers-Admin-workflows-__input {
  color: var(--primary-color);
}
.containers-Admin-workflows-__formItem .containers-Admin-workflows-__select {
  color: var(--primary-color);
}
.containers-Admin-workflows-__addButton {
  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;
}
.containers-Admin-workflows-__addButton .containers-Admin-workflows-__buttonIcon {
  font-size: 16px;
  margin-right: 4px;
}
.containers-Admin-workflows-__controlButton {
  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;
}
.containers-Admin-workflows-__controlButton .containers-Admin-workflows-__buttonIcon {
  font-size: 16px;
  margin-right: 4px;
}
.containers-Admin-workflows-__controlButton .containers-Admin-workflows-__text {
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.containers-Admin-workflows-__removeButton {
  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);
}
.containers-Admin-workflows-__removeButton .containers-Admin-workflows-__buttonIcon {
  font-size: 16px;
  margin-right: 4px;
}
.containers-Admin-workflows-__removeButton:hover,
.containers-Admin-workflows-__removeButton:active,
.containers-Admin-workflows-__removeButton:focus {
  color: #ff9a9b;
  border-color: #ff9a9b;
}
.containers-Admin-workflows-__addDataGroupButton {
  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;
}
.containers-Admin-workflows-__addDataGroupButton .containers-Admin-workflows-__buttonIcon {
  font-size: 16px;
  margin-right: 4px;
}
.containers-Admin-workflows-__addDataGroupButton .containers-Admin-workflows-__icon {
  margin-left: -5px;
}
.containers-Admin-workflows-__addFieldForm {
  width: 100%;
}
.containers-Admin-workflows-__addFieldForm .containers-Admin-workflows-__switchItem {
  padding-bottom: 0 !important;
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
  padding-left: 25px;
}
.containers-Admin-workflows-__addFieldForm .containers-Admin-workflows-__switchItem .containers-Admin-workflows-__input {
  color: var(--primary-color);
}
.containers-Admin-workflows-__addFieldForm .containers-Admin-workflows-__switchItem .containers-Admin-workflows-__select {
  color: var(--primary-color);
}
.containers-Admin-workflows-__addFieldForm .containers-Admin-workflows-__lookup .containers-Admin-workflows-__lookupOptionRow {
  margin-bottom: 4px;
}
.containers-Admin-workflows-__addFieldForm .containers-Admin-workflows-__deleteFieldRow {
  margin-bottom: 12px;
}
.containers-Admin-workflows-__addFieldForm .containers-Admin-workflows-__addFieldButton {
  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;
}
.containers-Admin-workflows-__addFieldForm .containers-Admin-workflows-__addFieldButton .containers-Admin-workflows-__buttonIcon {
  font-size: 16px;
  margin-right: 4px;
}
.containers-Admin-workflows-__addFieldForm .containers-Admin-workflows-__deleteButton {
  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);
}
.containers-Admin-workflows-__addFieldForm .containers-Admin-workflows-__deleteButton .containers-Admin-workflows-__buttonIcon {
  font-size: 16px;
  margin-right: 4px;
}
.containers-Admin-workflows-__addFieldForm .containers-Admin-workflows-__deleteButton:hover,
.containers-Admin-workflows-__addFieldForm .containers-Admin-workflows-__deleteButton:active,
.containers-Admin-workflows-__addFieldForm .containers-Admin-workflows-__deleteButton:focus {
  color: #ff9a9b;
  border-color: #ff9a9b;
}
.containers-Admin-workflows-__drawerForm {
  margin: 20px 0;
  max-width: 350px;
}
.containers-Admin-workflows-__drawerForm .containers-Admin-workflows-__sectionHeader {
  font-weight: 600;
  font-size: 16px;
}
.containers-Admin-workflows-__drawerForm .containers-Admin-workflows-__input {
  color: var(--primary-color);
}
.containers-Admin-workflows-__drawerForm .containers-Admin-workflows-__select {
  color: var(--primary-color);
}
.containers-Admin-workflows-__drawerForm .containers-Admin-workflows-__submitButton {
  margin-top: 30px;
  height: 34px;
}
.containers-Admin-workflows-__drawerForm .containers-Admin-workflows-__drawerFormItem {
  margin-top: 16px;
}
.containers-Admin-workflows-__dataGroupOption {
  padding: 8px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.containers-Admin-workflows-__dataGroupOption .containers-Admin-workflows-__title {
  font-size: 14px;
  font-weight: 600;
}
.containers-Admin-workflows-__dataGroupOption .containers-Admin-workflows-__info {
  font-size: 12px;
  color: var(--slate-grey-a65);
}
.containers-Admin-workflows-__dataGroupOption .containers-Admin-workflows-__disclaimer {
  font-size: 10px;
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  font-style: italic;
}
.containers-Admin-workflows-__milestoneDataGroups .containers-Admin-workflows-__dataGroupCard {
  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);
}
.containers-Admin-workflows-__milestoneDataGroups .containers-Admin-workflows-__dataGroupCard .containers-Admin-workflows-__card > div:first-child {
  padding: 6px 12px;
}
.containers-Admin-workflows-__milestoneDataGroups .containers-Admin-workflows-__dataGroupCard .containers-Admin-workflows-__bodyRow {
  display: flex;
  align-items: center;
}
.containers-Admin-workflows-__milestoneDataGroups .containers-Admin-workflows-__dataGroupCard .containers-Admin-workflows-__dragIcon {
  font-size: 14px;
  cursor: move;
  transform: rotate(180deg);
}
.containers-Admin-workflows-__milestoneDataGroups .containers-Admin-workflows-__dataGroupCard .containers-Admin-workflows-__titleColumn .containers-Admin-workflows-__title {
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.containers-Admin-workflows-__milestoneDataGroups .containers-Admin-workflows-__dragWrapper {
  border-width: 2px;
  border-style: dotted;
  border-color: transparent;
  box-sizing: border-box;
}
.containers-Admin-workflows-__milestoneDataGroups .containers-Admin-workflows-__dragUp {
  border-top-color: var(--slate-grey);
}
.containers-Admin-workflows-__milestoneDataGroups .containers-Admin-workflows-__dragDown {
  border-bottom-color: var(--slate-grey);
}
.containers-Admin-workflows-__sidebar {
  width: 100%;
  height: 100%;
}
.containers-Admin-workflows-__sidebar .containers-Admin-workflows-__sidebarTitleText {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}
.containers-Admin-workflows-__sidebar .containers-Admin-workflows-__sidebarText {
  font-size: 12px;
  font-weight: 400;
  color: var(--slate-grey-a65);
}
.containers-Admin-workflows-__sidebar .containers-Admin-workflows-__select {
  color: var(--primary-color);
  width: 100%;
  margin-top: 20px;
}
.containers-Admin-workflows-__sidebar .containers-Admin-workflows-__buttonContainer {
  margin-bottom: 10px;
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.containers-Admin-workflows-__sidebar .containers-Admin-workflows-__buttonContainer .containers-Admin-workflows-__addWorkflowButton {
  width: 100%;
}
.containers-Admin-workflows-__sidebar .containers-Admin-workflows-__buttonContainer .containers-Admin-workflows-__icon {
  transition: transform 0.2s linear;
}
.containers-Admin-workflows-__confirmModal {
  display: flex;
  flex-direction: column;
}
.containers-Admin-workflows-__confirmModal .containers-Admin-workflows-__groupsList {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 32px;
  margin: 12px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.containers-Admin-workflows-__confirmModal .containers-Admin-workflows-__text {
  font-size: 12px;
}
.containers-Admin-workflows-__confirmModal .containers-Admin-workflows-__title {
  font-size: 12px;
  font-weight: 600;
}
.containers-Admin-workflows-__confirmModal .containers-Admin-workflows-__disclaimer {
  font-size: 10px;
  font-style: italic;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-Enterprise-enterprisePersonnel-__invitesTab {
  margin-top: 20px;
}
.containers-Enterprise-enterprisePersonnel-__modal {
  z-index: 1001;
}
.containers-Enterprise-enterprisePersonnel-__modal .containers-Enterprise-enterprisePersonnel-__titleContainer .containers-Enterprise-enterprisePersonnel-__titleIcon {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 600;
}
.containers-Enterprise-enterprisePersonnel-__modal .containers-Enterprise-enterprisePersonnel-__titleContainer .containers-Enterprise-enterprisePersonnel-__title {
  font-size: 16px;
  margin-left: 5px;
}
.containers-Enterprise-enterprisePersonnel-__modal .containers-Enterprise-enterprisePersonnel-__col {
  display: flex;
  flex-direction: column;
}
.containers-Enterprise-enterprisePersonnel-__modal .containers-Enterprise-enterprisePersonnel-__leftCol {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 10px;
}
.containers-Enterprise-enterprisePersonnel-__modal .containers-Enterprise-enterprisePersonnel-__rightCol {
  display: flex;
  flex-direction: column;
}
.containers-Enterprise-enterprisePersonnel-__modal .containers-Enterprise-enterprisePersonnel-__value {
  font-weight: 600;
}
.containers-Enterprise-enterprisePersonnel-__modal .containers-Enterprise-enterprisePersonnel-__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 32px;
}
.containers-Enterprise-enterprisePersonnel-__modal .containers-Enterprise-enterprisePersonnel-__button {
  text-transform: uppercase;
  height: 32px;
  width: 150px;
  margin: 5px;
}
.containers-Enterprise-enterprisePersonnel-__modal .containers-Enterprise-enterprisePersonnel-__cancelButton {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.components-PlatformLayout-components-Sidebar-OpenDrawerButton-__button {
  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;
}
.components-PlatformLayout-components-Sidebar-OpenDrawerButton-__button .components-PlatformLayout-components-Sidebar-OpenDrawerButton-__innerContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-Sidebar-OpenDrawerButton-__button .components-PlatformLayout-components-Sidebar-OpenDrawerButton-__innerContainer .components-PlatformLayout-components-Sidebar-OpenDrawerButton-__iconContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}
.components-PlatformLayout-components-Sidebar-OpenDrawerButton-__button .components-PlatformLayout-components-Sidebar-OpenDrawerButton-__innerContainer .components-PlatformLayout-components-Sidebar-OpenDrawerButton-__buttonLabel {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-left: 6px;
  color: var(--font-color-eastern-blue);
}
.components-PlatformLayout-components-Sidebar-OpenDrawerButton-__button:hover {
  box-shadow: 0px 1px 4px rgba(22, 138, 177, 0.6);
}
.components-PlatformLayout-components-Sidebar-OpenDrawerButton-__buttonHidden {
  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;
}
.components-PlatformLayout-components-Sidebar-OpenDrawerButton-__buttonHidden .components-PlatformLayout-components-Sidebar-OpenDrawerButton-__innerContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-Sidebar-OpenDrawerButton-__buttonHidden .components-PlatformLayout-components-Sidebar-OpenDrawerButton-__innerContainer .components-PlatformLayout-components-Sidebar-OpenDrawerButton-__iconContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}
.components-PlatformLayout-components-Sidebar-OpenDrawerButton-__buttonHidden .components-PlatformLayout-components-Sidebar-OpenDrawerButton-__innerContainer .components-PlatformLayout-components-Sidebar-OpenDrawerButton-__buttonLabel {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-left: 6px;
  color: var(--font-color-eastern-blue);
}
.components-PlatformLayout-components-Sidebar-OpenDrawerButton-__buttonHidden:hover {
  box-shadow: 0px 1px 4px rgba(22, 138, 177, 0.6);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.containers-Sales-team-__blue {
  color: var(--primary-color);
}
.containers-Sales-team-__roundButton {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
}
.containers-Sales-team-__squareButton {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  border-radius: 0;
}
.containers-Sales-team-__clearButton {
  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);
}
.containers-Sales-team-__goAway {
  display: none;
}
.containers-Sales-team-__topLevelSider {
  background: transparent;
}
.containers-Sales-team-__pageContainer {
  height: 100vh;
  overflow: hidden;
}
.containers-Sales-team-__container {
  position: relative;
  background-color: var(--white);
  height: 100%;
}
.containers-Sales-team-__container .containers-Sales-team-__siderOverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50px;
  left: 0;
  overflow: hidden;
  background-color: var(--primary-color);
  opacity: 0.4;
  z-index: 1001;
}
.containers-Sales-team-__container .containers-Sales-team-__siderOverlayShow {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50px;
  left: 0;
  overflow: hidden;
  background-color: var(--primary-color);
  opacity: 0.4;
  z-index: 1001;
}
.containers-Sales-team-__container .containers-Sales-team-__siderOverlayHide {
  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;
}
.containers-Sales-team-__body {
  height: calc(100vh - 50px);
  overflow-y: hidden;
  background-color: var(--white);
}
.containers-Sales-team-__body .containers-Sales-team-__sideBar {
  position: relative;
  background-color: var(--errigal-white);
  padding: 15px 25px;
}
.containers-Sales-team-__body .containers-Sales-team-__sideBar .containers-Sales-team-__collapse {
  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;
}
.containers-Sales-team-__body .containers-Sales-team-__sideBar .containers-Sales-team-__collapse .containers-Sales-team-__icon {
  color: rgba(0, 0, 0, 0.35);
  transition: transform 0.3s linear;
}
.containers-Sales-team-__body .containers-Sales-team-__sideBar .containers-Sales-team-__collapse .containers-Sales-team-__iconSideBarCollapsed {
  color: rgba(0, 0, 0, 0.35);
  transition: transform 0.3s linear;
  transform: rotate(180deg);
}
.containers-Sales-team-__body .containers-Sales-team-__sideBarSmall {
  padding-top: 100px;
}
@media (max-width: 878px) {
  .containers-Sales-team-__body .containers-Sales-team-__squishOnSmallScreen {
    width: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
  }
}
.containers-Sales-team-__body .containers-Sales-team-__sideBarContainer {
  max-width: 300px;
  background-color: transparent;
}
.containers-Sales-team-__body .containers-Sales-team-__addLeadButton {
  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);
}
.containers-Sales-team-__body .containers-Sales-team-__addLeadButton .containers-Sales-team-__buttonContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.containers-Sales-team-__body .containers-Sales-team-__addLeadButton .containers-Sales-team-__buttonContainer .containers-Sales-team-__icon {
  font-size: 22px;
  transition: transform 0.2s linear;
}
.containers-Sales-team-__body .containers-Sales-team-__addLeadButton .containers-Sales-team-__buttonContainer .containers-Sales-team-__iconDrawerOpen {
  font-size: 22px;
  transition: transform 0.2s linear;
  transform: rotate(45deg);
}
.containers-Sales-team-__body .containers-Sales-team-__searchContainer {
  margin-top: 21px;
  width: 100%;
}
.containers-Sales-team-__body .containers-Sales-team-__searchContainer .containers-Sales-team-__label {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65);
  font-size: 10px;
}
.containers-Sales-team-__body .containers-Sales-team-__searchContainer .containers-Sales-team-__inputContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.containers-Sales-team-__body .containers-Sales-team-__searchContainer .containers-Sales-team-__inputContainer .containers-Sales-team-__search {
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.containers-Sales-team-__body .containers-Sales-team-__searchContainer .containers-Sales-team-__inputContainer .containers-Sales-team-__search:focus {
  box-shadow: none;
  outline: none;
}
.containers-Sales-team-__body .containers-Sales-team-__searchContainer .containers-Sales-team-__buttonContainer {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.containers-Sales-team-__body .containers-Sales-team-__searchContainer .containers-Sales-team-__buttonContainer .containers-Sales-team-__button {
  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);
}
.containers-Sales-team-__body .containers-Sales-team-__searchContainer .containers-Sales-team-__buttonContainer .containers-Sales-team-__searchButton {
  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);
}
.containers-Sales-team-__body .containers-Sales-team-__searchContainer .containers-Sales-team-__buttonContainer .containers-Sales-team-__clearButton {
  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;
}
.containers-Sales-team-__body .containers-Sales-team-__sideMenuContainer {
  width: 100%;
}
.containers-Sales-team-__body .containers-Sales-team-__clearButtonContainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 25px;
}
.containers-Sales-team-__body .containers-Sales-team-__clearButtonContainer .containers-Sales-team-__clearButton {
  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);
}
.containers-Sales-team-__content {
  max-height: 100%;
  padding: 20px 30px;
  overflow-y: hidden;
}
.containers-Sales-team-__content .containers-Sales-team-__collapseSmallScreen {
  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);
}
.containers-Sales-team-__content .containers-Sales-team-__collapseSmallScreen .containers-Sales-team-__icon {
  font-size: 24px;
  color: var(--white);
}
@media (min-width: 879px) {
  .containers-Sales-team-__content .containers-Sales-team-__collapseSmallScreen {
    display: none;
  }
}
.containers-Sales-team-__content .containers-Sales-team-__menuContainer {
  height: 100%;
  overflow-y: hidden;
  z-index: 3;
}
.containers-Sales-team-__content .containers-Sales-team-__menuContainer .containers-Sales-team-__tabLabel {
  font-size: 16px;
}
.containers-Sales-team-__content .containers-Sales-team-__menuContainer .containers-Sales-team-__tabs {
  height: 100%;
}
.containers-Sales-team-__content .containers-Sales-team-__menuContainer .containers-Sales-team-__tabs .containers-Sales-team-__tab {
  height: 100%;
}
.containers-Sales-team-__content .containers-Sales-team-__menuContainer .containers-Sales-team-__tabs .containers-Sales-team-__tab .containers-Sales-team-__statisticLabel {
  font-size: 12px;
  color: rgba(120, 120, 120, 0.65);
  text-transform: uppercase;
}
.containers-Sales-team-__contentSmall {
  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;
}
.containers-Sales-team-__contentSmall .containers-Sales-team-__collapseSmallScreen {
  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);
}
.containers-Sales-team-__contentSmall .containers-Sales-team-__collapseSmallScreen .containers-Sales-team-__icon {
  font-size: 24px;
  color: var(--white);
}
@media (min-width: 879px) {
  .containers-Sales-team-__contentSmall .containers-Sales-team-__collapseSmallScreen {
    display: none;
  }
}
.containers-Sales-team-__contentSmall .containers-Sales-team-__menuContainer {
  height: 100%;
  overflow-y: hidden;
  z-index: 3;
}
.containers-Sales-team-__contentSmall .containers-Sales-team-__menuContainer .containers-Sales-team-__tabLabel {
  font-size: 16px;
}
.containers-Sales-team-__contentSmall .containers-Sales-team-__menuContainer .containers-Sales-team-__tabs {
  height: 100%;
}
.containers-Sales-team-__contentSmall .containers-Sales-team-__menuContainer .containers-Sales-team-__tabs .containers-Sales-team-__tab {
  height: 100%;
}
.containers-Sales-team-__contentSmall .containers-Sales-team-__menuContainer .containers-Sales-team-__tabs .containers-Sales-team-__tab .containers-Sales-team-__statisticLabel {
  font-size: 12px;
  color: rgba(120, 120, 120, 0.65);
  text-transform: uppercase;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-CopyContactInfo-CopyCallPhone-__phoneRow span {
  display: flex;
  align-items: center;
}
.components-CopyContactInfo-CopyCallPhone-__phoneRow .components-CopyContactInfo-CopyCallPhone-__phone {
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  color: var(--primary-color);
  display: inline;
}
.components-CopyContactInfo-CopyCallPhone-__phoneRow .components-CopyContactInfo-CopyCallPhone-__withHover:hover {
  color: var(--canary-yellow) !important;
}
.components-CopyContactInfo-CopyCallPhone-__phoneRow .components-CopyContactInfo-CopyCallPhone-__icon {
  margin: 0px 0px 0 0px;
  cursor: pointer;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.personPopover .components-UserCards-PeopleList-__backgroundColor {
  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 .components-UserCards-PeopleList-__mainRow {
  display: flex;
  flex-wrap: nowrap;
}
.personPopover .ant-popover-content .ant-popover-inner .components-UserCards-PeopleList-__title {
  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 .components-UserCards-PeopleList-__ticket {
  line-height: 17px;
  color: var(--botticelli-blue);
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
}
.personPopover .ant-popover-content .ant-popover-inner .components-UserCards-PeopleList-__ticket:hover {
  color: var(--canary-yellow);
}
.personPopover .ant-popover-content .ant-popover-inner .components-UserCards-PeopleList-__contentRow {
  color: var(--botticelli-blue);
  font-weight: 400;
  font-size: 12px;
}
.personPopover .ant-popover-content .ant-popover-inner .components-UserCards-PeopleList-__contentRow .components-UserCards-PeopleList-__nameText {
  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 .components-UserCards-PeopleList-__contactRow {
  display: flex;
  align-items: center;
}
.personPopover .ant-popover-content .ant-popover-inner .components-UserCards-PeopleList-__contactRow .components-UserCards-PeopleList-__emailContainer {
  margin-top: 1px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-UserCards-__container {
  width: 100%;
  height: 75px;
  display: flex;
}
.components-UserCards-__containerR {
  width: 100%;
  height: 75px;
  display: flex;
  flex-direction: row-reverse;
}
.components-UserCards-__mentorContainer {
  width: 100%;
  height: 75px;
  display: flex;
  height: 84px;
}
.components-UserCards-__mentorContainerR {
  flex-direction: row-reverse;
  width: 100%;
  height: 75px;
  display: flex;
  height: 84px;
}
.components-UserCards-__avatarContainer {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.components-UserCards-__avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.components-UserCards-__nameContainer {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.components-UserCards-__nameContainerR {
  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;
}
.components-UserCards-__nameContainerL {
  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;
}
.components-UserCards-__name {
  padding-top: 2px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-UserCards-__id {
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-UserCards-__role {
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.components-UserCards-__small {
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-UserCards-__medium {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 17px;
}
.components-UserCards-__bold {
  padding-top: 2px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.components-UserCards-__nameBold {
  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);
}
.components-UserCards-__mentorNameBold {
  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;
}
.components-UserCards-__totalCount {
  padding-top: 2px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--gothic-blue);
  font-size: 12px;
  line-height: 16px;
}
.components-UserCards-__ratedText {
  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);
}
.components-UserCards-__email {
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--nepal-blue);
}
.components-UserCards-__mentorEmail {
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 18px;
}
.components-UserCards-__phone {
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 18px;
  color: var(--table-grey);
}
.components-UserCards-__rating {
  height: 18px;
}
.components-UserCards-__score {
  color: var(--goldenrod);
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.components-UserCards-__stars {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.components-UserCards-__stars .components-UserCards-__star {
  margin-right: 2px;
  display: flex;
  color: var(--goldenrod);
}
.components-UserCards-__stars .components-UserCards-__overlay {
  background-color: var(--botticelli-blue);
  position: absolute;
  mix-blend-mode: color;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.components-UserCards-__projectPeopleCard {
  height: 100%;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-UserCards-__projectPeopleCard .components-UserCards-__infoContainer {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
}
.components-UserCards-__projectPeopleCard .components-UserCards-__infoContainer .components-UserCards-__text {
  font-size: 0.75rem;
  color: var(--white);
}
.components-UserCards-__projectPeopleCard .components-UserCards-__infoContainer .components-UserCards-__name {
  font-size: 0.75rem;
  color: var(--white);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 17px;
}
.components-UserCards-__projectPeopleCard .components-UserCards-__infoContainer .components-UserCards-__id {
  font-size: 0.75rem;
  color: var(--white);
  line-height: 12px;
}
.components-UserCards-__projectPeopleCard .components-UserCards-__infoContainer .components-UserCards-__titleRow {
  font-size: 10px;
  line-height: 14px;
  height: 14px;
  font-weight: 600;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.components-UserCards-__projectPeopleCard .components-UserCards-__infoContainer .components-UserCards-__nameRow {
  display: flex;
  flex-direction: column;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-UserCards-__projectPeopleCard .components-UserCards-__infoContainer .components-UserCards-__phoneMobile {
  height: 19px;
}
.components-UserCards-__projectPeopleCard .components-UserCards-__infoMobile {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  width: 100%;
}
.components-UserCards-__projectPeopleCard .components-UserCards-__infoMobile .components-UserCards-__text {
  font-size: 0.75rem;
  color: var(--white);
}
.components-UserCards-__projectPeopleCard .components-UserCards-__infoMobile .components-UserCards-__name {
  font-size: 0.75rem;
  color: var(--white);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 17px;
}
.components-UserCards-__projectPeopleCard .components-UserCards-__infoMobile .components-UserCards-__id {
  font-size: 0.75rem;
  color: var(--white);
  line-height: 12px;
}
.components-UserCards-__projectPeopleCard .components-UserCards-__infoMobile .components-UserCards-__titleRow {
  font-size: 10px;
  line-height: 14px;
  height: 14px;
  font-weight: 600;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.components-UserCards-__projectPeopleCard .components-UserCards-__infoMobile .components-UserCards-__nameRow {
  display: flex;
  flex-direction: column;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-UserCards-__projectPeopleCard .components-UserCards-__infoMobile .components-UserCards-__phoneMobile {
  height: 19px;
}
.components-UserCards-__cardMobile {
  height: 100%;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding: 2px 8px;
}
.components-UserCards-__cardMobile .components-UserCards-__infoContainer {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
}
.components-UserCards-__cardMobile .components-UserCards-__infoContainer .components-UserCards-__text {
  font-size: 0.75rem;
  color: var(--white);
}
.components-UserCards-__cardMobile .components-UserCards-__infoContainer .components-UserCards-__name {
  font-size: 0.75rem;
  color: var(--white);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 17px;
}
.components-UserCards-__cardMobile .components-UserCards-__infoContainer .components-UserCards-__id {
  font-size: 0.75rem;
  color: var(--white);
  line-height: 12px;
}
.components-UserCards-__cardMobile .components-UserCards-__infoContainer .components-UserCards-__titleRow {
  font-size: 10px;
  line-height: 14px;
  height: 14px;
  font-weight: 600;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.components-UserCards-__cardMobile .components-UserCards-__infoContainer .components-UserCards-__nameRow {
  display: flex;
  flex-direction: column;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-UserCards-__cardMobile .components-UserCards-__infoContainer .components-UserCards-__phoneMobile {
  height: 19px;
}
.components-UserCards-__cardMobile .components-UserCards-__infoMobile {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  width: 100%;
}
.components-UserCards-__cardMobile .components-UserCards-__infoMobile .components-UserCards-__text {
  font-size: 0.75rem;
  color: var(--white);
}
.components-UserCards-__cardMobile .components-UserCards-__infoMobile .components-UserCards-__name {
  font-size: 0.75rem;
  color: var(--white);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 17px;
}
.components-UserCards-__cardMobile .components-UserCards-__infoMobile .components-UserCards-__id {
  font-size: 0.75rem;
  color: var(--white);
  line-height: 12px;
}
.components-UserCards-__cardMobile .components-UserCards-__infoMobile .components-UserCards-__titleRow {
  font-size: 10px;
  line-height: 14px;
  height: 14px;
  font-weight: 600;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.components-UserCards-__cardMobile .components-UserCards-__infoMobile .components-UserCards-__nameRow {
  display: flex;
  flex-direction: column;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-UserCards-__cardMobile .components-UserCards-__infoMobile .components-UserCards-__phoneMobile {
  height: 19px;
}
.components-UserCards-__teamInfoCard {
  display: flex;
  align-items: center;
}
.components-UserCards-__teamInfoCard .components-UserCards-__avatarCol {
  margin-right: 8px;
}
.components-UserCards-__teamInfoCard .components-UserCards-__infoCol {
  display: flex;
  flex-direction: column;
}
.components-UserCards-__teamInfoCard .components-UserCards-__infoCol .components-UserCards-__name {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.components-UserCards-__teamInfoCard .components-UserCards-__infoCol .components-UserCards-__title {
  font-weight: 600;
  color: var(--nepal-blue);
  font-size: 10px;
  text-transform: uppercase;
}
.components-UserCards-__teamInfoCard .components-UserCards-__infoCol .components-UserCards-__text {
  font-size: 12px;
  line-height: 17px;
}
.components-UserCards-__teamInfoCard .components-UserCards-__infoCol .components-UserCards-__lead {
  font-size: 12px;
  line-height: 17px;
}
.components-UserCards-__teamInfoCard .components-UserCards-__infoCol .components-UserCards-__phone {
  font-size: 12px;
  line-height: 17px;
}
.components-UserCards-__teamInfoCard .components-UserCards-__infoCol .components-UserCards-__email {
  font-size: 12px;
  line-height: 17px;
  color: var(--primary-color);
}
.components-UserCards-__count {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}
.components-UserCards-__badgeContainer {
  display: flex;
  align-items: center;
}
.components-UserCards-__peopleBadge {
  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;
}
.components-UserCards-__teamBadge {
  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;
}
.components-UserCards-__teamCard {
  padding: 8px;
  width: auto;
}
.components-UserCards-__peopleColumn {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-UserCards-__peopleColumn .components-UserCards-__nameContainer {
  width: 100%;
}
.components-UserCards-__peopleColumn .components-UserCards-__nameContainer .components-UserCards-__name {
  color: var(--table-grey);
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-UserCards-__peopleColumn .components-UserCards-__nameContainer .components-UserCards-__bold {
  color: var(--table-grey);
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.components-UserCards-__peopleColumn .components-UserCards-__nameContainer .components-UserCards-__projectName {
  font-weight: 600;
  font-size: 14px;
  color: var(--primary-color);
}
.components-UserCards-__peopleColumnMobile {
  display: flex;
  flex-direction: column;
}
.components-UserCards-__peopleColumnMobile .components-UserCards-__peopleBadge {
  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;
}
.components-UserCards-__peopleColumnMobile .components-UserCards-__teamBadge {
  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;
}
.components-UserCards-__peopleColumnMobile .components-UserCards-__name {
  color: var(--table-grey);
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-UserCards-__peopleColumnMobile .components-UserCards-__bold {
  color: var(--table-grey);
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.components-UserCards-__ticket {
  color: var(--white);
  font-size: 10px;
  padding: 0;
  margin: 0px 0 3px 0;
  line-height: 13px;
  cursor: pointer;
}
.components-UserCards-__ticket:hover {
  font-weight: 600;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-Avatars-BadgeAvatar-__badgeAvatarContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Avatars-BadgeAvatar-__badgeAvatarContainer .components-Avatars-BadgeAvatar-__badgeContainer {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 122;
}
.components-Avatars-BadgeAvatar-__badgeAvatarTooltip .ant-tooltip-inner {
  background: var(--dark-blue);
  border-radius: 8px;
  min-width: 340px;
  background-image: url("/img/conference_tooltip_bg.png");
  background-size: cover;
}
.components-Avatars-BadgeAvatar-__badgeAvatarTooltip .ant-tooltip-arrow-content {
  --antd-arrow-background-color: #0f50a2 !important;
}
.components-Avatars-BadgeAvatar-__hidden {
  display: none;
}
.components-Avatars-BadgeAvatar-__hidden .ant-tooltip-inner {
  background: var(--dark-blue);
  border-radius: 8px;
  min-width: 340px;
  background-image: url("/img/conference_tooltip_bg.png");
  background-size: cover;
}
.components-Avatars-BadgeAvatar-__hidden .ant-tooltip-arrow-content {
  --antd-arrow-background-color: #0f50a2 !important;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-Icons-ConferenceIcon-__conferenceIcon_light {
  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");
}
.components-Icons-ConferenceIcon-__conferenceIcon_dark {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent {
  color: var(--white);
  padding: 8px 8px 4px 8px;
  min-width: 330px;
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__top {
  display: flex;
  align-items: center;
  height: 50px;
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__top .components-Avatars-BadgeAvatar-components-__left {
  height: 45px;
  min-width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__top .components-Avatars-BadgeAvatar-components-__left svg {
  width: 100%;
  height: 100%;
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__top .components-Avatars-BadgeAvatar-components-__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__bottom {
  display: flex;
  align-items: center;
  height: 50px;
  height: 30px;
  overflow: hidden;
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__bottom .components-Avatars-BadgeAvatar-components-__left {
  height: 45px;
  min-width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__bottom .components-Avatars-BadgeAvatar-components-__left svg {
  width: 100%;
  height: 100%;
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__bottom .components-Avatars-BadgeAvatar-components-__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__bottom .components-Avatars-BadgeAvatar-components-__left {
  min-width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__bottom .components-Avatars-BadgeAvatar-components-__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: transparent;
  border: none;
  color: var(--white);
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__bottom .components-Avatars-BadgeAvatar-components-__right svg {
  margin-top: 2px;
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__title {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__date {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__learn {
  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;
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__learn svg {
  margin-left: 3px;
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__learn:hover {
  color: var(--canary-yellow);
}
.components-Avatars-BadgeAvatar-components-__evolutionTooltipContent .components-Avatars-BadgeAvatar-components-__learn:hover svg > path {
  fill: var(--canary-yellow);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-Tickets-components-UserDisplay-__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--table-grey);
}
.components-Tickets-components-UserDisplay-__container .components-Tickets-components-UserDisplay-__infoRows {
  margin-left: 9px;
}
.components-Tickets-components-UserDisplay-__container .components-Tickets-components-UserDisplay-__infoRows .components-Tickets-components-UserDisplay-__relToTicket {
  font-size: 8px;
  line-height: 11px;
}
.components-Tickets-components-UserDisplay-__container .components-Tickets-components-UserDisplay-__infoRows .components-Tickets-components-UserDisplay-__name {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
}
.components-Tickets-components-UserDisplay-__container .components-Tickets-components-UserDisplay-__infoRows .components-Tickets-components-UserDisplay-__disabledName {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: var(--table-badge-total);
}
.components-Tickets-components-UserDisplay-__container .components-Tickets-components-UserDisplay-__infoRows .components-Tickets-components-UserDisplay-__relToProject {
  font-size: 8px;
  line-height: 11px;
  color: var(--table-badge-total);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-Tickets-components-Dropdown-__dropdown .components-Tickets-components-Dropdown-__select {
  width: 100%;
}
.components-Tickets-components-Dropdown-__dropdown .ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 0px;
}
.components-Tickets-components-Dropdown-__dropdown .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;
}
.components-Tickets-components-Dropdown-__dropdown .ant-select-arrow {
  color: var(--primary-color);
  font-weight: bolder;
  right: 16px;
}
.components-Tickets-components-Dropdown-__dropdown .components-Tickets-components-Dropdown-__selected {
  font-size: 12px;
  line-height: 18px;
  color: var(--primary-color);
  height: 100%;
  display: flex;
  align-items: center;
}
.components-Tickets-components-Dropdown-__dropdown .components-Tickets-components-Dropdown-__subOption {
  padding-left: 20px;
}
.components-Tickets-components-Dropdown-__dropdownDark .components-Tickets-components-Dropdown-__select {
  width: 100%;
}
.components-Tickets-components-Dropdown-__dropdownDark .ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 0px;
}
.components-Tickets-components-Dropdown-__dropdownDark .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;
}
.components-Tickets-components-Dropdown-__dropdownDark .ant-select-arrow {
  color: var(--primary-color);
  font-weight: bolder;
  right: 16px;
}
.components-Tickets-components-Dropdown-__dropdownDark .components-Tickets-components-Dropdown-__selected {
  font-size: 12px;
  line-height: 18px;
  color: var(--primary-color);
  height: 100%;
  display: flex;
  align-items: center;
}
.components-Tickets-components-Dropdown-__dropdownDark .components-Tickets-components-Dropdown-__subOption {
  padding-left: 20px;
}
.components-Tickets-components-Dropdown-__dropdownDark .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background-color: var(--primary-color);
  color: var(--white);
  font-weight: 600;
}
.components-Tickets-components-Dropdown-__dropdownDark .ant-select-selection-placeholder {
  color: var(--white);
  font-weight: 400;
  padding-right: 0 !important;
}
.components-Tickets-components-Dropdown-__dropdownDark .ant-select-arrow {
  color: var(--white);
  font-weight: 600;
  right: 16px;
}
.components-Tickets-components-Dropdown-__dropdownDark .components-Tickets-components-Dropdown-__selected {
  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-public2.s3-us-west-1.amazonaws.com/assets;

.containers-Sales-tickets-components-Sidebar-__defaultFromText {
  width: 100%;
  margin: 0 auto;
  padding-right: 11px;
}
.containers-Sales-tickets-components-Sidebar-__defaultFromText span {
  font-size: 9px;
  color: var(--primary-color);
  display: block;
  margin: 4px 0;
}
.containers-Sales-tickets-components-Sidebar-__teamMemberFilter .containers-Sales-tickets-components-Sidebar-__label {
  color: var(--nepal-blue);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 9px;
  font-weight: 700;
}
.containers-Sales-tickets-components-Sidebar-__teamMemberFilter .containers-Sales-tickets-components-Sidebar-__notice {
  margin-top: 10px;
  font-size: 10px;
  color: var(--dark-blue);
}
.containers-Sales-tickets-components-Sidebar-__teamMemberFilter .containers-Sales-tickets-components-Sidebar-__notice button {
  margin-top: 10px;
  color: var(--primary-color);
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}
.containers-Sales-tickets-components-Sidebar-__teamMemberFilter .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;
}
.containers-Sales-tickets-components-Sidebar-__teamMemberFilter .ant-select-arrow {
  right: 30px;
  font-size: 10px;
  line-height: 10px;
  color: transparent;
  text-transform: uppercase;
  margin-top: -9px;
}
.containers-Sales-tickets-components-Sidebar-__teamMemberFilter .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);
}
.containers-Sales-tickets-components-Sidebar-__resetFiltersContainer {
  margin: 24px 0 28px 0;
  display: flex;
  justify-content: center;
}
.containers-Sales-tickets-components-Sidebar-__resetFiltersContainer .containers-Sales-tickets-components-Sidebar-__resetFiltersButton {
  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;
}
.containers-Sales-tickets-components-Sidebar-__resetFiltersContainer .containers-Sales-tickets-components-Sidebar-__resetFiltersButton span {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-shadow: none;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-PlatformLayout-components-Banners-CertificationBanner-__certificationBannerContainer {
  width: 100%;
  height: 32px;
  background: var(--white);
  cursor: pointer;
}
.components-PlatformLayout-components-Banners-CertificationBanner-__certificationBannerContainer .components-PlatformLayout-components-Banners-CertificationBanner-__inner {
  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;
}
.components-PlatformLayout-components-Banners-CertificationBanner-__certificationBannerContainer .components-PlatformLayout-components-Banners-CertificationBanner-__inner .components-PlatformLayout-components-Banners-CertificationBanner-__sharedText {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.components-PlatformLayout-components-Banners-CertificationBanner-__certificationBannerContainer .components-PlatformLayout-components-Banners-CertificationBanner-__inner .components-PlatformLayout-components-Banners-CertificationBanner-__mortar {
  padding-top: 5px;
}
.components-PlatformLayout-components-Banners-CertificationBanner-__certificationBannerContainer .components-PlatformLayout-components-Banners-CertificationBanner-__inner .components-PlatformLayout-components-Banners-CertificationBanner-__left {
  display: flex;
  align-items: center;
}
.components-PlatformLayout-components-Banners-CertificationBanner-__certificationBannerContainer .components-PlatformLayout-components-Banners-CertificationBanner-__inner .components-PlatformLayout-components-Banners-CertificationBanner-__left .components-PlatformLayout-components-Banners-CertificationBanner-__title {
  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;
}
.components-PlatformLayout-components-Banners-CertificationBanner-__certificationBannerContainer .components-PlatformLayout-components-Banners-CertificationBanner-__inner .components-PlatformLayout-components-Banners-CertificationBanner-__right .components-PlatformLayout-components-Banners-CertificationBanner-__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: var(--dark-blue);
}
.components-PlatformLayout-components-Banners-CertificationBanner-__certificationBannerContainer .components-PlatformLayout-components-Banners-CertificationBanner-__inner .components-PlatformLayout-components-Banners-CertificationBanner-__right .components-PlatformLayout-components-Banners-CertificationBanner-__arrow {
  margin-left: 7px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

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

.components-Drawers-DrawerContainer-__drawerContainer .ant-drawer-content-wrapper {
  box-shadow: -4px 0px 40px rgba(0, 0, 0, 0.2) !important;
}
.components-Drawers-DrawerContainer-__drawerContainer .ant-drawer-body {
  height: 100vh;
  overflow: hidden;
}
.components-Drawers-DrawerContainer-__drawerContainer .components-Drawers-DrawerContainer-__drawerLayout {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: var(--table-edit-mode);
}
.components-Drawers-DrawerContainer-__drawerContainer .components-Drawers-DrawerContainer-__drawerLayout .components-Drawers-DrawerContainer-__header {
  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) {
  .components-Drawers-DrawerContainer-__drawerContainer .components-Drawers-DrawerContainer-__drawerLayout .components-Drawers-DrawerContainer-__header {
    padding: 0 15px;
    width: 100%;
  }
}
.components-Drawers-DrawerContainer-__drawerContainer .components-Drawers-DrawerContainer-__drawerLayout .components-Drawers-DrawerContainer-__header .components-Drawers-DrawerContainer-__icon {
  font-size: 14pt;
  color: var(--white);
  margin-bottom: 0;
  margin-right: 10px;
}
.components-Drawers-DrawerContainer-__drawerContainer .components-Drawers-DrawerContainer-__drawerLayout .components-Drawers-DrawerContainer-__content {
  width: 100%;
  height: 100%;
  padding: 25px;
  padding-top: 20px;
  padding-bottom: 40px;
  overflow-y: auto;
  scrollbar-color: var(--picton-blue) transparent;
}
.components-Drawers-DrawerContainer-__drawerContainer .components-Drawers-DrawerContainer-__drawerLayout ::-webkit-scrollbar {
  width: 10px;
}
.components-Drawers-DrawerContainer-__drawerContainer .components-Drawers-DrawerContainer-__drawerLayout ::-webkit-scrollbar-track {
  background: transparent;
}
.components-Drawers-DrawerContainer-__drawerContainer .components-Drawers-DrawerContainer-__drawerLayout ::-webkit-scrollbar-thumb {
  background: var(--picton-blue);
  border-left: 7px solid transparent;
  background-clip: padding-box;
}
.components-Drawers-DrawerContainer-__drawerContainer .components-Drawers-DrawerContainer-__drawerLayout ::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  border: none;
}
.components-Drawers-DrawerContainer-__drawerContainer .components-Drawers-DrawerContainer-__drawerLayout .components-Drawers-DrawerContainer-__drawerFooter {
  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) {
  .components-Drawers-DrawerContainer-__drawerContainer .components-Drawers-DrawerContainer-__drawerLayout .components-Drawers-DrawerContainer-__drawerFooter {
    padding: 0 15px;
    width: 100%;
  }
}
.components-Drawers-DrawerContainer-__drawerContainer .components-Drawers-DrawerContainer-__drawerLayout .components-Drawers-DrawerContainer-__drawerFooter .components-Drawers-DrawerContainer-__icon {
  font-size: 14pt;
  color: var(--white);
  margin-bottom: 0;
  margin-right: 10px;
}
.components-Drawers-DrawerContainer-__drawerContainer .components-Drawers-DrawerContainer-__drawerLayout .components-Drawers-DrawerContainer-__drawerFooter .components-Drawers-DrawerContainer-__buttonContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.components-Drawers-DrawerContainer-__detailsHeader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.components-Drawers-DrawerContainer-__detailsHeader .components-Drawers-DrawerContainer-__detailTopRow {
  margin-bottom: 3px;
  width: 100%;
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.components-Drawers-DrawerContainer-__detailsHeader .components-Drawers-DrawerContainer-__detailBottomRow {
  margin-bottom: 3px;
  width: 100%;
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 12px;
  align-items: flex-start;
}
.components-Drawers-DrawerContainer-__title {
  font-size: 14pt;
  color: var(--white);
  margin-bottom: 0;
}
.components-Drawers-DrawerContainer-__detailTitle {
  font-size: 14pt;
  color: var(--white);
  margin-bottom: 0;
  line-height: 14pt;
}
.components-Drawers-DrawerContainer-__detail {
  font-size: 11px;
  line-height: 14px;
  height: 100%;
  color: var(--white);
}
.components-Drawers-DrawerContainer-__handsomeHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
  background-color: transparent;
  width: 100%;
  padding: 0px 10px;
}
.components-Drawers-DrawerContainer-__handsomeHeader .components-Drawers-DrawerContainer-__close {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 100%;
  margin-right: 15px;
}
.components-Drawers-DrawerContainer-__handsomeHeader .components-Drawers-DrawerContainer-__title {
  color: var(--white);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-left: 15px;
}
.components-Drawers-DrawerContainer-__handsomeHeader .components-Drawers-DrawerContainer-__title span {
  font-weight: 300;
  margin: 0 4px;
}
.components-Drawers-DrawerContainer-__handsomeHeader .components-Drawers-DrawerContainer-__titleblue {
  color: var(--blue-ribbon);
  line-height: 16px;
  text-align: center;
}
.components-Drawers-DrawerContainer-__handsomeHeader .components-Drawers-DrawerContainer-__subtitle {
  color: var(--white);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-left: 15px;
  margin: 0;
}
.components-Drawers-DrawerContainer-__handsomeHeader .components-Drawers-DrawerContainer-__subtitle span {
  font-weight: 300;
  margin: 0 4px;
}
.components-Drawers-DrawerContainer-__handsomeHeader .components-Drawers-DrawerContainer-__subtitleblue {
  color: var(--blue-ribbon);
  line-height: 16px;
  text-align: center;
}
.components-Drawers-DrawerContainer-__handsomeHeader .components-Drawers-DrawerContainer-__subtitleBlue {
  color: var(--blue-ribbon);
  line-height: 16px;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  margin-bottom: 0px;
}
.components-Drawers-DrawerContainer-__handsomeHeader .components-Drawers-DrawerContainer-__backButton {
  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;
}
.components-Drawers-DrawerContainer-__handsomeHeader .components-Drawers-DrawerContainer-__backButton > .components-Drawers-DrawerContainer-__arrow {
  margin-top: 2px;
  margin-right: 12px;
  transform: rotate(180deg);
}
.components-Drawers-DrawerContainer-__handsomeHeader .components-Drawers-DrawerContainer-__rightTextNumber {
  display: flex;
  position: absolute;
  right: 110px;
  justify-content: center;
  align-items: center;
  border: none;
  color: var(--white) !important;
  font-size: 26px;
  font-weight: bold;
}
.components-Drawers-DrawerContainer-__handsomeHeader .components-Drawers-DrawerContainer-__rightTextContent {
  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;
}
.components-Drawers-DrawerContainer-__handsomeHeader .components-Drawers-DrawerContainer-__rightAction {
  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;
}
.components-Drawers-DrawerContainer-__handsomeHeader .components-Drawers-DrawerContainer-__rightAction > span {
  white-space: break-spaces;
  width: 50px;
  text-align: left;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-ErrorBoundaries-__homeFallback {
  height: 100vh;
  width: 100vw;
}
.components-ErrorBoundaries-__homeFallback .components-ErrorBoundaries-__content {
  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;
}
.components-ErrorBoundaries-__homeFallback .components-ErrorBoundaries-__promptEnter,
.components-ErrorBoundaries-__homeFallback .components-ErrorBoundaries-__promptAppear {
  opacity: 0.01;
  transform: scale(0.85) translate(-80px, -10px);
}
.components-ErrorBoundaries-__homeFallback .components-ErrorBoundaries-__promptEnterActive,
.components-ErrorBoundaries-__homeFallback .components-ErrorBoundaries-__promptAppearActive {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition: all 300ms ease-in-out;
}
.components-ErrorBoundaries-__homeFallback .components-ErrorBoundaries-__promptExit {
  opacity: 1;
  transform: scale(1);
}
.components-ErrorBoundaries-__homeFallback .components-ErrorBoundaries-__promptExitActive {
  opacity: 0.01;
  transform: scale(1.1);
  transition: all 300ms;
}
.components-ErrorBoundaries-__drawerFallback {
  background-color: transparent;
  height: calc(100vh - 50px);
}
.components-ErrorBoundaries-__drawerFallback .components-ErrorBoundaries-__closeDrawer {
  text-transform: uppercase;
  font-size: 12px;
}
.components-ErrorBoundaries-__body {
  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;
}
.components-ErrorBoundaries-__body .components-ErrorBoundaries-__oops {
  text-align: center;
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 600;
}
.components-ErrorBoundaries-__body .components-ErrorBoundaries-__message {
  height: 85%;
  margin-top: 24px;
  text-align: justify;
}
.components-ErrorBoundaries-__body .components-ErrorBoundaries-__message a {
  font-weight: 600;
}
.components-ErrorBoundaries-__body .components-ErrorBoundaries-__message .components-ErrorBoundaries-__devDetails {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50%;
}
.components-ErrorBoundaries-__body .components-ErrorBoundaries-__message .components-ErrorBoundaries-__devDetails details {
  font-size: 10px;
}
.components-ErrorBoundaries-__body .components-ErrorBoundaries-__message .components-ErrorBoundaries-__devDetails details li {
  font-size: 10px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-PlatformLayout-components-SubHeaderFilled-__subHeaderFilledContainer {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 3px;
  padding: 20px;
  width: 100%;
  background: var(--white);
  border-radius: 12px 12px 0 0;
}
.components-PlatformLayout-components-SubHeaderFilled-__subHeaderFilledContainer .components-PlatformLayout-components-SubHeaderFilled-__title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.components-PlatformLayout-components-SubHeaderFilled-__subHeaderFilledContainer .components-PlatformLayout-components-SubHeaderFilled-__sideText {
  color: var(--queen-blue);
  font-weight: 500;
}
.components-PlatformLayout-components-SubHeaderFilled-__tooltipIcon {
  margin-left: 6px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  color: var(--graham-grey);
  border: 1px solid var(--graham-grey);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-SubHeaderFilled-__tooltipContent {
  white-space: pre-line;
}
.components-PlatformLayout-components-SubHeaderFilled-__subTitle {
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: var(--queen-blue) !important;
  margin-top: 3px;
  width: 100%;
  text-align: justify;
}
.components-PlatformLayout-components-SubHeaderFilled-__subHeaderContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.components-PlatformLayout-components-SubHeaderFilled-__subHeaderFilledGradientContainer {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 3px;
  padding: 20px;
  width: 100%;
  background: var(--white);
  border-radius: 12px 12px 0 0;
  background: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
}
.components-PlatformLayout-components-SubHeaderFilled-__subHeaderFilledGradientContainer .components-PlatformLayout-components-SubHeaderFilled-__title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.components-PlatformLayout-components-SubHeaderFilled-__subHeaderFilledGradientContainer .components-PlatformLayout-components-SubHeaderFilled-__sideText {
  color: var(--queen-blue);
  font-weight: 500;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterTagShared {
  display: flex;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 7px;
  align-items: center;
  height: 28px;
  background: var(--white);
  box-shadow: none;
  border-radius: 36px;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterTagShared span {
  line-height: 15px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
  text-transform: capitalize;
  white-space: nowrap;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterTagShared .components-Pagination-SearchFilterPagination-SearchFilterCSV-__closeIcon {
  cursor: pointer;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchActive {
  width: 148px;
  height: 28px;
  background-color: var(--cotton-boll-highlighted);
  border-radius: 3px;
  margin-right: 12px;
  box-shadow: none;
  border: none;
  padding-left: 8px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-__lineContainer {
  display: flex;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-__lineContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-__verticalLine {
  background: var(--font-color-eastern-blue);
  height: 20px;
  width: 1px;
  margin-right: 8px;
  margin-left: 7px;
  border-radius: 2px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchActive input {
  background-color: var(--cotton-boll-highlighted);
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchActive input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--cotton-boll-highlighted) inset;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__search {
  width: 148px;
  height: 28px;
  background-color: var(--cotton-boll-highlighted);
  border-radius: 3px;
  margin-right: 12px;
  box-shadow: none;
  border: none;
  padding-left: 8px;
  background-color: var(--cotton-boll);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__search .components-Pagination-SearchFilterPagination-SearchFilterCSV-__lineContainer {
  display: flex;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__search .components-Pagination-SearchFilterPagination-SearchFilterCSV-__lineContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-__verticalLine {
  background: var(--font-color-eastern-blue);
  height: 20px;
  width: 1px;
  margin-right: 8px;
  margin-left: 7px;
  border-radius: 2px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__search input {
  background-color: var(--cotton-boll-highlighted);
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__search input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--cotton-boll-highlighted) inset;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__search:hover {
  background: var(--cotton-boll-highlighted);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__search:hover input {
  background: var(--cotton-boll-highlighted);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__search input {
  background: var(--cotton-boll);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__search input:hover {
  background: var(--cotton-boll-highlighted);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__search input::placeholder {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__smallSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 3px;
  transition: 0.2s all;
  margin-right: 6px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__smallSearchOpen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 3px;
  transition: 0.2s all;
  margin-right: 6px;
  background: var(--dark-blue);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__smallSearchLight {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 3px;
  transition: 0.2s all;
  margin-right: 6px;
  background: var(--white);
  border: 0.5px solid var(--primary-color);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__smallSearchLight svg * {
  fill: var(--primary-color);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV {
  max-width: 100%;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow {
  display: flex;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cotton-boll);
  width: 148px;
  height: 28px;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filter .components-Pagination-SearchFilterPagination-SearchFilterCSV-__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filter .components-Pagination-SearchFilterPagination-SearchFilterCSV-__left .components-Pagination-SearchFilterPagination-SearchFilterCSV-__icon {
  padding-top: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filter .components-Pagination-SearchFilterPagination-SearchFilterCSV-__left span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--font-color-eastern-blue);
  margin-left: 6px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filter .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right {
  display: flex;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filter .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-__line {
  height: 20px;
  width: 1px;
  border-radius: 32px;
  background: var(--font-color-eastern-blue);
  margin-left: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filter .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-__downCaret {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 8px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filter .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-__number {
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 1px;
  margin-left: 5px;
}
@media (max-width: 855px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filter {
    width: unset;
  }
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHover {
  background: var(--cotton-boll-highlighted);
  transition: 0.2s all;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-__left .components-Pagination-SearchFilterPagination-SearchFilterCSV-__icon {
  padding-top: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-__left span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
  margin-left: 6px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-__leftHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-__icon {
  padding-top: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-__leftHover span {
  color: var(--dark-blue);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right {
  display: flex;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-__line {
  height: 20px;
  width: 1px;
  border-radius: 32px;
  background: var(--dark-blue);
  margin-left: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-__downCaret {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 8px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-__number {
  color: var(--dark-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 1px;
  margin-left: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-__rightHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-__line {
  background: var(--dark-blue);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-__rightHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-__downCaret {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-__rightHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-__number {
  color: var(--dark-blue);
}
@media (max-width: 855px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHover {
    width: unset;
  }
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterActive {
  background: var(--dark-blue);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-__left .components-Pagination-SearchFilterPagination-SearchFilterCSV-__icon {
  padding-top: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-__left span {
  color: white;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-__line {
  background: white;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-__number {
  color: white;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHoverActive {
  background: var(--dark-blue-highlighted);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHoverActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-__left .components-Pagination-SearchFilterPagination-SearchFilterCSV-__icon {
  padding-top: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHoverActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-__left span {
  color: white;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHoverActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-__line {
  background: white;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHoverActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-__downCaret {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHoverActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-__number {
  color: white;
}
@media (max-width: 855px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterHoverActive {
    width: unset;
  }
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterOpen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cotton-boll);
  width: 148px;
  height: 28px;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px;
  background: var(--dark-blue);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterOpen .components-Pagination-SearchFilterPagination-SearchFilterCSV-__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterOpen .components-Pagination-SearchFilterPagination-SearchFilterCSV-__left .components-Pagination-SearchFilterPagination-SearchFilterCSV-__icon {
  padding-top: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterOpen .components-Pagination-SearchFilterPagination-SearchFilterCSV-__left span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--font-color-eastern-blue);
  margin-left: 6px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterOpen .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right {
  display: flex;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterOpen .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-__line {
  height: 20px;
  width: 1px;
  border-radius: 32px;
  background: var(--font-color-eastern-blue);
  margin-left: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterOpen .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-__downCaret {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 8px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterOpen .components-Pagination-SearchFilterPagination-SearchFilterCSV-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-__number {
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 1px;
  margin-left: 5px;
}
@media (max-width: 855px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterOpen {
    width: unset;
  }
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__csvButton {
  width: 104px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 80px;
  border: none;
  margin-left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__csvButton span {
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
@media (max-width: 775px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__csvButton {
    width: 56px;
    margin-left: 12px;
  }
}
@media (max-width: 500px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__csvButton {
    margin-left: 8px;
  }
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__smallSearchContainer {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__customSearch {
  margin-right: 6px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterSetRow {
  padding: 2px 0px 5px 0px;
  margin-top: 9px;
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow-x: auto;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterSetRow::-webkit-scrollbar {
  background: transparent;
  height: 8px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterSetRow::-webkit-scrollbar-thumb {
  background: var(--table-edit-mode);
  border-radius: 8px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterSetRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterTag {
  display: flex;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 7px;
  align-items: center;
  height: 28px;
  background: var(--white);
  box-shadow: none;
  border-radius: 36px;
  margin: 0 8px 8px 0;
  cursor: pointer;
  background: var(--cotton-boll);
  margin: 0 7px 0 0;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterSetRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterTag span {
  line-height: 15px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
  text-transform: capitalize;
  white-space: nowrap;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterSetRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-__filterTag .components-Pagination-SearchFilterPagination-SearchFilterCSV-__closeIcon {
  cursor: pointer;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterTagShared {
  display: flex;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 7px;
  align-items: center;
  height: 28px;
  background: var(--white);
  box-shadow: none;
  border-radius: 36px;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterTagShared span {
  line-height: 15px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
  text-transform: capitalize;
  white-space: nowrap;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterTagShared .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__closeIcon {
  cursor: pointer;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchActive {
  width: 148px;
  height: 28px;
  background-color: var(--cotton-boll-highlighted);
  border-radius: 3px;
  margin-right: 12px;
  box-shadow: none;
  border: none;
  padding-left: 8px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__lineContainer {
  display: flex;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__lineContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__verticalLine {
  background: var(--font-color-eastern-blue);
  height: 20px;
  width: 1px;
  margin-right: 8px;
  margin-left: 7px;
  border-radius: 2px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchActive input {
  background-color: var(--cotton-boll-highlighted);
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchActive input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--cotton-boll-highlighted) inset;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__search {
  width: 148px;
  height: 28px;
  background-color: var(--cotton-boll-highlighted);
  border-radius: 3px;
  margin-right: 12px;
  box-shadow: none;
  border: none;
  padding-left: 8px;
  background-color: var(--cotton-boll);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__search .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__lineContainer {
  display: flex;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__search .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__lineContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__verticalLine {
  background: var(--font-color-eastern-blue);
  height: 20px;
  width: 1px;
  margin-right: 8px;
  margin-left: 7px;
  border-radius: 2px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__search input {
  background-color: var(--cotton-boll-highlighted);
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__search input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--cotton-boll-highlighted) inset;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__search:hover {
  background: var(--cotton-boll-highlighted);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__search:hover input {
  background: var(--cotton-boll-highlighted);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__search input {
  background: var(--cotton-boll);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__search input:hover {
  background: var(--cotton-boll-highlighted);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__search input::placeholder {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__smallSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 3px;
  transition: 0.2s all;
  margin-right: 6px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__smallSearchOpen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 3px;
  transition: 0.2s all;
  margin-right: 6px;
  background: var(--dark-blue);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__smallSearchLight {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 3px;
  transition: 0.2s all;
  margin-right: 6px;
  background: var(--white);
  border: 0.5px solid var(--primary-color);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__smallSearchLight svg * {
  fill: var(--primary-color);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV {
  max-width: 100%;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow {
  display: flex;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cotton-boll);
  width: 148px;
  height: 28px;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filter .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filter .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__left .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__icon {
  padding-top: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filter .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__left span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--font-color-eastern-blue);
  margin-left: 6px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filter .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right {
  display: flex;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filter .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__line {
  height: 20px;
  width: 1px;
  border-radius: 32px;
  background: var(--font-color-eastern-blue);
  margin-left: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filter .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__downCaret {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 8px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filter .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__number {
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 1px;
  margin-left: 5px;
}
@media (max-width: 855px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filter {
    width: unset;
  }
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHover {
  background: var(--cotton-boll-highlighted);
  transition: 0.2s all;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__left .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__icon {
  padding-top: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__left span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
  margin-left: 6px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__leftHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__icon {
  padding-top: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__leftHover span {
  color: var(--dark-blue);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right {
  display: flex;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__line {
  height: 20px;
  width: 1px;
  border-radius: 32px;
  background: var(--dark-blue);
  margin-left: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__downCaret {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 8px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__number {
  color: var(--dark-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 1px;
  margin-left: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__rightHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__line {
  background: var(--dark-blue);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__rightHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__downCaret {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__rightHover .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__number {
  color: var(--dark-blue);
}
@media (max-width: 855px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHover {
    width: unset;
  }
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterActive {
  background: var(--dark-blue);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__left .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__icon {
  padding-top: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__left span {
  color: white;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__line {
  background: white;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__number {
  color: white;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHoverActive {
  background: var(--dark-blue-highlighted);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHoverActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__left .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__icon {
  padding-top: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHoverActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__left span {
  color: white;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHoverActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__line {
  background: white;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHoverActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__downCaret {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHoverActive .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__number {
  color: white;
}
@media (max-width: 855px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterHoverActive {
    width: unset;
  }
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterOpen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cotton-boll);
  width: 148px;
  height: 28px;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px;
  background: var(--dark-blue);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterOpen .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterOpen .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__left .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__icon {
  padding-top: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterOpen .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__left span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--font-color-eastern-blue);
  margin-left: 6px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterOpen .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right {
  display: flex;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterOpen .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__line {
  height: 20px;
  width: 1px;
  border-radius: 32px;
  background: var(--font-color-eastern-blue);
  margin-left: 5px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterOpen .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__downCaret {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 8px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterOpen .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__right .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__number {
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 1px;
  margin-left: 5px;
}
@media (max-width: 855px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterOpen {
    width: unset;
  }
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__csvButton {
  width: 104px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 80px;
  border: none;
  margin-left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__csvButton span {
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
@media (max-width: 775px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__csvButton {
    width: 56px;
    margin-left: 12px;
  }
}
@media (max-width: 500px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__mainRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__csvButton {
    margin-left: 8px;
  }
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__smallSearchContainer {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__customSearch {
  margin-right: 6px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterSetRow {
  padding: 2px 0px 5px 0px;
  margin-top: 9px;
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow-x: auto;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterSetRow::-webkit-scrollbar {
  background: transparent;
  height: 8px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterSetRow::-webkit-scrollbar-thumb {
  background: var(--table-edit-mode);
  border-radius: 8px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterSetRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterTag {
  display: flex;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 7px;
  align-items: center;
  height: 28px;
  background: var(--white);
  box-shadow: none;
  border-radius: 36px;
  margin: 0 8px 8px 0;
  cursor: pointer;
  background: var(--cotton-boll);
  margin: 0 7px 0 0;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterSetRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterTag span {
  line-height: 15px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
  text-transform: capitalize;
  white-space: nowrap;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__searchFilterCSV .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterSetRow .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterTag .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__closeIcon {
  cursor: pointer;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15) !important;
  border-radius: 3px;
  max-width: 98vw;
  min-width: 280px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__headerText {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: var(--nepal-blue);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__clearText {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: var(--nepal-blue);
  font-weight: 400;
  cursor: pointer;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__clearButton {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  background: var(--slate-turquoise);
  border-radius: 18px;
  color: var(--white);
  margin-left: 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  border: none;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__clearButton span {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__header {
  height: 40px;
  width: 100%;
  border-radius: 3px 3px 0px 0px;
  background: var(--table-edit-mode);
  padding: 8px 12px 8px 18px;
  display: flex;
  justify-content: space-between;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__header .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__left {
  display: flex;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer {
  display: flex;
  min-height: 250px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs {
  width: 33%;
  min-width: 212px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: var(--table-edit-mode);
  margin: 2px 0 4px 0;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tab {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 0 24px;
  background: var(--table-edit-mode);
  cursor: pointer;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabText {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__disabledText {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
  color: var(--old-grey);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__countText {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
  line-height: 17px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__countText .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__slashText {
  font-weight: 400;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__countContainer {
  display: flex;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__countContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__caretRightContainer {
  margin-left: 10px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tab:last-of-type {
  border-bottom: 4px solid white;
}
@media (max-width: 680px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tab {
    border-top: none;
  }
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__selectedTab {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 0 24px;
  background: var(--table-edit-mode);
  cursor: pointer;
  background: var(--athens-gray);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__selectedTab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabText {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__selectedTab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__disabledText {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
  color: var(--old-grey);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__selectedTab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__countText {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
  line-height: 17px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__selectedTab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__countText .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__slashText {
  font-weight: 400;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__selectedTab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__countContainer {
  display: flex;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__selectedTab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__countContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__caretRightContainer {
  margin-left: 10px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__selectedTab:last-of-type {
  border-bottom: 4px solid white;
}
@media (max-width: 680px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__selectedTab {
    border-top: none;
  }
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__disabledTab {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 0 24px;
  background: var(--table-edit-mode);
  cursor: pointer;
  cursor: not-allowed;
  background: var(--grey);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__disabledTab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabText {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__disabledTab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__disabledText {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
  color: var(--old-grey);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__disabledTab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__countText {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
  line-height: 17px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__disabledTab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__countText .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__slashText {
  font-weight: 400;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__disabledTab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__countContainer {
  display: flex;
  align-items: center;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__disabledTab .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__countContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__caretRightContainer {
  margin-left: 10px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__disabledTab:last-of-type {
  border-bottom: 4px solid white;
}
@media (max-width: 680px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__disabledTab {
    border-top: none;
  }
}
@media (max-width: 680px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__tabs {
    width: 100%;
    margin: 2px 0 0 0;
    margin-top: 4px;
  }
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__content {
  width: 67%;
  min-width: 300px;
  max-height: 50vh;
  overflow-y: auto;
  padding: 50px;
  background-color: var(--white);
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__content .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyHidden {
  display: none;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__content .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__subheaderText {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  color: var(--gothic-blue);
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__content {
    padding: 25px;
  }
}
@media (max-width: 680px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__content {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__bodyContainer {
    min-height: unset;
  }
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__footer {
  padding: 12px 12px 16px 18px;
  background: var(--table-edit-mode);
  border-radius: 0px 0px 3px 3px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__footer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__top {
  display: flex;
  justify-content: space-between;
  height: 32px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__footer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__top .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterSetButton {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  background: var(--slate-turquoise);
  border-radius: 18px;
  color: var(--white);
  margin-left: 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  border: none;
  background: var(--frostproof);
  color: var(--dark-blue);
  width: 125px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__footer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__top .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterSetButton span {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__footer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterSet {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__footer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterSet .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterTag {
  display: flex;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 7px;
  align-items: center;
  height: 28px;
  background: var(--white);
  box-shadow: none;
  border-radius: 36px;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__footer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterSet .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterTag span {
  line-height: 15px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
  text-transform: capitalize;
  white-space: nowrap;
}
.components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__footer .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterSet .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filterTag .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__closeIcon {
  cursor: pointer;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 680px) {
  .components-Pagination-SearchFilterPagination-SearchFilterCSV-components-FilterMenu-__filtersDropdownMenu {
    width: 300px;
  }
}
@s 3 -asset-path: https://powur-public2.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 components-Modals-CloseLeadModal-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes components-Modals-CloseLeadModal-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.components-Modals-CloseLeadModal-__bounce {
  -webkit-animation-name: components-Modals-CloseLeadModal-__bounce;
  -moz-animation-name: components-Modals-CloseLeadModal-__bounce;
  -o-animation-name: components-Modals-CloseLeadModal-__bounce;
  animation-name: components-Modals-CloseLeadModal-__bounce;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__bounceIn {
  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 components-Modals-CloseLeadModal-__bounceIn {
  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 components-Modals-CloseLeadModal-__bounceIn {
  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 components-Modals-CloseLeadModal-__bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.components-Modals-CloseLeadModal-__bounceIn {
  -webkit-animation-name: components-Modals-CloseLeadModal-__bounceIn;
  -moz-animation-name: components-Modals-CloseLeadModal-__bounceIn;
  -o-animation-name: components-Modals-CloseLeadModal-__bounceIn;
  animation-name: components-Modals-CloseLeadModal-__bounceIn;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__bounceInDown {
  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 components-Modals-CloseLeadModal-__bounceInDown {
  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 components-Modals-CloseLeadModal-__bounceInDown {
  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 components-Modals-CloseLeadModal-__bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.components-Modals-CloseLeadModal-__bounceInDown {
  -webkit-animation-name: components-Modals-CloseLeadModal-__bounceInDown;
  -moz-animation-name: components-Modals-CloseLeadModal-__bounceInDown;
  -o-animation-name: components-Modals-CloseLeadModal-__bounceInDown;
  animation-name: components-Modals-CloseLeadModal-__bounceInDown;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__bounceInLeft {
  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 components-Modals-CloseLeadModal-__bounceInLeft {
  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 components-Modals-CloseLeadModal-__bounceInLeft {
  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 components-Modals-CloseLeadModal-__bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.components-Modals-CloseLeadModal-__bounceInLeft {
  -webkit-animation-name: components-Modals-CloseLeadModal-__bounceInLeft;
  -moz-animation-name: components-Modals-CloseLeadModal-__bounceInLeft;
  -o-animation-name: components-Modals-CloseLeadModal-__bounceInLeft;
  animation-name: components-Modals-CloseLeadModal-__bounceInLeft;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__bounceInRight {
  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 components-Modals-CloseLeadModal-__bounceInRight {
  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 components-Modals-CloseLeadModal-__bounceInRight {
  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 components-Modals-CloseLeadModal-__bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.components-Modals-CloseLeadModal-__bounceInRight {
  -webkit-animation-name: components-Modals-CloseLeadModal-__bounceInRight;
  -moz-animation-name: components-Modals-CloseLeadModal-__bounceInRight;
  -o-animation-name: components-Modals-CloseLeadModal-__bounceInRight;
  animation-name: components-Modals-CloseLeadModal-__bounceInRight;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__bounceInUp {
  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 components-Modals-CloseLeadModal-__bounceInUp {
  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 components-Modals-CloseLeadModal-__bounceInUp {
  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 components-Modals-CloseLeadModal-__bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.components-Modals-CloseLeadModal-__bounceInUp {
  -webkit-animation-name: components-Modals-CloseLeadModal-__bounceInUp;
  -moz-animation-name: components-Modals-CloseLeadModal-__bounceInUp;
  -o-animation-name: components-Modals-CloseLeadModal-__bounceInUp;
  animation-name: components-Modals-CloseLeadModal-__bounceInUp;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__bounceOut {
  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 components-Modals-CloseLeadModal-__bounceOut {
  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 components-Modals-CloseLeadModal-__bounceOut {
  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 components-Modals-CloseLeadModal-__bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.components-Modals-CloseLeadModal-__bounceOut {
  -webkit-animation-name: components-Modals-CloseLeadModal-__bounceOut;
  -moz-animation-name: components-Modals-CloseLeadModal-__bounceOut;
  -o-animation-name: components-Modals-CloseLeadModal-__bounceOut;
  animation-name: components-Modals-CloseLeadModal-__bounceOut;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes components-Modals-CloseLeadModal-__bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.components-Modals-CloseLeadModal-__bounceOutDown {
  -webkit-animation-name: components-Modals-CloseLeadModal-__bounceOutDown;
  -moz-animation-name: components-Modals-CloseLeadModal-__bounceOutDown;
  -o-animation-name: components-Modals-CloseLeadModal-__bounceOutDown;
  animation-name: components-Modals-CloseLeadModal-__bounceOutDown;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes components-Modals-CloseLeadModal-__bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.components-Modals-CloseLeadModal-__bounceOutLeft {
  -webkit-animation-name: components-Modals-CloseLeadModal-__bounceOutLeft;
  -moz-animation-name: components-Modals-CloseLeadModal-__bounceOutLeft;
  -o-animation-name: components-Modals-CloseLeadModal-__bounceOutLeft;
  animation-name: components-Modals-CloseLeadModal-__bounceOutLeft;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes components-Modals-CloseLeadModal-__bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.components-Modals-CloseLeadModal-__bounceOutRight {
  -webkit-animation-name: components-Modals-CloseLeadModal-__bounceOutRight;
  -moz-animation-name: components-Modals-CloseLeadModal-__bounceOutRight;
  -o-animation-name: components-Modals-CloseLeadModal-__bounceOutRight;
  animation-name: components-Modals-CloseLeadModal-__bounceOutRight;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes components-Modals-CloseLeadModal-__bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.components-Modals-CloseLeadModal-__bounceOutUp {
  -webkit-animation-name: components-Modals-CloseLeadModal-__bounceOutUp;
  -moz-animation-name: components-Modals-CloseLeadModal-__bounceOutUp;
  -o-animation-name: components-Modals-CloseLeadModal-__bounceOutUp;
  animation-name: components-Modals-CloseLeadModal-__bounceOutUp;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.components-Modals-CloseLeadModal-__fadeIn {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeIn;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeIn;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeIn;
  animation-name: components-Modals-CloseLeadModal-__fadeIn;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Modals-CloseLeadModal-__fadeInDown {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeInDown;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeInDown;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeInDown;
  animation-name: components-Modals-CloseLeadModal-__fadeInDown;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Modals-CloseLeadModal-__fadeInDownBig {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeInDownBig;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeInDownBig;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeInDownBig;
  animation-name: components-Modals-CloseLeadModal-__fadeInDownBig;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Modals-CloseLeadModal-__fadeInLeft {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeInLeft;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeInLeft;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeInLeft;
  animation-name: components-Modals-CloseLeadModal-__fadeInLeft;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Modals-CloseLeadModal-__fadeInLeftBig {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeInLeftBig;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeInLeftBig;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeInLeftBig;
  animation-name: components-Modals-CloseLeadModal-__fadeInLeftBig;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Modals-CloseLeadModal-__fadeInRight {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeInRight;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeInRight;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeInRight;
  animation-name: components-Modals-CloseLeadModal-__fadeInRight;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Modals-CloseLeadModal-__fadeInRightBig {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeInRightBig;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeInRightBig;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeInRightBig;
  animation-name: components-Modals-CloseLeadModal-__fadeInRightBig;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Modals-CloseLeadModal-__fadeInUp {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeInUp;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeInUp;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeInUp;
  animation-name: components-Modals-CloseLeadModal-__fadeInUp;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Modals-CloseLeadModal-__fadeInUpBig {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeInUpBig;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeInUpBig;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeInUpBig;
  animation-name: components-Modals-CloseLeadModal-__fadeInUpBig;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.components-Modals-CloseLeadModal-__fadeOut {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeOut;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeOut;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeOut;
  animation-name: components-Modals-CloseLeadModal-__fadeOut;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.components-Modals-CloseLeadModal-__fadeOutDown {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeOutDown;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeOutDown;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeOutDown;
  animation-name: components-Modals-CloseLeadModal-__fadeOutDown;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.components-Modals-CloseLeadModal-__fadeOutDownBig {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeOutDownBig;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeOutDownBig;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeOutDownBig;
  animation-name: components-Modals-CloseLeadModal-__fadeOutDownBig;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.components-Modals-CloseLeadModal-__fadeOutLeft {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeOutLeft;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeOutLeft;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeOutLeft;
  animation-name: components-Modals-CloseLeadModal-__fadeOutLeft;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.components-Modals-CloseLeadModal-__fadeOutLeftBig {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeOutLeftBig;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeOutLeftBig;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeOutLeftBig;
  animation-name: components-Modals-CloseLeadModal-__fadeOutLeftBig;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.components-Modals-CloseLeadModal-__fadeOutRight {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeOutRight;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeOutRight;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeOutRight;
  animation-name: components-Modals-CloseLeadModal-__fadeOutRight;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.components-Modals-CloseLeadModal-__fadeOutRightBig {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeOutRightBig;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeOutRightBig;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeOutRightBig;
  animation-name: components-Modals-CloseLeadModal-__fadeOutRightBig;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.components-Modals-CloseLeadModal-__fadeOutUp {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeOutUp;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeOutUp;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeOutUp;
  animation-name: components-Modals-CloseLeadModal-__fadeOutUp;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes components-Modals-CloseLeadModal-__fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.components-Modals-CloseLeadModal-__fadeOutUpBig {
  -webkit-animation-name: components-Modals-CloseLeadModal-__fadeOutUpBig;
  -moz-animation-name: components-Modals-CloseLeadModal-__fadeOutUpBig;
  -o-animation-name: components-Modals-CloseLeadModal-__fadeOutUpBig;
  animation-name: components-Modals-CloseLeadModal-__fadeOutUpBig;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes components-Modals-CloseLeadModal-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.components-Modals-CloseLeadModal-__flash {
  -webkit-animation-name: components-Modals-CloseLeadModal-__flash;
  -moz-animation-name: components-Modals-CloseLeadModal-__flash;
  -o-animation-name: components-Modals-CloseLeadModal-__flash;
  animation-name: components-Modals-CloseLeadModal-__flash;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__flip {
  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 components-Modals-CloseLeadModal-__flip {
  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 components-Modals-CloseLeadModal-__flip {
  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 components-Modals-CloseLeadModal-__flip {
  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;
  }
}
.components-Modals-CloseLeadModal-__flip {
  -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: components-Modals-CloseLeadModal-__flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Modals-CloseLeadModal-__flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Modals-CloseLeadModal-__flip;
  backface-visibility: visible !important;
  animation-name: components-Modals-CloseLeadModal-__flip;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__flipInX {
  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 components-Modals-CloseLeadModal-__flipInX {
  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 components-Modals-CloseLeadModal-__flipInX {
  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 components-Modals-CloseLeadModal-__flipInX {
  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;
  }
}
.components-Modals-CloseLeadModal-__flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: components-Modals-CloseLeadModal-__flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Modals-CloseLeadModal-__flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Modals-CloseLeadModal-__flipInX;
  backface-visibility: visible !important;
  animation-name: components-Modals-CloseLeadModal-__flipInX;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__flipInY {
  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 components-Modals-CloseLeadModal-__flipInY {
  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 components-Modals-CloseLeadModal-__flipInY {
  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 components-Modals-CloseLeadModal-__flipInY {
  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;
  }
}
.components-Modals-CloseLeadModal-__flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: components-Modals-CloseLeadModal-__flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Modals-CloseLeadModal-__flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Modals-CloseLeadModal-__flipInY;
  backface-visibility: visible !important;
  animation-name: components-Modals-CloseLeadModal-__flipInY;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes components-Modals-CloseLeadModal-__flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.components-Modals-CloseLeadModal-__flipOutX {
  -webkit-animation-name: components-Modals-CloseLeadModal-__flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: components-Modals-CloseLeadModal-__flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: components-Modals-CloseLeadModal-__flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: components-Modals-CloseLeadModal-__flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes components-Modals-CloseLeadModal-__flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.components-Modals-CloseLeadModal-__flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: components-Modals-CloseLeadModal-__flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Modals-CloseLeadModal-__flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Modals-CloseLeadModal-__flipOutY;
  backface-visibility: visible !important;
  animation-name: components-Modals-CloseLeadModal-__flipOutY;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__hinge {
  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 components-Modals-CloseLeadModal-__hinge {
  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 components-Modals-CloseLeadModal-__hinge {
  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 components-Modals-CloseLeadModal-__hinge {
  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;
  }
}
.components-Modals-CloseLeadModal-__hinge {
  -webkit-animation-name: components-Modals-CloseLeadModal-__hinge;
  -moz-animation-name: components-Modals-CloseLeadModal-__hinge;
  -o-animation-name: components-Modals-CloseLeadModal-__hinge;
  animation-name: components-Modals-CloseLeadModal-__hinge;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__lightSpeedIn {
  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 components-Modals-CloseLeadModal-__lightSpeedIn {
  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 components-Modals-CloseLeadModal-__lightSpeedIn {
  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 components-Modals-CloseLeadModal-__lightSpeedIn {
  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;
  }
}
.components-Modals-CloseLeadModal-__lightSpeedIn {
  -webkit-animation-name: components-Modals-CloseLeadModal-__lightSpeedIn;
  -moz-animation-name: components-Modals-CloseLeadModal-__lightSpeedIn;
  -o-animation-name: components-Modals-CloseLeadModal-__lightSpeedIn;
  animation-name: components-Modals-CloseLeadModal-__lightSpeedIn;
  -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 components-Modals-CloseLeadModal-__lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes components-Modals-CloseLeadModal-__lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.components-Modals-CloseLeadModal-__lightSpeedOut {
  -webkit-animation-name: components-Modals-CloseLeadModal-__lightSpeedOut;
  -moz-animation-name: components-Modals-CloseLeadModal-__lightSpeedOut;
  -o-animation-name: components-Modals-CloseLeadModal-__lightSpeedOut;
  animation-name: components-Modals-CloseLeadModal-__lightSpeedOut;
  -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 components-Modals-CloseLeadModal-__pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes components-Modals-CloseLeadModal-__pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.components-Modals-CloseLeadModal-__pulse {
  -webkit-animation-name: components-Modals-CloseLeadModal-__pulse;
  -moz-animation-name: components-Modals-CloseLeadModal-__pulse;
  -o-animation-name: components-Modals-CloseLeadModal-__pulse;
  animation-name: components-Modals-CloseLeadModal-__pulse;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes components-Modals-CloseLeadModal-__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes components-Modals-CloseLeadModal-__rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.components-Modals-CloseLeadModal-__rollIn {
  -webkit-animation-name: components-Modals-CloseLeadModal-__rollIn;
  -moz-animation-name: components-Modals-CloseLeadModal-__rollIn;
  -o-animation-name: components-Modals-CloseLeadModal-__rollIn;
  animation-name: components-Modals-CloseLeadModal-__rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes components-Modals-CloseLeadModal-__rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes components-Modals-CloseLeadModal-__rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes components-Modals-CloseLeadModal-__rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes components-Modals-CloseLeadModal-__rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.components-Modals-CloseLeadModal-__rollOut {
  -webkit-animation-name: components-Modals-CloseLeadModal-__rollOut;
  -moz-animation-name: components-Modals-CloseLeadModal-__rollOut;
  -o-animation-name: components-Modals-CloseLeadModal-__rollOut;
  animation-name: components-Modals-CloseLeadModal-__rollOut;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__rotateIn {
  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 components-Modals-CloseLeadModal-__rotateIn {
  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 components-Modals-CloseLeadModal-__rotateIn {
  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 components-Modals-CloseLeadModal-__rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Modals-CloseLeadModal-__rotateIn {
  -webkit-animation-name: components-Modals-CloseLeadModal-__rotateIn;
  -moz-animation-name: components-Modals-CloseLeadModal-__rotateIn;
  -o-animation-name: components-Modals-CloseLeadModal-__rotateIn;
  animation-name: components-Modals-CloseLeadModal-__rotateIn;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__rotateInDownLeft {
  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 components-Modals-CloseLeadModal-__rotateInDownLeft {
  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 components-Modals-CloseLeadModal-__rotateInDownLeft {
  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 components-Modals-CloseLeadModal-__rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Modals-CloseLeadModal-__rotateInDownLeft {
  -webkit-animation-name: components-Modals-CloseLeadModal-__rotateInDownLeft;
  -moz-animation-name: components-Modals-CloseLeadModal-__rotateInDownLeft;
  -o-animation-name: components-Modals-CloseLeadModal-__rotateInDownLeft;
  animation-name: components-Modals-CloseLeadModal-__rotateInDownLeft;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__rotateInDownRight {
  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 components-Modals-CloseLeadModal-__rotateInDownRight {
  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 components-Modals-CloseLeadModal-__rotateInDownRight {
  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 components-Modals-CloseLeadModal-__rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Modals-CloseLeadModal-__rotateInDownRight {
  -webkit-animation-name: components-Modals-CloseLeadModal-__rotateInDownRight;
  -moz-animation-name: components-Modals-CloseLeadModal-__rotateInDownRight;
  -o-animation-name: components-Modals-CloseLeadModal-__rotateInDownRight;
  animation-name: components-Modals-CloseLeadModal-__rotateInDownRight;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__rotateInUpLeft {
  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 components-Modals-CloseLeadModal-__rotateInUpLeft {
  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 components-Modals-CloseLeadModal-__rotateInUpLeft {
  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 components-Modals-CloseLeadModal-__rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Modals-CloseLeadModal-__rotateInUpLeft {
  -webkit-animation-name: components-Modals-CloseLeadModal-__rotateInUpLeft;
  -moz-animation-name: components-Modals-CloseLeadModal-__rotateInUpLeft;
  -o-animation-name: components-Modals-CloseLeadModal-__rotateInUpLeft;
  animation-name: components-Modals-CloseLeadModal-__rotateInUpLeft;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__rotateInUpRight {
  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 components-Modals-CloseLeadModal-__rotateInUpRight {
  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 components-Modals-CloseLeadModal-__rotateInUpRight {
  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 components-Modals-CloseLeadModal-__rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Modals-CloseLeadModal-__rotateInUpRight {
  -webkit-animation-name: components-Modals-CloseLeadModal-__rotateInUpRight;
  -moz-animation-name: components-Modals-CloseLeadModal-__rotateInUpRight;
  -o-animation-name: components-Modals-CloseLeadModal-__rotateInUpRight;
  animation-name: components-Modals-CloseLeadModal-__rotateInUpRight;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__rotateOut {
  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 components-Modals-CloseLeadModal-__rotateOut {
  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 components-Modals-CloseLeadModal-__rotateOut {
  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 components-Modals-CloseLeadModal-__rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.components-Modals-CloseLeadModal-__rotateOut {
  -webkit-animation-name: components-Modals-CloseLeadModal-__rotateOut;
  -moz-animation-name: components-Modals-CloseLeadModal-__rotateOut;
  -o-animation-name: components-Modals-CloseLeadModal-__rotateOut;
  animation-name: components-Modals-CloseLeadModal-__rotateOut;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__rotateOutDownLeft {
  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 components-Modals-CloseLeadModal-__rotateOutDownLeft {
  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 components-Modals-CloseLeadModal-__rotateOutDownLeft {
  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 components-Modals-CloseLeadModal-__rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.components-Modals-CloseLeadModal-__rotateOutDownLeft {
  -webkit-animation-name: components-Modals-CloseLeadModal-__rotateOutDownLeft;
  -moz-animation-name: components-Modals-CloseLeadModal-__rotateOutDownLeft;
  -o-animation-name: components-Modals-CloseLeadModal-__rotateOutDownLeft;
  animation-name: components-Modals-CloseLeadModal-__rotateOutDownLeft;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__rotateOutDownRight {
  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 components-Modals-CloseLeadModal-__rotateOutDownRight {
  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 components-Modals-CloseLeadModal-__rotateOutDownRight {
  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 components-Modals-CloseLeadModal-__rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.components-Modals-CloseLeadModal-__rotateOutDownRight {
  -webkit-animation-name: components-Modals-CloseLeadModal-__rotateOutDownRight;
  -moz-animation-name: components-Modals-CloseLeadModal-__rotateOutDownRight;
  -o-animation-name: components-Modals-CloseLeadModal-__rotateOutDownRight;
  animation-name: components-Modals-CloseLeadModal-__rotateOutDownRight;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__rotateOutUpLeft {
  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 components-Modals-CloseLeadModal-__rotateOutUpLeft {
  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 components-Modals-CloseLeadModal-__rotateOutUpLeft {
  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 components-Modals-CloseLeadModal-__rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.components-Modals-CloseLeadModal-__rotateOutUpLeft {
  -webkit-animation-name: components-Modals-CloseLeadModal-__rotateOutUpLeft;
  -moz-animation-name: components-Modals-CloseLeadModal-__rotateOutUpLeft;
  -o-animation-name: components-Modals-CloseLeadModal-__rotateOutUpLeft;
  animation-name: components-Modals-CloseLeadModal-__rotateOutUpLeft;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__rotateOutUpRight {
  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 components-Modals-CloseLeadModal-__rotateOutUpRight {
  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 components-Modals-CloseLeadModal-__rotateOutUpRight {
  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 components-Modals-CloseLeadModal-__rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.components-Modals-CloseLeadModal-__rotateOutUpRight {
  -webkit-animation-name: components-Modals-CloseLeadModal-__rotateOutUpRight;
  -moz-animation-name: components-Modals-CloseLeadModal-__rotateOutUpRight;
  -o-animation-name: components-Modals-CloseLeadModal-__rotateOutUpRight;
  animation-name: components-Modals-CloseLeadModal-__rotateOutUpRight;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__shake {
  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 components-Modals-CloseLeadModal-__shake {
  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 components-Modals-CloseLeadModal-__shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes components-Modals-CloseLeadModal-__shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.components-Modals-CloseLeadModal-__shake {
  -webkit-animation-name: components-Modals-CloseLeadModal-__shake;
  -moz-animation-name: components-Modals-CloseLeadModal-__shake;
  -o-animation-name: components-Modals-CloseLeadModal-__shake;
  animation-name: components-Modals-CloseLeadModal-__shake;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__swing {
  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 components-Modals-CloseLeadModal-__swing {
  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 components-Modals-CloseLeadModal-__swing {
  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 components-Modals-CloseLeadModal-__swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.components-Modals-CloseLeadModal-__swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: components-Modals-CloseLeadModal-__swing;
  -moz-animation-name: components-Modals-CloseLeadModal-__swing;
  -o-animation-name: components-Modals-CloseLeadModal-__swing;
  animation-name: components-Modals-CloseLeadModal-__swing;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__tada {
  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 components-Modals-CloseLeadModal-__tada {
  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 components-Modals-CloseLeadModal-__tada {
  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 components-Modals-CloseLeadModal-__tada {
  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);
  }
}
.components-Modals-CloseLeadModal-__tada {
  -webkit-animation-name: components-Modals-CloseLeadModal-__tada;
  -moz-animation-name: components-Modals-CloseLeadModal-__tada;
  -o-animation-name: components-Modals-CloseLeadModal-__tada;
  animation-name: components-Modals-CloseLeadModal-__tada;
}
@-webkit-keyframes components-Modals-CloseLeadModal-__wiggle {
  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 components-Modals-CloseLeadModal-__wiggle {
  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 components-Modals-CloseLeadModal-__wiggle {
  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 components-Modals-CloseLeadModal-__wiggle {
  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);
  }
}
.components-Modals-CloseLeadModal-__wiggle {
  -webkit-animation-name: components-Modals-CloseLeadModal-__wiggle;
  -moz-animation-name: components-Modals-CloseLeadModal-__wiggle;
  -o-animation-name: components-Modals-CloseLeadModal-__wiggle;
  animation-name: components-Modals-CloseLeadModal-__wiggle;
  -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 components-Modals-CloseLeadModal-__wobble {
  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 components-Modals-CloseLeadModal-__wobble {
  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 components-Modals-CloseLeadModal-__wobble {
  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 components-Modals-CloseLeadModal-__wobble {
  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%);
  }
}
.components-Modals-CloseLeadModal-__wobble {
  -webkit-animation-name: components-Modals-CloseLeadModal-__wobble;
  -moz-animation-name: components-Modals-CloseLeadModal-__wobble;
  -o-animation-name: components-Modals-CloseLeadModal-__wobble;
  animation-name: components-Modals-CloseLeadModal-__wobble;
}
.components-Modals-CloseLeadModal-__closeleadModal {
  width: 100%;
}
.components-Modals-CloseLeadModal-__closeleadModal .components-Modals-CloseLeadModal-__itemContainer {
  position: relative;
  margin-bottom: 30px;
}
.components-Modals-CloseLeadModal-__closeleadModal .components-Modals-CloseLeadModal-__itemContainer .components-Modals-CloseLeadModal-__label {
  text-transform: uppercase;
  color: var(--dark-grey);
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
}
.components-Modals-CloseLeadModal-__closeleadModal .components-Modals-CloseLeadModal-__itemContainer .components-Modals-CloseLeadModal-__selectContainer {
  width: 100%;
  margin-top: 4px;
  display: flex;
  justify-content: center;
}
.components-Modals-CloseLeadModal-__closeleadModal .components-Modals-CloseLeadModal-__itemContainer .components-Modals-CloseLeadModal-__selectContainer .components-Modals-CloseLeadModal-__select {
  width: 100%;
  font-size: 12px;
  color: var(--primary-color);
}
.components-Modals-CloseLeadModal-__closeleadModal .components-Modals-CloseLeadModal-__itemContainer .components-Modals-CloseLeadModal-__error {
  color: var(--pomegranate-red);
}
.components-Modals-CloseLeadModal-__closeIcon {
  margin-top: 18px;
}
@s 3 -asset-path: https://powur-public2.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;
}

.components-MapDisplay-__updateLeadMapContainer {
  position: relative;
}
@media (max-width: 700px) {
  .components-MapDisplay-__updateLeadMapContainer {
    max-height: 500px;
    margin-bottom: 60px;
  }
  .components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputContainer {
    margin-top: 15px;
  }
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__mapCard {
  width: 100%;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__mapCard .components-MapDisplay-__map > div {
  border-radius: 12px;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__confirmLocationAlert {
  display: flex;
  flex-direction: column;
  padding: 8px 32px;
  background-color: var(--darkest-blue);
  border-radius: 6px;
  color: var(--white);
  font-size: 16px;
  top: -4px;
  position: absolute;
  left: 200px;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__confirmLocationAlert .components-MapDisplay-__confirmLocationTitle {
  text-transform: uppercase;
  font-weight: 600;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__confirmLocationAlert .components-MapDisplay-__confirmLocationInstruction {
  font-weight: 400;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__disclaimer {
  position: absolute;
  background-color: var(--white);
  padding: 4px;
  border-radius: 3px;
  border: 1px solid black;
  bottom: 116px;
  left: 195px;
  font-size: 10px;
  color: var(--guardsman-red);
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__latLongInputRow {
  display: flex;
  align-items: flex-end;
  height: 75px;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__latLongInputRow .components-MapDisplay-__latLongInputContainer {
  display: flex;
  flex-direction: column;
  min-width: 160px;
  margin-right: 16px;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__latLongInputRow .components-MapDisplay-__latLongInputContainer .components-MapDisplay-__inputLabel {
  margin-bottom: 8px;
  color: var(--nepal-blue);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__latLongInputRow .components-MapDisplay-__latLongInputContainer .components-MapDisplay-__untouchedLabel {
  margin-bottom: 8px;
  color: var(--nepal-blue);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  color: var(--safety-orange);
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__latLongInputRow .components-MapDisplay-__latLongInputContainer .components-MapDisplay-__input {
  border-radius: 4px;
  font-weight: 500;
  color: var(--dark-blue);
  border: 1px solid var(--botticelli-blue);
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__latLongInputRow .components-MapDisplay-__latLongInputContainer .components-MapDisplay-__untouchedInput {
  border-radius: 4px;
  font-weight: 500;
  color: var(--dark-blue);
  border: 1px solid var(--botticelli-blue);
  color: var(--safety-orange);
  width: 170px;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__latLongInputCol {
  display: flex;
  align-items: flex-end;
  height: 75px;
  flex-wrap: wrap;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__latLongInputCol .components-MapDisplay-__latLongInputContainer {
  display: flex;
  flex-direction: column;
  min-width: 160px;
  margin-right: 16px;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__latLongInputCol .components-MapDisplay-__latLongInputContainer .components-MapDisplay-__inputLabel {
  margin-bottom: 8px;
  color: var(--nepal-blue);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__latLongInputCol .components-MapDisplay-__latLongInputContainer .components-MapDisplay-__untouchedLabel {
  margin-bottom: 8px;
  color: var(--nepal-blue);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  color: var(--safety-orange);
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__latLongInputCol .components-MapDisplay-__latLongInputContainer .components-MapDisplay-__input {
  border-radius: 4px;
  font-weight: 500;
  color: var(--dark-blue);
  border: 1px solid var(--botticelli-blue);
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__latLongInputCol .components-MapDisplay-__latLongInputContainer .components-MapDisplay-__untouchedInput {
  border-radius: 4px;
  font-weight: 500;
  color: var(--dark-blue);
  border: 1px solid var(--botticelli-blue);
  color: var(--safety-orange);
  width: 170px;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__latLongInputCol .components-MapDisplay-__latLongInputContainer {
  max-width: 100%;
  margin-bottom: 10px;
  flex-grow: 1;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__latLongInputCol .components-MapDisplay-__latLongInputContainer .components-MapDisplay-__input {
  width: 100%;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__latLongInputCol .components-MapDisplay-__latLongInputContainer .components-MapDisplay-__untouchedInput {
  width: 100%;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__map {
  max-height: 764px;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__map {
    max-height: 500px;
  }
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__latLongInputCard .components-MapDisplay-__map div:first-of-type {
  border-radius: 4px;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__resetGeocodeButton {
  position: absolute;
  bottom: 107px;
  left: 8px;
  font-size: 12px;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__confirmPinLocation {
  position: absolute;
  bottom: 120px;
  right: 60px;
  font-size: 12px;
}
.components-MapDisplay-__updateLeadMapContainer .components-MapDisplay-__noMapData {
  position: absolute;
  width: 400px;
  text-align: center;
  font-size: 12px;
  color: var(--guardsman-red);
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--white);
  border: 1px solid black;
  border-radius: 3px;
  padding: 10px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-FileUploader-SingleFileDragAndDrop-__singleFileDropzone {
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px dashed var(--graham-grey);
  background-color: var(--white);
  border-radius: 3px;
  padding: 20px;
  min-height: 90px;
}
.components-FileUploader-SingleFileDragAndDrop-__widthShort {
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px dashed var(--graham-grey);
  background-color: var(--white);
  border-radius: 3px;
  padding: 20px;
  min-height: 90px;
  width: 70%;
}
.components-FileUploader-SingleFileDragAndDrop-__dropzoneSolidBorder {
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px dashed var(--graham-grey);
  background-color: var(--white);
  border-radius: 3px;
  padding: 20px;
  min-height: 90px;
  border: 1px solid var(--botticelli-blue);
}
.components-FileUploader-SingleFileDragAndDrop-__singleFileUploadInput {
  display: none;
}
.components-FileUploader-SingleFileDragAndDrop-__singleFileInputLabel {
  font-size: 14px;
  color: var(--primary-color);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
}
.components-FileUploader-SingleFileDragAndDrop-__singleFileInputLabel .components-FileUploader-SingleFileDragAndDrop-__inputLabelContents {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
}
.components-FileUploader-SingleFileDragAndDrop-__singleFileInputLabel .components-FileUploader-SingleFileDragAndDrop-__inputLabelContents .components-FileUploader-SingleFileDragAndDrop-__row {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-FileUploader-SingleFileDragAndDrop-__singleFileInputLabel .components-FileUploader-SingleFileDragAndDrop-__inputLabelContents .components-FileUploader-SingleFileDragAndDrop-__iconRow {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.components-FileUploader-SingleFileDragAndDrop-__singleFileInputLabel .components-FileUploader-SingleFileDragAndDrop-__inputLabelContents .components-FileUploader-SingleFileDragAndDrop-__instruction {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: var(--blue-ribbon);
}
.components-FileUploader-SingleFileDragAndDrop-__singleFileInputLabel .components-FileUploader-SingleFileDragAndDrop-__inputLabelContents .components-FileUploader-SingleFileDragAndDrop-__details {
  font-size: 14px;
  color: var(--graham-grey);
  font-weight: 500;
  margin-top: 5px;
}
.components-FileUploader-SingleFileDragAndDrop-__inputLabelWithFiles {
  font-size: 14px;
  color: var(--primary-color);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
}
.components-FileUploader-SingleFileDragAndDrop-__inputLabelWithFiles .components-FileUploader-SingleFileDragAndDrop-__inputLabelContents {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
}
.components-FileUploader-SingleFileDragAndDrop-__inputLabelWithFiles .components-FileUploader-SingleFileDragAndDrop-__inputLabelContents .components-FileUploader-SingleFileDragAndDrop-__row {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-FileUploader-SingleFileDragAndDrop-__inputLabelWithFiles .components-FileUploader-SingleFileDragAndDrop-__inputLabelContents .components-FileUploader-SingleFileDragAndDrop-__iconRow {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.components-FileUploader-SingleFileDragAndDrop-__inputLabelWithFiles .components-FileUploader-SingleFileDragAndDrop-__inputLabelContents .components-FileUploader-SingleFileDragAndDrop-__instruction {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: var(--blue-ribbon);
}
.components-FileUploader-SingleFileDragAndDrop-__inputLabelWithFiles .components-FileUploader-SingleFileDragAndDrop-__inputLabelContents .components-FileUploader-SingleFileDragAndDrop-__details {
  font-size: 14px;
  color: var(--graham-grey);
  font-weight: 500;
  margin-top: 5px;
}
.components-FileUploader-SingleFileDragAndDrop-__spinContainer {
  font-size: 14px;
  color: var(--primary-color);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
  height: 138px;
  background-color: var(--primary-color-a30);
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-FileUploader-SingleFileDragAndDrop-__spinContainer .components-FileUploader-SingleFileDragAndDrop-__inputLabelContents {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
}
.components-FileUploader-SingleFileDragAndDrop-__spinContainer .components-FileUploader-SingleFileDragAndDrop-__inputLabelContents .components-FileUploader-SingleFileDragAndDrop-__row {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-FileUploader-SingleFileDragAndDrop-__spinContainer .components-FileUploader-SingleFileDragAndDrop-__inputLabelContents .components-FileUploader-SingleFileDragAndDrop-__iconRow {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.components-FileUploader-SingleFileDragAndDrop-__spinContainer .components-FileUploader-SingleFileDragAndDrop-__inputLabelContents .components-FileUploader-SingleFileDragAndDrop-__instruction {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: var(--blue-ribbon);
}
.components-FileUploader-SingleFileDragAndDrop-__spinContainer .components-FileUploader-SingleFileDragAndDrop-__inputLabelContents .components-FileUploader-SingleFileDragAndDrop-__details {
  font-size: 14px;
  color: var(--graham-grey);
  font-weight: 500;
  margin-top: 5px;
}
.components-FileUploader-SingleFileDragAndDrop-__previewContainer {
  width: 100%;
  overflow-x: hidden;
}
.components-FileUploader-SingleFileDragAndDrop-__previewGroup {
  width: 100%;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.components-FileUploader-SingleFileDragAndDrop-__previewRow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.components-FileUploader-SingleFileDragAndDrop-__previewRow .components-FileUploader-SingleFileDragAndDrop-__fileDetails {
  display: flex;
  align-items: center;
  flex-grow: 2;
  margin-right: 24px;
}
.components-FileUploader-SingleFileDragAndDrop-__previewRow .components-FileUploader-SingleFileDragAndDrop-__fileDetails .components-FileUploader-SingleFileDragAndDrop-__documentIcon {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.components-FileUploader-SingleFileDragAndDrop-__previewRow .components-FileUploader-SingleFileDragAndDrop-__buttonSection {
  align-items: center;
  display: flex;
  font-weight: 500;
  font-size: 12px;
  color: var(--dark-blue);
}
.components-FileUploader-SingleFileDragAndDrop-__previewRow .components-FileUploader-SingleFileDragAndDrop-__buttonSection .components-FileUploader-SingleFileDragAndDrop-__deleteButton {
  cursor: pointer;
}
.components-FileUploader-SingleFileDragAndDrop-__previewRow .components-FileUploader-SingleFileDragAndDrop-__fileName {
  display: flex;
  flex-direction: column;
}
.components-FileUploader-SingleFileDragAndDrop-__previewRow .components-FileUploader-SingleFileDragAndDrop-__fileName .components-FileUploader-SingleFileDragAndDrop-__name {
  font-weight: 600;
  font-size: 16px;
  color: var(--dark-blue);
}
.components-FileUploader-SingleFileDragAndDrop-__previewRow .components-FileUploader-SingleFileDragAndDrop-__fileName .components-FileUploader-SingleFileDragAndDrop-__size {
  font-weight: 500;
  color: var(--nepal-blue);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* enter and exit animations for preview rows */

.file-uploader-preview-animation-classes-4RV1B-enter {
  transform: translate(-100%);
}

.file-uploader-preview-animation-classes-4RV1B-enter-active {
  transform: translate(0);
  transition: all 300ms ease-in-out;
}

.file-uploader-preview-animation-classes-4RV1B-exit {
  transform: translate(0);
}

.file-uploader-preview-animation-classes-4RV1B-exit-active {
  transform: translate(100%);
  transition: all 300ms ease-in-out;
}

/* switch animation between filename input and progress bar  */
.file-uploader-filename-input-progress-switch-animations-U7VV2-enter {
  opacity: 0;
}

.file-uploader-filename-input-progress-switch-animations-U7VV2-enter-active {
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.file-uploader-filename-input-progress-switch-animations-U7VV2-exit {
  opacity: 1;
}

.file-uploader-filename-input-progress-switch-animations-U7VV2-exit-active {
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.dzu-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 120px;
  overflow: scroll;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  transition: all .15s linear;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
}

.dzu-dropzoneActive {
  background-color: #DEEBFF;
  border-color: #2484FF;
}

.dzu-dropzoneDisabled {
  opacity: 0.5;
}

.dzu-dropzoneDisabled *:hover {
  cursor: unset;
}

.dzu-input {
  display: none;
}

.dzu-inputLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2484FF;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.dzu-inputLabelWithFiles {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  padding: 0 14px;
  min-height: 32px;
  background-color: #E6E6E6;
  color: #2484FF;
  border: none;
  font-family: 'Helvetica', sans-serif;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 3%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.dzu-previewContainer {
  padding: 40px 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 60px;
  z-index: 1;
  border-bottom: 1px solid #ECECEC;
  box-sizing: border-box;
}

.dzu-previewStatusContainer {
  display: flex;
  align-items: center;
}

.dzu-previewFileName {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.dzu-previewImage {
  width: auto;
  max-height: 40px;
  max-width: 140px;
  border-radius: 4px;
}

.dzu-previewButton {
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  cursor: pointer;
  opacity: 0.9;
  margin: 0 0 2px 10px;
}

.dzu-submitButtonContainer {
  margin: 24px 0;
  z-index: 1;
}

.dzu-submitButton {
  padding: 0 14px;
  min-height: 32px;
  background-color: #2484FF;
  border: none;
  border-radius: 4px;
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.dzu-submitButton:disabled {
  background-color: #E6E6E6;
  color: #333333;
  cursor: unset;
}

.components-FileUploader-FileUploaderDragAndDrop-__dropzone {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 280px;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 2px dashed var(--botticelli-blue);
  background-color: var(--white);
  border-radius: 4px;
  padding: 20px;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabel {
  font-size: 14px;
  color: var(--primary-color);
}
.components-FileUploader-FileUploaderDragAndDrop-__input {
  display: none;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabel {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabel .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabel .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__row {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabel .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__iconRow {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabel .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__iconRow .components-FileUploader-FileUploaderDragAndDrop-__icon {
  height: 32px;
  width: 38px;
  background-image: url("/icons/icon_file_upload.svg");
  background-size: cover;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabel .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__instruction {
  line-height: 15px;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabel .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__or {
  line-height: 15px;
  color: var(--slate-grey);
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabel .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__click {
  line-height: 15px;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  height: 31px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabel .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__details {
  position: absolute;
  width: 100%;
  font-size: 10px;
  color: rgba(22, 97, 124, 0.5);
  bottom: 0;
  text-align: center;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabelWithFiles {
  font-size: 14px;
  color: var(--primary-color);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabelWithFiles .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabelWithFiles .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__row {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabelWithFiles .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__iconRow {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabelWithFiles .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__iconRow .components-FileUploader-FileUploaderDragAndDrop-__icon {
  height: 32px;
  width: 38px;
  background-image: url("/icons/icon_file_upload.svg");
  background-size: cover;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabelWithFiles .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__instruction {
  line-height: 15px;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabelWithFiles .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__or {
  line-height: 15px;
  color: var(--slate-grey);
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabelWithFiles .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__click {
  line-height: 15px;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  height: 31px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-FileUploader-FileUploaderDragAndDrop-__inputLabelWithFiles .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__details {
  position: absolute;
  width: 100%;
  font-size: 10px;
  color: rgba(22, 97, 124, 0.5);
  bottom: 0;
  text-align: center;
}
.components-FileUploader-FileUploaderDragAndDrop-__submitButtonContainer {
  margin-top: 18px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.components-FileUploader-FileUploaderDragAndDrop-__submitButton {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  height: 32px;
  border-radius: 20px;
  background-color: var(--white);
  color: var(--primary-color);
  border: none;
}
.components-FileUploader-FileUploaderDragAndDrop-__spinContainer {
  font-size: 14px;
  color: var(--primary-color);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
  background-color: var(--primary-color-a30);
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-FileUploader-FileUploaderDragAndDrop-__spinContainer .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
}
.components-FileUploader-FileUploaderDragAndDrop-__spinContainer .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__row {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-FileUploader-FileUploaderDragAndDrop-__spinContainer .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__iconRow {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.components-FileUploader-FileUploaderDragAndDrop-__spinContainer .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__iconRow .components-FileUploader-FileUploaderDragAndDrop-__icon {
  height: 32px;
  width: 38px;
  background-image: url("/icons/icon_file_upload.svg");
  background-size: cover;
}
.components-FileUploader-FileUploaderDragAndDrop-__spinContainer .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__instruction {
  line-height: 15px;
}
.components-FileUploader-FileUploaderDragAndDrop-__spinContainer .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__or {
  line-height: 15px;
  color: var(--slate-grey);
}
.components-FileUploader-FileUploaderDragAndDrop-__spinContainer .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__click {
  line-height: 15px;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  height: 31px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-FileUploader-FileUploaderDragAndDrop-__spinContainer .components-FileUploader-FileUploaderDragAndDrop-__inputLabelContents .components-FileUploader-FileUploaderDragAndDrop-__details {
  position: absolute;
  width: 100%;
  font-size: 10px;
  color: rgba(22, 97, 124, 0.5);
  bottom: 0;
  text-align: center;
}
.components-FileUploader-FileUploaderDragAndDrop-__previewContainer {
  width: 100%;
  overflow-x: hidden;
}
.components-FileUploader-FileUploaderDragAndDrop-__previewGroup {
  width: 100%;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.components-FileUploader-FileUploaderDragAndDrop-__previewRow {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.components-FileUploader-FileUploaderDragAndDrop-__previewRow:first-child {
  padding-top: 10px;
  height: 60px;
}
.components-FileUploader-FileUploaderDragAndDrop-__previewRow .components-FileUploader-FileUploaderDragAndDrop-__thumb {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.components-FileUploader-FileUploaderDragAndDrop-__previewRow .components-FileUploader-FileUploaderDragAndDrop-__thumb .components-FileUploader-FileUploaderDragAndDrop-__img {
  max-width: 100%;
  max-height: 100%;
  -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);
}
.components-FileUploader-FileUploaderDragAndDrop-__previewRow .components-FileUploader-FileUploaderDragAndDrop-__thumb .components-FileUploader-FileUploaderDragAndDrop-__icon {
  font-size: 36px;
}
.components-FileUploader-FileUploaderDragAndDrop-__previewRow .components-FileUploader-FileUploaderDragAndDrop-__progressCol {
  width: 60%;
  height: 100%;
  position: relative;
}
.components-FileUploader-FileUploaderDragAndDrop-__previewRow .components-FileUploader-FileUploaderDragAndDrop-__progressCol .components-FileUploader-FileUploaderDragAndDrop-__progress {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
  margin: auto 0;
  width: 100%;
  height: 21px;
}
.components-FileUploader-FileUploaderDragAndDrop-__previewRow .components-FileUploader-FileUploaderDragAndDrop-__progressCol .components-FileUploader-FileUploaderDragAndDrop-__filenameInputContainer {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
  margin: auto 0;
  width: 100%;
  height: 21px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.components-FileUploader-FileUploaderDragAndDrop-__previewRow .components-FileUploader-FileUploaderDragAndDrop-__progressCol .components-FileUploader-FileUploaderDragAndDrop-__filenameInputContainer .components-FileUploader-FileUploaderDragAndDrop-__filenameInputLabel {
  position: absolute;
  top: 5px;
  font-size: 10px;
  color: var(--slate-grey);
}
.components-FileUploader-FileUploaderDragAndDrop-__previewRow .components-FileUploader-FileUploaderDragAndDrop-__progressCol .components-FileUploader-FileUploaderDragAndDrop-__filenameInputContainer .components-FileUploader-FileUploaderDragAndDrop-__filenameInput {
  width: 100%;
  height: 28px;
  border: none;
  color: var(--primary-color);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.components-FileUploader-FileUploaderDragAndDrop-__previewRow .components-FileUploader-FileUploaderDragAndDrop-__icons {
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* enter and exit animations for preview rows */

.file-uploader-preview-animation-classes-4RV1B-enter {
  transform: translate(-100%);
}

.file-uploader-preview-animation-classes-4RV1B-enter-active {
  transform: translate(0);
  transition: all 300ms ease-in-out;
}

.file-uploader-preview-animation-classes-4RV1B-exit {
  transform: translate(0);
}

.file-uploader-preview-animation-classes-4RV1B-exit-active {
  transform: translate(100%);
  transition: all 300ms ease-in-out;
}

/* enter and exit animations for submit button */
.file-uploader-submit-button-animation-classes-YVX3S-enter {
  opacity: 0;
}

.file-uploader-submit-button-animation-classes-YVX3S-enter-active {
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.file-uploader-submit-button-animation-classes-YVX3S-exit {
  opacity: 1;
}

.file-uploader-submit-button-animation-classes-YVX3S-exit-active {
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.file-uploader-submit-button-animation-classes-YVX3S-exit-done {
  opacity: 0;
  display: none;
}

/* switch animation between filename input and progress bar  */
.file-uploader-filename-input-progress-switch-animations-U7VV2-enter {
  opacity: 0;
}

.file-uploader-filename-input-progress-switch-animations-U7VV2-enter-active {
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.file-uploader-filename-input-progress-switch-animations-U7VV2-exit {
  opacity: 1;
}

.file-uploader-filename-input-progress-switch-animations-U7VV2-exit-active {
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.components-PlatformLayout-components-MainNav-__container {
  margin-top: 46px;
  background-color: var(--dark-blue);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  min-height: calc(100vh - 46px);
  height: calc(100vh - 46px);
  bottom: 0;
  /* Track */
  /* Handle */
  /* Handle */
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__logoContainer {
  position: absolute;
  z-index: 1010;
  height: 46px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -45px;
  left: 0;
  cursor: pointer;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__logoContainerOpen {
  position: absolute;
  z-index: 1010;
  height: 46px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -45px;
  left: 0;
  cursor: pointer;
  background-color: var(--dark-blue);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section {
  margin-bottom: 36px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__supportSectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__supportSectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol path {
  fill: white;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__brainLines {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__enterpriseIcon path {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--blue-ribbon);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__collapsedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: 0;
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__activeRow {
  transition: 0.2s all;
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__activeRow:hover {
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__linkText {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection {
  margin-bottom: 36px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__supportSectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__supportSectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol path {
  fill: white;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__brainLines {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__enterpriseIcon path {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--blue-ribbon);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__collapsedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: 0;
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__activeRow {
  transition: 0.2s all;
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__activeRow:hover {
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__linkText {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection {
    width: 0;
    overflow: hidden;
  }
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionTitle {
    width: 0;
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom {
  margin-bottom: 36px;
  margin-bottom: 16px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol path {
  fill: white;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__brainLines {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__enterpriseIcon path {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--blue-ribbon);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: 0;
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__activeRow {
  transition: 0.2s all;
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__activeRow:hover {
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__linkText {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom {
  margin-bottom: 36px;
  margin-bottom: 16px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol path {
  fill: white;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__brainLines {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__enterpriseIcon path {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--blue-ribbon);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: 0;
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__activeRow {
  transition: 0.2s all;
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__activeRow:hover {
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__linkText {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom {
    width: 0;
    overflow: hidden;
  }
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle {
    width: 0;
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection {
  margin-bottom: 36px;
  margin-bottom: 0;
  padding-bottom: 12px;
  bottom: 0;
  background-color: var(--dark-blue);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__supportSectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__supportSectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol path {
  fill: white;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__brainLines {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__enterpriseIcon path {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--blue-ribbon);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__collapsedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: 0;
  }
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__activeRow {
  transition: 0.2s all;
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__activeRow:hover {
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__container .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__linkText {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__container::-webkit-scrollbar {
  width: 12px;
}
.components-PlatformLayout-components-MainNav-__container::-webkit-scrollbar-track {
  background: transparent;
}
.components-PlatformLayout-components-MainNav-__container::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-left: 9px solid transparent;
  background-clip: padding-box;
}
.components-PlatformLayout-components-MainNav-__container::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  border: none;
}
.components-PlatformLayout-components-MainNav-__containerExpanded {
  margin-top: 46px;
  background-color: var(--dark-blue);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  min-height: calc(100vh - 46px);
  height: calc(100vh - 46px);
  bottom: 0;
  /* Track */
  /* Handle */
  /* Handle */
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: var(--primary-color) transparent;
  box-shadow: 4px 0px 12px rgba(0, 0, 0, 0.25);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__logoContainer {
  position: absolute;
  z-index: 1010;
  height: 46px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -45px;
  left: 0;
  cursor: pointer;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__logoContainerOpen {
  position: absolute;
  z-index: 1010;
  height: 46px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -45px;
  left: 0;
  cursor: pointer;
  background-color: var(--dark-blue);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section {
  margin-bottom: 36px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__supportSectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__supportSectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol path {
  fill: white;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__brainLines {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__enterpriseIcon path {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--blue-ribbon);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__collapsedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: 0;
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__activeRow {
  transition: 0.2s all;
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__activeRow:hover {
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__section .components-PlatformLayout-components-MainNav-__linkText {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection {
  margin-bottom: 36px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__supportSectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__supportSectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol path {
  fill: white;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__brainLines {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__enterpriseIcon path {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--blue-ribbon);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__collapsedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: 0;
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__activeRow {
  transition: 0.2s all;
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__activeRow:hover {
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__linkText {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection {
    width: 0;
    overflow: hidden;
  }
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSection .components-PlatformLayout-components-MainNav-__sectionTitle {
    width: 0;
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom {
  margin-bottom: 36px;
  margin-bottom: 16px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol path {
  fill: white;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__brainLines {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__enterpriseIcon path {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--blue-ribbon);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: 0;
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__activeRow {
  transition: 0.2s all;
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__activeRow:hover {
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__sectionBottom .components-PlatformLayout-components-MainNav-__linkText {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom {
  margin-bottom: 36px;
  margin-bottom: 16px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol path {
  fill: white;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__brainLines {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__enterpriseIcon path {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--blue-ribbon);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: 0;
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__activeRow {
  transition: 0.2s all;
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__activeRow:hover {
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__linkText {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom {
    width: 0;
    overflow: hidden;
  }
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__collapsedSectionBottom .components-PlatformLayout-components-MainNav-__sectionTitle {
    width: 0;
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection {
  margin-bottom: 36px;
  margin-bottom: 0;
  padding-bottom: 12px;
  bottom: 0;
  background-color: var(--dark-blue);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__supportSectionTitle {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__supportSectionTitle span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__entTitle {
  margin-left: 18px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__supportSectionTitle .components-PlatformLayout-components-MainNav-__smallerTitle {
  font-size: 8px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol path {
  fill: white;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__brainLines {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__sectionRow:hover > .components-PlatformLayout-components-MainNav-__iconCol .components-PlatformLayout-components-MainNav-__enterpriseIcon path {
  fill: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow {
    width: calc(100% - 20px);
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__gettingStartedRow:hover .components-PlatformLayout-components-MainNav-__linkText {
  color: var(--blue-ribbon);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__collapsedRow {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__iconCol {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__collapsedRow .components-PlatformLayout-components-MainNav-__textCol {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__collapsedRow {
    width: 0;
  }
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__collapsedRow:hover {
  background: var(--dark-navy);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__activeRow {
  transition: 0.2s all;
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__activeRow:hover {
  background: var(--primary-color);
}
.components-PlatformLayout-components-MainNav-__containerExpanded .components-PlatformLayout-components-MainNav-__supportSection .components-PlatformLayout-components-MainNav-__linkText {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded::-webkit-scrollbar {
  width: 12px;
}
.components-PlatformLayout-components-MainNav-__containerExpanded::-webkit-scrollbar-track {
  background: transparent;
}
.components-PlatformLayout-components-MainNav-__containerExpanded::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-left: 9px solid transparent;
  background-clip: padding-box;
}
.components-PlatformLayout-components-MainNav-__containerExpanded::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  border: none;
}
@media (max-width: 500px) {
  .components-PlatformLayout-components-MainNav-__containerExpanded {
    width: 100%;
  }
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal {
  background-color: var(--white);
  height: 500px;
  border-radius: 12px;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .ant-modal-header {
  height: 58px;
  background: var(--alabaster-white);
  border-radius: 12px 12px 0px 0px;
  padding: 9px 24px;
  display: flex;
  justify-content: left;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .ant-modal-header .ant-modal-title {
  color: var(--dark-blue);
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  padding: 10px;
  text-align: center;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .ant-modal-close-x {
  line-height: 39px;
  font-weight: 800;
  color: var(--dark-blue);
  width: 46px;
  height: 60px;
  padding-right: 10px;
  padding-top: 5px;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .ant-modal-content {
  width: 735px;
  height: 500px;
  box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  box-sizing: border-box;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .ant-modal-content .ant-modal-body {
  padding: 20px 38px;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__textRow {
  margin: 18px 0 46px 0;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__title {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  width: 100%;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__salesSupportTitle {
  width: 100%;
  margin-bottom: 4px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: var(--dark-blue);
  text-align: left;
  margin-left: 3px;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__salesSupportInfoTitle {
  width: 136px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: var(--dark-blue);
  text-align: right;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__supportModalHoursInfo {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--dark-blue);
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__supportModalHoursContent {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: black;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__spacer {
  height: 14px;
  width: 100%;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__spacerMedium {
  height: 7px;
  width: 100%;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--primary-color);
  margin-bottom: 4px;
  width: 100%;
  display: flex;
  align-items: center;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__link span,
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__link a {
  margin-right: 9px;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__salesSupportLink {
  padding-bottom: 22px;
  height: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: var(--white);
  background: var(--dark-blue);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__salesSupportLink:hover {
  background: var(--darkest-blue);
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__salesSupportEmailBtn {
  width: 170px;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__salesSupportEmailBtnSp {
  width: 170px;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__salesSupportHoursBtn {
  width: 115px;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__salesSupportCalendarBtn {
  width: 158px;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__salesSupportChatBtn {
  cursor: pointer;
  width: 195px;
  padding-left: 12px;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__modalTooltip {
  left: 10px;
  color: var(--dark-blue);
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__btnData {
  cursor: pointer;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__bolderLink {
  font-size: 14px;
  line-height: 19px;
  color: var(--primary-color);
  margin-bottom: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__bolderLink span,
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__bolderLink a {
  margin-right: 9px;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__subText {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: var(--sock-cushion-grey);
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__buttonRow {
  display: flex;
  justify-content: center;
}
.components-PlatformLayout-components-MainNav-__preSalesSupportLinkModal .components-PlatformLayout-components-MainNav-__buttonRow .components-PlatformLayout-components-MainNav-__closeButton {
  width: 120px;
  height: 32px;
  background: var(--white);
  border: 0.5px solid var(--primary-color);
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}
.components-PlatformLayout-components-MainNav-__bubbleNotification .ant-badge-count {
  background: linear-gradient(46.04deg, var(--canary-yellow) 0.7%, var(--waterspout-blue) 98.95%);
  color: var(--adriatic-sea);
  font-weight: 700;
  font-size: 9.5px;
  line-height: 10px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  position: absolute;
  left: 319%;
  bottom: -4%;
  width: 16px;
  height: 16px;
  z-index: 1;
  padding: 3px;
}
.components-PlatformLayout-components-MainNav-__collapsedBubbleNotification .ant-badge-count {
  background: linear-gradient(46.04deg, var(--canary-yellow) 0.7%, var(--waterspout-blue) 98.95%);
  color: var(--adriatic-sea);
  font-weight: 700;
  font-size: 9.5px;
  line-height: 10px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  position: absolute;
  bottom: 250%;
  left: 1750%;
  width: 22px;
  height: 22px;
  padding: 5px;
}
.components-PlatformLayout-components-MainNav-__inboxMainNav {
  height: 1px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.ant-tabs-ink-bar {
  background: var(--blue-ribbon);
}
.ant-tabs {
  width: 100%;
  flex-grow: 1;
}
.components-PlatformLayout-components-TabsControl-__tabBarContainer {
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: white;
  transition: all 0.5s ease;
}
.components-PlatformLayout-components-TabsControl-__tabBarContainer .components-PlatformLayout-components-TabsControl-__tabs {
  width: auto;
}
.components-PlatformLayout-components-TabsControl-__tabBarContainer .ant-tabs-nav {
  height: 56px;
  width: auto;
  padding-left: 40px;
  margin-bottom: 0;
}
.components-PlatformLayout-components-TabsControl-__tabBarContainer .ant-tabs-nav:before {
  border-bottom: unset;
}
.components-PlatformLayout-components-TabsControl-__tabLabel {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-family: "Poppins";
  line-height: 17px;
  color: var(--darkest-blue);
  letter-spacing: 0.1px;
  transition: color 0.2s linear;
}
.components-PlatformLayout-components-TabsControl-__tabLabel:hover {
  color: var(--dark-blue);
}
.components-PlatformLayout-components-TabsControl-__tabLabelActive {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-family: "Poppins";
  line-height: 17px;
  color: var(--darkest-blue);
  letter-spacing: 0.1px;
  transition: color 0.2s linear;
  color: var(--blue-ribbon);
  text-shadow: none;
  border-bottom: none;
}
.components-PlatformLayout-components-TabsControl-__tabLabelActive:hover {
  color: var(--dark-blue);
}
.components-PlatformLayout-components-TabsControl-__tabLabelActive:hover {
  color: var(--blue-ribbon);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-PlatformLayout-components-Sidebar-__sideBarContainer {
  position: relative;
}
.components-PlatformLayout-components-Sidebar-__sideBarContainer .components-PlatformLayout-components-Sidebar-__collapse {
  position: absolute;
  top: 38px;
  right: -7px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--light-grey);
  color: rgba(0, 0, 0, 0.65);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  box-shadow: none;
}
.components-PlatformLayout-components-Sidebar-__sideBarContainer .components-PlatformLayout-components-Sidebar-__collapse:hover {
  box-shadow: 0px 0px 1px 0px var(--nepal-blue);
  transition: box-shadow 0.2 ease-in-out;
}
.components-PlatformLayout-components-Sidebar-__sideBarContainer .components-PlatformLayout-components-Sidebar-__closedCollapse {
  position: absolute;
  top: 38px;
  right: -7px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--light-grey);
  color: rgba(0, 0, 0, 0.65);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  box-shadow: none;
  right: -14px;
}
.components-PlatformLayout-components-Sidebar-__sideBarContainer .components-PlatformLayout-components-Sidebar-__closedCollapse:hover {
  box-shadow: 0px 0px 1px 0px var(--nepal-blue);
  transition: box-shadow 0.2 ease-in-out;
}
.components-PlatformLayout-components-Sidebar-__sideBar {
  position: relative;
  background-color: var(--table-edit-mode);
  height: 100%;
  border-right: none;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px;
}
.components-PlatformLayout-components-Sidebar-__sideBar::-webkit-scrollbar {
  width: 3px;
  background: var(--athens-gray);
}
.components-PlatformLayout-components-Sidebar-__sideBar::-webkit-scrollbar-thumb {
  background: var(--light-grey);
  border-radius: 10px;
}
.components-PlatformLayout-components-Sidebar-__collapseSmallScreen {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  -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);
}
.components-PlatformLayout-components-Sidebar-__collapseSmallScreen .components-PlatformLayout-components-Sidebar-__icon {
  font-size: 24px;
  color: var(--white);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-PlatformLayout-__pageContainer {
  height: 100vh;
}
.components-PlatformLayout-__outerLayout {
  display: flex;
  flex-direction: row;
  height: 100%;
  position: relative;
  overflow: hidden !important;
}
.components-PlatformLayout-__topLevelSider {
  z-index: 100;
  min-height: 1200px;
  position: absolute;
  bottom: 0;
  background-color: var(--dark-blue);
}
.components-PlatformLayout-__innerLayout {
  margin-left: 48px;
  min-height: calc(100vh);
  background: var(--table-edit-mode);
}
@media (max-width: 500px) {
  .components-PlatformLayout-__innerLayout {
    margin-left: 0;
  }
}
.components-PlatformLayout-__onlyForProject .ant-tabs {
  width: 100%;
  max-width: 1152px;
  flex-grow: 1;
}
@media (min-width: 900px) {
  .components-PlatformLayout-__onlyForProject {
    padding-right: 26px !important;
  }
}
.components-PlatformLayout-__contentLayout {
  overflow: hidden;
}
.components-PlatformLayout-__content {
  height: auto;
  overflow-y: auto;
  scrollbar-gutter: stable;
  width: 100%;
  padding: 20px 40px 40px 40px;
  background-color: var(--table-edit-mode) !important;
}
@media (max-width: 665px) {
  .components-PlatformLayout-__content {
    padding: 20px 10px;
  }
}
.components-PlatformLayout-__contentWithBackground {
  height: auto;
  overflow-y: auto;
  scrollbar-gutter: stable;
  width: 100%;
  padding: 20px 40px 40px 40px;
  background-color: var(--table-edit-mode) !important;
  padding: 24px 28px 40px 28px;
  background-position-x: 105%;
  background-position-y: -40px;
  background-repeat: no-repeat;
}
@media (max-width: 665px) {
  .components-PlatformLayout-__contentWithBackground {
    padding: 20px 10px;
  }
}
.components-PlatformLayout-__projectIndexStyles {
  padding-bottom: 0px;
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 0px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-DetailPageContainer-__mainContainer {
  height: 100%;
  flex-wrap: nowrap;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__backButtonContainer {
  position: absolute;
  top: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--font-color-eastern-blue);
  width: 65px;
  height: 29px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__backButtonContainer .components-DetailPageContainer-__backButton {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__backButtonContainer .components-DetailPageContainer-__iconContainer {
  background-color: red;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__cancelButton {
  margin-right: 5px;
  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;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__cancelButton[disabled] {
  cursor: not-allowed;
  background: var(--botticelli-blue);
  color: var(--white);
  box-shadow: none;
  border: none;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__saveButton {
  margin-right: 5px;
  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);
  border: none;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__saveButton[disabled] {
  cursor: not-allowed;
  background: var(--botticelli-blue);
  color: var(--white);
  box-shadow: none;
  border: none;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__saveButton[disabled] {
  cursor: not-allowed;
  box-shadow: none;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__additionalItemsNoNav {
  margin-bottom: 0;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__additionalItems {
  margin-bottom: 10px;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__buttonRow {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__sider {
  width: 200px;
  overflow: scroll;
  overflow-x: hidden;
  max-width: 200px;
  margin-top: 25px;
  overflow-y: auto;
  scrollbar-color: var(--primary-color) transparent;
  scrollbar-width: thin;
  /* Track */
  /* Handle */
  /* Handle */
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__sider .components-DetailPageContainer-__linkRow {
  margin-bottom: 10px;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__sider .components-DetailPageContainer-__navItem {
  border-radius: 38px;
  width: 185px;
  height: fit-content;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 5px;
  margin-bottom: 3px;
  color: var(--dark-blue);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__sider .components-DetailPageContainer-__navItem:hover {
  background-color: var(--bright-gray);
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__sider .components-DetailPageContainer-__navItemActive {
  border-radius: 38px;
  width: 185px;
  height: fit-content;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 5px;
  margin-bottom: 3px;
  color: var(--dark-blue);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background-color: var(--white);
  color: var(--blue-ribbon);
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__sider .components-DetailPageContainer-__navItemActive:hover {
  background-color: var(--bright-gray);
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__sider::-webkit-scrollbar {
  width: 12px;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__sider::-webkit-scrollbar-track {
  background: transparent;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__sider::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-left: 9px solid transparent;
  background-clip: padding-box;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__sider::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  border: none;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__siderNoNav {
  width: 200px;
  overflow: scroll;
  overflow-x: hidden;
  max-width: 200px;
  margin-top: 25px;
  overflow-y: auto;
  scrollbar-color: var(--primary-color) transparent;
  scrollbar-width: thin;
  /* Track */
  /* Handle */
  /* Handle */
  padding-top: 25px;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__siderNoNav .components-DetailPageContainer-__linkRow {
  margin-bottom: 10px;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__siderNoNav .components-DetailPageContainer-__navItem {
  border-radius: 38px;
  width: 185px;
  height: fit-content;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 5px;
  margin-bottom: 3px;
  color: var(--dark-blue);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__siderNoNav .components-DetailPageContainer-__navItem:hover {
  background-color: var(--bright-gray);
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__siderNoNav .components-DetailPageContainer-__navItemActive {
  border-radius: 38px;
  width: 185px;
  height: fit-content;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 5px;
  margin-bottom: 3px;
  color: var(--dark-blue);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background-color: var(--white);
  color: var(--blue-ribbon);
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__siderNoNav .components-DetailPageContainer-__navItemActive:hover {
  background-color: var(--bright-gray);
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__siderNoNav::-webkit-scrollbar {
  width: 12px;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__siderNoNav::-webkit-scrollbar-track {
  background: transparent;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__siderNoNav::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-left: 9px solid transparent;
  background-clip: padding-box;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__siderNoNav::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  border: none;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__colCenter {
  padding: 0px 20px 0px 20px;
  margin-left: 200px;
  max-width: calc(100% - 200px);
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__colCenter .components-DetailPageContainer-__stripeContainer .components-DetailPageContainer-__stripeCard {
  width: 100%;
  background-color: var(--white);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__colLeft {
  position: fixed;
}
.components-DetailPageContainer-__mainContainer .components-DetailPageContainer-__colRight {
  height: 300px;
  max-width: 150px;
}
.components-DetailPageContainer-__detailPageFooter {
  height: 72px;
  width: 100%;
  background: var(--athens-gray);
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.03);
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: none;
}
.components-DetailPageContainer-__detailPageFooter .components-DetailPageContainer-__sider {
  display: flex;
  align-items: center;
}
.components-DetailPageContainer-__detailPageFooter .components-DetailPageContainer-__sider .components-DetailPageContainer-__additionalItems {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-DetailPageContainer-__detailPageFooter .components-DetailPageContainer-__navItem {
  margin-bottom: 12px;
}
.components-DetailPageContainer-__detailPageFooter .components-DetailPageContainer-__navItem .components-DetailPageContainer-__inactive {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  cursor: pointer;
}
.components-DetailPageContainer-__detailPageFooter .components-DetailPageContainer-__navItem .components-DetailPageContainer-__inactive:hover {
  color: var(--darker-blue);
}
.components-DetailPageContainer-__detailPageFooter .components-DetailPageContainer-__navItem .components-DetailPageContainer-__active {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  cursor: pointer;
  font-weight: 700;
  cursor: default;
  color: var(--darker-blue);
}
.components-DetailPageContainer-__detailPageFooter .components-DetailPageContainer-__navItem .components-DetailPageContainer-__active:hover {
  color: var(--darker-blue);
}
.components-DetailPageContainer-__detailPageFooter .components-DetailPageContainer-__buttonRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.components-DetailPageContainer-__detailPageFooter .components-DetailPageContainer-__cancelButton {
  position: relative;
  margin-right: 5px;
  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;
  margin-left: 20px;
}
.components-DetailPageContainer-__detailPageFooter .components-DetailPageContainer-__cancelButton[disabled] {
  cursor: not-allowed;
  background: var(--botticelli-blue);
  color: var(--white);
  border: none;
}
.components-DetailPageContainer-__detailPageFooter .components-DetailPageContainer-__saveButton {
  position: relative;
  margin-right: 5px;
  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;
  margin-left: 20px;
  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);
  border: none;
  margin-left: unset;
}
.components-DetailPageContainer-__detailPageFooter .components-DetailPageContainer-__saveButton[disabled] {
  cursor: not-allowed;
  background: var(--botticelli-blue);
  color: var(--white);
  border: none;
}
@media (min-width: 501px) {
  .components-DetailPageContainer-__detailPageFooter {
    width: calc(100% - 48px);
  }
}
@s 3 -asset-path: https://powur-public2.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 components-Modals-CloseProjectModal-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes components-Modals-CloseProjectModal-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.components-Modals-CloseProjectModal-__bounce {
  -webkit-animation-name: components-Modals-CloseProjectModal-__bounce;
  -moz-animation-name: components-Modals-CloseProjectModal-__bounce;
  -o-animation-name: components-Modals-CloseProjectModal-__bounce;
  animation-name: components-Modals-CloseProjectModal-__bounce;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__bounceIn {
  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 components-Modals-CloseProjectModal-__bounceIn {
  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 components-Modals-CloseProjectModal-__bounceIn {
  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 components-Modals-CloseProjectModal-__bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.components-Modals-CloseProjectModal-__bounceIn {
  -webkit-animation-name: components-Modals-CloseProjectModal-__bounceIn;
  -moz-animation-name: components-Modals-CloseProjectModal-__bounceIn;
  -o-animation-name: components-Modals-CloseProjectModal-__bounceIn;
  animation-name: components-Modals-CloseProjectModal-__bounceIn;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__bounceInDown {
  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 components-Modals-CloseProjectModal-__bounceInDown {
  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 components-Modals-CloseProjectModal-__bounceInDown {
  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 components-Modals-CloseProjectModal-__bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.components-Modals-CloseProjectModal-__bounceInDown {
  -webkit-animation-name: components-Modals-CloseProjectModal-__bounceInDown;
  -moz-animation-name: components-Modals-CloseProjectModal-__bounceInDown;
  -o-animation-name: components-Modals-CloseProjectModal-__bounceInDown;
  animation-name: components-Modals-CloseProjectModal-__bounceInDown;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__bounceInLeft {
  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 components-Modals-CloseProjectModal-__bounceInLeft {
  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 components-Modals-CloseProjectModal-__bounceInLeft {
  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 components-Modals-CloseProjectModal-__bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.components-Modals-CloseProjectModal-__bounceInLeft {
  -webkit-animation-name: components-Modals-CloseProjectModal-__bounceInLeft;
  -moz-animation-name: components-Modals-CloseProjectModal-__bounceInLeft;
  -o-animation-name: components-Modals-CloseProjectModal-__bounceInLeft;
  animation-name: components-Modals-CloseProjectModal-__bounceInLeft;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__bounceInRight {
  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 components-Modals-CloseProjectModal-__bounceInRight {
  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 components-Modals-CloseProjectModal-__bounceInRight {
  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 components-Modals-CloseProjectModal-__bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.components-Modals-CloseProjectModal-__bounceInRight {
  -webkit-animation-name: components-Modals-CloseProjectModal-__bounceInRight;
  -moz-animation-name: components-Modals-CloseProjectModal-__bounceInRight;
  -o-animation-name: components-Modals-CloseProjectModal-__bounceInRight;
  animation-name: components-Modals-CloseProjectModal-__bounceInRight;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__bounceInUp {
  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 components-Modals-CloseProjectModal-__bounceInUp {
  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 components-Modals-CloseProjectModal-__bounceInUp {
  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 components-Modals-CloseProjectModal-__bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.components-Modals-CloseProjectModal-__bounceInUp {
  -webkit-animation-name: components-Modals-CloseProjectModal-__bounceInUp;
  -moz-animation-name: components-Modals-CloseProjectModal-__bounceInUp;
  -o-animation-name: components-Modals-CloseProjectModal-__bounceInUp;
  animation-name: components-Modals-CloseProjectModal-__bounceInUp;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__bounceOut {
  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 components-Modals-CloseProjectModal-__bounceOut {
  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 components-Modals-CloseProjectModal-__bounceOut {
  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 components-Modals-CloseProjectModal-__bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.components-Modals-CloseProjectModal-__bounceOut {
  -webkit-animation-name: components-Modals-CloseProjectModal-__bounceOut;
  -moz-animation-name: components-Modals-CloseProjectModal-__bounceOut;
  -o-animation-name: components-Modals-CloseProjectModal-__bounceOut;
  animation-name: components-Modals-CloseProjectModal-__bounceOut;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes components-Modals-CloseProjectModal-__bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.components-Modals-CloseProjectModal-__bounceOutDown {
  -webkit-animation-name: components-Modals-CloseProjectModal-__bounceOutDown;
  -moz-animation-name: components-Modals-CloseProjectModal-__bounceOutDown;
  -o-animation-name: components-Modals-CloseProjectModal-__bounceOutDown;
  animation-name: components-Modals-CloseProjectModal-__bounceOutDown;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes components-Modals-CloseProjectModal-__bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.components-Modals-CloseProjectModal-__bounceOutLeft {
  -webkit-animation-name: components-Modals-CloseProjectModal-__bounceOutLeft;
  -moz-animation-name: components-Modals-CloseProjectModal-__bounceOutLeft;
  -o-animation-name: components-Modals-CloseProjectModal-__bounceOutLeft;
  animation-name: components-Modals-CloseProjectModal-__bounceOutLeft;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes components-Modals-CloseProjectModal-__bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.components-Modals-CloseProjectModal-__bounceOutRight {
  -webkit-animation-name: components-Modals-CloseProjectModal-__bounceOutRight;
  -moz-animation-name: components-Modals-CloseProjectModal-__bounceOutRight;
  -o-animation-name: components-Modals-CloseProjectModal-__bounceOutRight;
  animation-name: components-Modals-CloseProjectModal-__bounceOutRight;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes components-Modals-CloseProjectModal-__bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.components-Modals-CloseProjectModal-__bounceOutUp {
  -webkit-animation-name: components-Modals-CloseProjectModal-__bounceOutUp;
  -moz-animation-name: components-Modals-CloseProjectModal-__bounceOutUp;
  -o-animation-name: components-Modals-CloseProjectModal-__bounceOutUp;
  animation-name: components-Modals-CloseProjectModal-__bounceOutUp;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.components-Modals-CloseProjectModal-__fadeIn {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeIn;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeIn;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeIn;
  animation-name: components-Modals-CloseProjectModal-__fadeIn;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Modals-CloseProjectModal-__fadeInDown {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeInDown;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeInDown;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeInDown;
  animation-name: components-Modals-CloseProjectModal-__fadeInDown;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Modals-CloseProjectModal-__fadeInDownBig {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeInDownBig;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeInDownBig;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeInDownBig;
  animation-name: components-Modals-CloseProjectModal-__fadeInDownBig;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Modals-CloseProjectModal-__fadeInLeft {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeInLeft;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeInLeft;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeInLeft;
  animation-name: components-Modals-CloseProjectModal-__fadeInLeft;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Modals-CloseProjectModal-__fadeInLeftBig {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeInLeftBig;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeInLeftBig;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeInLeftBig;
  animation-name: components-Modals-CloseProjectModal-__fadeInLeftBig;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Modals-CloseProjectModal-__fadeInRight {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeInRight;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeInRight;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeInRight;
  animation-name: components-Modals-CloseProjectModal-__fadeInRight;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Modals-CloseProjectModal-__fadeInRightBig {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeInRightBig;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeInRightBig;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeInRightBig;
  animation-name: components-Modals-CloseProjectModal-__fadeInRightBig;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Modals-CloseProjectModal-__fadeInUp {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeInUp;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeInUp;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeInUp;
  animation-name: components-Modals-CloseProjectModal-__fadeInUp;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Modals-CloseProjectModal-__fadeInUpBig {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeInUpBig;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeInUpBig;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeInUpBig;
  animation-name: components-Modals-CloseProjectModal-__fadeInUpBig;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.components-Modals-CloseProjectModal-__fadeOut {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeOut;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeOut;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeOut;
  animation-name: components-Modals-CloseProjectModal-__fadeOut;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.components-Modals-CloseProjectModal-__fadeOutDown {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeOutDown;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeOutDown;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeOutDown;
  animation-name: components-Modals-CloseProjectModal-__fadeOutDown;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.components-Modals-CloseProjectModal-__fadeOutDownBig {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeOutDownBig;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeOutDownBig;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeOutDownBig;
  animation-name: components-Modals-CloseProjectModal-__fadeOutDownBig;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.components-Modals-CloseProjectModal-__fadeOutLeft {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeOutLeft;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeOutLeft;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeOutLeft;
  animation-name: components-Modals-CloseProjectModal-__fadeOutLeft;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.components-Modals-CloseProjectModal-__fadeOutLeftBig {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeOutLeftBig;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeOutLeftBig;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeOutLeftBig;
  animation-name: components-Modals-CloseProjectModal-__fadeOutLeftBig;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.components-Modals-CloseProjectModal-__fadeOutRight {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeOutRight;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeOutRight;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeOutRight;
  animation-name: components-Modals-CloseProjectModal-__fadeOutRight;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.components-Modals-CloseProjectModal-__fadeOutRightBig {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeOutRightBig;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeOutRightBig;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeOutRightBig;
  animation-name: components-Modals-CloseProjectModal-__fadeOutRightBig;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.components-Modals-CloseProjectModal-__fadeOutUp {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeOutUp;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeOutUp;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeOutUp;
  animation-name: components-Modals-CloseProjectModal-__fadeOutUp;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes components-Modals-CloseProjectModal-__fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.components-Modals-CloseProjectModal-__fadeOutUpBig {
  -webkit-animation-name: components-Modals-CloseProjectModal-__fadeOutUpBig;
  -moz-animation-name: components-Modals-CloseProjectModal-__fadeOutUpBig;
  -o-animation-name: components-Modals-CloseProjectModal-__fadeOutUpBig;
  animation-name: components-Modals-CloseProjectModal-__fadeOutUpBig;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes components-Modals-CloseProjectModal-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.components-Modals-CloseProjectModal-__flash {
  -webkit-animation-name: components-Modals-CloseProjectModal-__flash;
  -moz-animation-name: components-Modals-CloseProjectModal-__flash;
  -o-animation-name: components-Modals-CloseProjectModal-__flash;
  animation-name: components-Modals-CloseProjectModal-__flash;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__flip {
  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 components-Modals-CloseProjectModal-__flip {
  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 components-Modals-CloseProjectModal-__flip {
  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 components-Modals-CloseProjectModal-__flip {
  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;
  }
}
.components-Modals-CloseProjectModal-__flip {
  -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: components-Modals-CloseProjectModal-__flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Modals-CloseProjectModal-__flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Modals-CloseProjectModal-__flip;
  backface-visibility: visible !important;
  animation-name: components-Modals-CloseProjectModal-__flip;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__flipInX {
  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 components-Modals-CloseProjectModal-__flipInX {
  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 components-Modals-CloseProjectModal-__flipInX {
  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 components-Modals-CloseProjectModal-__flipInX {
  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;
  }
}
.components-Modals-CloseProjectModal-__flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: components-Modals-CloseProjectModal-__flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Modals-CloseProjectModal-__flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Modals-CloseProjectModal-__flipInX;
  backface-visibility: visible !important;
  animation-name: components-Modals-CloseProjectModal-__flipInX;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__flipInY {
  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 components-Modals-CloseProjectModal-__flipInY {
  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 components-Modals-CloseProjectModal-__flipInY {
  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 components-Modals-CloseProjectModal-__flipInY {
  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;
  }
}
.components-Modals-CloseProjectModal-__flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: components-Modals-CloseProjectModal-__flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Modals-CloseProjectModal-__flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Modals-CloseProjectModal-__flipInY;
  backface-visibility: visible !important;
  animation-name: components-Modals-CloseProjectModal-__flipInY;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes components-Modals-CloseProjectModal-__flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.components-Modals-CloseProjectModal-__flipOutX {
  -webkit-animation-name: components-Modals-CloseProjectModal-__flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: components-Modals-CloseProjectModal-__flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: components-Modals-CloseProjectModal-__flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: components-Modals-CloseProjectModal-__flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes components-Modals-CloseProjectModal-__flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.components-Modals-CloseProjectModal-__flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: components-Modals-CloseProjectModal-__flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Modals-CloseProjectModal-__flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Modals-CloseProjectModal-__flipOutY;
  backface-visibility: visible !important;
  animation-name: components-Modals-CloseProjectModal-__flipOutY;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__hinge {
  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 components-Modals-CloseProjectModal-__hinge {
  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 components-Modals-CloseProjectModal-__hinge {
  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 components-Modals-CloseProjectModal-__hinge {
  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;
  }
}
.components-Modals-CloseProjectModal-__hinge {
  -webkit-animation-name: components-Modals-CloseProjectModal-__hinge;
  -moz-animation-name: components-Modals-CloseProjectModal-__hinge;
  -o-animation-name: components-Modals-CloseProjectModal-__hinge;
  animation-name: components-Modals-CloseProjectModal-__hinge;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__lightSpeedIn {
  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 components-Modals-CloseProjectModal-__lightSpeedIn {
  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 components-Modals-CloseProjectModal-__lightSpeedIn {
  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 components-Modals-CloseProjectModal-__lightSpeedIn {
  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;
  }
}
.components-Modals-CloseProjectModal-__lightSpeedIn {
  -webkit-animation-name: components-Modals-CloseProjectModal-__lightSpeedIn;
  -moz-animation-name: components-Modals-CloseProjectModal-__lightSpeedIn;
  -o-animation-name: components-Modals-CloseProjectModal-__lightSpeedIn;
  animation-name: components-Modals-CloseProjectModal-__lightSpeedIn;
  -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 components-Modals-CloseProjectModal-__lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes components-Modals-CloseProjectModal-__lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.components-Modals-CloseProjectModal-__lightSpeedOut {
  -webkit-animation-name: components-Modals-CloseProjectModal-__lightSpeedOut;
  -moz-animation-name: components-Modals-CloseProjectModal-__lightSpeedOut;
  -o-animation-name: components-Modals-CloseProjectModal-__lightSpeedOut;
  animation-name: components-Modals-CloseProjectModal-__lightSpeedOut;
  -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 components-Modals-CloseProjectModal-__pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes components-Modals-CloseProjectModal-__pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.components-Modals-CloseProjectModal-__pulse {
  -webkit-animation-name: components-Modals-CloseProjectModal-__pulse;
  -moz-animation-name: components-Modals-CloseProjectModal-__pulse;
  -o-animation-name: components-Modals-CloseProjectModal-__pulse;
  animation-name: components-Modals-CloseProjectModal-__pulse;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes components-Modals-CloseProjectModal-__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes components-Modals-CloseProjectModal-__rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.components-Modals-CloseProjectModal-__rollIn {
  -webkit-animation-name: components-Modals-CloseProjectModal-__rollIn;
  -moz-animation-name: components-Modals-CloseProjectModal-__rollIn;
  -o-animation-name: components-Modals-CloseProjectModal-__rollIn;
  animation-name: components-Modals-CloseProjectModal-__rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes components-Modals-CloseProjectModal-__rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes components-Modals-CloseProjectModal-__rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes components-Modals-CloseProjectModal-__rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes components-Modals-CloseProjectModal-__rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.components-Modals-CloseProjectModal-__rollOut {
  -webkit-animation-name: components-Modals-CloseProjectModal-__rollOut;
  -moz-animation-name: components-Modals-CloseProjectModal-__rollOut;
  -o-animation-name: components-Modals-CloseProjectModal-__rollOut;
  animation-name: components-Modals-CloseProjectModal-__rollOut;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__rotateIn {
  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 components-Modals-CloseProjectModal-__rotateIn {
  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 components-Modals-CloseProjectModal-__rotateIn {
  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 components-Modals-CloseProjectModal-__rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Modals-CloseProjectModal-__rotateIn {
  -webkit-animation-name: components-Modals-CloseProjectModal-__rotateIn;
  -moz-animation-name: components-Modals-CloseProjectModal-__rotateIn;
  -o-animation-name: components-Modals-CloseProjectModal-__rotateIn;
  animation-name: components-Modals-CloseProjectModal-__rotateIn;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__rotateInDownLeft {
  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 components-Modals-CloseProjectModal-__rotateInDownLeft {
  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 components-Modals-CloseProjectModal-__rotateInDownLeft {
  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 components-Modals-CloseProjectModal-__rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Modals-CloseProjectModal-__rotateInDownLeft {
  -webkit-animation-name: components-Modals-CloseProjectModal-__rotateInDownLeft;
  -moz-animation-name: components-Modals-CloseProjectModal-__rotateInDownLeft;
  -o-animation-name: components-Modals-CloseProjectModal-__rotateInDownLeft;
  animation-name: components-Modals-CloseProjectModal-__rotateInDownLeft;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__rotateInDownRight {
  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 components-Modals-CloseProjectModal-__rotateInDownRight {
  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 components-Modals-CloseProjectModal-__rotateInDownRight {
  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 components-Modals-CloseProjectModal-__rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Modals-CloseProjectModal-__rotateInDownRight {
  -webkit-animation-name: components-Modals-CloseProjectModal-__rotateInDownRight;
  -moz-animation-name: components-Modals-CloseProjectModal-__rotateInDownRight;
  -o-animation-name: components-Modals-CloseProjectModal-__rotateInDownRight;
  animation-name: components-Modals-CloseProjectModal-__rotateInDownRight;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__rotateInUpLeft {
  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 components-Modals-CloseProjectModal-__rotateInUpLeft {
  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 components-Modals-CloseProjectModal-__rotateInUpLeft {
  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 components-Modals-CloseProjectModal-__rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Modals-CloseProjectModal-__rotateInUpLeft {
  -webkit-animation-name: components-Modals-CloseProjectModal-__rotateInUpLeft;
  -moz-animation-name: components-Modals-CloseProjectModal-__rotateInUpLeft;
  -o-animation-name: components-Modals-CloseProjectModal-__rotateInUpLeft;
  animation-name: components-Modals-CloseProjectModal-__rotateInUpLeft;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__rotateInUpRight {
  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 components-Modals-CloseProjectModal-__rotateInUpRight {
  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 components-Modals-CloseProjectModal-__rotateInUpRight {
  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 components-Modals-CloseProjectModal-__rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Modals-CloseProjectModal-__rotateInUpRight {
  -webkit-animation-name: components-Modals-CloseProjectModal-__rotateInUpRight;
  -moz-animation-name: components-Modals-CloseProjectModal-__rotateInUpRight;
  -o-animation-name: components-Modals-CloseProjectModal-__rotateInUpRight;
  animation-name: components-Modals-CloseProjectModal-__rotateInUpRight;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__rotateOut {
  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 components-Modals-CloseProjectModal-__rotateOut {
  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 components-Modals-CloseProjectModal-__rotateOut {
  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 components-Modals-CloseProjectModal-__rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.components-Modals-CloseProjectModal-__rotateOut {
  -webkit-animation-name: components-Modals-CloseProjectModal-__rotateOut;
  -moz-animation-name: components-Modals-CloseProjectModal-__rotateOut;
  -o-animation-name: components-Modals-CloseProjectModal-__rotateOut;
  animation-name: components-Modals-CloseProjectModal-__rotateOut;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__rotateOutDownLeft {
  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 components-Modals-CloseProjectModal-__rotateOutDownLeft {
  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 components-Modals-CloseProjectModal-__rotateOutDownLeft {
  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 components-Modals-CloseProjectModal-__rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.components-Modals-CloseProjectModal-__rotateOutDownLeft {
  -webkit-animation-name: components-Modals-CloseProjectModal-__rotateOutDownLeft;
  -moz-animation-name: components-Modals-CloseProjectModal-__rotateOutDownLeft;
  -o-animation-name: components-Modals-CloseProjectModal-__rotateOutDownLeft;
  animation-name: components-Modals-CloseProjectModal-__rotateOutDownLeft;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__rotateOutDownRight {
  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 components-Modals-CloseProjectModal-__rotateOutDownRight {
  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 components-Modals-CloseProjectModal-__rotateOutDownRight {
  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 components-Modals-CloseProjectModal-__rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.components-Modals-CloseProjectModal-__rotateOutDownRight {
  -webkit-animation-name: components-Modals-CloseProjectModal-__rotateOutDownRight;
  -moz-animation-name: components-Modals-CloseProjectModal-__rotateOutDownRight;
  -o-animation-name: components-Modals-CloseProjectModal-__rotateOutDownRight;
  animation-name: components-Modals-CloseProjectModal-__rotateOutDownRight;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__rotateOutUpLeft {
  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 components-Modals-CloseProjectModal-__rotateOutUpLeft {
  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 components-Modals-CloseProjectModal-__rotateOutUpLeft {
  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 components-Modals-CloseProjectModal-__rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.components-Modals-CloseProjectModal-__rotateOutUpLeft {
  -webkit-animation-name: components-Modals-CloseProjectModal-__rotateOutUpLeft;
  -moz-animation-name: components-Modals-CloseProjectModal-__rotateOutUpLeft;
  -o-animation-name: components-Modals-CloseProjectModal-__rotateOutUpLeft;
  animation-name: components-Modals-CloseProjectModal-__rotateOutUpLeft;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__rotateOutUpRight {
  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 components-Modals-CloseProjectModal-__rotateOutUpRight {
  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 components-Modals-CloseProjectModal-__rotateOutUpRight {
  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 components-Modals-CloseProjectModal-__rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.components-Modals-CloseProjectModal-__rotateOutUpRight {
  -webkit-animation-name: components-Modals-CloseProjectModal-__rotateOutUpRight;
  -moz-animation-name: components-Modals-CloseProjectModal-__rotateOutUpRight;
  -o-animation-name: components-Modals-CloseProjectModal-__rotateOutUpRight;
  animation-name: components-Modals-CloseProjectModal-__rotateOutUpRight;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__shake {
  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 components-Modals-CloseProjectModal-__shake {
  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 components-Modals-CloseProjectModal-__shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes components-Modals-CloseProjectModal-__shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.components-Modals-CloseProjectModal-__shake {
  -webkit-animation-name: components-Modals-CloseProjectModal-__shake;
  -moz-animation-name: components-Modals-CloseProjectModal-__shake;
  -o-animation-name: components-Modals-CloseProjectModal-__shake;
  animation-name: components-Modals-CloseProjectModal-__shake;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__swing {
  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 components-Modals-CloseProjectModal-__swing {
  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 components-Modals-CloseProjectModal-__swing {
  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 components-Modals-CloseProjectModal-__swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.components-Modals-CloseProjectModal-__swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: components-Modals-CloseProjectModal-__swing;
  -moz-animation-name: components-Modals-CloseProjectModal-__swing;
  -o-animation-name: components-Modals-CloseProjectModal-__swing;
  animation-name: components-Modals-CloseProjectModal-__swing;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__tada {
  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 components-Modals-CloseProjectModal-__tada {
  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 components-Modals-CloseProjectModal-__tada {
  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 components-Modals-CloseProjectModal-__tada {
  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);
  }
}
.components-Modals-CloseProjectModal-__tada {
  -webkit-animation-name: components-Modals-CloseProjectModal-__tada;
  -moz-animation-name: components-Modals-CloseProjectModal-__tada;
  -o-animation-name: components-Modals-CloseProjectModal-__tada;
  animation-name: components-Modals-CloseProjectModal-__tada;
}
@-webkit-keyframes components-Modals-CloseProjectModal-__wiggle {
  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 components-Modals-CloseProjectModal-__wiggle {
  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 components-Modals-CloseProjectModal-__wiggle {
  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 components-Modals-CloseProjectModal-__wiggle {
  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);
  }
}
.components-Modals-CloseProjectModal-__wiggle {
  -webkit-animation-name: components-Modals-CloseProjectModal-__wiggle;
  -moz-animation-name: components-Modals-CloseProjectModal-__wiggle;
  -o-animation-name: components-Modals-CloseProjectModal-__wiggle;
  animation-name: components-Modals-CloseProjectModal-__wiggle;
  -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 components-Modals-CloseProjectModal-__wobble {
  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 components-Modals-CloseProjectModal-__wobble {
  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 components-Modals-CloseProjectModal-__wobble {
  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 components-Modals-CloseProjectModal-__wobble {
  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%);
  }
}
.components-Modals-CloseProjectModal-__wobble {
  -webkit-animation-name: components-Modals-CloseProjectModal-__wobble;
  -moz-animation-name: components-Modals-CloseProjectModal-__wobble;
  -o-animation-name: components-Modals-CloseProjectModal-__wobble;
  animation-name: components-Modals-CloseProjectModal-__wobble;
}
.components-Modals-CloseProjectModal-__closeProjectModal {
  width: 100%;
}
.components-Modals-CloseProjectModal-__closeProjectModal .components-Modals-CloseProjectModal-__itemContainer {
  position: relative;
  margin-bottom: 30px;
}
.components-Modals-CloseProjectModal-__closeProjectModal .components-Modals-CloseProjectModal-__itemContainer .components-Modals-CloseProjectModal-__label {
  text-transform: uppercase;
  color: var(--dark-blue);
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
}
.components-Modals-CloseProjectModal-__closeProjectModal .components-Modals-CloseProjectModal-__itemContainer .components-Modals-CloseProjectModal-__selectContainer {
  width: 100%;
  margin-top: 4px;
  display: flex;
  justify-content: center;
}
.components-Modals-CloseProjectModal-__closeProjectModal .components-Modals-CloseProjectModal-__itemContainer .components-Modals-CloseProjectModal-__selectContainer .components-Modals-CloseProjectModal-__select {
  width: 100%;
  font-size: 12px;
  color: var(--primary-color);
}
.components-Modals-CloseProjectModal-__closeProjectModal .components-Modals-CloseProjectModal-__itemContainer .components-Modals-CloseProjectModal-__selectContainer .components-Modals-CloseProjectModal-__textArea {
  font-size: 12px;
  color: var(--primary-color);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-FormElements-ProjectActionsDropdown-__dropdownContainer {
  padding: 4px;
}
.components-FormElements-ProjectActionsDropdown-__dropdownContainer .components-FormElements-ProjectActionsDropdown-__dropdownButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 200px;
  background: linear-gradient(270.54deg, var(--picton-blue) 49.88%, var(--blue-ribbon) 135.73%);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  border: none;
}
.components-FormElements-ProjectActionsDropdown-__dropdownContainer .components-FormElements-ProjectActionsDropdown-__dropdownButton[disabled] {
  background: var(--botticelli-blue) !important;
  color: var(--white);
}
.components-FormElements-ProjectActionsDropdown-__menuItem:hover {
  background-color: var(--clear-sky-lite) !important;
  color: var(--font-color-eastern-blue);
}
.components-FormElements-ProjectActionsDropdown-__dangerItem {
  color: var(--halt-red-orange);
}
.components-FormElements-ProjectActionsDropdown-__dangerItem:hover {
  background-color: var(--clear-sky-lite) !important;
  color: var(--pomegranate-red);
}
.components-FormElements-ProjectActionsDropdown-__alertModalContent {
  padding: 24px 56px 76px 56px;
}
@s 3 -asset-path: https://powur-public2.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 components-Tabs-Project-SiteInfoTab-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.components-Tabs-Project-SiteInfoTab-__bounce {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__bounce;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__bounce;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__bounce;
  animation-name: components-Tabs-Project-SiteInfoTab-__bounce;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__bounceIn {
  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 components-Tabs-Project-SiteInfoTab-__bounceIn {
  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 components-Tabs-Project-SiteInfoTab-__bounceIn {
  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 components-Tabs-Project-SiteInfoTab-__bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.components-Tabs-Project-SiteInfoTab-__bounceIn {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__bounceIn;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__bounceIn;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__bounceIn;
  animation-name: components-Tabs-Project-SiteInfoTab-__bounceIn;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__bounceInDown {
  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 components-Tabs-Project-SiteInfoTab-__bounceInDown {
  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 components-Tabs-Project-SiteInfoTab-__bounceInDown {
  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 components-Tabs-Project-SiteInfoTab-__bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.components-Tabs-Project-SiteInfoTab-__bounceInDown {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__bounceInDown;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__bounceInDown;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__bounceInDown;
  animation-name: components-Tabs-Project-SiteInfoTab-__bounceInDown;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__bounceInLeft {
  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 components-Tabs-Project-SiteInfoTab-__bounceInLeft {
  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 components-Tabs-Project-SiteInfoTab-__bounceInLeft {
  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 components-Tabs-Project-SiteInfoTab-__bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.components-Tabs-Project-SiteInfoTab-__bounceInLeft {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__bounceInLeft;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__bounceInLeft;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__bounceInLeft;
  animation-name: components-Tabs-Project-SiteInfoTab-__bounceInLeft;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__bounceInRight {
  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 components-Tabs-Project-SiteInfoTab-__bounceInRight {
  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 components-Tabs-Project-SiteInfoTab-__bounceInRight {
  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 components-Tabs-Project-SiteInfoTab-__bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.components-Tabs-Project-SiteInfoTab-__bounceInRight {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__bounceInRight;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__bounceInRight;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__bounceInRight;
  animation-name: components-Tabs-Project-SiteInfoTab-__bounceInRight;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__bounceInUp {
  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 components-Tabs-Project-SiteInfoTab-__bounceInUp {
  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 components-Tabs-Project-SiteInfoTab-__bounceInUp {
  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 components-Tabs-Project-SiteInfoTab-__bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.components-Tabs-Project-SiteInfoTab-__bounceInUp {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__bounceInUp;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__bounceInUp;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__bounceInUp;
  animation-name: components-Tabs-Project-SiteInfoTab-__bounceInUp;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__bounceOut {
  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 components-Tabs-Project-SiteInfoTab-__bounceOut {
  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 components-Tabs-Project-SiteInfoTab-__bounceOut {
  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 components-Tabs-Project-SiteInfoTab-__bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.components-Tabs-Project-SiteInfoTab-__bounceOut {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__bounceOut;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__bounceOut;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__bounceOut;
  animation-name: components-Tabs-Project-SiteInfoTab-__bounceOut;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.components-Tabs-Project-SiteInfoTab-__bounceOutDown {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutDown;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutDown;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutDown;
  animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutDown;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.components-Tabs-Project-SiteInfoTab-__bounceOutLeft {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutLeft;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutLeft;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutLeft;
  animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutLeft;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.components-Tabs-Project-SiteInfoTab-__bounceOutRight {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutRight;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutRight;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutRight;
  animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutRight;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.components-Tabs-Project-SiteInfoTab-__bounceOutUp {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutUp;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutUp;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutUp;
  animation-name: components-Tabs-Project-SiteInfoTab-__bounceOutUp;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeIn {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeIn;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeIn;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeIn;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeIn;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeInDown {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInDown;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInDown;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInDown;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeInDown;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeInDownBig {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInDownBig;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInDownBig;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInDownBig;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeInDownBig;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeInLeft {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInLeft;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInLeft;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInLeft;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeInLeft;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeInLeftBig {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInLeftBig;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInLeftBig;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInLeftBig;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeInLeftBig;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeInRight {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInRight;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInRight;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInRight;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeInRight;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeInRightBig {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInRightBig;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInRightBig;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInRightBig;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeInRightBig;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeInUp {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInUp;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInUp;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInUp;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeInUp;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeInUpBig {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInUpBig;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInUpBig;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeInUpBig;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeInUpBig;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeOut {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOut;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOut;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOut;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeOut;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeOutDown {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutDown;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutDown;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutDown;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutDown;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeOutDownBig {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutDownBig;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutDownBig;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutDownBig;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutDownBig;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeOutLeft {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutLeft;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutLeft;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutLeft;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutLeft;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeOutLeftBig {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutLeftBig;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutLeftBig;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutLeftBig;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutLeftBig;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeOutRight {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutRight;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutRight;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutRight;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutRight;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeOutRightBig {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutRightBig;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutRightBig;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutRightBig;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutRightBig;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeOutUp {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutUp;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutUp;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutUp;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutUp;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.components-Tabs-Project-SiteInfoTab-__fadeOutUpBig {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutUpBig;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutUpBig;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutUpBig;
  animation-name: components-Tabs-Project-SiteInfoTab-__fadeOutUpBig;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.components-Tabs-Project-SiteInfoTab-__flash {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__flash;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__flash;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__flash;
  animation-name: components-Tabs-Project-SiteInfoTab-__flash;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__flip {
  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 components-Tabs-Project-SiteInfoTab-__flip {
  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 components-Tabs-Project-SiteInfoTab-__flip {
  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 components-Tabs-Project-SiteInfoTab-__flip {
  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;
  }
}
.components-Tabs-Project-SiteInfoTab-__flip {
  -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: components-Tabs-Project-SiteInfoTab-__flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__flip;
  backface-visibility: visible !important;
  animation-name: components-Tabs-Project-SiteInfoTab-__flip;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__flipInX {
  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 components-Tabs-Project-SiteInfoTab-__flipInX {
  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 components-Tabs-Project-SiteInfoTab-__flipInX {
  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 components-Tabs-Project-SiteInfoTab-__flipInX {
  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;
  }
}
.components-Tabs-Project-SiteInfoTab-__flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__flipInX;
  backface-visibility: visible !important;
  animation-name: components-Tabs-Project-SiteInfoTab-__flipInX;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__flipInY {
  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 components-Tabs-Project-SiteInfoTab-__flipInY {
  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 components-Tabs-Project-SiteInfoTab-__flipInY {
  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 components-Tabs-Project-SiteInfoTab-__flipInY {
  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;
  }
}
.components-Tabs-Project-SiteInfoTab-__flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__flipInY;
  backface-visibility: visible !important;
  animation-name: components-Tabs-Project-SiteInfoTab-__flipInY;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.components-Tabs-Project-SiteInfoTab-__flipOutX {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: components-Tabs-Project-SiteInfoTab-__flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.components-Tabs-Project-SiteInfoTab-__flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__flipOutY;
  backface-visibility: visible !important;
  animation-name: components-Tabs-Project-SiteInfoTab-__flipOutY;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__hinge {
  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 components-Tabs-Project-SiteInfoTab-__hinge {
  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 components-Tabs-Project-SiteInfoTab-__hinge {
  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 components-Tabs-Project-SiteInfoTab-__hinge {
  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;
  }
}
.components-Tabs-Project-SiteInfoTab-__hinge {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__hinge;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__hinge;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__hinge;
  animation-name: components-Tabs-Project-SiteInfoTab-__hinge;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__lightSpeedIn {
  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 components-Tabs-Project-SiteInfoTab-__lightSpeedIn {
  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 components-Tabs-Project-SiteInfoTab-__lightSpeedIn {
  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 components-Tabs-Project-SiteInfoTab-__lightSpeedIn {
  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;
  }
}
.components-Tabs-Project-SiteInfoTab-__lightSpeedIn {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__lightSpeedIn;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__lightSpeedIn;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__lightSpeedIn;
  animation-name: components-Tabs-Project-SiteInfoTab-__lightSpeedIn;
  -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 components-Tabs-Project-SiteInfoTab-__lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.components-Tabs-Project-SiteInfoTab-__lightSpeedOut {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__lightSpeedOut;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__lightSpeedOut;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__lightSpeedOut;
  animation-name: components-Tabs-Project-SiteInfoTab-__lightSpeedOut;
  -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 components-Tabs-Project-SiteInfoTab-__pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.components-Tabs-Project-SiteInfoTab-__pulse {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__pulse;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__pulse;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__pulse;
  animation-name: components-Tabs-Project-SiteInfoTab-__pulse;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.components-Tabs-Project-SiteInfoTab-__rollIn {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__rollIn;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__rollIn;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__rollIn;
  animation-name: components-Tabs-Project-SiteInfoTab-__rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes components-Tabs-Project-SiteInfoTab-__rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes components-Tabs-Project-SiteInfoTab-__rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.components-Tabs-Project-SiteInfoTab-__rollOut {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__rollOut;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__rollOut;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__rollOut;
  animation-name: components-Tabs-Project-SiteInfoTab-__rollOut;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__rotateIn {
  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 components-Tabs-Project-SiteInfoTab-__rotateIn {
  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 components-Tabs-Project-SiteInfoTab-__rotateIn {
  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 components-Tabs-Project-SiteInfoTab-__rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Tabs-Project-SiteInfoTab-__rotateIn {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__rotateIn;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__rotateIn;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__rotateIn;
  animation-name: components-Tabs-Project-SiteInfoTab-__rotateIn;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__rotateInDownLeft {
  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 components-Tabs-Project-SiteInfoTab-__rotateInDownLeft {
  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 components-Tabs-Project-SiteInfoTab-__rotateInDownLeft {
  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 components-Tabs-Project-SiteInfoTab-__rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Tabs-Project-SiteInfoTab-__rotateInDownLeft {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__rotateInDownLeft;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__rotateInDownLeft;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__rotateInDownLeft;
  animation-name: components-Tabs-Project-SiteInfoTab-__rotateInDownLeft;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__rotateInDownRight {
  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 components-Tabs-Project-SiteInfoTab-__rotateInDownRight {
  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 components-Tabs-Project-SiteInfoTab-__rotateInDownRight {
  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 components-Tabs-Project-SiteInfoTab-__rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Tabs-Project-SiteInfoTab-__rotateInDownRight {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__rotateInDownRight;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__rotateInDownRight;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__rotateInDownRight;
  animation-name: components-Tabs-Project-SiteInfoTab-__rotateInDownRight;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__rotateInUpLeft {
  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 components-Tabs-Project-SiteInfoTab-__rotateInUpLeft {
  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 components-Tabs-Project-SiteInfoTab-__rotateInUpLeft {
  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 components-Tabs-Project-SiteInfoTab-__rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Tabs-Project-SiteInfoTab-__rotateInUpLeft {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__rotateInUpLeft;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__rotateInUpLeft;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__rotateInUpLeft;
  animation-name: components-Tabs-Project-SiteInfoTab-__rotateInUpLeft;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__rotateInUpRight {
  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 components-Tabs-Project-SiteInfoTab-__rotateInUpRight {
  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 components-Tabs-Project-SiteInfoTab-__rotateInUpRight {
  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 components-Tabs-Project-SiteInfoTab-__rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.components-Tabs-Project-SiteInfoTab-__rotateInUpRight {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__rotateInUpRight;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__rotateInUpRight;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__rotateInUpRight;
  animation-name: components-Tabs-Project-SiteInfoTab-__rotateInUpRight;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__rotateOut {
  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 components-Tabs-Project-SiteInfoTab-__rotateOut {
  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 components-Tabs-Project-SiteInfoTab-__rotateOut {
  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 components-Tabs-Project-SiteInfoTab-__rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.components-Tabs-Project-SiteInfoTab-__rotateOut {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__rotateOut;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__rotateOut;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__rotateOut;
  animation-name: components-Tabs-Project-SiteInfoTab-__rotateOut;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__rotateOutDownLeft {
  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 components-Tabs-Project-SiteInfoTab-__rotateOutDownLeft {
  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 components-Tabs-Project-SiteInfoTab-__rotateOutDownLeft {
  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 components-Tabs-Project-SiteInfoTab-__rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.components-Tabs-Project-SiteInfoTab-__rotateOutDownLeft {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutDownLeft;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutDownLeft;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutDownLeft;
  animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutDownLeft;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__rotateOutDownRight {
  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 components-Tabs-Project-SiteInfoTab-__rotateOutDownRight {
  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 components-Tabs-Project-SiteInfoTab-__rotateOutDownRight {
  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 components-Tabs-Project-SiteInfoTab-__rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.components-Tabs-Project-SiteInfoTab-__rotateOutDownRight {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutDownRight;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutDownRight;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutDownRight;
  animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutDownRight;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__rotateOutUpLeft {
  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 components-Tabs-Project-SiteInfoTab-__rotateOutUpLeft {
  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 components-Tabs-Project-SiteInfoTab-__rotateOutUpLeft {
  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 components-Tabs-Project-SiteInfoTab-__rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.components-Tabs-Project-SiteInfoTab-__rotateOutUpLeft {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutUpLeft;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutUpLeft;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutUpLeft;
  animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutUpLeft;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__rotateOutUpRight {
  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 components-Tabs-Project-SiteInfoTab-__rotateOutUpRight {
  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 components-Tabs-Project-SiteInfoTab-__rotateOutUpRight {
  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 components-Tabs-Project-SiteInfoTab-__rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.components-Tabs-Project-SiteInfoTab-__rotateOutUpRight {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutUpRight;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutUpRight;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutUpRight;
  animation-name: components-Tabs-Project-SiteInfoTab-__rotateOutUpRight;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__shake {
  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 components-Tabs-Project-SiteInfoTab-__shake {
  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 components-Tabs-Project-SiteInfoTab-__shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes components-Tabs-Project-SiteInfoTab-__shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.components-Tabs-Project-SiteInfoTab-__shake {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__shake;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__shake;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__shake;
  animation-name: components-Tabs-Project-SiteInfoTab-__shake;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__swing {
  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 components-Tabs-Project-SiteInfoTab-__swing {
  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 components-Tabs-Project-SiteInfoTab-__swing {
  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 components-Tabs-Project-SiteInfoTab-__swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.components-Tabs-Project-SiteInfoTab-__swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__swing;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__swing;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__swing;
  animation-name: components-Tabs-Project-SiteInfoTab-__swing;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__tada {
  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 components-Tabs-Project-SiteInfoTab-__tada {
  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 components-Tabs-Project-SiteInfoTab-__tada {
  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 components-Tabs-Project-SiteInfoTab-__tada {
  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);
  }
}
.components-Tabs-Project-SiteInfoTab-__tada {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__tada;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__tada;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__tada;
  animation-name: components-Tabs-Project-SiteInfoTab-__tada;
}
@-webkit-keyframes components-Tabs-Project-SiteInfoTab-__wiggle {
  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 components-Tabs-Project-SiteInfoTab-__wiggle {
  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 components-Tabs-Project-SiteInfoTab-__wiggle {
  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 components-Tabs-Project-SiteInfoTab-__wiggle {
  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);
  }
}
.components-Tabs-Project-SiteInfoTab-__wiggle {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__wiggle;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__wiggle;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__wiggle;
  animation-name: components-Tabs-Project-SiteInfoTab-__wiggle;
  -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 components-Tabs-Project-SiteInfoTab-__wobble {
  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 components-Tabs-Project-SiteInfoTab-__wobble {
  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 components-Tabs-Project-SiteInfoTab-__wobble {
  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 components-Tabs-Project-SiteInfoTab-__wobble {
  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%);
  }
}
.components-Tabs-Project-SiteInfoTab-__wobble {
  -webkit-animation-name: components-Tabs-Project-SiteInfoTab-__wobble;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__wobble;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__wobble;
  animation-name: components-Tabs-Project-SiteInfoTab-__wobble;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab {
  margin-top: 16px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__installerName {
  background: var(--white);
  border: 1px solid var(--botticelli-blue);
  height: 32px;
  padding: 5px 5px 5px 11px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 55px;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .ant-checkbox-inner {
  border-color: #8db1bf;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .ant-checkbox-group {
  display: flex;
  flex-direction: column;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__editLeadForm {
  width: 100%;
  display: flex;
  justify-content: center;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__editLeadForm .components-Tabs-Project-SiteInfoTab-__roofCheckCheckbox {
  margin-bottom: 0px;
  margin-left: 5px;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__editLeadForm .components-Tabs-Project-SiteInfoTab-__roofCheckCheckbox .components-Tabs-Project-SiteInfoTab-__label {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__siteInfoContentRow {
  width: 100%;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__formContainer {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-bottom: 120px;
  max-width: 860px;
  padding-top: 24px;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__formContainer .components-Tabs-Project-SiteInfoTab-__formColumn {
  height: 100%;
  max-width: 100%;
  padding: 0;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__uploaderItem {
  margin-bottom: 0;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__uploaderItem .components-Tabs-Project-SiteInfoTab-__label {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__formSectionContainer {
  margin-top: 15px;
  margin-bottom: 25px;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__formSectionContainer .components-Tabs-Project-SiteInfoTab-__cardContainer {
  width: 100%;
  padding: 33px 0px 0px 4px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: var(--white) !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__formSectionContainer .components-Tabs-Project-SiteInfoTab-__cardContainer .components-Tabs-Project-SiteInfoTab-__textarea {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  border-radius: 3px;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__error {
  padding-left: 4px;
  margin-top: -8px;
  font-size: 10px;
  color: var(--congo-pink);
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__utilityBillDisplay {
  display: flex;
  flex-direction: column;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__utilityBillDisplay .components-Tabs-Project-SiteInfoTab-__label {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__utilityBillDisplay .components-Tabs-Project-SiteInfoTab-__utilityBill {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 8px;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__utilityBillDisplay .components-Tabs-Project-SiteInfoTab-__utilityBill .components-Tabs-Project-SiteInfoTab-__animatedButton {
  -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: components-Tabs-Project-SiteInfoTab-__tada;
  -moz-animation-name: components-Tabs-Project-SiteInfoTab-__tada;
  -o-animation-name: components-Tabs-Project-SiteInfoTab-__tada;
  animation-name: components-Tabs-Project-SiteInfoTab-__tada;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__utilityBillDisplay .components-Tabs-Project-SiteInfoTab-__utilityBill .components-Tabs-Project-SiteInfoTab-__copyButton {
  background: var(--font-color-eastern-blue);
  border-radius: 0px 6px 6px 0px;
  font-weight: 500;
  font-size: 13px;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__utilityBillDisplay .components-Tabs-Project-SiteInfoTab-__utilityBill .components-Tabs-Project-SiteInfoTab-__utilityBillFilename {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  height: 32px;
  border: 1px solid var(--botticelli-blue);
  padding: 0px 7px 0px 7px;
  text-transform: none;
  color: var(--primary-color);
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__utilityBillDisplay .components-Tabs-Project-SiteInfoTab-__utilityBill .components-Tabs-Project-SiteInfoTab-__utilityBillFilename .components-Tabs-Project-SiteInfoTab-__billLink {
  display: block;
  height: 100%;
  padding-top: 10px;
  line-height: 9px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__textArea {
  margin: 0 21px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  width: calc(100% - 51px);
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__saveButton {
  margin-right: 31px;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__downloadButton {
  background-color: var(--font-color-eastern-blue);
  border-radius: 6px;
  border: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer {
  background-color: var(--primary-color);
  padding: 12px 25px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 668px;
}
@media (max-width: 575px) {
  .components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer {
    height: auto;
    padding: 5px 10px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-end;
  }
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer .components-Tabs-Project-SiteInfoTab-__buttonContainer {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer .components-Tabs-Project-SiteInfoTab-__buttonContainer {
    margin-right: 0;
  }
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer .components-Tabs-Project-SiteInfoTab-__buttonContainer .components-Tabs-Project-SiteInfoTab-__closeProjectButton {
  text-transform: uppercase;
  border-color: var(--white);
  background-color: rgba(255, 77, 80, 0.8);
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer .components-Tabs-Project-SiteInfoTab-__buttonContainer .components-Tabs-Project-SiteInfoTab-__closeProjectButton:hover {
  background-color: rgba(255, 120, 117, 0.8);
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer .components-Tabs-Project-SiteInfoTab-__buttonContainer .components-Tabs-Project-SiteInfoTab-__closeProjectButton:active {
  background-color: rgba(217, 54, 62, 0.8);
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer .components-Tabs-Project-SiteInfoTab-__closedFooter {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer .components-Tabs-Project-SiteInfoTab-__closedFooter .components-Tabs-Project-SiteInfoTab-__closeNotes {
  height: 50px;
  width: 100%;
  max-width: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer .components-Tabs-Project-SiteInfoTab-__closedFooter .components-Tabs-Project-SiteInfoTab-__closeNotes .components-Tabs-Project-SiteInfoTab-__item {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--white);
  font-size: 12px;
  line-height: 15px;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer .components-Tabs-Project-SiteInfoTab-__closedFooter .components-Tabs-Project-SiteInfoTab-__reopenButton {
  font-size: 12px;
  border: 1px solid white;
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer .components-Tabs-Project-SiteInfoTab-__requestProposal {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer .components-Tabs-Project-SiteInfoTab-__requestProposal {
    height: auto;
  }
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer .components-Tabs-Project-SiteInfoTab-__requestProposal .components-Tabs-Project-SiteInfoTab-__text {
  font-size: 14px;
  color: var(--white);
}
.components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer .components-Tabs-Project-SiteInfoTab-__requestProposal .components-Tabs-Project-SiteInfoTab-__proposalDetail {
  padding: 0 12px;
  min-width: 200px;
}
@media (max-width: 575px) {
  .components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer .components-Tabs-Project-SiteInfoTab-__requestProposal .components-Tabs-Project-SiteInfoTab-__proposalDetail {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .components-Tabs-Project-SiteInfoTab-__siteInfoTab .components-Tabs-Project-SiteInfoTab-__footer .components-Tabs-Project-SiteInfoTab-__requestProposal .components-Tabs-Project-SiteInfoTab-__proposalDetail {
    max-width: unset;
  }
}
.components-Tabs-Project-SiteInfoTab-__closeProjectModal {
  width: 100%;
}
.components-Tabs-Project-SiteInfoTab-__closeProjectModal .components-Tabs-Project-SiteInfoTab-__itemContainer {
  position: relative;
  margin-bottom: 30px;
}
.components-Tabs-Project-SiteInfoTab-__closeProjectModal .components-Tabs-Project-SiteInfoTab-__itemContainer .components-Tabs-Project-SiteInfoTab-__selectContainer {
  width: 100%;
  margin-top: 4px;
  display: flex;
  justify-content: center;
}
.components-Tabs-Project-SiteInfoTab-__closeProjectModal .components-Tabs-Project-SiteInfoTab-__itemContainer .components-Tabs-Project-SiteInfoTab-__selectContainer .components-Tabs-Project-SiteInfoTab-__select {
  width: 100%;
  font-size: 12px;
  color: var(--primary-color);
}
.components-Tabs-Project-SiteInfoTab-__closeProjectModal .components-Tabs-Project-SiteInfoTab-__itemContainer .components-Tabs-Project-SiteInfoTab-__selectContainer .components-Tabs-Project-SiteInfoTab-__textArea {
  font-size: 12px;
  color: var(--primary-color);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-Tables-__table .ant-table-fixed-header {
  background-color: transparent;
}
.components-Tables-__table .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none;
}
.components-Tables-__table Table {
  border-spacing: 0 8px;
  background-color: var(--table-edit-mode);
  max-width: 100%;
  width: 100%;
}
.components-Tables-__table Table .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none;
}
.components-Tables-__table Table .ant-table-thead > tr > th {
  border-bottom: unset;
  background: var(--white);
  color: var(--nepal-blue);
}
.components-Tables-__table Table thead tr:first-child th:first-child {
  overflow: visible;
  z-index: 2;
}
.components-Tables-__table Table thead .ant-table-selection-column .ant-table-selection {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-left: 11px;
}
.components-Tables-__table Table thead .ant-table-selection-column .ant-table-selection-extra {
  margin-left: 4px;
  position: relative;
}
.components-Tables-__table Table thead .ant-table-selection-column .ant-table-selection-extra svg {
  fill: var(--primary-color);
}
.components-Tables-__table Table thead tr:first-child th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.components-Tables-__table Table thead tr:last-child th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.components-Tables-__table Table .ant-table-tbody,
.components-Tables-__table Table .ant-table-tbody {
  overflow-y: unset !important;
}
.components-Tables-__table Table .ant-table-tbody .ant-table-cell,
.components-Tables-__table Table .ant-table-tbody .ant-table-cell {
  padding: 0;
}
.components-Tables-__table Table .ant-table-tbody .ant-table-cell:first-child,
.components-Tables-__table Table .ant-table-tbody .ant-table-cell:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.components-Tables-__table Table .ant-table-tbody .ant-table-cell:last-child,
.components-Tables-__table Table .ant-table-tbody .ant-table-cell:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.components-Tables-__table Table .ant-table-tbody .components-Tables-__row,
.components-Tables-__table Table .ant-table-tbody .components-Tables-__row {
  cursor: pointer;
  background-color: var(--white);
}
.components-Tables-__table Table .ant-table-tbody .components-Tables-__rowNoHover:hover > .components-Tables-__column,
.components-Tables-__table Table .ant-table-tbody .components-Tables-__rowNoHover:hover > .components-Tables-__column,
.components-Tables-__table Table .ant-table-tbody .components-Tables-__rowNoHover:hover > .components-Tables-__centeredColumn,
.components-Tables-__table Table .ant-table-tbody .components-Tables-__rowNoHover:hover > .components-Tables-__centeredColumn,
.components-Tables-__table Table .ant-table-tbody .components-Tables-__rowNoHover:hover > .components-Tables-__fixedHeightColumn,
.components-Tables-__table Table .ant-table-tbody .components-Tables-__rowNoHover:hover > .components-Tables-__fixedHeightColumn {
  background-color: unset;
}
.components-Tables-__table Table .ant-table-tbody .components-Tables-__rowWhite,
.components-Tables-__table Table .ant-table-tbody .components-Tables-__rowWhite {
  cursor: pointer;
  background-color: var(--white);
}
.components-Tables-__table Table .ant-table-tbody .components-Tables-__darkRow,
.components-Tables-__table Table .ant-table-tbody .components-Tables-__darkRow {
  cursor: pointer;
  background-color: var(--white);
  background-color: var(--lightest-grey) !important;
}
.components-Tables-__popoverContent {
  color: var(--white);
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
}
.components-Tables-__popOverride .ant-popover-arrow {
  left: 60px !important;
}
.components-Tables-__tableContainer {
  position: relative;
  margin-top: 0;
}
.components-Tables-__tableContainer .ant-table-fixed-header {
  background-color: transparent;
}
.components-Tables-__tableContainer .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none;
}
.components-Tables-__tableContainer Table {
  border-spacing: 0 8px;
  background-color: var(--table-edit-mode);
  max-width: 100%;
  width: 100%;
}
.components-Tables-__tableContainer Table .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none;
}
.components-Tables-__tableContainer Table .ant-table-thead > tr > th {
  border-bottom: unset;
  background: var(--white);
  color: var(--nepal-blue);
}
.components-Tables-__tableContainer Table thead tr:first-child th:first-child {
  overflow: visible;
  z-index: 2;
}
.components-Tables-__tableContainer Table thead .ant-table-selection-column .ant-table-selection {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-left: 11px;
}
.components-Tables-__tableContainer Table thead .ant-table-selection-column .ant-table-selection-extra {
  margin-left: 4px;
  position: relative;
}
.components-Tables-__tableContainer Table thead .ant-table-selection-column .ant-table-selection-extra svg {
  fill: var(--primary-color);
}
.components-Tables-__tableContainer Table thead tr:first-child th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.components-Tables-__tableContainer Table thead tr:last-child th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.components-Tables-__tableContainer Table .ant-table-tbody,
.components-Tables-__tableContainer Table .ant-table-tbody {
  overflow-y: unset !important;
}
.components-Tables-__tableContainer Table .ant-table-tbody .ant-table-cell,
.components-Tables-__tableContainer Table .ant-table-tbody .ant-table-cell {
  padding: 0;
}
.components-Tables-__tableContainer Table .ant-table-tbody .ant-table-cell:first-child,
.components-Tables-__tableContainer Table .ant-table-tbody .ant-table-cell:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.components-Tables-__tableContainer Table .ant-table-tbody .ant-table-cell:last-child,
.components-Tables-__tableContainer Table .ant-table-tbody .ant-table-cell:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.components-Tables-__tableContainer Table .ant-table-tbody .components-Tables-__row,
.components-Tables-__tableContainer Table .ant-table-tbody .components-Tables-__row {
  cursor: pointer;
  background-color: var(--white);
}
.components-Tables-__tableContainer Table .ant-table-tbody .components-Tables-__rowNoHover:hover > .components-Tables-__column,
.components-Tables-__tableContainer Table .ant-table-tbody .components-Tables-__rowNoHover:hover > .components-Tables-__column,
.components-Tables-__tableContainer Table .ant-table-tbody .components-Tables-__rowNoHover:hover > .components-Tables-__centeredColumn,
.components-Tables-__tableContainer Table .ant-table-tbody .components-Tables-__rowNoHover:hover > .components-Tables-__centeredColumn,
.components-Tables-__tableContainer Table .ant-table-tbody .components-Tables-__rowNoHover:hover > .components-Tables-__fixedHeightColumn,
.components-Tables-__tableContainer Table .ant-table-tbody .components-Tables-__rowNoHover:hover > .components-Tables-__fixedHeightColumn {
  background-color: unset;
}
.components-Tables-__tableContainer Table .ant-table-tbody .components-Tables-__rowWhite,
.components-Tables-__tableContainer Table .ant-table-tbody .components-Tables-__rowWhite {
  cursor: pointer;
  background-color: var(--white);
}
.components-Tables-__tableContainer Table .ant-table-tbody .components-Tables-__darkRow,
.components-Tables-__tableContainer Table .ant-table-tbody .components-Tables-__darkRow {
  cursor: pointer;
  background-color: var(--white);
  background-color: var(--lightest-grey) !important;
}
.components-Tables-__tableContainer .ant-table-pagination {
  display: flex;
  align-items: center;
}
.components-Tables-__tableContainer .ant-table-pagination .ant-pagination-total-text {
  background: var(--white);
  border-radius: 67px;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  padding: 0px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--gothic-blue);
}
.components-Tables-__tableContainer .ant-table-pagination .components-Tables-__sharedPagination {
  box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  background-color: red;
  border-radius: 50px;
  height: 28px;
  width: 28px;
  position: relative;
}
.components-Tables-__tableContainer .ant-table-pagination .components-Tables-__sharedPagination svg {
  color: black;
}
.components-Tables-__tableContainer .ant-table-pagination .components-Tables-__leftRightArrow {
  margin: 0 5px;
  border-radius: 50px;
  height: 28px;
  width: 28px;
  background-image: url("/icons/icon_triangle_circle.svg");
  background-size: 120%;
  background-position: center;
}
.components-Tables-__tableContainer .ant-table-pagination .components-Tables-__sharedAfter {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 28px;
  height: 28px;
  padding-left: 4px;
  padding-top: 3px;
  background-image: url("/icons/icon_triangle_circle.svg");
  background-size: 120%;
  background-position: center;
  border-radius: 50%;
  z-index: 6;
}
.components-Tables-__tableContainer .ant-table-pagination .ant-pagination-prev {
  margin: 0 5px;
  border-radius: 50px;
  height: 28px;
  width: 28px;
  background-image: url("/icons/icon_triangle_circle.svg");
  background-size: 120%;
  background-position: center;
}
.components-Tables-__tableContainer .ant-table-pagination .ant-pagination-next {
  margin: 0 5px;
  border-radius: 50px;
  height: 28px;
  width: 28px;
  background-image: url("/icons/icon_triangle_circle.svg");
  background-size: 120%;
  background-position: center;
}
.components-Tables-__tableContainer .ant-table-pagination .ant-pagination-next > button {
  cursor: pointer;
}
.components-Tables-__tableContainer .ant-table-pagination .ant-pagination-item {
  margin: 3px;
  vertical-align: baseline;
  height: 28px;
  border: none;
}
.components-Tables-__tableContainer .ant-table-pagination .ant-pagination-item a {
  background-color: var(--white);
  box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  height: 28px;
  min-width: 28px;
  line-height: 28px;
  color: var(--primary-color);
  font-weight: 600;
}
.components-Tables-__tableContainer .ant-table-pagination .ant-pagination-item-active {
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
.components-Tables-__tableContainer .ant-table-pagination .ant-pagination-item-active a {
  background-color: transparent;
  color: var(--white);
  background-color: var(--primary-color);
}
.components-Tables-__tableContainer .ant-table-column-has-sorters {
  background: var(--white);
}
.components-Tables-__tableContainer .ant-table-column-has-sorters:hover {
  background: var(--white) !important;
}
.components-Tables-__tableContainer .components-Tables-__paginationContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 6px 0;
  height: 50px;
  width: 100%;
}
.components-Tables-__tableContainer .components-Tables-__goldStatusText {
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  color: var(--pumpkin);
}
.components-Tables-__tableContainer .components-Tables-__whiteBackground {
  background: var(--white);
}
.components-Tables-__tableContainer .components-Tables-__leadOfferContainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 100px;
}
.components-Tables-__tableContainer .components-Tables-__leadOfferContainer .components-Tables-__offerInfoButton {
  height: 22px;
  width: 22px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  margin-right: 4px;
  border-radius: 31px;
}
.components-Tables-__tableContainer .ant-table-fixed-header {
  background-color: transparent;
}
.components-Tables-__tableContainer .ant-table-thead {
  border-radius: 5px;
}
.components-Tables-__tableContainer .ant-table-thead .components-Tables-__columnHeader {
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.components-Tables-__tableContainer .ant-table-thead .components-Tables-__centeredColumnHeader {
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
}
.components-Tables-__tableContainer .ant-table-thead .components-Tables-__columnHeaderCentered {
  text-align: center;
  margin-left: -30px;
}
.components-Tables-__tableContainer .ant-table-thead .components-Tables-__blue {
  color: var(--nepal-blue);
}
.components-Tables-__tableContainer .components-Tables-__netRevRow {
  display: flex;
  align-items: center;
  padding: 7px;
  width: 138px;
}
.components-Tables-__tableContainer .components-Tables-__netRevRow .components-Tables-__netRevCol {
  display: flex;
  align-items: center;
  justify-content: center;
}
.components-Tables-__tableContainer .components-Tables-__netRevRow .components-Tables-__netRevEditCol {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
}
.components-Tables-__tableContainer .components-Tables-__netRevRow .components-Tables-__netRevEditCol .components-Tables-__formItem {
  margin-bottom: 0;
}
.components-Tables-__tableContainer .components-Tables-__primaryText {
  font-size: 12px;
  color: var(--primary-color);
}
.components-Tables-__tableContainer .components-Tables-__editMode {
  background-color: var(--table-edit-mode);
  border-radius: 4px;
}
.components-Tables-__tableContainer .components-Tables-__editMode .anticon {
  margin: 1px 5px 1px 5px;
}
.components-Tables-__tableContainer .components-Tables-__editMode .anticon-check-circle {
  margin-top: 5px;
}
.components-Tables-__tableContainer .components-Tables-__editMode .anticon-close-circle {
  margin-bottom: 5px;
}
.components-Tables-__tableContainer .components-Tables-__smallText {
  font-size: 12px;
  font-weight: 400;
  color: var(--table-grey);
}
.components-Tables-__tableContainer .components-Tables-__medText {
  font-size: 12px;
  font-weight: 400;
  color: var(--table-grey);
  font-size: 14px;
}
.components-Tables-__tableContainer .components-Tables-__medTextStrike {
  font-size: 12px;
  font-weight: 400;
  font-size: 14px;
  color: var(--table-grey);
  text-decoration: line-through;
}
.components-Tables-__tableContainer .components-Tables-__disabledText {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--gothic-blue);
}
.components-Tables-__tableContainer .components-Tables-__formItem {
  font-size: 11px;
  color: var(--primary-color);
  padding: 0px;
}
.components-Tables-__tableContainer .components-Tables-__formItem .components-Tables-__bold {
  font-weight: 600;
  color: var(--table-grey);
}
.components-Tables-__tableContainer .components-Tables-__formItem .ant-form-item-control-input {
  min-height: 21px;
}
.components-Tables-__tableContainer .components-Tables-__formItem .ant-input {
  background-color: var(--white);
  width: 90px;
  padding: 4px 6px 4px 6px;
  font-size: 12px;
  line-height: 17px;
  text-align: right;
  color: var(--table-grey);
  border: 1px solid var(--primary-color);
  border-radius: 4px;
}
.components-Tables-__tableContainer .components-Tables-__formItem .ant-input::placeholder {
  color: var(--primary-color);
}
.components-Tables-__tableContainer .components-Tables-__formItem .ant-input:focus {
  color: var(--primary-color);
  background-color: var(--white);
}
.components-Tables-__tableContainer .components-Tables-__formItem .ant-picker {
  background-color: rgba(255, 255, 255, 0);
  width: 95px;
  border: 0px;
  padding: 0px 1px 0px 0px;
}
.components-Tables-__tableContainer .components-Tables-__formItem .ant-picker:focus {
  color: var(--primary-color);
  border: 0px;
}
.components-Tables-__tableContainer .components-Tables-__formItem .ant-picker-focused {
  -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
  border: 1px solid var(--primary-color);
}
.components-Tables-__tableContainer .components-Tables-__formItem .ant-picker-focused:focus {
  color: var(--primary-color);
  border: 0px;
}
.components-Tables-__tableContainer .components-Tables-__formItem .ant-picker-input > input {
  padding: 0px 0px 0px 0px;
  font-size: 11px;
  text-align: right;
  color: var(--table-grey);
}
.components-Tables-__tableContainer .components-Tables-__formItem .ant-picker-input > input::placeholder {
  color: var(--primary-color);
}
.components-Tables-__tableContainer .components-Tables-__formItem .ant-picker-input .ant-picker-suffix {
  padding: 0px 2px 0px 6px;
  margin: 0px 10px 0px 0px;
}
.components-Tables-__tableContainer .components-Tables-__formItem .ant-picker-input .ant-picker-clear {
  margin: 0px 10px 0px 0px;
}
.components-Tables-__tableContainer .components-Tables-__formItem .ant-picker-input .components-Tables-__calendarIcon {
  height: 12px;
  width: 12px;
  background-image: url("/icons/icon_calendar.svg");
  background-size: cover;
}
.components-Tables-__tableContainer .components-Tables-__editOutlinedIcon {
  width: 21px;
  height: 21px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.components-Tables-__tableContainer .components-Tables-__editOutlinedIcon:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
.components-Tables-__tableContainer .components-Tables-__checkCircleFilledIcon {
  width: 21px;
  height: 21px;
  font-size: 21px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.components-Tables-__tableContainer .components-Tables-__checkCircleFilledIcon:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
.components-Tables-__tableContainer .components-Tables-__closeCircleFilledIcon {
  width: 21px;
  height: 21px;
  font-size: 21px;
  background-color: var(--table-edit-mode);
  color: var(--table-button-cancel);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.components-Tables-__tableContainer .components-Tables-__closeCircleFilledIcon:hover {
  color: var(--table-button-cancel-highlighted);
  transition: color 0.2s ease-in-out;
}
.components-Tables-__tableContainer .components-Tables-__tallRow {
  background-color: var(--white);
}
.components-Tables-__tableContainer .components-Tables-__tallRow .ant-table-cell {
  height: 84px;
}
.components-Tables-__tableContainer .components-Tables-__statistics {
  position: absolute;
  top: 20px;
  right: -165px;
}
.components-Tables-__tableContainer .components-Tables-__column {
  height: 100%;
  padding: 8px 6px;
  overflow: hidden;
}
.components-Tables-__tableContainer .components-Tables-__whitePaddedColumn {
  height: 100%;
  padding: 8px 6px;
  overflow: hidden;
  background-color: var(--white);
  padding-left: 8px !important;
}
.components-Tables-__tableContainer .components-Tables-__whitePaddedColumn:hover {
  background-color: var(--white);
}
.components-Tables-__tableContainer .components-Tables-__avatarColumn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.components-Tables-__tableContainer .components-Tables-__userAvatar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.components-Tables-__tableContainer .components-Tables-__insetColumn {
  height: 100%;
  padding: 8px 18px !important;
  overflow: hidden;
}
.components-Tables-__tableContainer td.components-Tables-__fixedHeightColumn {
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  padding: 5px 5px 5px 20px !important;
}
.components-Tables-__tableContainer td.components-Tables-__centerColumn {
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  padding: 10px !important;
}
.components-Tables-__tableContainer td.components-Tables-__fixedHeightAvatarColumn {
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  padding: 5px !important;
}
.components-Tables-__tableContainer th.components-Tables-__fixedHeightColumn {
  padding: 16px 16px 16px 20px;
}
.components-Tables-__tableContainer th.components-Tables-__centerColumn {
  padding: 0px !important;
}
.components-Tables-__tableContainer .components-Tables-__leftColumn {
  height: 100%;
  padding: 8px 6px;
  overflow: hidden;
  padding: 8px 6px 8px 16px !important;
}
.components-Tables-__tableContainer .components-Tables-__cellContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 6px 8px 8px;
}
.components-Tables-__tableContainer .components-Tables-__personCellContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 6px 8px 8px;
  padding: 0;
}
.components-Tables-__tableContainer .components-Tables-__cellContainerCentered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Tables-__tableContainer .components-Tables-__cellContainerLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 6px 8px 16px;
}
.components-Tables-__tableContainer .components-Tables-__centeredTextColumn {
  height: 100%;
  padding: 8px 6px;
  overflow: hidden;
  text-align: center;
}
.components-Tables-__tableContainer .components-Tables-__shrunkenCol {
  height: 100%;
  padding: 8px 6px;
  overflow: hidden;
  padding: 4px 16px;
}
.components-Tables-__tableContainer .components-Tables-__row {
  cursor: pointer;
}
.components-Tables-__tableContainer .components-Tables-__pendingRow td:first-of-type {
  border-width: 0;
  border-left: 6px solid;
  border-color: var(--pumpkin);
}
.components-Tables-__tableContainer .components-Tables-__acceptedRow td:first-of-type {
  border-width: 0;
  border-left: 6px solid;
  border-color: var(--pumpkin);
}
.components-Tables-__tableContainer .components-Tables-__acceptedRow td:first-of-type {
  border-color: var(--eggplant);
}
.components-Tables-__tableContainer .components-Tables-__rowNoHover:hover > .components-Tables-__column,
.components-Tables-__tableContainer .components-Tables-__rowNoHover:hover > .components-Tables-__centeredColumn,
.components-Tables-__tableContainer .components-Tables-__rowNoHover:hover > .components-Tables-__fixedHeightColumn {
  background-color: unset;
}
.components-Tables-__tableContainer .components-Tables-__rowWhite {
  background-color: var(--white);
}
.components-Tables-__tableContainer .components-Tables-__darkRow {
  background-color: var(--lightest-grey) !important;
}
.components-Tables-__tableContainer .components-Tables-__shrunkenRow {
  padding: 2px 16px;
}
.components-Tables-__tableContainer .components-Tables-__cellRow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-Tables-__tableContainer .components-Tables-__centeredColumn {
  height: 100%;
  padding: 8px 6px;
  overflow: hidden;
}
.components-Tables-__tableContainer .components-Tables-__centeredColumn .components-Tables-__itemContainer {
  display: flex;
  justify-content: center;
}
.components-Tables-__tableContainer .components-Tables-__centeredColumn .components-Tables-__columnHeader {
  text-align: center;
}
.components-Tables-__tableContainer .components-Tables-__rightColumn {
  padding-right: 8px;
}
.components-Tables-__tableContainer .components-Tables-__kind {
  text-transform: capitalize;
}
.components-Tables-__tableContainer .components-Tables-__performanceTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.components-Tables-__tableContainer .components-Tables-__performanceTitle .components-Tables-__columnHeader {
  margin-left: 4px;
}
.components-Tables-__tableContainer .components-Tables-__columnHeader {
  color: var(--nepal-blue);
}
.components-Tables-__tableContainer .components-Tables-__columnHeader .components-Tables-__downArrow {
  cursor: pointer;
  margin-left: 4px;
}
.components-Tables-__tableContainer .components-Tables-__cell {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-Tables-__tableContainer .components-Tables-__cellLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-Tables-__tableContainer .components-Tables-__horizontalCell {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-direction: row;
  text-align: center;
  align-items: center;
  cursor: default;
}
.components-Tables-__tableContainer .components-Tables-__cellHorizontal {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-direction: row;
  text-align: center;
  align-items: center;
  cursor: default;
}
.components-Tables-__tableContainer .components-Tables-__cellHorizontal span {
  padding-left: 14px;
}
.components-Tables-__tableContainer .components-Tables-__noteContainer {
  width: 100%;
  height: 100%;
}
.components-Tables-__tableContainer .components-Tables-__noteContainer .components-Tables-__note {
  font-size: 10px;
}
.components-Tables-__tableContainer .components-Tables-__name {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-Tables-__tableContainer .components-Tables-__nameLarge {
  font-size: 14px;
  text-transform: capitalize;
}
.components-Tables-__tableContainer .components-Tables-__bold {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.components-Tables-__tableContainer .components-Tables-__boldBlue {
  font-family: "Poppins", "Barlow", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: var(--dark-blue);
}
.components-Tables-__tableContainer .components-Tables-__darkBlue {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--darker-blue);
}
.components-Tables-__tableContainer .components-Tables-__boldLarge {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 17px;
  font-weight: 600;
}
.components-Tables-__tableContainer .components-Tables-__email {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--dark-blue);
  font-size: 12px;
  font-weight: 500;
}
.components-Tables-__tableContainer .components-Tables-__italic {
  font-style: italic;
}
.components-Tables-__tableContainer .components-Tables-__projectName {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--darkest-blue);
}
.components-Tables-__tableContainer .components-Tables-__projectID {
  font-weight: 400;
  font-size: 12px;
  color: var(--primary-color);
}
.components-Tables-__tableContainer .components-Tables-__eventTitle {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--dark-blue);
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}
.components-Tables-__tableContainer .components-Tables-__subRow {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--table-grey);
}
.components-Tables-__tableContainer .components-Tables-__date {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  color: var(--table-grey);
  font-size: 14px;
}
.components-Tables-__tableContainer .components-Tables-__dateLarger {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  color: var(--table-grey);
  font-size: 14px;
}
.components-Tables-__tableContainer .components-Tables-__address {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 17px;
  color: var(--table-grey);
}
.components-Tables-__tableContainer .components-Tables-__id {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #b4b7ba;
}
.components-Tables-__tableContainer .components-Tables-__referrer {
  font-size: 10px;
  color: var(--slate-grey-a65);
}
.components-Tables-__tableContainer .components-Tables-__icon {
  font-size: 22px;
  cursor: pointer;
}
.components-Tables-__tableContainer .components-Tables-__certificationContainer {
  position: relative;
}
.components-Tables-__tableContainer .components-Tables-__certificationItem {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
}
.components-Tables-__tableContainer .components-Tables-__certificationIcon {
  font-size: 22px;
  cursor: pointer;
  margin-left: 8px;
  color: var(--primary-color);
  font-size: 14px;
}
.components-Tables-__tableContainer .components-Tables-__certificationIcon:hover {
  transform: scale(1.1, 1.1);
  transition: transform 0.2s ease-in-out;
}
.components-Tables-__tableContainer .components-Tables-__certificationDatePicker input {
  font-size: 12px;
}
.components-Tables-__tableContainer .components-Tables-__actionButton {
  width: 75px;
}
.components-Tables-__tableContainer .components-Tables-__accountBadge {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  background-color: var(--table-badge-people);
  color: var(--darker-blue);
}
@media (max-width: 628px) {
  .components-Tables-__leadsTableContainer .ant-table-thead {
    display: none;
  }
}
.components-Tables-__cardsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3px;
}
.components-Tables-__cardsContainer .components-Tables-__emptyContainer {
  width: 100%;
  margin-top: 5px;
  background-color: var(--white);
  border-radius: 5px;
}
.components-Tables-__cardsContainer .components-Tables-__goldStatusText {
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  color: var(--pumpkin);
}
.components-Tables-__cardsContainer .components-Tables-__leadOfferContainer {
  display: flex;
  flex-direction: row;
  margin-right: 10px;
  justify-content: flex-start;
  align-items: center;
}
.components-Tables-__cardsContainer .components-Tables-__leadOfferContainer .components-Tables-__offerInfoButton {
  height: 22px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  margin-right: 4px;
  border-radius: 31px;
}
.components-Tables-__cardsContainer .ant-pagination {
  width: 100%;
  margin-top: 10px;
  align-items: baseline;
}
.components-Tables-__cardsContainer .ant-pagination .ant-pagination-prev,
.components-Tables-__cardsContainer .ant-pagination .ant-pagination-next {
  margin: 0 5px;
  box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  border-radius: 50%;
  height: 28px;
  min-width: 28px;
  line-height: 28px;
}
.components-Tables-__cardsContainer .ant-pagination .ant-pagination-prev div,
.components-Tables-__cardsContainer .ant-pagination .ant-pagination-next div {
  height: 28px;
}
.components-Tables-__cardsContainer .ant-pagination .ant-pagination-next > button {
  cursor: pointer;
}
.components-Tables-__cardsContainer .ant-pagination .ant-pagination-item {
  margin: 5px 2px;
  vertical-align: baseline;
  border-radius: 50px;
  background-color: transparent;
  border: none;
  padding: 0 2px;
}
.components-Tables-__cardsContainer .ant-pagination .ant-pagination-item div {
  box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  border-radius: 50px;
  height: 28px;
  min-width: 28px;
  line-height: 28px;
  padding: 0 4px;
}
@media (max-width: 430px) {
  .components-Tables-__cardsContainer .ant-pagination .ant-pagination-item {
    margin: 5px 0px;
  }
  .components-Tables-__cardsContainer .ant-pagination .ant-pagination-item div {
    padding: 0 2px;
  }
}
.components-Tables-__cardsContainer .ant-pagination .ant-pagination-item-active {
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.components-Tables-__cardsContainer .ant-pagination .ant-pagination-item-active div {
  color: var(--white);
  height: 28px;
  background-color: var(--primary-color);
}
.components-Tables-__cardsContainer .components-Tables-__loading {
  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;
}
.components-Tables-__cardsContainer .components-Tables-__loading .components-Tables-__spin {
  z-index: 7;
}
.components-Tables-__cardsContainer .components-Tables-__paginationContainer {
  width: 100%;
  margin-top: 10px;
}
.components-Tables-__cardsContainer .components-Tables-__paginationContainer .components-Tables-__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 42px;
}
.components-Tables-__cardsContainer .components-Tables-__card {
  position: relative;
  width: 100%;
  max-width: 576px;
  min-height: 84px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  padding-right: 25%;
  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);
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__openDrawer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__openDrawer .components-Tables-__openDrawerIcon {
  color: var(--primary-color);
  font-size: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__openDrawer .components-Tables-__openDrawerText {
  font-size: 10px;
  text-align: center;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__row {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__consultantCol {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__peopleCol {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__cardId {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__cardId .components-Tables-__id {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__cardId .components-Tables-__id {
  font-size: 10px;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__clickable {
  cursor: pointer;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__headline {
  font-size: 14px;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__text {
  font-size: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__email {
  font-size: 12px;
  color: var(--primary-color);
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__projectName {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--darkest-blue);
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__leadInfo {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__detail {
  font-size: 16px;
  font-weight: 400;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__detailBold {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__icon {
  font-size: 18px;
  color: var(--light-grey);
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__flexMiddle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  align-self: center;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__flexMiddleNotCenter {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__editOutlinedIcon {
  width: 22px;
  height: 22px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.components-Tables-__cardsContainer .components-Tables-__card .components-Tables-__editOutlinedIcon:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard {
  position: relative;
  width: 100%;
  max-width: 576px;
  min-height: 84px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  padding-right: 25%;
  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);
  min-height: 130px;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__openDrawer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__openDrawer .components-Tables-__openDrawerIcon {
  color: var(--primary-color);
  font-size: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__openDrawer .components-Tables-__openDrawerText {
  font-size: 10px;
  text-align: center;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__row {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__consultantCol {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__peopleCol {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__cardId {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__cardId .components-Tables-__id {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__cardId .components-Tables-__id {
  font-size: 10px;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__clickable {
  cursor: pointer;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__headline {
  font-size: 14px;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__text {
  font-size: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__email {
  font-size: 12px;
  color: var(--primary-color);
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__projectName {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--darkest-blue);
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__leadInfo {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__detail {
  font-size: 16px;
  font-weight: 400;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__detailBold {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__icon {
  font-size: 18px;
  color: var(--light-grey);
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__flexMiddle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  align-self: center;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__flexMiddleNotCenter {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__editOutlinedIcon {
  width: 22px;
  height: 22px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.components-Tables-__cardsContainer .components-Tables-__leadsCard .components-Tables-__editOutlinedIcon:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 435px) {
  .components-Tables-__cardsContainer .components-Tables-__leadsCard {
    min-height: 190px;
  }
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard {
  position: relative;
  width: 100%;
  max-width: 576px;
  min-height: 84px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  padding-right: 25%;
  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);
  padding: 12px;
  min-height: 120px;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__openDrawer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__openDrawer .components-Tables-__openDrawerIcon {
  color: var(--primary-color);
  font-size: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__openDrawer .components-Tables-__openDrawerText {
  font-size: 10px;
  text-align: center;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__row {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__consultantCol {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__peopleCol {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__cardId {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__cardId .components-Tables-__id {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__cardId .components-Tables-__id {
  font-size: 10px;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__clickable {
  cursor: pointer;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__headline {
  font-size: 14px;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__text {
  font-size: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__email {
  font-size: 12px;
  color: var(--primary-color);
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__projectName {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--darkest-blue);
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__leadInfo {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__detail {
  font-size: 16px;
  font-weight: 400;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__detailBold {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__icon {
  font-size: 18px;
  color: var(--light-grey);
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__flexMiddle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  align-self: center;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__flexMiddleNotCenter {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__editOutlinedIcon {
  width: 22px;
  height: 22px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__editOutlinedIcon:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__centerCol {
  display: flex;
  align-items: center;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__centerCol .components-Tables-__avatarContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__value {
  font-size: 11px;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__rightRow {
  line-height: 14px;
}
.components-Tables-__cardsContainer .components-Tables-__ambassadorCard .components-Tables-__valueColSmallText {
  padding-left: 20px;
}
@media (max-width: 435px) {
  .components-Tables-__cardsContainer .components-Tables-__ambassadorCard {
    min-height: 180px;
  }
}
.components-Tables-__cardsContainer .components-Tables-__projectCard {
  position: relative;
  width: 100%;
  max-width: 576px;
  min-height: 84px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  padding-right: 25%;
  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);
  max-width: unset;
  padding: 8px 16px;
  min-height: 100px;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__openDrawer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__openDrawer .components-Tables-__openDrawerIcon {
  color: var(--primary-color);
  font-size: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__openDrawer .components-Tables-__openDrawerText {
  font-size: 10px;
  text-align: center;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__row {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__consultantCol {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__peopleCol {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__cardId {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__cardId .components-Tables-__id {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__cardId .components-Tables-__id {
  font-size: 10px;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__clickable {
  cursor: pointer;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__headline {
  font-size: 14px;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__text {
  font-size: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__email {
  font-size: 12px;
  color: var(--primary-color);
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__projectName {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--darkest-blue);
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__leadInfo {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__detail {
  font-size: 16px;
  font-weight: 400;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__detailBold {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__icon {
  font-size: 18px;
  color: var(--light-grey);
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__flexMiddle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  align-self: center;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__flexMiddleNotCenter {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__editOutlinedIcon {
  width: 22px;
  height: 22px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.components-Tables-__cardsContainer .components-Tables-__projectCard .components-Tables-__editOutlinedIcon:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
.components-Tables-__cardsContainer .components-Tables-__pendingCard {
  border-width: 0;
  border-left: 6px solid;
  border-color: var(--pumpkin);
}
.components-Tables-__cardsContainer .components-Tables-__acceptedCard {
  border-width: 0;
  border-left: 6px solid;
  border-color: var(--pumpkin);
  border-color: var(--eggplant);
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard {
  position: relative;
  width: 100%;
  max-width: 576px;
  min-height: 84px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  padding-right: 25%;
  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);
  min-height: 140px;
  padding-right: 10px;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__openDrawer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__openDrawer .components-Tables-__openDrawerIcon {
  color: var(--primary-color);
  font-size: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__openDrawer .components-Tables-__openDrawerText {
  font-size: 10px;
  text-align: center;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__row {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__consultantCol {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__peopleCol {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__cardId {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__cardId .components-Tables-__id {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__cardId .components-Tables-__id {
  font-size: 10px;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__clickable {
  cursor: pointer;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__headline {
  font-size: 14px;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__text {
  font-size: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__email {
  font-size: 12px;
  color: var(--primary-color);
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__projectName {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--darkest-blue);
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__leadInfo {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__detail {
  font-size: 16px;
  font-weight: 400;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__detailBold {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__icon {
  font-size: 18px;
  color: var(--light-grey);
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__flexMiddle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  align-self: center;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__flexMiddleNotCenter {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__editOutlinedIcon {
  width: 22px;
  height: 22px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__editOutlinedIcon:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 435px) {
  .components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard {
    min-height: 140px;
  }
}
.components-Tables-__cardsContainer .components-Tables-__enterpriseLeadsCard .components-Tables-__label {
  color: var(--slate-grey-a65);
  color: var(--nepal-blue);
  font-size: 10px;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard {
  position: relative;
  width: 100%;
  max-width: 576px;
  min-height: 84px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  padding-right: 25%;
  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);
  min-height: 100px;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__openDrawer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__openDrawer .components-Tables-__openDrawerIcon {
  color: var(--primary-color);
  font-size: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__openDrawer .components-Tables-__openDrawerText {
  font-size: 10px;
  text-align: center;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__row {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__consultantCol {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__peopleCol {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__cardId {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__cardId .components-Tables-__id {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__cardId .components-Tables-__id {
  font-size: 10px;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__clickable {
  cursor: pointer;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__headline {
  font-size: 14px;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__text {
  font-size: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__email {
  font-size: 12px;
  color: var(--primary-color);
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__projectName {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--darkest-blue);
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__leadInfo {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__detail {
  font-size: 16px;
  font-weight: 400;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__detailBold {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__icon {
  font-size: 18px;
  color: var(--light-grey);
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__flexMiddle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  align-self: center;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__flexMiddleNotCenter {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__editOutlinedIcon {
  width: 22px;
  height: 22px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.components-Tables-__cardsContainer .components-Tables-__projectLeadsCard .components-Tables-__editOutlinedIcon:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 435px) {
  .components-Tables-__cardsContainer .components-Tables-__projectLeadsCard {
    min-height: 140px;
  }
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard {
  position: relative;
  width: 100%;
  max-width: 576px;
  min-height: 84px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  padding-right: 25%;
  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);
  min-height: 100px;
  min-height: 90px;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__openDrawer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__openDrawer .components-Tables-__openDrawerIcon {
  color: var(--primary-color);
  font-size: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__openDrawer .components-Tables-__openDrawerText {
  font-size: 10px;
  text-align: center;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__row {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__consultantCol {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__peopleCol {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__cardId {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__cardId .components-Tables-__id {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__cardId .components-Tables-__id {
  font-size: 10px;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__clickable {
  cursor: pointer;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__headline {
  font-size: 14px;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__text {
  font-size: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__email {
  font-size: 12px;
  color: var(--primary-color);
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__projectName {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--darkest-blue);
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__leadInfo {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__detail {
  font-size: 16px;
  font-weight: 400;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__detailBold {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: var(--table-grey);
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__icon {
  font-size: 18px;
  color: var(--light-grey);
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__flexMiddle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  align-self: center;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__flexMiddleNotCenter {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 12px;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__editOutlinedIcon {
  width: 22px;
  height: 22px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.components-Tables-__cardsContainer .components-Tables-__projectEventsCard .components-Tables-__editOutlinedIcon:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 435px) {
  .components-Tables-__cardsContainer .components-Tables-__projectEventsCard {
    min-height: 140px;
  }
}
.components-Tables-__flexCentered {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.components-Tables-__flexColumn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.components-Tables-__counts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.components-Tables-__count {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}
.components-Tables-__tableBadgeUnread {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  background-color: var(--table-badge-unread);
}
.components-Tables-__tableBadgeAssigned {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  background-color: var(--pumpkin);
}
.components-Tables-__yellow {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  background-color: var(--pumpkin);
}
.components-Tables-__primary {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  background-color: var(--primary-color);
}
.components-Tables-__tableBadgeTotal {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  background-color: var(--table-badge-total);
}
.components-Tables-__tableBadgeTagged {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  background-color: var(--nepal-blue);
}
.components-Tables-__peopleBadge {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  display: inline-block;
  background-color: var(--table-badge-people);
  color: var(--font-color-eastern-blue);
  font-size: 9px;
  font-weight: 600;
  width: 16px;
  line-height: 16px;
  margin-right: 8px;
  text-transform: capitalize;
}
.components-Tables-__teamBadge {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  display: inline-block;
  background-color: var(--table-badge-team);
  color: var(--white);
  font-size: 9px;
  font-weight: 600;
  width: 16px;
  line-height: 16px;
  margin-right: 8px;
}
.components-Tables-__tabletCounts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  height: auto;
  margin-top: 4px;
  flex-direction: row;
  justify-content: center;
}
.components-Tables-__repliesDisplay {
  display: flex;
  flex-direction: column;
}
.components-Tables-__repliesDisplay .components-Tables-__text {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 576px) {
  .components-Tables-__repliesDisplay .components-Tables-__text {
    font-size: 12px;
    line-height: 14px;
  }
}
.components-Tables-__repliesDisplay .components-Tables-__bold {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .components-Tables-__repliesDisplay .components-Tables-__bold {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1080px) {
  .components-Tables-__repliesDisplay .components-Tables-__bold {
    font-size: 10px;
    line-height: 17px;
  }
}
.components-Tables-__repliesDisplay .components-Tables-__date {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 576px) {
  .components-Tables-__repliesDisplay .components-Tables-__date {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1080px) {
  .components-Tables-__repliesDisplay .components-Tables-__date {
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
  }
}
.components-Tables-__noReplies {
  width: 14px;
  height: 1px;
  background-color: var(--table-grey);
  margin: 10px 0px;
}
.components-Tables-__rightJustifiedRepliesDisplay {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.components-Tables-__rightJustifiedRepliesDisplay .components-Tables-__text {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 576px) {
  .components-Tables-__rightJustifiedRepliesDisplay .components-Tables-__text {
    font-size: 12px;
    line-height: 14px;
  }
}
.components-Tables-__rightJustifiedRepliesDisplay .components-Tables-__bold {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .components-Tables-__rightJustifiedRepliesDisplay .components-Tables-__bold {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1080px) {
  .components-Tables-__rightJustifiedRepliesDisplay .components-Tables-__bold {
    font-size: 10px;
    line-height: 17px;
  }
}
.components-Tables-__rightJustifiedRepliesDisplay .components-Tables-__date {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 576px) {
  .components-Tables-__rightJustifiedRepliesDisplay .components-Tables-__date {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1080px) {
  .components-Tables-__rightJustifiedRepliesDisplay .components-Tables-__date {
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
  }
}
.components-Tables-__metricsTableViewContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.components-Tables-__metricsTableViewContainer .components-Tables-__categoryRow {
  height: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.components-Tables-__metricsTableViewContainer .components-Tables-__category {
  color: var(--dark-blue);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 9px;
}
.components-Tables-__metricsTableViewContainer .components-Tables-__categoryCol {
  height: 100%;
}
.components-Tables-__metricsTableViewContainer .components-Tables-__categoryCol:nth-child(2) {
  padding-left: 8px;
}
.components-Tables-__metricsTableViewContainer .components-Tables-__categoryCol:nth-child(3) {
  padding-left: 16px;
}
.components-Tables-__metricsTableViewContainer .components-Tables-__metricsCol {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.components-Tables-__metricsTableViewContainer .components-Tables-__metricRow {
  border-radius: 4px;
  max-width: 160px;
}
.components-Tables-__metricsTableViewContainer .components-Tables-__metric {
  display: flex;
  justify-content: flex-start;
  color: var(--table-grey);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
@media (max-width: 500px) {
  .components-Tables-__metricsTableViewContainer .components-Tables-__metric {
    font-size: 10px;
  }
}
.components-Tables-__metricsTableViewContainer .components-Tables-__activeMetric:hover {
  color: var(--nepal-blue);
  cursor: pointer;
}
.components-Tables-__metricsTableViewContainer .components-Tables-__value {
  display: flex;
  justify-content: flex-start;
  color: var(--table-grey);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 500px) {
  .components-Tables-__metricsTableViewContainer .components-Tables-__value {
    font-size: 10px;
  }
}
.components-Tables-__licenseTableContainer {
  max-width: 900px;
}
.components-Tables-__licenseTableContainer .components-Tables-__table {
  margin-top: 0;
}
.components-Tables-__licenseTableContainer .components-Tables-__column {
  height: 100%;
  padding: 2px 16px !important;
}
.components-Tables-__licenseTableContainer .components-Tables-__row {
  cursor: pointer;
}
.components-Tables-__licenseTableContainer .components-Tables-__rowWhite {
  background-color: var(--white);
}
.components-Tables-__licenseTableContainer .components-Tables-__centeredColumn {
  height: 100%;
  padding: 2px 16px !important;
}
.components-Tables-__licenseTableContainer .components-Tables-__centeredColumn span {
  justify-content: center;
}
.components-Tables-__licenseTableContainer .components-Tables-__subColumn {
  height: 100%;
  padding: 2px 16px !important;
  padding: 4px 16px;
}
.components-Tables-__licenseTableContainer .components-Tables-__subColumn span {
  justify-content: center;
}
.components-Tables-__licenseTableContainer .components-Tables-__columnHeader {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 600;
  width: 100%;
}
.components-Tables-__licenseTableContainer .components-Tables-__centeredColumnHeader {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.components-Tables-__licenseTableContainer .components-Tables-__cell {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-Tables-__licenseTableContainer .components-Tables-__centeredCell {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: center;
}
.components-Tables-__licenseTableContainer .components-Tables-__avatar {
  width: 75px;
  height: 75px;
  border: 1px solid var(--slate-grey-a65);
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.components-Tables-__licenseTableContainer .components-Tables-__nameContainer {
  padding-left: 8px;
  width: 100%;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.components-Tables-__licenseTableContainer .components-Tables-__roleContainer {
  font-size: 12px;
  font-weight: 600;
}
.components-Tables-__licenseTableContainer .components-Tables-__name {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-Tables-__licenseTableContainer .components-Tables-__small {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.components-Tables-__licenseTableContainer .components-Tables-__bold {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.components-Tables-__licenseTableContainer .components-Tables-__email {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--primary-color);
}
.components-Tables-__licenseTableContainer .components-Tables-__input {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--primary-color);
}
.components-Tables-__licenseTableContainer .components-Tables-__datePicker {
  width: 100%;
  background-color: var(--lightest-grey);
}
.components-Tables-__licenseTableContainer .components-Tables-__datePicker input {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--primary-color);
}
.components-Tables-__licenseTableContainer .components-Tables-__formItem {
  outline: none;
  margin: 0;
}
.components-Tables-__licenseTableContainer .components-Tables-__icons {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 4px;
}
.components-Tables-__licenseTableContainer .components-Tables-__icons .components-Tables-__icon {
  color: var(--primary-color);
  font-size: 16px;
}
.components-Tables-__licenseTableContainer .components-Tables-__icons .components-Tables-__icon:hover {
  transform: scale(1.2, 1.2);
  transition: all 0.15s linear;
}
.components-Tables-__licenseTableContainer .components-Tables-__icons .components-Tables-__icon:nth-child(2) {
  margin-left: 5px;
}
.components-Tables-__addServiceAreaButtonContainer {
  width: 200px;
  margin-bottom: 12px;
}
.components-Tables-__licenseCardsContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.components-Tables-__licenseCardsContainer .components-Tables-__card {
  width: 100%;
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.components-Tables-__licenseCardsContainer .components-Tables-__card .components-Tables-__inputRows {
  display: flex;
  flex-direction: column;
}
.components-Tables-__licenseCardsContainer .components-Tables-__card .components-Tables-__inputRows .components-Tables-__input {
  background-color: var(--lightest-grey);
}
.components-Tables-__licenseCardsContainer .components-Tables-__label {
  font-size: 10px;
  color: var(--slate-grey-a65);
  font-size: 12px;
  margin-bottom: -4px;
}
.components-Tables-__categoryIconSuccess {
  color: var(--kelly-green);
  font-size: 24px;
}
.components-Tables-__categoryIconInfo {
  color: var(--dodger-blue);
  font-size: 24px;
}
.components-Tables-__categoryIconWarning {
  color: var(--sultan-gold);
  font-size: 24px;
}
.components-Tables-__categoryIconError {
  color: var(--sunset-orange);
  font-size: 24px;
}
.components-Tables-__idBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.components-Tables-__idBox .components-Tables-__id {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.components-Tables-__checkContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Tables-__checkContainer .components-Tables-__greenCheck {
  background-image: url("/icons/icon_check_green.svg");
  background-color: var(--harlequin-green);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.components-Tables-__checkContainer .components-Tables-__reasonText {
  max-width: 85px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: var(--font-color-eastern-blue);
}
.components-Tables-__popoverText {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  margin-top: 5px;
}
.components-Tables-__iconContainer {
  width: 100%;
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components-Tables-__iconContainer .components-Tables-__categoryIcon {
  color: var(--primary-color);
}
.components-Tables-__taggedIconContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--nepal-blue);
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.components-Tables-__taggedIconContainer .components-Tables-__innerIcon {
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  width: 12px;
}
.components-Tables-__expandableTable .ant-table-cell {
  padding: 4px;
}
.components-Tables-__expandableTable .ant-table-row-expand-icon-cell {
  width: 25px;
}
.components-Tables-__expandableTable .components-Tables-__lightRow {
  background-color: var(--white);
}
.components-Tables-__expandableTable .components-Tables-__darkRow .ant-table-cell {
  background-color: var(--lightest-grey);
}
.components-Tables-__expandableTable .components-Tables-__icon {
  color: var(--primary-color);
  font-size: 21px;
}
.components-Tables-__expandableTable .components-Tables-__icon svg {
  transition: transform 0.15s ease-in-out;
}
.components-Tables-__expandableTable .components-Tables-__nestedTableContainer {
  background-color: var(--lightest-grey);
}
.components-Tables-__expandableTable .components-Tables-__nestedTableContainer .components-Tables-__nestedTable {
  margin-left: 0;
  padding-left: 4px;
}
.components-Tables-__expandableTable .components-Tables-__nestedTableContainer .components-Tables-__nestedTable div.ant-spin-nested-loading > div.ant-spin-container > div.ant-table {
  margin: 0;
}
.components-Tables-__expandableTable .components-Tables-__nestedTableContainer .components-Tables-__nestedTable .ant-table-cell {
  background-color: var(--lightest-grey);
}
.components-Tables-__expandableTable .components-Tables-__nestedTableContainer .components-Tables-__nestedTable .ant-table-cell div {
  background-color: var(--lightest-grey);
}
.components-Tables-__expandableTable .components-Tables-__nestedTableContainer .components-Tables-__nestedTable .ant-table-row {
  border: none;
}
.components-Tables-__expandableTable .components-Tables-__nestedTableContainer .components-Tables-__nestedTable .components-Tables-__labelCol {
  font-weight: 600;
  color: var(--slate-grey);
  font-size: 9px;
  line-height: 12px;
  text-transform: uppercase;
}
.components-Tables-__expandableTable .components-Tables-__nestedTableContainer .components-Tables-__nestedTable .components-Tables-__valueCol {
  display: flex;
  justify-content: flex-end;
  font-size: 11px;
  font-weight: 400;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-PlatformLayout-components-SubHeader-__subHeaderContainer {
  display: flex;
  margin-top: 16px;
  margin-bottom: 4px;
  align-items: center;
}
.components-PlatformLayout-components-SubHeader-__subHeaderContainer .components-PlatformLayout-components-SubHeader-__pill {
  width: 5px;
  height: 26px;
  min-width: 5px;
  margin-right: 10px;
  border-radius: 3px;
}
.components-PlatformLayout-components-SubHeader-__subHeaderContainer .components-PlatformLayout-components-SubHeader-__smallPill {
  width: 5px;
  height: 26px;
  min-width: 5px;
  margin-right: 10px;
  border-radius: 3px;
  height: 16px;
}
.components-PlatformLayout-components-SubHeader-__subHeaderContainer .components-PlatformLayout-components-SubHeader-__title {
  font-family: Poppins;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
.components-PlatformLayout-components-SubHeader-__subHeaderContainer .components-PlatformLayout-components-SubHeader-__smallTitle {
  font-family: Poppins;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  font-size: 14px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-UserCards-UserAvatar-__avatar {
  width: 100%;
  height: 100%;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.components-Buttons-AlertButton-__alertButton {
  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;
}
.components-Buttons-AlertButton-__alertButton .components-Buttons-AlertButton-__alertText {
  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-public2.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);
}

/* TODO: Deprecate all ant-legacy items */
.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;
  z-index: 2000;
}

.ant-message {
  z-index: 3000;
}

.ant-popconfirm {
  z-index: 3000;
}

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

