@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Oxygen:400,700");:root, :host {
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
  --fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 6 Duotone';
  --fa-font-duotone-light: normal 300 1em/1 'Font Awesome 6 Duotone';
  --fa-font-duotone-thin: normal 100 1em/1 'Font Awesome 6 Duotone';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 6 Sharp Duotone';
  --fa-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 6 Sharp Duotone';
  --fa-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 6 Sharp Duotone';
  --fa-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 6 Sharp Duotone'; }

svg.svg-inline--fa:not(:root), svg.svg-inline--fa:not(:host) {
  overflow: visible;
  box-sizing: content-box; }

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-2xs {
    vertical-align: 0.1em; }
  .svg-inline--fa.fa-xs {
    vertical-align: 0em; }
  .svg-inline--fa.fa-sm {
    vertical-align: -0.07143em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -0.2em; }
  .svg-inline--fa.fa-xl {
    vertical-align: -0.25em; }
  .svg-inline--fa.fa-2xl {
    vertical-align: -0.3125em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-li {
    width: var(--fa-li-width, 2em);
    top: 0.25em; }
  .svg-inline--fa.fa-fw {
    width: var(--fa-fw-width, 1.25em); }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers-counter, .fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  .fa-layers svg.svg-inline--fa {
    transform-origin: center center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center; }

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left; }

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right; }

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto); }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black; }

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: pointer;
  direction: ltr;
}.Toastify__toast--rtl {
  direction: rtl;
}.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}.Toastify__toast-body > div:last-child {
  -ms-flex: 1;
      flex: 1;
}.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}.f {
  --y: calc(var(--len) - var(--nth));
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: translate3d(0, calc(var(--y) * -40%), 0) scale(calc(1 - 0.05 * var(--y)));
  transition: all 0.3s;
  min-height: 80px;
}.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*
 * Container style
 */.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}/*
 * Scrollbar rail styles
 */.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}/*
 * Scrollbar thumb styles
 */.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}/* MS supports */@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}.scrollbar-container {
  position: relative;
  height: 100%; }.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}.rdrDateDisplay{
  display: flex;
  justify-content: space-between;
}.rdrDateDisplayItem{
  flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit;
}.rdrDateDisplayItem + .rdrDateDisplayItem{
    margin-left: 0.833em;
  }.rdrDateDisplayItem input{
    text-align: inherit
  }.rdrDateDisplayItem input:disabled{
      cursor: default;
    }.rdrDateDisplayItemActive{}.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: flex;
  justify-content: space-between;
}.rdrMonthAndYearPickers{
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}.rdrMonthPicker{}.rdrYearPicker{}.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none;
}.rdrPprevButton {}.rdrNextButton {}.rdrMonths{
  display: flex;
}.rdrMonthsVertical{
  flex-direction: column;
}.rdrMonthsHorizontal > div > div > div{
  display: flex;
  flex-direction: row;
}.rdrMonth{
  width: 27.667em;
}.rdrWeekDays{
  display: flex;
}.rdrWeekDay {
  flex-basis: calc(100% / 7);
  box-sizing: inherit;
  text-align: center;
}.rdrDays{
  display: flex;
  flex-wrap: wrap;
}.rdrDateDisplayWrapper{}.rdrMonthName{}.rdrInfiniteMonths{
  overflow: auto;
}.rdrDateRangeWrapper{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}.rdrDateInput {
  position: relative;
}.rdrDateInput input {
    outline: none;
  }.rdrDateInput .rdrWarning {
    position: absolute;
    font-size: 1.6em;
    line-height: 1.6em;
    top: 0;
    right: .25em;
    color: #FF0000;
  }.rdrDay {
  box-sizing: inherit;
  width: calc(100% / 7);
  position: relative;
  font: inherit;
  cursor: pointer;
}.rdrDayNumber {
  display: block;
  position: relative;
}.rdrDayNumber span{
    color: #1d2429;
  }.rdrDayDisabled {
  cursor: not-allowed;
}@supports (-ms-ime-align: auto) {
  .rdrDay {
    flex-basis: 14.285% !important;
  }
}.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  pointer-events: none;
}.rdrInRange{}.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  pointer-events: none;
}.rdrDayHovered{}.rdrDayActive{}.rdrDateRangePickerWrapper{
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}.rdrDefinedRangesWrapper{}.rdrStaticRanges{
  display: flex;
  flex-direction: column;
}.rdrStaticRange{
  font-size: inherit;
}.rdrStaticRangeLabel{}.rdrInputRanges{}.rdrInputRange{
  display: flex;
}.rdrInputRangeInput{}.rdrCalendarWrapper{
  color: #000000;
  font-size: 12px;
}.rdrDateDisplayWrapper{
  background-color: rgb(239, 242, 247);
}.rdrDateDisplay{
  margin: 0.833em;
}.rdrDateDisplayItem{
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent;
}.rdrDateDisplayItem input{
    cursor: pointer;
    height: 2.5em;
    line-height: 2.5em;
    border: 0px;
    background: transparent;
    width: 100%;
    color: #849095;
  }.rdrDateDisplayItemActive{
  border-color: currentColor;
}.rdrDateDisplayItemActive input{
    color: #7d888d
  }.rdrMonthAndYearWrapper {
  align-items: center;
  height: 60px;
  padding-top: 10px;
}.rdrMonthAndYearPickers{
  font-weight: 600;
}.rdrMonthAndYearPickers select{
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    outline: 0;
    color: #3e484f;
    background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    text-align: center
  }.rdrMonthAndYearPickers select:hover{
      background-color: rgba(0,0,0,0.07);
    }.rdrMonthPicker, .rdrYearPicker{
  margin: 0 5px
}.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #EFF2F7
}.rdrNextPrevButton:hover{
    background: #E1E7F0;
  }.rdrNextPrevButton i {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    margin: auto;
    transform: translate(-3px, 0px);
  }.rdrPprevButton i {
    border-width: 4px 6px 4px 4px;
    border-color: transparent rgb(52, 73, 94) transparent transparent;
    transform: translate(-3px, 0px);
  }.rdrNextButton i {
    margin: 0 0 0 7px;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent rgb(52, 73, 94);
    transform: translate(3px, 0px);
  }.rdrWeekDays {
  padding: 0 0.833em;
}.rdrMonth{
  padding: 0 0.833em 1.666em 0.833em;
}.rdrMonth .rdrWeekDays {
    padding: 0;
  }.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{
  display: none;
}.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: rgb(132, 144, 149);
}.rdrDay {
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  padding: 0;
  line-height: 3.000em;
  height: 3.000em;
  text-align: center;
  color: #1d2429
}.rdrDay:focus {
    outline: 0;
  }.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}.rdrDayToday .rdrDayNumber span{
  font-weight: 500
}.rdrDayToday .rdrDayNumber span:after{
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #3d91ff;
  }.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after{
      background: #fff;
    }.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span{
          color: rgba(255, 255, 255, 0.85);
        }.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
}.rdrSelected{
  left: 2px;
  right: 2px;
}.rdrInRange{}.rdrStartEdge{
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}.rdrEndEdge{
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}.rdrSelected{
  border-radius: 1.042em;
}.rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge{
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px;
  }.rdrDayEndOfMonth .rdrInRange,  .rdrDayEndOfMonth .rdrStartEdge,  .rdrDayEndOfWeek .rdrInRange,  .rdrDayEndOfWeek .rdrStartEdge{
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px;
  }.rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview{
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    border-left-width: 1px;
    left: 0px;
  }.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview{
   border-top-right-radius: 1.333em;
   border-bottom-right-radius: 1.333em;
   border-right-width: 1px;
   right: 0px;
 }.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1;
}.rdrDayStartPreview{
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px;
}.rdrDayInPreview{
  border-top-width: 1px;
  border-bottom-width: 1px;
}.rdrDayEndPreview{
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0px;
}.rdrDefinedRangesWrapper{
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff;
}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{
    color: currentColor;
    font-weight: 600;
  }.rdrStaticRange{
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff
}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{
      background: #eff2f7;
    }.rdrStaticRangeLabel{
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
}.rdrInputRanges{
  padding: 10px 0;
}.rdrInputRange{
  align-items: center;
  padding: 5px 20px;
}.rdrInputRangeInput{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgb(222, 231, 235);
  margin-right: 10px;
  color: rgb(108, 118, 122)
}.rdrInputRangeInput:focus, .rdrInputRangeInput:hover{
    border-color: rgb(180, 191, 196);
    outline: 0;
    color: #333;
  }.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{
  content: '';
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent;
}.rdrDayPassive{
  pointer-events: none;
}.rdrDayPassive .rdrDayNumber span{
    color: #d5dce0;
  }.rdrDayPassive .rdrInRange, .rdrDayPassive .rdrStartEdge, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayEndPreview{
    display: none;
  }.rdrDayDisabled {
  background-color: rgb(248, 248, 248);
}.rdrDayDisabled .rdrDayNumber span{
    color: #aeb9bf;
  }.rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrStartEdge, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayEndPreview{
    filter: grayscale(100%) opacity(60%);
  }.rdrMonthName{
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em;
}/*! Devices.css v0.2.0 | MIT License | github.com/picturepan2/devices.css */.device {
  position: relative;
  transform: scale(1);
  z-index: 1;
}.device .device-frame {
  z-index: 1;
}.device .device-screen {
  background-color: #000;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  position: relative;
}.device-iphone-14-pro {
  height: 868px;
  width: 100%;
}.device-iphone-14-pro .device-frame {
  background: #010101;
  border: 1px solid #1b1721;
  border-radius: 68px;
  box-shadow: inset 0 0 4px 2px #c0b7cd, inset 0 0 0 6px #342c3f;
  height: 868px;
  padding: 19px;
  /* width: 428px */
}.device-iphone-14-pro .device-content {
  border-radius: 49px;
  background: white;
  height: 830px;
  width: calc(100% - 40px);
  position: absolute;
  top: 20px;
}.device-iphone-14-pro .device-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}.device-iphone-14-pro .device-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ccc;
}.device-iphone-14-pro .device-content::-webkit-scrollbar-track {
  border-radius: 5px;
}.device-iphone-14-pro .device-screen {
  border-radius: 49px;
  height: 830px;
  width: 390px;
}.device-iphone-14-pro .device-stripe::after,
.device-iphone-14-pro .device-stripe::before {
  border: solid rgba(1, 1, 1, 0.25);
  border-width: 0 7px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}.device-iphone-14-pro .device-stripe::after {
  top: 85px;
}.device-iphone-14-pro .device-stripe::before {
  bottom: 85px;
}.device-iphone-14-pro .device-header {
  background: #010101;
  border-radius: 20px;
  height: 35px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  top: 29px;
  width: 120px;
}.device-iphone-14-pro .device-sensors::after,
.device-iphone-14-pro .device-sensors::before {
  content: '';
  position: absolute;
}.device-iphone-14-pro .device-sensors::after {
  background: #010101;
  border-radius: 17px;
  height: 33px;
  left: 50%;
  margin-left: -60px;
  top: 30px;
  width: 74px;
}.device-iphone-14-pro .device-sensors::before {
  background: radial-gradient(
      farthest-corner at 20% 20%,
      #6074bf 0,
      transparent 40%
    ),
    radial-gradient(
      farthest-corner at 80% 80%,
      #513785 0,
      #24555e 20%,
      transparent 50%
    );
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.05);
  height: 9px;
  left: 50%;
  margin-left: 36px;
  top: 42px;
  width: 9px;
}.device-iphone-14-pro .device-btns {
  background: #1b1721;
  border-radius: 2px;
  height: 32px;
  left: -2px;
  position: absolute;
  top: 115px;
  width: 3px;
}.device-iphone-14-pro .device-btns::after,
.device-iphone-14-pro .device-btns::before {
  background: #1b1721;
  border-radius: 2px;
  content: '';
  height: 62px;
  left: 0;
  position: absolute;
  width: 3px;
}.device-iphone-14-pro .device-btns::after {
  top: 60px;
}.device-iphone-14-pro .device-btns::before {
  top: 140px;
}.device-iphone-14-pro .device-power {
  background: #1b1721;
  border-radius: 2px;
  height: 100px;
  position: absolute;
  right: -2px;
  top: 200px;
  width: 3px;
}.device-iphone-14-pro .device-home::after,
.device-iphone-14-pro .device-home::before {
  border: solid rgba(1, 1, 1, 0.25);
  border-width: 6px 0;
  content: '';
  height: 6px;
  position: absolute;
  width: 6px;
  z-index: 9;
}.device-iphone-14-pro .device-home::after {
  right: 86px;
  top: 0;
}.device-iphone-14-pro .device-home::before {
  bottom: 0;
  left: 86px;
}.device-iphone-14-pro.device-silver .device-frame {
  border-color: #c8cacb;
  box-shadow: inset 0 0 4px 2px #fff, inset 0 0 0 6px #e2e3e4;
}.device-iphone-14-pro.device-silver .device-btns {
  background: #c8cacb;
}.device-iphone-14-pro.device-silver .device-btns::after,
.device-iphone-14-pro.device-silver .device-btns::before {
  background: #c8cacb;
}.device-iphone-14-pro.device-silver .device-power {
  background: #c8cacb;
}.device-iphone-14-pro.device-black .device-frame {
  border-color: #5c5956;
  box-shadow: inset 0 0 4px 2px #fff, inset 0 0 0 6px #76726f;
}.device-iphone-14-pro.device-black .device-btns {
  background: #5c5956;
}.device-iphone-14-pro.device-black .device-btns::after,
.device-iphone-14-pro.device-black .device-btns::before {
  background: #5c5956;
}.device-iphone-14-pro.device-black .device-power {
  background: #5c5956;
}.device-iphone-14-pro.device-gold .device-frame {
  border-color: #e7d19e;
  box-shadow: inset 0 0 4px 2px #fff, inset 0 0 0 6px #d2ab4c;
}.device-iphone-14-pro.device-gold .device-btns {
  background: #e7d19e;
}.device-iphone-14-pro.device-gold .device-btns::after,
.device-iphone-14-pro.device-gold .device-btns::before {
  background: #e7d19e;
}.device-iphone-14-pro.device-gold .device-power {
  background: #e7d19e;
}.device-iphone-14 {
  height: 868px;
  width: 428px;
}.device-iphone-14 .device-frame {
  background: #010101;
  border: 1px solid #101315;
  border-radius: 68px;
  box-shadow: inset 0 0 4px 2px #b0b8c0, inset 0 0 0 6px #272c31;
  height: 868px;
  padding: 19px;
  width: 428px;
}.device-iphone-14 .device-screen {
  border-radius: 49px;
  height: 830px;
  width: 390px;
}.device-iphone-14 .device-stripe::after,
.device-iphone-14 .device-stripe::before {
  border: solid rgba(1, 1, 1, 0.25);
  border-width: 0 7px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}.device-iphone-14 .device-stripe::after {
  top: 85px;
}.device-iphone-14 .device-stripe::before {
  bottom: 85px;
}.device-iphone-14 .device-header {
  background: #010101;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 30px;
  left: 50%;
  margin-left: -80px;
  position: absolute;
  top: 20px;
  width: 160px;
}.device-iphone-14 .device-header::after,
.device-iphone-14 .device-header::before {
  content: '';
  height: 10px;
  position: absolute;
  top: 0;
  width: 10px;
}.device-iphone-14 .device-header::after {
  background: radial-gradient(
    circle at bottom left,
    transparent 0,
    transparent 75%,
    #010101 75%,
    #010101 100%
  );
  left: -10px;
}.device-iphone-14 .device-header::before {
  background: radial-gradient(
    circle at bottom right,
    transparent 0,
    transparent 75%,
    #010101 75%,
    #010101 100%
  );
  right: -10px;
}.device-iphone-14 .device-sensors::after,
.device-iphone-14 .device-sensors::before {
  content: '';
  position: absolute;
}.device-iphone-14 .device-sensors::after {
  background: #151515;
  border: 1px solid #010101;
  border-radius: 4px;
  box-shadow: 0 0 4px #151515;
  height: 7px;
  left: 50%;
  margin-left: -35px;
  top: 8px;
  width: 70px;
}.device-iphone-14 .device-sensors::before {
  background: radial-gradient(
      farthest-corner at 20% 20%,
      #6074bf 0,
      transparent 40%
    ),
    radial-gradient(
      farthest-corner at 80% 80%,
      #513785 0,
      #24555e 20%,
      transparent 50%
    );
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.05);
  height: 9px;
  left: 50%;
  margin-left: -60px;
  top: 26px;
  width: 9px;
}.device-iphone-14 .device-btns {
  background: #101315;
  border-radius: 2px;
  height: 32px;
  left: -2px;
  position: absolute;
  top: 115px;
  width: 3px;
}.device-iphone-14 .device-btns::after,
.device-iphone-14 .device-btns::before {
  background: #101315;
  border-radius: 2px;
  content: '';
  height: 62px;
  left: 0;
  position: absolute;
  width: 3px;
}.device-iphone-14 .device-btns::after {
  top: 60px;
}.device-iphone-14 .device-btns::before {
  top: 140px;
}.device-iphone-14 .device-power {
  background: #101315;
  border-radius: 2px;
  height: 100px;
  position: absolute;
  right: -2px;
  top: 200px;
  width: 3px;
}.device-iphone-14 .device-home::after,
.device-iphone-14 .device-home::before {
  border: solid rgba(1, 1, 1, 0.25);
  border-width: 6px 0;
  content: '';
  height: 6px;
  position: absolute;
  width: 6px;
  z-index: 9;
}.device-iphone-14 .device-home::after {
  right: 86px;
  top: 0;
}.device-iphone-14 .device-home::before {
  bottom: 0;
  left: 86px;
}.device-iphone-14.device-purple .device-frame {
  border-color: #af9bbf;
  box-shadow: inset 0 0 4px 2px #fff, inset 0 0 0 6px #c8bad3;
}.device-iphone-14.device-purple .device-btns {
  background: #af9bbf;
}.device-iphone-14.device-purple .device-btns::after,
.device-iphone-14.device-purple .device-btns::before {
  background: #af9bbf;
}.device-iphone-14.device-purple .device-power {
  background: #af9bbf;
}.device-iphone-14.device-starlight .device-frame {
  border-color: #bdb4aa;
  box-shadow: inset 0 0 4px 2px #fff, inset 0 0 0 6px #d3cdc7;
}.device-iphone-14.device-starlight .device-btns {
  background: #bdb4aa;
}.device-iphone-14.device-starlight .device-btns::after,
.device-iphone-14.device-starlight .device-btns::before {
  background: #bdb4aa;
}.device-iphone-14.device-starlight .device-power {
  background: #bdb4aa;
}.device-iphone-14.device-red .device-frame {
  border-color: #d11813;
  box-shadow: inset 0 0 4px 2px #fff, inset 0 0 0 6px #ec302b;
}.device-iphone-14.device-red .device-btns {
  background: #d11813;
}.device-iphone-14.device-red .device-btns::after,
.device-iphone-14.device-red .device-btns::before {
  background: #d11813;
}.device-iphone-14.device-red .device-power {
  background: #d11813;
}.device-iphone-14.device-blue .device-frame {
  border-color: #7992aa;
  box-shadow: inset 0 0 4px 2px #fff, inset 0 0 0 6px #98abbe;
}.device-iphone-14.device-blue .device-btns {
  background: #7992aa;
}.device-iphone-14.device-blue .device-btns::after,
.device-iphone-14.device-blue .device-btns::before {
  background: #7992aa;
}.device-iphone-14.device-blue .device-power {
  background: #7992aa;
}.device-iphone-x {
  height: 868px;
  width: 428px;
}.device-iphone-x .device-frame {
  background: #222;
  border-radius: 68px;
  box-shadow: inset 0 0 2px 2px #c8cacb, inset 0 0 0 7px #e2e3e4;
  height: 868px;
  padding: 28px;
  width: 428px;
}.device-iphone-x .device-screen {
  border-radius: 40px;
  height: 812px;
  width: 375px;
}.device-iphone-x .device-stripe::after,
.device-iphone-x .device-stripe::before {
  border: solid rgba(1, 1, 1, 0.25);
  border-width: 0 7px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}.device-iphone-x .device-stripe::after {
  top: 85px;
}.device-iphone-x .device-stripe::before {
  bottom: 85px;
}.device-iphone-x .device-header {
  background: #222;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 30px;
  left: 50%;
  margin-left: -102px;
  position: absolute;
  top: 28px;
  width: 204px;
}.device-iphone-x .device-header::after,
.device-iphone-x .device-header::before {
  content: '';
  height: 10px;
  position: absolute;
  top: 0;
  width: 10px;
}.device-iphone-x .device-header::after {
  background: radial-gradient(
    circle at bottom left,
    transparent 0,
    transparent 75%,
    #222 75%,
    #222 100%
  );
  left: -10px;
}.device-iphone-x .device-header::before {
  background: radial-gradient(
    circle at bottom right,
    transparent 0,
    transparent 75%,
    #222 75%,
    #222 100%
  );
  right: -10px;
}.device-iphone-x .device-sensors::after,
.device-iphone-x .device-sensors::before {
  content: '';
  position: absolute;
}.device-iphone-x .device-sensors::after {
  background: #333;
  border-radius: 3px;
  height: 6px;
  left: 50%;
  margin-left: -25px;
  top: 32px;
  width: 50px;
}.device-iphone-x .device-sensors::before {
  background: radial-gradient(
      farthest-corner at 20% 20%,
      #6074bf 0,
      transparent 40%
    ),
    radial-gradient(
      farthest-corner at 80% 80%,
      #513785 0,
      #24555e 20%,
      transparent 50%
    );
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.05);
  height: 10px;
  left: 50%;
  margin-left: 42px;
  top: 30px;
  width: 10px;
}.device-iphone-x .device-btns {
  background: #c8cacb;
  height: 32px;
  left: -3px;
  position: absolute;
  top: 115px;
  width: 3px;
}.device-iphone-x .device-btns::after,
.device-iphone-x .device-btns::before {
  background: #c8cacb;
  content: '';
  height: 62px;
  left: 0;
  position: absolute;
  width: 3px;
}.device-iphone-x .device-btns::after {
  top: 60px;
}.device-iphone-x .device-btns::before {
  top: 140px;
}.device-iphone-x .device-power {
  background: #c8cacb;
  height: 100px;
  position: absolute;
  right: -3px;
  top: 200px;
  width: 3px;
}.device-iphone-8 {
  height: 871px;
  width: 419px;
}.device-iphone-8 .device-frame {
  background: #fff;
  border-radius: 68px;
  box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 7px #e2e3e4;
  height: 871px;
  padding: 102px 22px;
  width: 419px;
}.device-iphone-8 .device-screen {
  border: 2px solid #222;
  border-radius: 4px;
  height: 667px;
  width: 375px;
}.device-iphone-8 .device-stripe::after,
.device-iphone-8 .device-stripe::before {
  border: solid rgba(51, 51, 51, 0.15);
  border-width: 0 7px;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}.device-iphone-8 .device-stripe::after {
  top: 68px;
}.device-iphone-8 .device-stripe::before {
  bottom: 68px;
}.device-iphone-8 .device-home {
  border: 2px solid #c8cacb;
  border-radius: 50%;
  bottom: 25px;
  height: 58px;
  left: 50%;
  margin-left: -29px;
  position: absolute;
  width: 58px;
}.device-iphone-8 .device-sensors {
  background: #666;
  border-radius: 3px;
  height: 6px;
  left: 50%;
  margin-left: -38px;
  position: absolute;
  top: 52px;
  width: 76px;
}.device-iphone-8 .device-sensors::after,
.device-iphone-8 .device-sensors::before {
  background: #666;
  border-radius: 50%;
  content: '';
  position: absolute;
}.device-iphone-8 .device-sensors::after {
  height: 10px;
  left: 50%;
  margin-left: -5px;
  top: -25px;
  width: 10px;
}.device-iphone-8 .device-sensors::before {
  height: 12px;
  left: -42px;
  margin-top: -6px;
  top: 50%;
  width: 12px;
}.device-iphone-8 .device-btns {
  background: #c8cacb;
  height: 30px;
  left: -3px;
  position: absolute;
  top: 102px;
  width: 3px;
}.device-iphone-8 .device-btns::after,
.device-iphone-8 .device-btns::before {
  background: #c8cacb;
  content: '';
  height: 56px;
  left: 0;
  position: absolute;
  width: 3px;
}.device-iphone-8 .device-btns::after {
  top: 62px;
}.device-iphone-8 .device-btns::before {
  top: 132px;
}.device-iphone-8 .device-power {
  background: #c8cacb;
  height: 80px;
  position: absolute;
  right: -2px;
  top: 160px;
  width: 3px;
}.device-iphone-8.device-gold .device-frame {
  box-shadow: inset 0 0 0 2px #e4b08a, inset 0 0 0 7px #f7e8dd;
}.device-iphone-8.device-gold .device-home {
  border-color: #e4b08a;
}.device-iphone-8.device-gold .device-btns,
.device-iphone-8.device-gold .device-btns::after,
.device-iphone-8.device-gold .device-btns::before {
  background: #e4b08a;
}.device-iphone-8.device-gold .device-power {
  background: #e4b08a;
}.device-iphone-8.device-spacegray .device-frame {
  background: #222;
  box-shadow: inset 0 0 0 2px #74747a, inset 0 0 0 7px #9b9ba0;
}.device-iphone-8.device-spacegray .device-stripe::after,
.device-iphone-8.device-spacegray .device-stripe::before {
  border-color: rgba(204, 204, 204, 0.35);
}.device-iphone-8.device-spacegray .device-btns,
.device-iphone-8.device-spacegray .device-btns::after,
.device-iphone-8.device-spacegray .device-btns::before {
  background: #74747a;
}.device-the-iphone {
  height: 610px;
  width: 320px;
}.device-the-iphone .device-frame {
  background: #010101;
  border: 1px solid #a9a9a9;
  border-radius: 56px;
  box-shadow: inset 0 0 4px 3px #010101, inset 0 0 2px 13px #f5f5f5;
  height: 610px;
  padding: 100px 22px;
  width: 320px;
}.device-the-iphone .device-frame::before {
  border: 8px solid #010101;
  border-left-width: 2px;
  border-radius: 48px;
  border-right-width: 2px;
  box-shadow: inset 0 0 8px 2px #010101;
  content: '';
  height: 594px;
  left: 2px;
  position: absolute;
  top: 9px;
  width: 316px;
}.device-the-iphone .device-frame::after {
  border: 4px solid #dcdcdc;
  border-radius: 38px;
  content: '';
  height: 590px;
  left: 13px;
  position: absolute;
  top: 11px;
  width: 294px;
}.device-the-iphone .device-screen {
  border: 2px solid #272727;
  border-radius: 4px;
  height: 410px;
  width: 276px;
}.device-the-iphone .device-sensors::before {
  background: linear-gradient(
    to bottom,
    #272727 50%,
    rgba(220, 220, 220, 0.25) 50%,
    #a9a9a9
  );
  border-radius: 5px;
  content: '';
  height: 10px;
  left: 50%;
  margin-left: -28px;
  position: absolute;
  top: 52px;
  width: 56px;
}.device-the-iphone .device-sensors::after {
  background: #272727;
  border: 1px solid #010101;
  border-radius: 3px;
  content: '';
  height: 6px;
  left: 50%;
  margin-left: -26px;
  position: absolute;
  top: 54px;
  width: 52px;
}.device-the-iphone .device-btns {
  background: #696969;
  border-radius: 2px 0 0 2px;
  height: 30px;
  left: -2px;
  position: absolute;
  top: 60px;
  width: 2px;
}.device-the-iphone .device-btns::after,
.device-the-iphone .device-btns::before {
  background: #696969;
  content: '';
  height: 56px;
  left: 0;
  position: absolute;
  width: 2px;
}.device-the-iphone .device-btns::after {
  border-radius: 2px 0 0 50%;
  top: 50px;
}.device-the-iphone .device-btns::before {
  border-radius: 50% 0 0 2px;
  top: 131px;
}.device-the-iphone .device-home {
  background: radial-gradient(
    circle at top center,
    #010101 70%,
    rgba(220, 220, 220, 0.25) 70%,
    #a9a9a9
  );
  border: 1px solid #292929;
  border-radius: 50%;
  bottom: 28px;
  height: 56px;
  left: 50%;
  margin-left: -28px;
  position: absolute;
  width: 56px;
}.device-the-iphone .device-home::before {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  content: '';
  height: 20px;
  left: 17px;
  position: absolute;
  top: 17px;
  width: 20px;
}.device-the-iphone .device-power {
  background: #696969;
  border-radius: 2px 2px 0 0;
  height: 2px;
  position: absolute;
  right: 52px;
  top: -2px;
  width: 52px;
}.device-google-pixel-6-pro {
  height: 862px;
  width: 404px;
}.device-google-pixel-6-pro .device-frame {
  background: #121212;
  border-radius: 28px;
  box-shadow: inset 0 0 12px #8d8d86, inset 0 7px 0 3px #fdfdfc,
    inset 0 -6px 0 3px #fdfdfc;
  height: 862px;
  margin: 0 2px;
  padding: 20px 12px 26px 12px;
  width: 400px;
}.device-google-pixel-6-pro .device-screen {
  border-radius: 27px;
  height: 816px;
  width: 376px;
}.device-google-pixel-6-pro .device-header {
  background: linear-gradient(to bottom, #8d8d86 0, #cbcbc8 30%, #cbcbc8 100%);
  height: 10px;
  left: 50%;
  margin-left: -147px;
  position: absolute;
  top: 0;
  width: 294px;
}.device-google-pixel-6-pro .device-stripe::after {
  background: linear-gradient(to top, #121212, #666661);
  border-radius: 50px 50px 0 0;
  bottom: 0;
  content: '';
  height: 2px;
  left: 50%;
  margin-left: -22px;
  position: absolute;
  width: 44px;
}.device-google-pixel-6-pro .device-stripe::before {
  background: #cbcbc8;
  bottom: 0;
  content: '';
  height: 9px;
  left: 50%;
  margin-left: 40px;
  position: absolute;
  width: 11px;
}.device-google-pixel-6-pro .device-sensors {
  background: #121212;
  border-radius: 50%;
  height: 22px;
  left: 50%;
  margin-left: -11px;
  margin-top: -11px;
  position: absolute;
  top: 39px;
  width: 22px;
}.device-google-pixel-6-pro .device-sensors::after,
.device-google-pixel-6-pro .device-sensors::before {
  content: '';
  position: absolute;
}.device-google-pixel-6-pro .device-sensors::after {
  background: linear-gradient(to bottom, #121212, #666661);
  border-radius: 0 0 50px 50px;
  height: 4px;
  left: 50%;
  margin-left: -103px;
  top: -18px;
  width: 206px;
}.device-google-pixel-6-pro .device-sensors::before {
  background: radial-gradient(
      farthest-corner at 20% 20%,
      #6074bf 0,
      transparent 40%
    ),
    radial-gradient(
      farthest-corner at 80% 80%,
      #513785 0,
      #24555e 20%,
      transparent 50%
    );
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.05);
  height: 8px;
  left: 7px;
  top: 7px;
  width: 8px;
}.device-google-pixel-6-pro .device-btns {
  background: #b2b2ae;
  height: 102px;
  position: absolute;
  right: 0;
  top: 306px;
  width: 3px;
}.device-google-pixel-6-pro .device-power {
  background: #b2b2ae;
  height: 58px;
  position: absolute;
  right: 0;
  top: 194px;
  width: 3px;
}.device-google-pixel-6-pro.device-gold .device-frame {
  box-shadow: inset 0 0 12px #ff962e, inset 0 7px 0 3px #fff,
    inset 0 -6px 0 3px #fff;
}.device-google-pixel-6-pro.device-gold .device-header {
  background: linear-gradient(to bottom, #ff962e 0, #ffd6ad 30%, #ffd6ad 100%);
}.device-google-pixel-6-pro.device-gold .device-stripe::after {
  background: linear-gradient(to top, #121212, #e07000);
}.device-google-pixel-6-pro.device-gold .device-stripe::before {
  background: #ffd6ad;
}.device-google-pixel-6-pro.device-gold .device-btns {
  background: #ffbd7a;
}.device-google-pixel-6-pro.device-gold .device-power {
  background: #ffbd7a;
}.device-google-pixel-6-pro.device-black .device-frame {
  box-shadow: inset 0 0 12px #000, inset 0 7px 0 3px #646668,
    inset 0 -6px 0 3px #646668;
}.device-google-pixel-6-pro.device-black .device-header {
  background: linear-gradient(to bottom, #000 0, #323334 30%, #323334 100%);
}.device-google-pixel-6-pro.device-black .device-stripe::after {
  background: linear-gradient(to top, #121212, #000);
}.device-google-pixel-6-pro.device-black .device-stripe::before {
  background: #323334;
}.device-google-pixel-6-pro.device-black .device-btns {
  background: #191a1a;
}.device-google-pixel-6-pro.device-black .device-power {
  background: #191a1a;
}.device-google-pixel-2-xl {
  height: 832px;
  width: 404px;
}.device-google-pixel-2-xl .device-frame {
  background: #121212;
  border-radius: 36px;
  box-shadow: inset 0 0 0 2px #cfcfcf, inset 0 0 0 7px #9c9c9c;
  height: 832px;
  padding: 56px 22px;
  width: 404px;
}.device-google-pixel-2-xl .device-screen {
  border-radius: 27px;
  height: 720px;
  width: 360px;
}.device-google-pixel-2-xl .device-header {
  height: 832px;
  left: 50%;
  margin-left: -150px;
  position: absolute;
  top: 0;
  width: 300px;
}.device-google-pixel-2-xl .device-header::after,
.device-google-pixel-2-xl .device-header::before {
  background: #333;
  border-radius: 3px;
  content: '';
  height: 6px;
  left: 50%;
  margin-left: -73px;
  margin-top: -3px;
  position: absolute;
  width: 146px;
}.device-google-pixel-2-xl .device-header::after {
  top: 24px;
}.device-google-pixel-2-xl .device-header::before {
  bottom: 28px;
}.device-google-pixel-2-xl .device-sensors {
  background: #333;
  border-radius: 7px;
  height: 14px;
  left: 54px;
  margin-top: -7px;
  position: absolute;
  top: 36px;
  width: 14px;
}.device-google-pixel-2-xl .device-btns {
  background: #cfcfcf;
  height: 102px;
  position: absolute;
  right: -3px;
  top: 306px;
  width: 3px;
}.device-google-pixel-2-xl .device-power {
  background: #cfcfcf;
  height: 58px;
  position: absolute;
  right: -3px;
  top: 194px;
  width: 3px;
}.device-google-pixel {
  height: 744px;
  width: 360px;
}.device-google-pixel .device-frame {
  background: #f7f7f8;
  border-radius: 54px;
  box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 6px #e2e3e4,
    inset 0 0 0 10px #fff;
  height: 744px;
  padding: 82px 18px 86px 18px;
  width: 360px;
}.device-google-pixel .device-screen {
  border: 2px solid #222;
  border-radius: 2px;
  height: 576px;
  width: 324px;
}.device-google-pixel .device-stripe {
  border-top: 6px solid rgba(51, 51, 51, 0.15);
  bottom: 0;
  left: 254px;
  position: absolute;
  top: 0;
  width: 8px;
}.device-google-pixel .device-stripe::after,
.device-google-pixel .device-stripe::before {
  border: solid rgba(51, 51, 51, 0.15);
  border-width: 0 6px;
  content: '';
  height: 10px;
  left: -254px;
  position: absolute;
  width: 360px;
  z-index: 9;
}.device-google-pixel .device-stripe::after {
  top: 60px;
}.device-google-pixel .device-stripe::before {
  bottom: 46px;
}.device-google-pixel .device-sensors {
  background: #ddd;
  border-radius: 2.5px;
  height: 5px;
  left: 50%;
  margin-left: -39px;
  margin-top: -2.5px;
  position: absolute;
  top: 41px;
  width: 78px;
}.device-google-pixel .device-sensors::after,
.device-google-pixel .device-sensors::before {
  background: #333;
  border-radius: 6px;
  content: '';
  position: absolute;
}.device-google-pixel .device-sensors::after {
  height: 12px;
  left: 50%;
  margin-left: -14px;
  top: 21.5px;
  width: 28px;
}.device-google-pixel .device-sensors::before {
  height: 10px;
  left: -81px;
  margin-top: -5px;
  top: 50%;
  width: 10px;
}.device-google-pixel .device-btns {
  background: #c8cacb;
  height: 102px;
  position: absolute;
  right: -2px;
  top: 298px;
  width: 3px;
}.device-google-pixel .device-power {
  background: #c8cacb;
  height: 50px;
  position: absolute;
  right: -2px;
  top: 184px;
  width: 3px;
}.device-google-pixel.device-black .device-frame {
  background: #211d1c;
  box-shadow: inset 0 0 0 2px #363635, inset 0 0 0 6px #6a6967,
    inset 0 0 0 10px #3d3533;
}.device-google-pixel.device-black .device-stripe,
.device-google-pixel.device-black .device-stripe::after,
.device-google-pixel.device-black .device-stripe::before {
  border-color: rgba(13, 13, 13, 0.35);
}.device-google-pixel.device-black .device-sensors {
  background: #444;
}.device-google-pixel.device-black .device-sensors::after {
  background: #0d0d0d;
}.device-google-pixel.device-black .device-btns,
.device-google-pixel.device-black .device-btns::after,
.device-google-pixel.device-black .device-btns::before {
  background: #363635;
}.device-google-pixel.device-black .device-power {
  background: #363635;
}.device-google-pixel.device-blue .device-frame {
  box-shadow: inset 0 0 0 2px #2a5aff, inset 0 0 0 6px #7695ff,
    inset 0 0 0 10px #fff;
}.device-google-pixel.device-blue .device-btns,
.device-google-pixel.device-blue .device-btns::after,
.device-google-pixel.device-blue .device-btns::before {
  background: #2a5aff;
}.device-google-pixel.device-blue .device-power {
  background: #2a5aff;
}.device-galaxy-s8 {
  height: 828px;
  width: 380px;
}.device-galaxy-s8 .device-frame {
  background: #222;
  border: solid #cfcfcf;
  border-radius: 55px;
  border-width: 5px 0;
  box-shadow: inset 0 0 0 2px #9c9c9c;
  height: 828px;
  padding: 48px 10px 40px 10px;
  width: 380px;
}.device-galaxy-s8 .device-screen {
  border: 2px solid #222;
  border-radius: 34px;
  height: 740px;
  width: 360px;
}.device-galaxy-s8 .device-stripe::after,
.device-galaxy-s8 .device-stripe::before {
  border: solid rgba(51, 51, 51, 0.15);
  border-width: 5px 0;
  content: '';
  height: 828px;
  position: absolute;
  top: 0;
  width: 6px;
  z-index: 9;
}.device-galaxy-s8 .device-stripe::after {
  left: 48px;
}.device-galaxy-s8 .device-stripe::before {
  right: 48px;
}.device-galaxy-s8 .device-sensors {
  background: #666;
  border-radius: 3px;
  height: 6px;
  left: 50%;
  margin-left: -24px;
  margin-top: -3px;
  position: absolute;
  top: 32px;
  width: 48px;
}.device-galaxy-s8 .device-sensors::after,
.device-galaxy-s8 .device-sensors::before {
  background: #666;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
}.device-galaxy-s8 .device-sensors::after {
  box-shadow: -192px 0 #333, -174px 0 #333, -240px 0 #333;
  height: 8px;
  margin-top: -4px;
  right: -90px;
  width: 8px;
}.device-galaxy-s8 .device-sensors::before {
  box-shadow: 186px 0 #666;
  height: 12px;
  left: -90px;
  margin-top: -6px;
  width: 12px;
}.device-galaxy-s8 .device-btns {
  background: #9c9c9c;
  border-radius: 3px 0 0 3px;
  height: 116px;
  left: -3px;
  position: absolute;
  top: 144px;
  width: 3px;
}.device-galaxy-s8 .device-btns::after {
  background: #9c9c9c;
  border-radius: 3px 0 0 3px;
  content: '';
  height: 54px;
  left: 0;
  position: absolute;
  top: 164px;
  width: 3px;
}.device-galaxy-s8 .device-power {
  background: #9c9c9c;
  border-radius: 0 3px 3px 0;
  height: 54px;
  position: absolute;
  right: -3px;
  top: 260px;
  width: 3px;
}.device-galaxy-s8.device-blue .device-frame {
  border-color: #a3c5e8;
  box-shadow: inset 0 0 0 2px #5192d4;
}.device-galaxy-s8.device-blue .device-stripe::after,
.device-galaxy-s8.device-blue .device-stripe::before {
  border-color: rgba(255, 255, 255, 0.35);
}.device-galaxy-s8.device-blue .device-btns,
.device-galaxy-s8.device-blue .device-btns::after {
  background: #5192d4;
}.device-galaxy-s8.device-blue .device-power {
  background: #5192d4;
}.device-macbook-pro {
  height: 434px;
  width: 740px;
}.device-macbook-pro .device-frame {
  background: #0d0d0d;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px #c8cacb;
  height: 418px;
  margin: 0 auto;
  padding: 9px 9px 23px 9px;
  position: relative;
  width: 618px;
}.device-macbook-pro .device-frame::after {
  background: linear-gradient(to bottom, #272727, #0d0d0d);
  border-radius: 0 0 20px 20px;
  bottom: 2px;
  content: '';
  height: 24px;
  left: 2px;
  position: absolute;
  width: 614px;
}.device-macbook-pro .device-header {
  background: #0d0d0d;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 12px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  top: 11px;
  width: 64px;
  z-index: 2;
}.device-macbook-pro .device-header::after,
.device-macbook-pro .device-header::before {
  content: '';
  height: 4px;
  position: absolute;
  top: 0;
  width: 4px;
}.device-macbook-pro .device-header::after {
  background: radial-gradient(
    circle at bottom left,
    transparent 0,
    transparent 75%,
    #0d0d0d 75%,
    #0d0d0d 100%
  );
  left: -4px;
}.device-macbook-pro .device-header::before {
  background: radial-gradient(
    circle at bottom right,
    transparent 0,
    transparent 75%,
    #0d0d0d 75%,
    #0d0d0d 100%
  );
  right: -4px;
}.device-macbook-pro .device-screen {
  border: 2px solid #121212;
  border-radius: 10px 10px 0 0;
  height: 375px;
  width: 600px;
}.device-macbook-pro .device-power {
  background: radial-gradient(circle at center, #e2e3e4 85%, #c8cacb 100%);
  border: solid #a0a3a7;
  border-radius: 2px 2px 12px 12px;
  border-width: 1px 2px 0 2px;
  box-shadow: inset 0 -2px 8px 0 #6c7074;
  height: 24px;
  margin-top: -10px;
  position: relative;
  width: 740px;
  z-index: 9;
}.device-macbook-pro .device-power::after {
  background: #e2e3e4;
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 0 4px 2px #babdbf;
  content: '';
  height: 10px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  top: 0;
  width: 120px;
}.device-macbook-pro .device-power::before {
  background: 0 0;
  border-radius: 0 0 3px 3px;
  bottom: -2px;
  box-shadow: -300px 0 #272727, 300px 0 #272727;
  content: '';
  height: 2px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}.device-macbook-pro.device-spacegray .device-frame {
  box-shadow: inset 0 0 0 2px #767a7d;
}.device-macbook-pro.device-spacegray .device-power {
  background: radial-gradient(circle at center, #83878a 85%, #767a7d 100%);
  border-color: #454749;
  box-shadow: inset 0 -2px 8px 0 #202121;
}.device-macbook-pro.device-spacegray .device-power::after {
  background: #b7babc;
  box-shadow: inset 0 0 4px 2px #6a6d70;
}.device-macbook-pro-2018 {
  height: 444px;
  width: 740px;
}.device-macbook-pro-2018 .device-frame {
  background: #0d0d0d;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px #c8cacb;
  height: 428px;
  margin: 0 auto;
  padding: 29px 19px 39px 19px;
  position: relative;
  width: 614px;
}.device-macbook-pro-2018 .device-frame::after {
  background: #272727;
  border-radius: 0 0 20px 20px;
  bottom: 2px;
  content: '';
  height: 26px;
  left: 2px;
  position: absolute;
  width: 610px;
}.device-macbook-pro-2018 .device-frame::before {
  bottom: 10px;
  color: #c8cacb;
  content: 'MacBook Pro';
  font-size: 12px;
  height: 16px;
  left: 50%;
  line-height: 16px;
  margin-left: -100px;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 1;
}.device-macbook-pro-2018 .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 360px;
  width: 576px;
}.device-macbook-pro-2018 .device-power {
  background: #e2e3e4;
  border: solid #d5d6d8;
  border-radius: 2px 2px 0 0;
  border-width: 2px 4px 0 4px;
  height: 14px;
  margin-top: -10px;
  position: relative;
  width: 740px;
  z-index: 9;
}.device-macbook-pro-2018 .device-power::after,
.device-macbook-pro-2018 .device-power::before {
  content: '';
  position: absolute;
}.device-macbook-pro-2018 .device-power::after {
  background: #d5d6d8;
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 0 4px 2px #babdbf;
  height: 10px;
  left: 50%;
  margin-left: -60px;
  top: -2px;
  width: 120px;
}.device-macbook-pro-2018 .device-power::before {
  background: #a0a3a7;
  border-radius: 0 0 180px 180px/0 0 12px 12px;
  box-shadow: inset 0 -2px 6px 0 #474a4d;
  height: 12px;
  left: -4px;
  margin: 0 auto;
  top: 10px;
  width: 740px;
}.device-macbook-pro-2018.device-spacegray .device-frame {
  box-shadow: inset 0 0 0 2px #767a7d;
}.device-macbook-pro-2018.device-spacegray .device-power {
  background: #909496;
  border-color: #767a7d;
}.device-macbook-pro-2018.device-spacegray .device-power::after {
  background: #83878a;
  box-shadow: inset 0 0 4px 2px #6a6d70;
}.device-macbook-pro-2018.device-spacegray .device-power::before {
  background: #515456;
  box-shadow: inset 0 -2px 6px 0 #000;
}.device-macbook {
  height: 432px;
  width: 740px;
}.device-macbook .device-frame {
  background: #0d0d0d;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px #c8cacb;
  height: 428px;
  margin: 0 auto;
  padding: 29px 19px 39px 19px;
  position: relative;
  width: 614px;
}.device-macbook .device-frame::after {
  background: #272727;
  border-radius: 0 0 20px 20px;
  bottom: 2px;
  content: '';
  height: 26px;
  left: 2px;
  position: absolute;
  width: 610px;
}.device-macbook .device-frame::before {
  bottom: 10px;
  color: #c8cacb;
  content: 'MacBook';
  font-size: 12px;
  height: 16px;
  left: 50%;
  line-height: 16px;
  margin-left: -100px;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 1;
}.device-macbook .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 360px;
  width: 576px;
}.device-macbook .device-power {
  background: #e2e3e4;
  border: solid #d5d6d8;
  border-radius: 2px 2px 0 0;
  border-width: 0 4px;
  height: 4px;
  margin-top: -10px;
  position: relative;
  width: 740px;
  z-index: 9;
}.device-macbook .device-power::after,
.device-macbook .device-power::before {
  content: '';
  position: absolute;
}.device-macbook .device-power::after {
  background: radial-gradient(
    circle at center,
    #e2e3e4 0,
    #e2e3e4 85%,
    #a0a3a7 100%
  );
  border: solid #adb0b3;
  border-width: 0 2px;
  height: 4px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
}.device-macbook .device-power::before {
  background: #a0a3a7;
  border-radius: 0 0 180px 180px/0 0 10px 10px;
  box-shadow: inset 0 -2px 6px 0 #474a4d;
  height: 10px;
  left: -4px;
  margin: 0 auto;
  top: 4px;
  width: 740px;
}.device-macbook.device-gold .device-frame {
  box-shadow: inset 0 0 0 2px #edccb4;
}.device-macbook.device-gold .device-power {
  background: #f7e8dd;
  border-color: #edccb4;
}.device-macbook.device-gold .device-power::after {
  background: radial-gradient(
    circle at center,
    #f7e8dd 0,
    #f7e8dd 85%,
    #dfa276 100%
  );
  border-color: #e4b08a;
}.device-macbook.device-gold .device-power::before {
  background: #edccb4;
  box-shadow: inset 0 -2px 6px 0 #83491f;
}.device-macbook.device-rosegold .device-frame {
  box-shadow: inset 0 0 0 2px #f6a69a;
}.device-macbook.device-rosegold .device-power {
  background: #facfc9;
  border-color: #f6a69a;
}.device-macbook.device-rosegold .device-power::after {
  background: radial-gradient(
    circle at center,
    #facfc9 0,
    #facfc9 85%,
    #ef6754 100%
  );
  border-color: #f6a69a;
}.device-macbook.device-rosegold .device-power::before {
  background: #f6a69a;
  box-shadow: inset 0 -2px 6px 0 #851b0c;
}.device-macbook.device-spacegray .device-frame {
  box-shadow: inset 0 0 0 2px #767a7d;
}.device-macbook.device-spacegray .device-power {
  background: #909496;
  border-color: #767a7d;
}.device-macbook.device-spacegray .device-power::after {
  background: radial-gradient(
    circle at center,
    #909496 0,
    #909496 85%,
    #515456 100%
  );
  border-color: #5d6163;
}.device-macbook.device-spacegray .device-power::before {
  background: #515456;
  box-shadow: inset 0 -2px 6px 0 #000;
}.device-imac {
  height: 540px;
  width: 640px;
}.device-imac .device-frame {
  background: #edeef0;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px #d4d5d7;
  height: 440px;
  padding: 16px 16px 80px 16px;
  position: relative;
  width: 640px;
}.device-imac .device-frame::after {
  background: #d4d5d7;
  border-radius: 0 0 18px 18px;
  bottom: 1px;
  box-shadow: inset 0 0 18px 0 #c7c8cb;
  content: '';
  height: 63px;
  left: 1px;
  position: absolute;
  width: 638px;
}.device-imac .device-frame::before {
  background: #050505;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 6px;
  z-index: 9;
}.device-imac .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 342px;
  width: 608px;
}.device-imac .device-power::after {
  background: radial-gradient(circle at center, #d4d5d7 85%, #9fa1a6 100%);
  border-top: 1px solid #d4d5d7;
  content: '';
  height: 6px;
  margin: 0 auto;
  position: relative;
  width: 152px;
}.device-imac .device-power::before {
  background: linear-gradient(
    to bottom,
    #9fa1a6 0,
    #c7c8cb 40%,
    #c7c8cb 85%,
    #fff 90%,
    #6b6e74 100%
  );
  content: '';
  height: 92px;
  margin: 0 auto;
  position: relative;
  width: 152px;
}.device-imac .device-home {
  background: 0 0;
  border-radius: 0 0 3px 3px;
  bottom: 0;
  box-shadow: -61px 0 #d4d5d7, 61px 0 #d4d5d7;
  height: 2px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
}.device-imac.device-blue .device-frame {
  box-shadow: inset 0 0 0 2px #b4c7da;
}.device-imac.device-blue .device-frame::after {
  background: #b4c7da;
  box-shadow: inset 0 0 18px 0 #a3bad2;
}.device-imac.device-blue .device-power::after {
  background: radial-gradient(circle at center, #b4c7da 85%, #7094b8 100%);
  border-top-color: #b4c7da;
}.device-imac.device-blue .device-power::before {
  background: linear-gradient(
    to bottom,
    #7094b8 0,
    #a3bad2 40%,
    #a3bad2 85%,
    #fff 90%,
    #406182 100%
  );
}.device-imac.device-blue .device-home {
  box-shadow: -61px 0 #b4c7da, 61px 0 #b4c7da;
}.device-imac.device-green .device-frame {
  box-shadow: inset 0 0 0 2px #bbd0c8;
}.device-imac.device-green .device-frame::after {
  background: #bbd0c8;
  box-shadow: inset 0 0 18px 0 #acc6bc;
}.device-imac.device-green .device-power::after {
  background: radial-gradient(circle at center, #bbd0c8 85%, #7fa697 100%);
  border-top-color: #bbd0c8;
}.device-imac.device-green .device-power::before {
  background: linear-gradient(
    to bottom,
    #7fa697 0,
    #acc6bc 40%,
    #acc6bc 85%,
    #fff 90%,
    #4e7164 100%
  );
}.device-imac.device-green .device-home {
  box-shadow: -61px 0 #bbd0c8, 61px 0 #bbd0c8;
}.device-imac.device-pink .device-frame {
  box-shadow: inset 0 0 0 2px #edccc6;
}.device-imac.device-pink .device-frame::after {
  background: #edccc6;
  box-shadow: inset 0 0 18px 0 #e7bbb3;
}.device-imac.device-pink .device-power::after {
  background: radial-gradient(circle at center, #edccc6 85%, #d58778 100%);
  border-top-color: #edccc6;
}.device-imac.device-pink .device-power::before {
  background: linear-gradient(
    to bottom,
    #d58778 0,
    #e7bbb3 40%,
    #e7bbb3 85%,
    #fff 90%,
    #b04a37 100%
  );
}.device-imac.device-pink .device-home {
  box-shadow: -61px 0 #edccc6, 61px 0 #edccc6;
}.device-imac.device-yellow .device-frame {
  box-shadow: inset 0 0 0 2px #f4d595;
}.device-imac.device-yellow .device-frame::after {
  background: #f4d595;
  box-shadow: inset 0 0 18px 0 #f2cc7e;
}.device-imac.device-yellow .device-power::after {
  background: radial-gradient(circle at center, #f4d595 85%, #eab039 100%);
  border-top-color: #f4d595;
}.device-imac.device-yellow .device-power::before {
  background: linear-gradient(
    to bottom,
    #eab039 0,
    #f2cc7e 40%,
    #f2cc7e 85%,
    #fff 90%,
    #ab7912 100%
  );
}.device-imac.device-yellow .device-home {
  box-shadow: -61px 0 #f4d595, 61px 0 #f4d595;
}.device-imac.device-orange .device-frame {
  box-shadow: inset 0 0 0 2px #e9b5a0;
}.device-imac.device-orange .device-frame::after {
  background: #e9b5a0;
  box-shadow: inset 0 0 18px 0 #e4a58b;
}.device-imac.device-orange .device-power::after {
  background: radial-gradient(circle at center, #e9b5a0 85%, #d6744d 100%);
  border-top-color: #e9b5a0;
}.device-imac.device-orange .device-power::before {
  background: linear-gradient(
    to bottom,
    #d6744d 0,
    #e4a58b 40%,
    #e4a58b 85%,
    #fff 90%,
    #994524 100%
  );
}.device-imac.device-orange .device-home {
  box-shadow: -61px 0 #e9b5a0, 61px 0 #e9b5a0;
}.device-imac.device-purple .device-frame {
  box-shadow: inset 0 0 0 2px #c4c4e5;
}.device-imac.device-purple .device-frame::after {
  background: #c4c4e5;
  box-shadow: inset 0 0 18px 0 #b2b2dd;
}.device-imac.device-purple .device-power::after {
  background: radial-gradient(circle at center, #c4c4e5 85%, #7d7dc6 100%);
  border-top-color: #c4c4e5;
}.device-imac.device-purple .device-power::before {
  background: linear-gradient(
    to bottom,
    #7d7dc6 0,
    #b2b2dd 40%,
    #b2b2dd 85%,
    #fff 90%,
    #449 100%
  );
}.device-imac.device-purple .device-home {
  box-shadow: -61px 0 #c4c4e5, 61px 0 #c4c4e5;
}.device-imac-pro {
  height: 484px;
  width: 624px;
}.device-imac-pro .device-frame {
  background: #0d0d0d;
  border-radius: 18px;
  box-shadow: inset 0 0 0 2px #080808;
  height: 428px;
  padding: 24px 24px 80px 24px;
  position: relative;
  width: 624px;
}.device-imac-pro .device-frame::after {
  background: #2f2e33;
  border-radius: 0 0 18px 18px;
  bottom: 2px;
  content: '';
  height: 54px;
  left: 2px;
  position: absolute;
  width: 620px;
}.device-imac-pro .device-frame::before {
  bottom: 15px;
  color: #0d0d0d;
  content: '';
  font-size: 24px;
  height: 24px;
  left: 50%;
  line-height: 24px;
  margin-left: -100px;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 9;
}.device-imac-pro .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 324px;
  width: 576px;
}.device-imac-pro .device-power::after,
.device-imac-pro .device-power::before {
  content: '';
}.device-imac-pro .device-power::after {
  background: #222225;
  border-radius: 2px;
  height: 6px;
  margin: 0 auto;
  position: relative;
  width: 180px;
}.device-imac-pro .device-power::before {
  border: solid transparent;
  border-bottom-color: #333;
  border-width: 0 8px 50px 8px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  width: 130px;
}.device-surface-book {
  height: 424px;
  width: 728px;
}.device-surface-book .device-frame {
  background: #0d0d0d;
  border-radius: 12px;
  box-shadow: inset 0 0 0 2px #c8c8c8;
  height: 408px;
  margin: 0 auto;
  padding: 24px 22px;
  position: relative;
  width: 584px;
}.device-surface-book .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 360px;
  width: 540px;
}.device-surface-book .device-btns::after,
.device-surface-book .device-btns::before {
  background: #c8c8c8;
  content: '';
  height: 2px;
  position: absolute;
  top: -2px;
}.device-surface-book .device-btns::after {
  left: 122px;
  width: 20px;
}.device-surface-book .device-btns::before {
  left: 168px;
  width: 44px;
}.device-surface-book .device-power {
  background: linear-gradient(to bottom, #eee, #c8c8c8);
  border: solid #c8c8c8;
  border-radius: 2px;
  border-width: 0 2px;
  height: 16px;
  margin-top: 4px;
  position: relative;
  width: 728px;
}.device-surface-book .device-power::after,
.device-surface-book .device-power::before {
  content: '';
  position: absolute;
}.device-surface-book .device-power::after {
  background: radial-gradient(circle at center, #eee 0, #eee 95%, #a2a2a2 100%);
  border-radius: 0 0 6px 6px;
  height: 8px;
  left: 50%;
  margin-left: -125px;
  top: 0;
  width: 250px;
  z-index: 1;
}.device-surface-book .device-power::before {
  background: linear-gradient(to bottom, #eee, #c8c8c8);
  border-radius: 2px 2px 0 0;
  bottom: 16px;
  height: 8px;
  left: 50%;
  margin-left: -292px;
  width: 584px;
}.device-surface-studio {
  height: 506px;
  width: 640px;
}.device-surface-studio .device-frame {
  background: #0d0d0d;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #000;
  height: 440px;
  padding: 20px;
  width: 640px;
}.device-surface-studio .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 400px;
  width: 600px;
}.device-surface-studio .device-stripe {
  background: #444;
  border-radius: 0 0 2px 2px;
  bottom: 0;
  height: 4px;
  left: 50%;
  margin-left: -117px;
  position: absolute;
  width: 234px;
}.device-surface-studio .device-stripe::after,
.device-surface-studio .device-stripe::before {
  content: '';
  left: 50%;
  position: absolute;
  top: -75px;
}.device-surface-studio .device-stripe::after {
  border: 1px solid #e2e3e4;
  border-radius: 0 0 18px 18px;
  border-top: 0;
  box-shadow: inset 0 0 4px 1px #c8cacb, inset 0 0 4px 2px #e2e3e4,
    inset 0 0 0 8px #c8cacb;
  height: 60px;
  margin-left: -140px;
  width: 280px;
  z-index: -1;
}.device-surface-studio .device-stripe::before {
  border: 15px solid #e2e3e4;
  border-radius: 0 0 8px 8px;
  border-top: 0;
  height: 70px;
  margin-left: -150px;
  width: 300px;
  z-index: -2;
}.device-surface-studio .device-power {
  background: radial-gradient(circle at center, #e2e3e4 85%, #c8cacb 100%);
  border-radius: 0 0 2px 2px;
  height: 32px;
  margin: 30px auto 0 auto;
  position: relative;
  width: 250px;
}.device-surface-studio .device-power::after {
  background: #babdbf;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 250px;
}.device-ipad-pro {
  height: 778px;
  width: 560px;
}.device-ipad-pro .device-frame {
  background: #0d0d0d;
  border-radius: 36px;
  box-shadow: inset 0 0 0 1px #babdbf, inset 0 0 1px 3px #e2e3e4;
  height: 778px;
  padding: 27px;
  width: 560px;
}.device-ipad-pro .device-screen {
  border: 2px solid #121212;
  border-radius: 11px;
  height: 724px;
  width: 506px;
}.device-ipad-pro .device-btns::after,
.device-ipad-pro .device-btns::before {
  background: #babdbf;
  content: '';
  position: absolute;
}.device-ipad-pro .device-btns::after {
  height: 2px;
  right: 40px;
  top: -2px;
  width: 36px;
}.device-ipad-pro .device-btns::before {
  box-shadow: 0 37px #babdbf;
  height: 32px;
  right: -2px;
  top: 63px;
  width: 2px;
}.device-ipad-pro .device-sensors::after,
.device-ipad-pro .device-sensors::before {
  content: '';
  position: absolute;
}.device-ipad-pro .device-sensors::after {
  background: #1a1a1a;
  border-radius: 17px;
  box-shadow: -20px 0 #1a1a1a, 70px 0 #1a1a1a;
  height: 10px;
  left: 50%;
  margin-left: -30px;
  top: 12px;
  width: 10px;
}.device-ipad-pro .device-sensors::before {
  background: radial-gradient(
      farthest-corner at 20% 20%,
      #6074bf 0,
      transparent 40%
    ),
    radial-gradient(
      farthest-corner at 80% 80%,
      #513785 0,
      #24555e 20%,
      transparent 50%
    );
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.05);
  height: 6px;
  left: 50%;
  margin-left: -3px;
  top: 14px;
  width: 6px;
}.device-ipad-pro.device-spacegray .device-frame {
  box-shadow: inset 0 0 0 1px #6a6d70, inset 0 0 1px 3px #83878a;
}.device-ipad-pro.device-spacegray .device-btns::after,
.device-ipad-pro.device-spacegray .device-btns::before {
  background: #6a6d70;
}.device-ipad-pro.device-spacegray .device-btns::before {
  box-shadow: 0 37px #6a6d70;
}.device-ipad-pro-2017 {
  height: 804px;
  width: 560px;
}.device-ipad-pro-2017 .device-frame {
  background: #fff;
  border-radius: 38px;
  box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 6px #e2e3e4;
  height: 804px;
  padding: 62px 25px;
  width: 560px;
}.device-ipad-pro-2017 .device-screen {
  border: 2px solid #222;
  border-radius: 2px;
  height: 680px;
  width: 510px;
}.device-ipad-pro-2017 .device-home {
  border: 2px solid #c8cacb;
  border-radius: 50%;
  bottom: 17px;
  height: 34px;
  left: 50%;
  margin-left: -17px;
  position: absolute;
  width: 34px;
}.device-ipad-pro-2017 .device-sensors {
  background: #666;
  border-radius: 50%;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 34px;
  width: 10px;
}.device-ipad-pro-2017.device-gold .device-frame {
  box-shadow: inset 0 0 0 2px #e4b08a, inset 0 0 0 6px #f7e8dd;
}.device-ipad-pro-2017.device-gold .device-header {
  border-color: #e4b08a;
}.device-ipad-pro-2017.device-rosegold .device-frame {
  box-shadow: inset 0 0 0 2px #f6a69a, inset 0 0 0 6px #facfc9;
}.device-ipad-pro-2017.device-rosegold .device-home {
  border-color: #f6a69a;
}.device-ipad-pro-2017.device-spacegray .device-frame {
  background: #222;
  box-shadow: inset 0 0 0 2px #818187, inset 0 0 0 6px #9b9ba0;
}.device-ipad-pro-2017.device-spacegray .device-home {
  border-color: #818187;
}.device-surface-pro-2017 {
  height: 394px;
  width: 561px;
}.device-surface-pro-2017 .device-frame {
  background: #0d0d0d;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #c8c8c8;
  height: 394px;
  margin: 0 auto;
  padding: 26px 24px;
  width: 561px;
}.device-surface-pro-2017 .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 342px;
  width: 513px;
}.device-surface-pro-2017 .device-btns::after,
.device-surface-pro-2017 .device-btns::before {
  background: #c8c8c8;
  content: '';
  height: 2px;
  position: absolute;
  top: -2px;
}.device-surface-pro-2017 .device-btns::after {
  left: 48px;
  width: 26px;
}.device-surface-pro-2017 .device-btns::before {
  left: 94px;
  width: 48px;
}.device-surface-pro-2017 .device-sensors {
  background: #333;
  border-radius: 50%;
  height: 6px;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  position: absolute;
  top: 14px;
  width: 6px;
}.device-apple-watch-ultra {
  height: 380px;
  width: 360px;
}.device-apple-watch-ultra .device-frame {
  background: #0d0d0d;
  border-radius: 92px;
  box-shadow: inset 0 0 12px 1px rgba(13, 13, 13, 0.75), inset 0 0 0 6px #d6ccc2,
    inset 0 0 0 12px #d6ccc2;
  height: 380px;
  margin: 0 20px;
  padding: 38px;
  position: relative;
  width: 320px;
}.device-apple-watch-ultra .device-frame::before {
  border: 1px solid #f5f2f0;
  border-radius: 80px;
  box-shadow: 0 0 6px rgba(13, 13, 13, 0.2), inset 0 0 4px 1px #f5f2f0,
    inset 0 0 0 10px #d6ccc2;
  content: '';
  height: 356px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 296px;
}.device-apple-watch-ultra .device-screen {
  border: 2px solid #121212;
  border-radius: 62px;
  height: 304px;
  width: 244px;
}.device-apple-watch-ultra .device-header {
  background: radial-gradient(
    circle at center,
    #d6ccc2 50%,
    #ebe6e1 85%,
    #a38c76 100%
  );
  border-radius: 4px 4px 4px 4px/8px 4px 4px 8px;
  box-shadow: inset 0 0 16px 1px rgba(13, 13, 13, 0.5),
    -8px 0 4px rgba(13, 13, 13, 0.2), inset 4px 0 4px rgba(13, 13, 13, 0.2);
  height: 214px;
  margin-top: -107px;
  position: absolute;
  right: 4px;
  top: 50%;
  width: 18px;
  z-index: 1;
}.device-apple-watch-ultra .device-header::before {
  border-radius: 8px 4px 4px 8px/32px 4px 4px 32px;
  box-shadow: -10px 0 8px rgba(13, 13, 13, 0.2);
  content: '';
  height: 194px;
  margin-top: -97px;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 12px;
}.device-apple-watch-ultra .device-btns {
  background: #d6ccc2;
  border-left: 1px solid #4c4033;
  border-radius: 8px 6px 6px 8px/20px 6px 6px 20px;
  box-shadow: inset 8px 0 8px 0 #5c4d3e, inset -2px 0 6px #a38c76;
  height: 72px;
  position: absolute;
  right: 1px;
  top: 108px;
  width: 24px;
  z-index: 9;
}.device-apple-watch-ultra .device-btns::after {
  background: #d6ccc2;
  border-radius: 2px 4px 4px 2px/20px 8px 8px 20px;
  box-shadow: inset -2px 0 2px 0 #6b5948, inset -6px 0 18px #a38c76;
  content: '';
  height: 78px;
  position: absolute;
  right: 0;
  top: -4px;
  width: 6px;
}.device-apple-watch-ultra .device-btns::before {
  background: #d6ccc2;
  border-radius: 20%;
  box-shadow: 0 -30px rgba(163, 140, 118, 0.5), 0 -27px #d6ccc2, 0 -25px #89735c,
    0 -21px rgba(163, 140, 118, 0.5), 0 -18px #d6ccc2, 0 -16px #89735c,
    0 -12px rgba(163, 140, 118, 0.5), 0 -9px #d6ccc2, 0 -7px #89735c,
    0 -3px rgba(163, 140, 118, 0.5), 0 0 #d6ccc2, 0 2px #89735c,
    0 6px rgba(163, 140, 118, 0.5), 0 9px #d6ccc2, 0 11px #89735c,
    0 15px rgba(163, 140, 118, 0.5), 0 18px #d6ccc2, 0 20px #89735c,
    0 24px rgba(163, 140, 118, 0.5), 0 27px #d6ccc2, 0 29px #89735c;
  content: '';
  height: 3px;
  margin-top: -2px;
  position: absolute;
  right: 2px;
  top: 50%;
  width: 16px;
  z-index: 9;
}.device-apple-watch-ultra .device-stripe {
  background: #e0d9d1;
  border-radius: 2px 8px 8px 2px;
  box-shadow: 0 14px 0 #d6ccc2, 0 28px 0 #d6ccc2;
  height: 10px;
  left: 19px;
  position: absolute;
  top: 98px;
  width: 4px;
  z-index: 1;
}.device-apple-watch-ultra .device-power {
  background: #d6ccc2;
  border-radius: 2px 4px 4px 2px/2px 8px 8px 2px;
  box-shadow: inset 0 0 2px 1px #a38c76;
  height: 72px;
  position: absolute;
  right: 1px;
  top: 212px;
  width: 4px;
}.device-apple-watch-ultra .device-home {
  background: #f18f42;
  border: 1px solid #a7500c;
  border-radius: 2px 4px 4px 2px/2px 8px 8px 2px;
  box-shadow: inset 0 0 1px 1px #ef812a;
  height: 106px;
  left: 19px;
  position: absolute;
  top: 162px;
  width: 4px;
  z-index: 1;
}.device-apple-watch-s8 {
  height: 380px;
  width: 360px;
}.device-apple-watch-s8 .device-frame {
  background: #0d0d0d;
  border-radius: 92px;
  box-shadow: inset 0 0 24px 1px #0d0d0d, inset 0 0 0 12px #606c78;
  height: 380px;
  margin: 0 20px;
  padding: 28px 26px;
  position: relative;
  width: 320px;
}.device-apple-watch-s8 .device-frame::before {
  border: 1px solid #0d0d0d;
  border-radius: 80px;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.5),
    inset 0 0 12px 2px rgba(255, 255, 255, 0.75);
  content: '';
  height: 356px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 298px;
}.device-apple-watch-s8 .device-screen {
  border: 2px solid #121212;
  border-radius: 62px;
  height: 324px;
  width: 268px;
}.device-apple-watch-s8 .device-btns {
  background: #606c78;
  border-left: 1px solid #000;
  border-radius: 8px 6px 6px 8px/20px 6px 6px 20px;
  box-shadow: inset 8px 0 8px 0 #1c1f23, inset -2px 0 6px #272c31,
    -4px 0 8px rgba(13, 13, 13, 0.25);
  height: 72px;
  position: absolute;
  right: 10px;
  top: 108px;
  width: 18px;
  z-index: 9;
}.device-apple-watch-s8 .device-btns::after {
  background: #272c31;
  border-radius: 2px 4px 4px 2px/20px 8px 8px 20px;
  box-shadow: inset -2px 0 2px 0 #000, inset -6px 0 18px #272c31;
  content: '';
  height: 72px;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
}.device-apple-watch-s8 .device-btns::before {
  background: #272c31;
  border-radius: 20%;
  box-shadow: 0 -30px rgba(62, 70, 77, 0.75), 0 -27px #272c31, 0 -25px #000,
    0 -21px rgba(62, 70, 77, 0.75), 0 -18px #272c31, 0 -16px #000,
    0 -12px rgba(62, 70, 77, 0.75), 0 -9px #272c31, 0 -7px #000,
    0 -3px rgba(62, 70, 77, 0.75), 0 0 #272c31, 0 2px #000,
    0 6px rgba(62, 70, 77, 0.75), 0 9px #272c31, 0 11px #000,
    0 15px rgba(62, 70, 77, 0.75), 0 18px #272c31, 0 20px #000,
    0 24px rgba(62, 70, 77, 0.75), 0 27px #272c31, 0 29px #000;
  content: '';
  height: 3px;
  margin-top: -2px;
  position: absolute;
  right: 2px;
  top: 50%;
  width: 10px;
  z-index: 9;
}.device-apple-watch-s8 .device-power {
  background: #272c31;
  border-radius: 2px 4px 4px 2px/2px 8px 8px 2px;
  box-shadow: inset 0 0 2px 1px #101315;
  height: 72px;
  position: absolute;
  right: 18px;
  top: 212px;
  width: 4px;
}.device-homepod {
  height: 395px;
  width: 320px;
}.device-homepod .device-frame {
  background: linear-gradient(
    to right,
    #36373a 0,
    #8d8f95 25%,
    #1d1e20 60%,
    #111112 90%,
    #1d1e20 100%
  );
  border-radius: 80px;
  box-shadow: inset 0 0 0 2px #36373a, inset 0 0 40px 1px #1d1e20,
    inset 0 12px 40px 1px #fff, inset 0 -24px 40px 1px #000;
  height: 385px;
  margin: 5px auto;
  overflow: hidden;
  position: relative;
  width: 320px;
}.device-homepod .device-stripe {
  background: repeating-linear-gradient(
      45deg,
      rgba(141, 143, 149, 0.35) 0,
      rgba(141, 143, 149, 0.35) 2px,
      transparent 2px,
      transparent 6px
    ),
    repeating-linear-gradient(
      135deg,
      rgba(141, 143, 149, 0.35) 0,
      rgba(141, 143, 149, 0.35) 2px,
      transparent 2px,
      transparent 6px
    ),
    repeating-linear-gradient(
      45deg,
      transparent 0,
      transparent 2px,
      rgba(29, 30, 32, 0.35) 2px,
      rgba(29, 30, 32, 0.35) 4px,
      transparent 4px,
      transparent 6px
    ),
    repeating-linear-gradient(
      135deg,
      transparent 0,
      transparent 2px,
      rgba(29, 30, 32, 0.35) 2px,
      rgba(29, 30, 32, 0.35) 4px,
      transparent 4px,
      transparent 6px
    );
  border-radius: 80px;
  box-shadow: inset 0 0 0 2px #36373a, inset 0 0 40px 1px #1d1e20,
    inset 0 12px 24px 1px #9b9ca1, inset 0 -12px 24px 1px #050505;
  height: 385px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 5px;
  width: 320px;
  z-index: 9;
}.device-homepod .device-stripe::before {
  top: 0;
  transform: translateY(-34%) perspective(500px) rotateX(51deg);
}.device-homepod .device-stripe::after {
  bottom: 0;
  transform: translateY(34%) perspective(500px) rotateX(-51deg);
}.device-homepod .device-home::after,
.device-homepod .device-home::before {
  background: #36373a;
  content: '';
  left: 50%;
  position: absolute;
}.device-homepod .device-home::before {
  border-radius: 50% 50% 8px 8px;
  height: 10px;
  margin-left: -85px;
  top: 0;
  width: 170px;
}.device-homepod .device-home::after {
  border-radius: 0 0 10% 10%/0 0 8px 8px;
  bottom: 0;
  box-shadow: inset 0 0 4px 0 #111112;
  height: 5px;
  margin-left: -85px;
  width: 170px;
}.device-pro-display-xdr {
  height: 475px;
  width: 640px;
}.device-pro-display-xdr .device-frame {
  background: #151515;
  border-radius: 4px;
  box-shadow: inset 0 0 2px #d4d5d7;
  height: 368px;
  padding: 8px;
  position: relative;
  width: 640px;
}.device-pro-display-xdr .device-frame::before {
  background: #050505;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 6px;
  z-index: 9;
}.device-pro-display-xdr .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 352px;
  width: 624px;
}.device-pro-display-xdr .device-power::after {
  background: radial-gradient(circle at center, #d4d5d7 85%, #9fa1a6 100%);
  border-top: 1px solid #d4d5d7;
  content: '';
  height: 6px;
  margin: 0 auto;
  position: relative;
  width: 152px;
}.device-pro-display-xdr .device-power::before {
  background: linear-gradient(
    to bottom,
    #9fa1a6 0,
    #c7c8cb 40%,
    #c7c8cb 85%,
    #fff 90%,
    #6b6e74 100%
  );
  content: '';
  height: 102px;
  margin: 0 auto;
  position: relative;
  width: 152px;
}.device-pro-display-xdr .device-home {
  background: 0 0;
  border-radius: 0 0 3px 3px;
  bottom: -2px;
  box-shadow: -61px 0 #6b6e74, 61px 0 #6b6e74;
  height: 1px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
}@-webkit-keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}@keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}.pulsing {
  opacity: 1;
  transform: scale(1);
  animation: pulsing 1s infinite;
}@keyframes pulsing {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(0.95);
    opacity: 0.75;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}@keyframes flashing {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  90% {
    transform: scale(0.9);
  }
}@keyframes fadeOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  1% {
    transform: scale(0);
  }
  50% {
    opacity: 0.5;
  }
  99% {
    opacity: 0;
  }
}.fade__enter {
  transition: opacity 0.2s;
  opacity: 0;
}.fade__enter-active {
  transition: opacity 0.2s;
  opacity: 1;
}.fade__exit {
  position: absolute;
  transition: opacity 0.2s;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
}.fade__exit-active {
  opacity: 0;
}html {
  width: 100vw;
}body {
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 1.25;
  background: linear-gradient(270deg, #ffffff -9.53%, rgba(255, 255, 255, 0.61) 150.57%, rgba(255, 255, 255, 0.07) 150.58%);
  word-wrap: break-word;
  color: #202a30;
}body .plugin__wrapper {
  pointer-events: auto;
}body .plugin__chat-toggle,
body .plugin__chat-toggle:hover {
  opacity: 1;
}@media (min-width: 992px) {
  body {
    font-size: 13px;
  }
}@media (min-width: 1200px) {
  body {
    font-size: 14px;
  }
}body * {
  box-sizing: border-box;
  outline: none !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: none;
}@media (min-width: 992px) {
  body #wbbChatToggle {
    display: none;
  }
}.chat-window {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 114px;
  left: 0;
  height: auto;
  transition: opacity 0.2s;
  z-index: 0;
}.chat-window.show {
  opacity: 1;
  z-index: 999;
}@media (min-width: 992px) {
  .chat-window {
    opacity: 1;
    z-index: 999;
    position: relative;
    left: auto;
    top: auto;
  }
}.chat-window .wbb-attachment-container {
  display: none;
}#chat-window {
  height: 548px;
}#chat-window .wbb-container {
  height: 100%;
}#chat-window .scroll-helper__button {
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.25);
}@media (min-width: 992px) {
  #chat-window {
    height: calc(100vh - 57px);
  }
  #chat-window .wbb-container {
    height: 100%;
  }
}#wbb-chat {
  background: #f6f6f6;
}#wbb-chat .wbb-timestamp-container {
  margin-top: 50px;
}#wbb-chat .wbb-timestamp {
  background: #f6f6f6;
}#wbb-input-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-color: #e9e9e9;
  z-index: 10;
  background: #ffffff;
}@media (min-width: 992px) {
  #wbb-input-container {
    height: 70px;
    position: static;
  }
}.wbb-block.wbb-text-block.wbb-received {
  color: #181c28;
}.wbb-message-group.wbb-sent .wbb-messages .wbb-message-wrapper .wbb-block {
  background: linear-gradient(260.39deg, #f2f4ff 85.52%, #d1d6ea 152.21%) !important;
  border-radius: 12px !important;
  color: #818ca0 !important;
}.wbb-message-group.wbb-sent .wbb-messages .wbb-message-wrapper .wbb-block a {
  color: #181c28 !important;
}.drag-drop {
  width: 100%;
  padding-bottom: 66.66666%;
  border: 2px solid #d9d9d9;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.7em;
  overflow: hidden;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s;
}.create-an-agent .drag-drop {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  padding-bottom: 0;
}.drag-drop--active {
  background-color: #f6f6f6;
  border-style: dashed;
  padding-bottom: 0;
}.drag-drop--active .drag-drop__image-container {
  opacity: 0;
}.drag-drop--react-crop {
  border: 2px solid transparent;
  height: auto;
  width: auto;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 0;
}.drag-drop:hover .text-blue--two {
  text-decoration: underline;
}.drag-drop__icon {
  display: block;
  color: #0084ff;
  font-size: 3em;
}.drag-drop__text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  z-index: 0;
  width: 70px;
  line-height: 1.3;
}.drag-drop__image-container {
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1;
  transition: opacity 0.2s;
}.create-an-agent .drag-drop__image-container {
  width: 200px;
  height: 200px;
}.drag-drop__image {
  width: 130px;
  height: 130px;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}.create-an-agent .drag-drop__image {
  width: 200px;
  height: 200px;
}.drag-drop .ReactCrop {
  width: auto;
  background: transparent;
}.drag-drop .ReactCrop__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: fit-content;
}.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(246, 246, 246, 0.8);
  justify-content: center;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 2147483641 !important;
}.loading-spinner__image {
  width: 80px;
  margin: 0 auto;
  max-width: 80%;
}.loading-spinner__reload {
  margin-top: 30px;
}.loading-spinner[data-element-spinner=true] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 2147483640 !important;
}.loading-spinner[data-element-spinner=true] .loading-spinner__image {
  position: fixed;
}
/*# sourceMappingURL=index.scss.map */.query-builder .qb-drag-handler, .query-builder .qb-draggable, .query-builder {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.query-builder .rule--header:after {
  content: "";
  display: table;
  clear: both;
}

.query-builder {
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  margin: 1rem;
}

.query-builder {
  /******************************************************************************/
  /** DRAG *********************************************************************/
  /******************************************************************************/
  /******************************************************************************/
  /** TREE LINES *********************************************************************/
  /******************************************************************************/
  /******************************************************************************/
  /** GROUP *********************************************************************/
  /******************************************************************************/
  /******************************************************************************/
  /** CASE_GROUP *********************************************************************/
  /******************************************************************************/
  /******************************************************************************/
  /** RULE_GROUP *********************************************************************/
  /******************************************************************************/
  /******************************************************************************/
  /** RULE_GROUP_EXT *********************************************************************/
  /******************************************************************************/
  /******************************************************************************/
  /** RULE **********************************************************************/
  /******************************************************************************/
  /******************************************************************************/
  /** FUNC **********************************************************************/
  /******************************************************************************/
  /******************************************************************************/
  /** Shrink textarea ***********************************************************/
  /******************************************************************************/
}
.query-builder .group {
  background: rgba(250, 240, 210, 0.5);
  border: 1px solid #DCC896;
}
.query-builder .rule {
  background-color: white;
  border: 1px solid transparent;
  padding: 10px;
}
.query-builder .rule-with-error .rule {
  border-color: #e0a1a1;
}
.query-builder .group-with-error > .group {
  border-color: #e0a1a1;
}
.query-builder .rule--body {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.query-builder .rule--body--wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.query-builder .rule--error {
  color: red;
  margin-bottom: -5px;
  margin-top: 5px;
}
.query-builder .rule_group--error {
  color: red;
  margin-bottom: -5px;
  margin-top: 5px;
  width: 100%;
}
.query-builder .group-or-rule {
  border-radius: 5px;
  position: relative;
}
.query-builder .rule_group {
  background: rgba(255, 252, 242, 0.5);
  border: 1px solid #f5e4b5;
}
.query-builder .rule_group_ext {
  background: rgba(255, 252, 242, 0.5);
  border: 1px solid #f5e4b5;
}
.query-builder .rule_group .rule {
  background: white;
  border: 1px solid transparent;
}
.query-builder .rule_group .rule_group {
  background: rgba(255, 252, 242, 0.5);
  border: 1px solid #f5e4b5;
}
.query-builder .rule_group .rule_group_ext {
  background: rgba(255, 252, 242, 0.5);
  border: 1px solid #f5e4b5;
}
.query-builder .rule_group_ext .rule {
  background: white;
  border: 1px solid transparent;
}
.query-builder .rule_group_ext .group {
  background: rgba(250, 240, 210, 0.5);
  border: 1px solid transparent;
}
.query-builder .rule_group_ext .rule_group_ext {
  background: rgba(255, 252, 242, 0.5);
  border: 1px solid #f5e4b5;
}
.query-builder .rule_group_ext .rule_group {
  background: rgba(255, 252, 242, 0.5);
  border: 1px solid #f5e4b5;
}
.query-builder .locked {
  border-color: red !important;
  border-style: dashed !important;
}
.query-builder .qb-placeholder {
  border-color: gray !important;
  border-style: dashed !important;
}
.query-builder.qb-dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.query-builder.qb-dragging button {
  pointer-events: none;
}
.query-builder .qb-draggable {
  pointer-events: none;
  position: absolute;
  opacity: 0.7;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.query-builder .qb-drag-handler {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.query-builder .group--header:not(.no--children):not(.hide--conjs) {
  position: relative;
}
.query-builder .group--header:not(.no--children):not(.hide--conjs)::before {
  z-index: 0;
  content: "";
  position: absolute;
  border-color: #ccc;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.query-builder .group--header:not(.no--children):not(.hide--conjs).hide--line::before {
  border-color: rgba(128, 128, 128, 0.1) !important;
}
.query-builder .group--children > .group-or-rule-container > .group-or-rule::before, .query-builder .group--children > .group-or-rule-container > .group-or-rule::after {
  content: "";
  position: absolute;
  border-color: #ccc;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.query-builder .group--children > .group-or-rule-container:last-child > .group-or-rule::after {
  display: none;
}
.query-builder .group--children.hide--conjs > .group-or-rule-container:first-child > .group-or-rule::before {
  display: none;
}
.query-builder .group--children.hide--conjs > .group-or-rule-container:first-child > .group-or-rule::after {
  border-radius: 4px 0 0 0;
  border-width: 2px 0 0 2px;
}
.query-builder .group--children.hide--conjs > .group-or-rule-container:first-child > .group-or-rule::after {
  top: calc(50% - 1px);
  height: calc(50% + 1px + 10px + 2px);
}
.query-builder .group--children.hide--conjs > .group-or-rule-container:first-child > .group::after {
  height: calc(50% + 1px + 10px + 2px);
}
.query-builder .group--children.hide--conjs > .group-or-rule-container:first-child > .rule_group::after {
  height: calc(50% + 1px + 10px + 2px);
}
.query-builder .group--children.hide--conjs > .group-or-rule-container:first-child > .rule_group_ext::after {
  height: calc(50% + 1px + 10px + 2px);
}
.query-builder .group--children.hide--line > .group-or-rule-container > .group-or-rule::before, .query-builder .group--children.hide--line > .group-or-rule-container > .group-or-rule::after {
  border-color: rgba(128, 128, 128, 0.1) !important;
}
.query-builder .group--children > .group-or-rule-container:last-child > .group-or-rule::before {
  border-radius: 0 0 0 4px;
}
.query-builder .group--children > .group-or-rule-container > .group-or-rule::before, .query-builder .group--children > .group-or-rule-container > .group-or-rule::after {
  border-color: #ccc;
}
.query-builder .group--children > .group-or-rule-container > .group-or-rule::before {
  border-width: 0 0 2px 2px;
  top: -1px;
  height: calc(50% + 1px + 1px);
}
.query-builder .group--children > .group-or-rule-container > .group-or-rule::after {
  border-width: 0 0 0 2px;
  top: calc(50% + 1px);
  height: calc(50% - 1px + 10px + 2px);
}
.query-builder .group--children > .group-or-rule-container > .group-or-rule::before, .query-builder .group--children > .group-or-rule-container > .group-or-rule::after {
  left: -14px;
  width: 13px;
}
.query-builder .group--children > .group-or-rule-container > .group::before {
  border-width: 0 0 2px 2px;
  top: -1px;
  height: calc(50% + 1px + 1px);
}
.query-builder .group--children > .group-or-rule-container > .group::after {
  border-width: 0 0 0 2px;
  top: calc(50% + 1px);
  height: calc(50% - 1px + 10px + 2px);
}
.query-builder .group--children > .group-or-rule-container > .group::before, .query-builder .group--children > .group-or-rule-container > .group::after {
  left: -14px;
  width: 13px;
}
.query-builder .group--children > .group-or-rule-container > .rule_group::before {
  border-width: 0 0 2px 2px;
  top: -1px;
  height: calc(50% + 1px + 1px);
}
.query-builder .group--children > .group-or-rule-container > .rule_group::after {
  border-width: 0 0 0 2px;
  top: calc(50% + 1px);
  height: calc(50% - 1px + 10px + 2px);
}
.query-builder .group--children > .group-or-rule-container > .rule_group::before, .query-builder .group--children > .group-or-rule-container > .rule_group::after {
  left: -14px;
  width: 13px;
}
.query-builder .group--children > .group-or-rule-container > .rule_group_ext::before {
  border-width: 0 0 2px 2px;
  top: -1px;
  height: calc(50% + 1px + 1px);
}
.query-builder .group--children > .group-or-rule-container > .rule_group_ext::after {
  border-width: 0 0 0 2px;
  top: calc(50% + 1px);
  height: calc(50% - 1px + 10px + 2px);
}
.query-builder .group--children > .group-or-rule-container > .rule_group_ext::before, .query-builder .group--children > .group-or-rule-container > .rule_group_ext::after {
  left: -14px;
  width: 13px;
}
.query-builder .rule_group--children > .group-or-rule-container:last-child > .group-or-rule::before {
  border-radius: 0 0 0 4px;
}
.query-builder .rule_group--children > .group-or-rule-container > .group-or-rule::before, .query-builder .rule_group--children > .group-or-rule-container > .group-or-rule::after {
  border-color: #ccc;
}
.query-builder .rule_group--children > .group-or-rule-container > .group-or-rule::before {
  border-width: 0 0 1px 1px;
  top: -1px;
  height: calc(50% + 0.5px + 1px);
}
.query-builder .rule_group--children > .group-or-rule-container > .group-or-rule::after {
  border-width: 0 0 0 1px;
  top: calc(50% + 0.5px);
  height: calc(50% - 0.5px + 5px + 2px);
}
.query-builder .rule_group--children > .group-or-rule-container > .group-or-rule::before, .query-builder .rule_group--children > .group-or-rule-container > .group-or-rule::after {
  left: -10.5px;
  width: 9.5px;
}
.query-builder .rule_group--children > .group-or-rule-container > .group::before {
  border-width: 0 0 1px 1px;
  top: -1px;
  height: calc(50% + 0.5px + 1px);
}
.query-builder .rule_group--children > .group-or-rule-container > .group::after {
  border-width: 0 0 0 1px;
  top: calc(50% + 0.5px);
  height: calc(50% - 0.5px + 5px + 2px);
}
.query-builder .rule_group--children > .group-or-rule-container > .group::before, .query-builder .rule_group--children > .group-or-rule-container > .group::after {
  left: -10.5px;
  width: 9.5px;
}
.query-builder .rule_group--children > .group-or-rule-container > .rule_group::before {
  border-width: 0 0 1px 1px;
  top: -1px;
  height: calc(50% + 0.5px + 1px);
}
.query-builder .rule_group--children > .group-or-rule-container > .rule_group::after {
  border-width: 0 0 0 1px;
  top: calc(50% + 0.5px);
  height: calc(50% - 0.5px + 5px + 2px);
}
.query-builder .rule_group--children > .group-or-rule-container > .rule_group::before, .query-builder .rule_group--children > .group-or-rule-container > .rule_group::after {
  left: -10.5px;
  width: 9.5px;
}
.query-builder .rule_group--children > .group-or-rule-container > .rule_group_ext::before {
  border-width: 0 0 1px 1px;
  top: -1px;
  height: calc(50% + 0.5px + 1px);
}
.query-builder .rule_group--children > .group-or-rule-container > .rule_group_ext::after {
  border-width: 0 0 0 1px;
  top: calc(50% + 0.5px);
  height: calc(50% - 0.5px + 5px + 2px);
}
.query-builder .rule_group--children > .group-or-rule-container > .rule_group_ext::before, .query-builder .rule_group--children > .group-or-rule-container > .rule_group_ext::after {
  left: -10.5px;
  width: 9.5px;
}
.query-builder .rule_group--children > .group-or-rule-container:first-child > .group-or-rule::before, .query-builder .rule_group--children.hide--conjs > .group-or-rule-container:first-child > .group-or-rule::before {
  display: none;
}
.query-builder .rule_group--children > .group-or-rule-container:first-child > .group-or-rule::after, .query-builder .rule_group--children.hide--conjs > .group-or-rule-container:first-child > .group-or-rule::after {
  border-radius: 4px 0 0 0;
  border-width: 1px 0 0 1px;
}
.query-builder .rule_group--children > .group-or-rule-container:first-child > .group-or-rule::after, .query-builder .rule_group--children.hide--conjs > .group-or-rule-container:first-child > .group-or-rule::after {
  top: calc(50% - 0.5px);
  height: calc(50% + 0.5px + 5px + 2px);
}
.query-builder .rule_group--children > .group-or-rule-container:first-child > .group::after, .query-builder .rule_group--children.hide--conjs > .group-or-rule-container:first-child > .group::after {
  height: calc(50% + 0.5px + 5px + 2px);
}
.query-builder .rule_group--children > .group-or-rule-container:first-child > .rule_group::after, .query-builder .rule_group--children.hide--conjs > .group-or-rule-container:first-child > .rule_group::after {
  height: calc(50% + 0.5px + 5px + 2px);
}
.query-builder .rule_group--children > .group-or-rule-container:first-child > .rule_group_ext::after, .query-builder .rule_group--children.hide--conjs > .group-or-rule-container:first-child > .rule_group_ext::after {
  height: calc(50% + 0.5px + 5px + 2px);
}
.query-builder .rule_group_ext--children > .group-or-rule-container:last-child > .group-or-rule::before,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container:last-child > .group-or-rule::before {
  border-radius: 0 0 0 4px;
}
.query-builder .rule_group_ext--children > .group-or-rule-container > .group-or-rule::before, .query-builder .rule_group_ext--children > .group-or-rule-container > .group-or-rule::after,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .group-or-rule::before,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .group-or-rule::after {
  border-color: #ccc;
}
.query-builder .rule_group_ext--children > .group-or-rule-container > .group-or-rule::before,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .group-or-rule::before {
  border-width: 0 0 1px 1px;
  top: -1px;
  height: calc(50% + 0.5px + 1px);
}
.query-builder .rule_group_ext--children > .group-or-rule-container > .group-or-rule::after,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .group-or-rule::after {
  border-width: 0 0 0 1px;
  top: calc(50% + 0.5px);
  height: calc(50% - 0.5px + 10px + 2px);
}
.query-builder .rule_group_ext--children > .group-or-rule-container > .group-or-rule::before, .query-builder .rule_group_ext--children > .group-or-rule-container > .group-or-rule::after,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .group-or-rule::before,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .group-or-rule::after {
  left: -13.5px;
  width: 12.5px;
}
.query-builder .rule_group_ext--children > .group-or-rule-container > .group::before,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .group::before {
  border-width: 0 0 1px 1px;
  top: -1px;
  height: calc(50% + 0.5px + 1px);
}
.query-builder .rule_group_ext--children > .group-or-rule-container > .group::after,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .group::after {
  border-width: 0 0 0 1px;
  top: calc(50% + 0.5px);
  height: calc(50% - 0.5px + 10px + 2px);
}
.query-builder .rule_group_ext--children > .group-or-rule-container > .group::before, .query-builder .rule_group_ext--children > .group-or-rule-container > .group::after,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .group::before,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .group::after {
  left: -13.5px;
  width: 12.5px;
}
.query-builder .rule_group_ext--children > .group-or-rule-container > .rule_group::before,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .rule_group::before {
  border-width: 0 0 1px 1px;
  top: -1px;
  height: calc(50% + 0.5px + 1px);
}
.query-builder .rule_group_ext--children > .group-or-rule-container > .rule_group::after,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .rule_group::after {
  border-width: 0 0 0 1px;
  top: calc(50% + 0.5px);
  height: calc(50% - 0.5px + 10px + 2px);
}
.query-builder .rule_group_ext--children > .group-or-rule-container > .rule_group::before, .query-builder .rule_group_ext--children > .group-or-rule-container > .rule_group::after,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .rule_group::before,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .rule_group::after {
  left: -13.5px;
  width: 12.5px;
}
.query-builder .rule_group_ext--children > .group-or-rule-container > .rule_group_ext::before,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .rule_group_ext::before {
  border-width: 0 0 1px 1px;
  top: -1px;
  height: calc(50% + 0.5px + 1px);
}
.query-builder .rule_group_ext--children > .group-or-rule-container > .rule_group_ext::after,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .rule_group_ext::after {
  border-width: 0 0 0 1px;
  top: calc(50% + 0.5px);
  height: calc(50% - 0.5px + 10px + 2px);
}
.query-builder .rule_group_ext--children > .group-or-rule-container > .rule_group_ext::before, .query-builder .rule_group_ext--children > .group-or-rule-container > .rule_group_ext::after,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .rule_group_ext::before,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children) > .group-or-rule-container > .rule_group_ext::after {
  left: -13.5px;
  width: 12.5px;
}
.query-builder .rule_group_ext--children.hide--conjs > .group-or-rule-container:first-child > .group-or-rule::before,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children).hide--conjs > .group-or-rule-container:first-child > .group-or-rule::before {
  display: none;
}
.query-builder .rule_group_ext--children.hide--conjs > .group-or-rule-container:first-child > .group-or-rule::after,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children).hide--conjs > .group-or-rule-container:first-child > .group-or-rule::after {
  border-radius: 4px 0 0 0;
  border-width: 1px 0 0 1px;
}
.query-builder .rule_group_ext--children.hide--conjs > .group-or-rule-container:first-child > .group-or-rule::after,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children).hide--conjs > .group-or-rule-container:first-child > .group-or-rule::after {
  top: calc(50% - 0.5px);
  height: calc(50% + 0.5px + 10px + 2px);
}
.query-builder .rule_group_ext--children.hide--conjs > .group-or-rule-container:first-child > .group::after,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children).hide--conjs > .group-or-rule-container:first-child > .group::after {
  height: calc(50% + 0.5px + 10px + 2px);
}
.query-builder .rule_group_ext--children.hide--conjs > .group-or-rule-container:first-child > .rule_group::after,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children).hide--conjs > .group-or-rule-container:first-child > .rule_group::after {
  height: calc(50% + 0.5px + 10px + 2px);
}
.query-builder .rule_group_ext--children.hide--conjs > .group-or-rule-container:first-child > .rule_group_ext::after,
.query-builder .rule_group_ext--children .group--children:not(.rule_group--children).hide--conjs > .group-or-rule-container:first-child > .rule_group_ext::after {
  height: calc(50% + 0.5px + 10px + 2px);
}
.query-builder .switch_group--children > .group-or-rule-container:last-child > .group-or-rule::before {
  border-radius: 0 0 0 4px;
}
.query-builder .switch_group--children > .group-or-rule-container > .group-or-rule::before, .query-builder .switch_group--children > .group-or-rule-container > .group-or-rule::after {
  border-color: #ccc;
}
.query-builder .switch_group--children > .group-or-rule-container > .group-or-rule::before {
  border-width: 0 0 3px 3px;
  top: -1px;
  height: calc(50% + 1.5px + 1px);
}
.query-builder .switch_group--children > .group-or-rule-container > .group-or-rule::after {
  border-width: 0 0 0 3px;
  top: calc(50% + 1.5px);
  height: calc(50% - 1.5px + 10px + 2px);
}
.query-builder .switch_group--children > .group-or-rule-container > .group-or-rule::before, .query-builder .switch_group--children > .group-or-rule-container > .group-or-rule::after {
  left: -14.5px;
  width: 13.5px;
}
.query-builder .switch_group--children > .group-or-rule-container > .group::before {
  border-width: 0 0 3px 3px;
  top: -3px;
  height: calc(50% + 1.5px + 3px);
}
.query-builder .switch_group--children > .group-or-rule-container > .group::after {
  border-width: 0 0 0 3px;
  top: calc(50% + 1.5px);
  height: calc(50% - 1.5px + 10px + 6px);
}
.query-builder .switch_group--children > .group-or-rule-container > .group::before, .query-builder .switch_group--children > .group-or-rule-container > .group::after {
  left: -16.5px;
  width: 13.5px;
}
.query-builder .switch_group--children > .group-or-rule-container > .rule_group::before {
  border-width: 0 0 3px 3px;
  top: -1px;
  height: calc(50% + 1.5px + 1px);
}
.query-builder .switch_group--children > .group-or-rule-container > .rule_group::after {
  border-width: 0 0 0 3px;
  top: calc(50% + 1.5px);
  height: calc(50% - 1.5px + 10px + 2px);
}
.query-builder .switch_group--children > .group-or-rule-container > .rule_group::before, .query-builder .switch_group--children > .group-or-rule-container > .rule_group::after {
  left: -14.5px;
  width: 13.5px;
}
.query-builder .switch_group--children > .group-or-rule-container > .rule_group_ext::before {
  border-width: 0 0 3px 3px;
  top: -1px;
  height: calc(50% + 1.5px + 1px);
}
.query-builder .switch_group--children > .group-or-rule-container > .rule_group_ext::after {
  border-width: 0 0 0 3px;
  top: calc(50% + 1.5px);
  height: calc(50% - 1.5px + 10px + 2px);
}
.query-builder .switch_group--children > .group-or-rule-container > .rule_group_ext::before, .query-builder .switch_group--children > .group-or-rule-container > .rule_group_ext::after {
  left: -14.5px;
  width: 13.5px;
}
.query-builder .group--header:not(.no--children):not(.hide--conjs)::before {
  border-color: #ccc;
  border-width: 0 0 0 2px;
  top: 20px;
  height: calc(100% + 10px - 20px);
  left: 11px;
  width: 13px;
}
.query-builder .rule_group_ext > .group--header:not(.no--children):not(.hide--conjs)::before,
.query-builder .rule_group_ext .group > .group--header:not(.no--children):not(.hide--conjs)::before {
  border-color: #ccc;
  border-width: 0 0 0 1px;
  top: 20px;
  height: calc(100% + 10px - 20px);
  left: 11.5px;
  width: 12.5px;
}
.query-builder .switch_group > .group--header:not(.no--children):not(.hide--conjs)::before {
  border-color: #ccc;
  border-width: 0 0 0 3px;
  top: 20px;
  height: calc(100% + 10px - 20px);
  left: 10.5px;
  width: 13.5px;
}
.query-builder .qb-draggable::before, .query-builder .qb-draggable::after {
  display: none;
}
.query-builder .group--header,
.query-builder .group--footer {
  display: flex;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.query-builder .group-or-rule-container {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
}
.query-builder .group-or-rule-container:first-child {
  margin-top: 0px !important;
}
.query-builder .group-or-rule-container:last-child {
  margin-bottom: 0px !important;
}
.query-builder .group--drag-handler {
  margin-right: 8px;
  margin-top: 3px;
  position: relative;
  align-self: center;
}
.query-builder .group--conjunctions {
  flex-shrink: 0;
  display: flex;
}
.query-builder .group--conjunctions .group--drag-handler {
  margin-left: 10px;
}
.query-builder .group--children {
  padding-left: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.query-builder .group--children .group--field--count--rule {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.query-builder .group--conjunctions.hide--conj {
  opacity: 0.3;
}
.query-builder .group--actions {
  align-self: center;
  margin-left: 10px;
  flex: 1;
  display: flex;
}
.query-builder .group--actions--tl, .query-builder .group--actions--bl {
  justify-content: flex-start;
}
.query-builder .group--actions--tl {
  margin-left: 20px;
}
.query-builder .group--actions--tc, .query-builder .group--actions--bc {
  justify-content: center;
}
.query-builder .group--actions--tr, .query-builder .group--actions--br {
  justify-content: flex-end;
}
.query-builder .case_group {
  border-width: 3px;
}
.query-builder .case_group .case_group--body {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
}
.query-builder .case_group .case_group--body .case_group--children {
  flex: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.query-builder .case_group .case_group--value {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.query-builder .rule_group {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
}
.query-builder .rule_group .group--field {
  margin-top: 10px;
  margin-bottom: 10px;
  align-self: center;
}
.query-builder .rule_group .group--actions {
  margin-left: 10px;
  align-self: center;
  flex: 0;
}
.query-builder .rule_group .rule_group--children {
  flex: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 18px;
}
.query-builder .rule_group .rule_group--children .group-or-rule-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding-right: 5px;
}
.query-builder .rule_group .rule_group--children.one--child {
  padding-left: 9px;
}
.query-builder .rule_group_ext > .group--header .group--actions {
  flex: none;
}
.query-builder .group--header.hide--drag.with--conjs > .group--field--count--rule {
  margin-left: 20px;
}
.query-builder .rule {
  flex: 1;
  display: flex;
}
.query-builder .rule--header {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.query-builder .rule--drag-handler {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.query-builder .rule--field, .query-builder .rule--fieldsrc, .query-builder .group--field, .query-builder .rule--operator, .query-builder .rule--value, .query-builder .rule--operator-options, .query-builder .rule--widget, .query-builder .widget--widget, .query-builder .widget--valuesrc, .query-builder .widget--sep, .query-builder .operator--options--sep, .query-builder .rule--before-widget, .query-builder .rule--after-widget {
  display: inline-block;
}
.query-builder .widget--sep, .query-builder .operator--options--sep, .query-builder .rule--func--bracket-before, .query-builder .rule--func--bracket-after, .query-builder .rule--func--arg-sep {
  vertical-align: bottom;
  align-self: flex-end;
  margin-bottom: 8px;
}
.query-builder .rule--func--arg-sep {
  margin-bottom: 3px;
}
.query-builder .widget--sep {
  margin-left: 10px;
  margin-right: 10px;
}
.query-builder .widget--sep.widget--sep-first {
  margin-right: 10px;
  margin-left: 0;
}
.query-builder .rule--operator {
  margin-left: 20px;
  margin-right: 20px;
}
.query-builder .operator--options--sep {
  margin-right: 10px;
}
.query-builder .rule--func--arg-sep {
  margin-left: 3px;
  margin-right: 6px;
}
.query-builder .rule--func--bracket-after {
  margin-left: 5px;
  margin-right: 2px;
}
.query-builder .rule--func--bracket-before {
  margin-left: 5px;
  margin-right: 5px;
}
.query-builder .widget--valuesrc {
  vertical-align: top;
}
.query-builder .rule--fieldsrc {
  vertical-align: top;
}
.query-builder .operator--options {
  display: flex;
}
.query-builder .rule--operator-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.query-builder .rule--operator-text-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
}
.query-builder div.tooltip-inner {
  max-width: 500px;
}
.query-builder .rule--label {
  display: block;
  font-weight: bold;
}
.query-builder .rule--func--wrapper, .query-builder .rule--func, .query-builder .rule--func--args, .query-builder .rule--func--arg, .query-builder .rule--func--arg-value, .query-builder .rule--func--bracket-before, .query-builder .rule--func--bracket-after, .query-builder .rule--func--arg-sep, .query-builder .rule--func--arg-label, .query-builder .rule--func--arg-label-sep {
  display: inline-block;
}
.query-builder .rule--func--wrapper {
  display: flex;
  flex-wrap: wrap;
}
.query-builder .rule--func--args {
  display: flex;
  flex-wrap: wrap;
}
.query-builder .rule--func--arg {
  display: flex;
}
.query-builder .rule--field-wrapper,
.query-builder .rule--field--func,
.query-builder .rule--func--wrapper,
.query-builder .rule--func--args,
.query-builder .rule--func--arg,
.query-builder .rule--func--arg-value,
.query-builder .rule--func--arg-value > .rule--widget,
.query-builder .widget--func {
  display: contents;
}
.query-builder .rule--func, .query-builder .widget--widget {
  margin-bottom: 2px;
}
.query-builder .rule--body--wrapper {
  margin-bottom: -2px;
}
.query-builder .rule--body.can--shrink--value .rule--value {
  flex: 1;
}
.query-builder .rule--body.can--shrink--value .rule--value > .rule--widget {
  width: 100%;
  display: flex;
}
.query-builder .rule--body.can--shrink--value .rule--value > .rule--widget .widget--widget {
  flex: 1;
}

/******************************************************************************/
/** Minimalism ****************************************************************/
/******************************************************************************/
.query-builder.qb-lite .group--drag-handler, .query-builder.qb-lite .group--actions {
  transition: opacity 0.2s;
}
.query-builder.qb-lite .group--header:hover .group--header .group--drag-handler, .query-builder.qb-lite .group--header:hover .group--header .group--actions,
.query-builder.qb-lite .group--header:not(:hover) .group--drag-handler,
.query-builder.qb-lite .group--header:not(:hover) .group--actions,
.query-builder.qb-lite .rule_group:not(:hover) .group--drag-handler,
.query-builder.qb-lite .rule_group:not(:hover) .group--actions {
  opacity: 0;
}
.query-builder.qb-lite .rule--fieldsrc, .query-builder.qb-lite .widget--valuesrc, .query-builder.qb-lite .rule--drag-handler, .query-builder.qb-lite .rule--header {
  transition: opacity 0.2s;
}
.query-builder.qb-lite .rule:hover .rule .rule--fieldsrc, .query-builder.qb-lite .rule:hover .rule .widget--valuesrc, .query-builder.qb-lite .rule:hover .rule .rule--drag-handler, .query-builder.qb-lite .rule:hover .rule .rule--header,
.query-builder.qb-lite .rule:not(:hover) .rule--fieldsrc,
.query-builder.qb-lite .rule:not(:hover) .widget--valuesrc,
.query-builder.qb-lite .rule:not(:hover) .rule--drag-handler,
.query-builder.qb-lite .rule:not(:hover) .rule--header {
  opacity: 0;
}
.query-builder.qb-lite.qb-dragging .rule--fieldsrc, .query-builder.qb-lite.qb-dragging .widget--valuesrc, .query-builder.qb-lite.qb-dragging .rule--drag-handler, .query-builder.qb-lite.qb-dragging .rule--header, .query-builder.qb-lite.qb-dragging .group--drag-handler, .query-builder.qb-lite.qb-dragging .group--actions {
  opacity: 0 !important;
}

.query-builder .MuiIconButton-sizeSmall {
  padding: 3px;
}

/* should be outside of .query-builder */
.customSelectOption {
  color: lightcoral;
}
