[data-v-eb2d36d4] {
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
  will-change: height;
}
.expand-enter-active,
.expand-leave-active {
  overflow: hidden;
  transition: height 0.2s;
}
.expand-enter,
.expand-leave-to {
  height: 0;
}
.tp-link {
  cursor: pointer;
  font-size: 11px;
  line-height: 17px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.2s;
}
.tp-link--weight--regular {
  font-weight: 400;
}
.tp-link--weight-medium {
  font-weight: 500;
}
.tp-link--primary {
  color: #0093c4;
}
.tp-link--primary:focus,
.tp-link--primary:hover {
  color: #006283;
}
.tp-link--white {
  color: #fff;
}
.tp-link--white:focus,
.tp-link--white:hover {
  color: #8b96a3;
}
.tp-link--underlined {
  border-bottom: 1px dashed;
}
.tp-frame {
  flex-grow: 1;
  padding-bottom: calc(var(--height) / var(--width) * 100%);
  position: relative;
}
.tp-frame > * {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tp-frame > img,
.tp-frame > video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.tp-skeleton {
  height: 21px;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 25%,
    #000 75%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 25%,
    #000 75%,
    transparent
  );
  -webkit-mask-position: 50% top;
  mask-position: 50% top;
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
}
.tp-skeleton--animated {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: wave;
}
.tp-skeleton--light {
  background-color: #dedede;
}
.tp-skeleton--dark {
  background-color: rgba(0, 0, 0, 0.3);
}
.tp-skeleton--black {
  background-color: #303030;
}
.tp-skeleton--br-small {
  border-radius: 3px;
  border-radius: var(--tpui-border-radius-small);
}
.tp-skeleton--br-large {
  border-radius: 16px;
  border-radius: var(--tpui-border-radius-large);
}
@keyframes wave {
  0% {
    -webkit-mask-position: 50% top;
    mask-position: 50% top;
  }
  to {
    -webkit-mask-position: -150% top;
    mask-position: -150% top;
  }
}
.tp-loader-new {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
.tp-loader-new--short {
  height: 20px;
  position: relative;
}
.tp-loader-new--short .tp-loader-new__wrapper {
  height: 10px;
  position: relative;
  width: 60px;
}
.tp-loader-new--short .tp-loader-new__wrapper div {
  border-radius: 50%;
  height: 10px;
  left: 6px;
  position: absolute;
  width: 10px;
}
.tp-loader-new--short .tp-loader-new__wrapper div:first-child {
  animation: tp-loader-new-size 0.6s infinite;
}
.tp-loader-new--short .tp-loader-new__wrapper div:nth-child(2) {
  animation:
    tp-loader-new-move 0.6s infinite,
    tp-loader-new-color 0.6s infinite;
}
.tp-loader-new--short .tp-loader-new__wrapper div:nth-child(3) {
  animation:
    tp-loader-new-move 0.6s infinite,
    tp-loader-new-color 0.6s cubic-bezier(0.75, 0, 0.75, 0.9) infinite reverse;
  left: 26px;
}
.tp-loader-new--short .tp-loader-new__wrapper div:nth-child(4) {
  animation: tp-loader-new-size 0.6s linear infinite reverse;
  animation-delay: 0.6s;
  left: 45px;
}
.tp-loader-new--long {
  height: 20px;
  position: relative;
}
.tp-loader-new--long .tp-loader-new__wrapper {
  height: 10px;
  position: relative;
  width: 130px;
}
.tp-loader-new--long .tp-loader-new__wrapper div {
  background-color: var(--color);
  border-radius: 50%;
  height: 10px;
  left: 0;
  position: absolute;
  width: 10px;
}
.tp-loader-new--long .tp-loader-new__wrapper div:first-child {
  animation: tp-loader-new-opacity 1s 0.1428571429s infinite;
}
.tp-loader-new--long .tp-loader-new__wrapper div:nth-child(2) {
  animation: tp-loader-new-opacity 1s 0.2857142857s infinite;
  left: 20px;
}
.tp-loader-new--long .tp-loader-new__wrapper div:nth-child(3) {
  animation: tp-loader-new-opacity 1s 0.4285714286s infinite;
  left: 40px;
}
.tp-loader-new--long .tp-loader-new__wrapper div:nth-child(4) {
  animation: tp-loader-new-opacity 1s 0.5714285714s infinite;
  left: 60px;
}
.tp-loader-new--long .tp-loader-new__wrapper div:nth-child(5) {
  animation: tp-loader-new-opacity 1s 0.7142857143s infinite;
  left: 80px;
}
.tp-loader-new--long .tp-loader-new__wrapper div:nth-child(6) {
  animation: tp-loader-new-opacity 1s 0.8571428571s infinite;
  left: 100px;
}
.tp-loader-new--long .tp-loader-new__wrapper div:nth-child(7) {
  animation: tp-loader-new-opacity 1s 1s infinite;
  left: 120px;
}
.tp-loader-new--long .tp-loader-new__wrapper div:nth-child(8) {
  display: none;
}
.tp-loader-new--blue {
  --color: var(--tpui-color-primary);
  --startColor: rgba(0, 147, 196, 0.3);
  --endColor: var(--tpui-color-primary);
}
.tp-loader-new--white {
  --color: #fff;
  --startColor: hsla(0, 0%, 100%, 0.4);
  --endColor: hsla(0, 0%, 100%, 0.7);
}
.tp-loader-new--gray {
  --color: #878787;
  --startColor: hsla(0, 0%, 53%, 0.1);
  --endColor: hsla(0, 0%, 53%, 0.3);
}
.tp-loader-new--gray-blue {
  --color: var(--tpui-color-primary);
  --startColor: hsla(0, 0%, 53%, 0.1);
  --endColor: var(--tpui-color-primary);
}
.tp-loader-new--overlay {
  background: hsla(0, 0%, 100%, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tp-loader-new--overlay-dark {
  background-color: rgba(0, 0, 0, 0.8);
}
@keyframes tp-loader-new-move {
  0% {
    background-color: var(--endColor);
    transform: translateZ(0);
  }
  to {
    background-color: var(--endColor);
    transform: translate3d(19px, 0, 0);
  }
}
@keyframes tp-loader-new-color {
  0% {
    background-color: var(--startColor);
  }
  to {
    background-color: var(--endColor);
  }
}
@keyframes tp-loader-new-size {
  0% {
    background-color: var(--startColor);
    transform: scale(0);
  }
  to {
    background-color: var(--startColor);
    transform: scale(1);
  }
}
@keyframes tp-loader-new-opacity {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
.tp-roller {
  height: var(--size);
  width: var(--size);
}
.tp-roller__wrapper {
  height: 64px;
  transform: scale(var(--scale));
  transform-origin: left top;
  width: 64px;
}
.tp-roller__wrapper div {
  animation: tp-roller-rotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.tp-roller__wrapper div:after {
  background-color: var(--color);
  border-radius: 50%;
  content: " ";
  display: block;
  height: 6px;
  margin: -3px 0 0 -3px;
  position: absolute;
  width: 6px;
}
.tp-roller__wrapper div:first-child {
  animation-delay: -36ms;
}
.tp-roller__wrapper div:first-child:after {
  left: 50px;
  top: 50px;
}
.tp-roller__wrapper div:nth-child(2) {
  animation-delay: -72ms;
}
.tp-roller__wrapper div:nth-child(2):after {
  left: 45px;
  top: 54px;
}
.tp-roller__wrapper div:nth-child(3) {
  animation-delay: -0.108s;
}
.tp-roller__wrapper div:nth-child(3):after {
  left: 39px;
  top: 57px;
}
.tp-roller__wrapper div:nth-child(4) {
  animation-delay: -0.144s;
}
.tp-roller__wrapper div:nth-child(4):after {
  left: 32px;
  top: 58px;
}
.tp-roller__wrapper div:nth-child(5) {
  animation-delay: -0.18s;
}
.tp-roller__wrapper div:nth-child(5):after {
  left: 25px;
  top: 57px;
}
.tp-roller__wrapper div:nth-child(6) {
  animation-delay: -0.216s;
}
.tp-roller__wrapper div:nth-child(6):after {
  left: 19px;
  top: 54px;
}
.tp-roller__wrapper div:nth-child(7) {
  animation-delay: -0.252s;
}
.tp-roller__wrapper div:nth-child(7):after {
  left: 14px;
  top: 50px;
}
.tp-roller__wrapper div:nth-child(8) {
  animation-delay: -0.288s;
}
.tp-roller__wrapper div:nth-child(8):after {
  left: 10px;
  top: 45px;
}
.tp-roller--current {
  --color: currentColor;
}
.tp-roller--blue {
  --color: #0093c4;
}
.tp-roller--white {
  --color: #fff;
}
.tp-roller--gray {
  --color: #878787;
}
@keyframes tp-roller-rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.tp-button-new {
  align-items: center;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  color: #13181e;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  line-height: 1;
  outline: none;
  padding: 0 24px;
  position: relative;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.tp-button-new__content {
  align-items: center;
  display: flex;
  margin-bottom: 1px;
}
.tp-button-new__roller {
  position: absolute;
}
.tp-button-new .tp-icon {
  height: 1em;
  width: 1em;
}
.tp-button-new__icon-left {
  margin-right: 6px;
}
.tp-button-new__icon-right {
  margin-left: 6px;
}
.tp-button-new--primary {
  background-color: #0093c4;
  background-color: var(--tpui-color-primary);
  border-color: transparent;
  color: #fff;
  color: var(--tpui-text-color-default);
}
@media (hover: hover) and (pointer: fine) {
  .tp-button-new--primary:hover {
    background-color: #006283;
    color: #96ccde;
  }
}
.tp-button-new--primary-outlined {
  border-color: #0093c4;
  border-color: var(--tpui-color-primary);
  color: #0093c4;
  color: var(--tpui-color-primary);
}
@media (hover: hover) and (pointer: fine) {
  .tp-button-new--primary-outlined:hover {
    border-color: #006283;
    color: #96ccde;
  }
}
.tp-button-new--accent {
  background-color: #ea4e01;
  border-color: #ea4e01;
  color: #fff;
  color: var(--tpui-text-color-default);
}
@media (hover: hover) and (pointer: fine) {
  .tp-button-new--accent:hover {
    background-color: #ff9700;
    border-color: #ff9700;
  }
}
.tp-button-new--green {
  background-color: #21a038;
  border-color: #21a038;
  color: #fff;
  color: var(--tpui-text-color-default);
}
@media (hover: hover) and (pointer: fine) {
  .tp-button-new--green:hover {
    background-color: #1a802d;
    border-color: #1a802d;
  }
}
.tp-button-new--black {
  background-color: #000;
  border-color: #000;
  color: #fff;
  color: var(--tpui-text-color-default);
}
@media (hover: hover) and (pointer: fine) {
  .tp-button-new--black:hover {
    background-color: #191919;
    border-color: #191919;
  }
}
.tp-button-new--accent-outlined {
  border-color: #ea4e01;
  color: #ea4e01;
}
@media (hover: hover) and (pointer: fine) {
  .tp-button-new--accent-outlined:hover {
    border-color: #ff9700;
    color: #ff9700;
  }
}
.tp-button-new--accent-outlined .tp-button-new__roller,
.tp-button-new--white {
  color: #13181e;
  color: var(--tpui-text-color-inverse);
}
.tp-button-new--white {
  background-color: #fff;
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .tp-button-new--white:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
  }
}
.tp-button-new--secondary {
  border-color: #262e37;
}
@media (hover: hover) and (pointer: fine) {
  .tp-button-new--secondary:hover {
    border-color: #353e48;
  }
}
.tp-button-new--firefly-blue-outlined {
  border-color: #102a37;
  color: #102a37;
}
.tp-button-new--secondary-overlay {
  border-color: #262e37;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .tp-button-new--secondary-overlay:hover {
    border-color: #353e48;
  }
}
.tp-button-new--secondary-white {
  border-color: #8b96a3;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .tp-button-new--secondary-white:hover {
    background-color: #191e24;
  }
}
.tp-button-new--white-outlined {
  background: none;
  border-color: #fff;
  color: #fff;
}
.tp-button-new--ghost {
  border-color: transparent;
  color: #8b96a3;
}
@media (hover: hover) and (pointer: fine) {
  .tp-button-new--ghost:hover {
    border-color: transparent;
    color: #d5d9de;
  }
}
.tp-button-new--small {
  font-size: 14px;
  font-weight: 400;
  height: 36px;
  padding: 0 12px;
}
.tp-button-new--small .tp-icon {
  height: 0.75em;
  width: 0.75em;
}
.tp-button-new--border-radius-small {
  border-radius: 3px;
}
.tp-button-new--border-radius-medium {
  border-radius: 25px;
}
.tp-button-new--block {
  flex-grow: 1;
  width: 100%;
}
.tp-button-new--icon-button {
  font-size: 18px;
  padding: 0;
  width: 50px;
}
.tp-button-new--icon-button .tp-icon {
  height: 20px;
  width: 20px;
}
.tp-button-new--icon-button.tp-button-new--small {
  width: 36px;
}
.tp-button-new--icon-button .tp-button-new__content {
  margin-bottom: 0;
}
.tp-button-new--with-subtext {
  font-size: 12px;
  font-weight: 400;
}
.tp-button-new--with-subtext .tp-button-new__content {
  flex-direction: column;
  line-height: 15px;
}
.tp-button-new--with-subtext .tp-button-new__subtext {
  opacity: 0.7;
}
.tp-button-new--full-size-icon .tp-icon {
  height: auto;
  width: auto;
}
.tp-button-new--full-size-icon .tp-button-new__content {
  margin-bottom: 0;
}
.tp-button-new:active {
  opacity: 0.8;
}
.tp-button-new--disabled,
.tp-button-new:disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.tp-button-new--loading {
  cursor: default;
  pointer-events: none;
}
.tp-button-new--loading .tp-button-new__content {
  color: transparent;
  margin-bottom: 0;
}
.tp-lazy-image {
  transition: opacity 0.5s;
}
.tp-lazy-image--lazy {
  opacity: 0;
  visibility: hidden;
}
.tp-brand {
  align-items: center;
  background: #fff;
  border: 2px solid #e1e6ed;
  border-radius: 16px;
  display: inline-flex;
  height: 60px;
  justify-content: center;
  padding: 12px 18px;
}
.tp-brand__img {
  max-height: 31px;
  max-width: 100%;
  transition: transform 0.2s;
}
.tp-brand:hover:not(.tp-brand--dark) .tp-brand__img {
  transform: scale(0.9);
}
.tp-brand--dark {
  background: #1a1a1a;
  border-color: #262e37;
  transition: background-color 0.2s;
}
.tp-brand--dark:hover {
  background-color: #fff;
}
.tp-brand--dark:hover .tp-brand__img {
  filter: none;
}
.tp-brand--dark .tp-brand__img {
  filter: brightness(0.5) invert(80%) grayscale(1);
  transition: filter 0.2s;
}
.tp-brand--dark.tp-brand--active {
  background-color: #fff;
}
.tp-brand--dark.tp-brand--active .tp-brand__img {
  filter: none;
}
.tp-brand--card {
  border: none;
  height: 84px;
  padding: 0 25px;
}
.tp-brand--card .tp-brand__img {
  max-height: 48px;
}
.tp-brand--xsmall {
  height: 50px;
}
.tp-brand--transparent,
.tp-cross-button {
  background-color: transparent;
}
.tp-cross-button {
  align-items: center;
  border: none;
  color: #8b96a3;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  height: 32px;
  justify-content: center;
  outline: none;
  padding: 0;
  transition: color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 32px;
}
.tp-cross-button:focus,
.tp-cross-button:hover {
  color: #d5d9de;
}
.tp-cross-button--size-medium .tp-cross-button__icon {
  height: 16px;
  width: 16px;
}
.tp-cross-button--color-white {
  color: #d5d9de;
}
.tp-cross-button--color-white:focus,
.tp-cross-button--color-white:hover {
  color: #8b96a3;
}
.tp-popover-new {
  position: relative;
}
.tp-popover-new__content {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.217);
  color: #000;
  min-width: 200px;
}
.tp-popover-new__content--overflow-hidden {
  overflow: hidden;
}
.tp-popover-new__popover {
  z-index: 100;
}
.tp-popover-new__arrow {
  color: #fff;
}
.tp-popover-new__popover[data-popper-placement^="top"] .tp-popover-new__arrow {
  bottom: -12px;
}
.tp-popover-new__popover[data-popper-placement^="bottom"]
  .tp-popover-new__arrow {
  top: -12px;
}
.tp-popover-new__popover[data-popper-placement^="left"] .tp-popover-new__arrow {
  right: -12px;
}
.tp-popover-new__popover[data-popper-placement^="right"]
  .tp-popover-new__arrow {
  left: -12px;
}
.popover-fade-enter-active,
.popover-fade-leave-active {
  transition: opacity 0.2s;
}
.popover-fade-enter,
.popover-fade-leave-to,
.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  border-radius: 17px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  outline: 0;
  padding: 18px;
  position: relative;
  transition-property: transform, visibility, opacity;
}
.tippy-box--br-small {
  border-radius: 3px;
  border-radius: var(--tpui-border-radius-small);
}
.tippy-box--br-large {
  border-radius: 16px;
  border-radius: var(--tpui-border-radius-large);
}
.tippy-box[data-placement^="top"] > .tippy-svg-arrow {
  bottom: -10px;
}
.tippy-box[data-placement^="bottom"] > .tippy-svg-arrow {
  top: -10px;
}
.tippy-box[data-placement^="left"] > .tippy-svg-arrow {
  right: -10px;
}
.tippy-box[data-placement^="right"] > .tippy-svg-arrow {
  left: -10px;
}
.tippy-box[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-content {
  position: relative;
  z-index: 1;
}
.tippy-box--light {
  background-color: #fff;
  color: #000;
}
.tippy-box--light .tippy-svg-arrow {
  color: #fff;
}
.tippy-box--dark {
  background: #13181e;
  color: #fff;
}
.tippy-box--dark .tippy-svg-arrow {
  color: #13181e;
}
.tippy-box--primary {
  background: #0093c4;
  color: #fff;
  color: var(--tpui-text-color-default);
}
.tippy-box--primary .tippy-svg-arrow {
  color: #0093c4;
}
.tippy-box--high-graphite {
  background: #1d242d;
  color: #fff;
  color: var(--tpui-text-color-default);
  padding: 18px;
}
.tippy-box--high-graphite .tippy-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.tippy-box--high-graphite .tippy-svg-arrow {
  color: #1d242d;
}
.tippy-box--hoverable {
  transition-property: background-color;
}
.tippy-box--hoverable .tippy-svg-arrow {
  transition: color 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .tippy-box--hoverable:hover.tippy-box--primary {
    background: #006283;
  }
  .tippy-box--hoverable:hover.tippy-box--primary .tippy-svg-arrow {
    color: #006283;
  }
}
.tp-divider {
  --tp-divider-margin: 0;
  --color: unset;
  display: flex;
  margin-bottom: 0;
  margin-bottom: var(--tp-divider-margin);
  margin-top: 0;
  margin-top: var(--tp-divider-margin);
  width: 100%;
}
.tp-divider:after,
.tp-divider:before {
  border-bottom: 0;
  border-top: 1px solid var(--color);
  content: "";
  position: relative;
  top: 50%;
  transform: translateY(50%);
  width: 50%;
}
.tp-divider__content {
  color: var(--color);
  display: flex;
  padding: 0 12px;
}
.tp-divider--dashed:after,
.tp-divider--dashed:before {
  border-top-style: dashed;
}
.tp-divider--light {
  --color: #dedede;
}
.tp-divider--light-graphite {
  --color: #353e48;
}
.tp-divider--dark {
  --color: #303030;
}
.tp-divider--gray {
  --color: #d5d9de;
}
.tp-divider--black-tp {
  --color: rgba(0, 0, 0, 0.3);
}
.tp-divider--white-tp {
  --color: hsla(0, 0%, 100%, 0.3);
}
.tp-divider--none {
  --tp-divider-margin: 0;
}
.tp-divider--xlarge {
  --tp-divider-margin: 30px;
}
.tp-divider--large {
  --tp-divider-margin: 24px;
}
.tp-divider--medium {
  --tp-divider-margin: 18px;
}
.tp-divider--small {
  --tp-divider-margin: 12px;
}
.tp-divider--xsmall {
  --tp-divider-margin: 9px;
}
.tp-input-new {
  display: flex;
  flex-direction: column;
  min-width: 100px;
  position: relative;
}
.tp-input-new__box {
  background-color: #fff;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
  display: flex;
  height: 50px;
  overflow: hidden;
  width: 100%;
}
.tp-input-new__input {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  caret-color: #0093c4;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  outline: none;
  padding: 18px 12px 10px;
  transition: border-color 0.2s;
  width: 100%;
}
.tp-input-new__input:-webkit-autofill {
  -webkit-text-fill-color: #13181e;
  -webkit-box-shadow: inset 0 0 0 1000px #eceff2;
}
.tp-input-new__input:-webkit-autofill + div {
  box-shadow: inset 0 0 0 1000px #eceff2;
}
.tp-input-new__input:-moz-autofill {
  -moz-text-fill-color: #13181e;
  -moz-box-shadow: inset 0 0 0 1000px #eceff2;
}
.tp-input-new__input:-moz-autofill + div {
  box-shadow: inset 0 0 0 1000px #eceff2;
}
.tp-input-new__input:-o-autofill {
  -o-text-fill-color: #13181e;
  -o-box-shadow: inset 0 0 0 1000px #eceff2;
}
.tp-input-new__input:-o-autofill + div {
  box-shadow: inset 0 0 0 1000px #eceff2;
}
.tp-input-new__input:-khtml-autofill {
  -khtml-text-fill-color: #13181e;
  -khtml-box-shadow: inset 0 0 0 1000px #eceff2;
}
.tp-input-new__input:-khtml-autofill + div {
  box-shadow: inset 0 0 0 1000px #eceff2;
}
.tp-input-new__input::-webkit-inner-spin-button,
.tp-input-new__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tp-input-new__input[type="number"] {
  -moz-appearance: textfield;
}
.tp-input-new__input input[type="search"] {
  -webkit-appearance: none;
}
.tp-input-new__input::-ms-clear {
  display: none;
}
.tp-input-new__input::-webkit-clear-button {
  display: none;
}
.tp-input-new__input:-moz-read-only {
  color: #e1e6ed;
}
.tp-input-new__input:read-only {
  color: #e1e6ed;
}
.tp-input-new__label {
  color: #8b96a3;
  display: block;
  font-size: 16px;
  font-weight: 400;
  left: 13px;
  line-height: 36px;
  max-width: 90%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  top: 7px;
  transition:
    font-size 0.2s,
    line-height 0.2s;
  white-space: nowrap;
  width: 100%;
}
.tp-input-new__icon {
  align-self: center;
  color: #8b96a3;
  height: 24px;
  margin-left: 14px;
  min-width: 24px;
}
.tp-input-new__buttons {
  align-items: center;
  display: flex;
  padding-right: 12px;
}
.tp-input-new__buttons > :first-child {
  margin-left: 6px;
}
.tp-input-new__buttons > :not(:last-child) {
  margin-right: 14px;
}
.tp-input-new__clear-btn {
  align-items: center;
  background: none;
  border: none;
  color: #8b96a3;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0;
  transition: color 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .tp-input-new__clear-btn:hover {
    color: #bababa;
  }
}
.tp-input-new__clear-btn:active {
  color: #bababa;
}
.tp-input-new__btn {
  background-color: #e7f3f9;
  color: #96ccde;
  pointer-events: none;
}
.tp-input-new__btn--visible-on-focus {
  display: none;
}
.tp-input-new__check-icon {
  color: #96ccde;
}
.tp-input-new__clear-icon {
  height: 20px;
  width: 20px;
}
.tp-input-new__error-message {
  color: #f54b4b;
  display: flex;
  font-size: 14px;
  line-height: 17px;
  margin-top: 6px;
}
.tp-input-new__error-message:before {
  background-color: #f54b4b;
  border-radius: 100%;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  margin-right: 6px;
  min-width: 7px;
  position: relative;
  top: 5px;
}
.tp-input-new--with-icon .tp-input-new__clear-btn {
  right: 40px;
}
.tp-input-new.tp-input-new--clearable.tp-input-new--with-icon
  .tp-input-new__input {
  padding-right: 70px;
}
.tp-input-new--no-border .tp-input-new__box {
  border-color: #fff;
}
.tp-input-new--dark .tp-input-new__box {
  background-color: #191e24;
  border-color: #353e48;
  color: #fff;
}
.tp-input-new--dark .tp-input-new__input {
  color: #fff;
}
.tp-input-new--dark .tp-input-new__input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1000px #262e37;
}
.tp-input-new--dark .tp-input-new__input:-webkit-autofill + div {
  box-shadow: inset 0 0 0 1000px #262e37;
}
.tp-input-new--dark .tp-input-new__input:-moz-autofill {
  -moz-text-fill-color: #fff;
  -moz-box-shadow: inset 0 0 0 1000px #262e37;
}
.tp-input-new--dark .tp-input-new__input:-moz-autofill + div {
  box-shadow: inset 0 0 0 1000px #262e37;
}
.tp-input-new--dark .tp-input-new__input:-o-autofill {
  -o-text-fill-color: #fff;
  -o-box-shadow: inset 0 0 0 1000px #262e37;
}
.tp-input-new--dark .tp-input-new__input:-o-autofill + div {
  box-shadow: inset 0 0 0 1000px #262e37;
}
.tp-input-new--dark .tp-input-new__input:-khtml-autofill {
  -khtml-text-fill-color: #fff;
  -khtml-box-shadow: inset 0 0 0 1000px #262e37;
}
.tp-input-new--dark .tp-input-new__input:-khtml-autofill + div {
  box-shadow: inset 0 0 0 1000px #262e37;
}
.tp-input-new--dark .tp-input-new__label {
  color: #8b96a3;
}
.tp-input-new--dark .tp-input-new__btn {
  background-color: #102a37;
  color: #1c4859;
}
.tp-input-new--dark .tp-input-new__check-icon {
  color: #102a37;
}
.tp-input-new--dark-graphite .tp-input-new__box {
  background-color: #191e24;
  border-color: #353e48;
}
.tp-input-new--dark-graphite .tp-input-new__input {
  color: #fff;
}
.tp-input-new--dark-graphite .tp-input-new__label {
  color: #8b96a3;
  font-size: 16px;
  font-weight: lighter;
}
.tp-input-new--dark.tp-input-new--focused .tp-input-new__box {
  background-color: #fff;
  border-color: #0093c4;
}
.tp-input-new--dark.tp-input-new--focused .tp-input-new__input {
  color: #000;
}
.tp-input-new--dark-graphite.tp-input-new--focused .tp-input-new__box {
  background-color: #fff;
  border-color: #0093c4;
}
.tp-input-new--dark-graphite.tp-input-new--focused .tp-input-new__input {
  color: #000;
}
.tp-input-new--dark-graphite.tp-input-new--focused .tp-input-new__label {
  margin-top: 4px;
}
.tp-input-new--collapsed-bottom .tp-input-new__box {
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
.tp-input-new--active .tp-input-new__label {
  font-size: 12px;
  line-height: 15px;
  top: 4px;
}
.tp-input-new--active .tp-input-new__btn--visible-on-focus {
  display: inline-flex;
}
.tp-input-new--focused .tp-input-new__box {
  border-color: #0093c4;
}
.tp-input-new--has-error .tp-input-new__box {
  border-color: #f54b4b !important;
}
.tp-input-new--valid .tp-input-new__btn {
  background: #0093c4;
  color: #fff;
  pointer-events: all;
}
.tp-input-new--valid .tp-input-new__check-icon {
  color: #0093c4;
}
.tp-input-new--disabled .tp-input-new__box {
  pointer-events: none;
}
.tp-input-new--disabled .tp-input-new__input {
  color: #8b96a3;
}
.tp-input-new--disabled .tp-input-new__btn {
  background-color: #e7f3f9;
  color: #96ccde;
}
.tp-input-new--disabled .tp-input-new__check-icon {
  color: #96ccde;
}
.tp-input-new--no-label .tp-input-new__input {
  padding: 15px 12px 13px;
}
[data-v-5fa9c5ff]:root {
  --tpui-color-primary: #0093c4;
  --tpui-color-primary-light: #31b7e3;
  --tpui-color-accent: #ea4e01;
  --tpui-color-accent-light: #ff7835;
  --tpui-color-critical: #c22e2e;
  --tpui-color-positive: #00bd0a;
  --tpui-color-warning: #ff9700;
  --tpui-color-muted: #878787;
  --tpui-text-color-primary: var(--tpui-color-primary);
  --tpui-text-color-accent: var(--tpui-color-accent);
  --tpui-text-color-critical: var(--tpui-color-critical);
  --tpui-text-color-positive: var(--tpui-color-positive);
  --tpui-text-color-warning: var(--tpui-color-warning);
  --tpui-text-color-default: #fff;
  --tpui-text-color-inverse: #13181e;
  --tpui-text-color-secondary: #878787;
  --tpui-background-color-default: rgba(0, 0, 0, 0.3);
  --tpui-background-color-default-secondary: rgba(0, 0, 0, 0.2);
  --tpui-background-color-default-tertiary: hsla(0, 0%, 100%, 0.1);
  --tpui-background-color-inverse: #fff;
  --tpui-background-color-inverse-secondary: #f5f5f5;
  --tpui-background-color-inverse-tertiary: #e6e6e6;
  --tpui-border-radius-small: 3px;
  --tpui-border-radius-medium: 8px;
  --tpui-border-radius-large: 16px;
  --tpui-shadow-card: 0px 0px 4px rgba(0, 0, 0, 0.5);
  --tpui-space-xxxlarge: 42px;
  --tpui-space-xxlarge: 36px;
  --tpui-space-xlarge: 30px;
  --tpui-space-large: 24px;
  --tpui-space-medium: 18px;
  --tpui-space-small: 12px;
  --tpui-space-xsmall: 6px;
  --tpui-space-none: 0px;
}
.tp-textarea[data-v-5fa9c5ff] {
  display: inline-flex;
  min-width: 200px;
  position: relative;
  width: 100%;
}
.tp-textarea[data-v-5fa9c5ff]:after {
  background-color: #fff;
  border-radius: 8px;
  content: "";
  height: 20px;
  left: 1px;
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 2;
}
.tp-textarea__input[data-v-5fa9c5ff] {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  outline: none;
  padding: 18px 12px 10px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  width: 100%;
}
.tp-textarea__input[data-v-5fa9c5ff]::-webkit-inner-spin-button,
.tp-textarea__input[data-v-5fa9c5ff]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tp-textarea__input[type="number"][data-v-5fa9c5ff] {
  -moz-appearance: textfield;
}
.tp-textarea__label[data-v-5fa9c5ff] {
  color: #8b96a3;
  font-size: 16px;
  left: 13px;
  line-height: 36px;
  max-width: 90%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 6px;
  transition:
    font-size 0.2s,
    line-height 0.2s;
  white-space: nowrap;
  z-index: 3;
}
.tp-textarea--active .tp-textarea__label[data-v-5fa9c5ff] {
  font-size: 12px;
  line-height: 13.3px;
}
.tp-textarea--focused .tp-textarea__input[data-v-5fa9c5ff] {
  border-color: #0093c4;
  box-shadow: 0 0 6px rgba(0, 147, 196, 0.2);
}
.tp-textarea--disabled[data-v-5fa9c5ff] {
  opacity: 0.5;
  pointer-events: none;
}
.tp-textarea--has-error .tp-textarea__input[data-v-5fa9c5ff] {
  border-color: #f54b4b !important;
}
.tp-textarea--dark-graphite[data-v-5fa9c5ff]:after {
  background-color: #191e24;
}
.tp-textarea--dark-graphite .tp-textarea__input[data-v-5fa9c5ff] {
  background-color: #191e24;
  border: 1px solid #353e48;
  color: #fff;
}
.tp-textarea--dark-graphite .tp-textarea__label[data-v-5fa9c5ff] {
  color: #8b96a3;
  font-weight: lighter;
}
.tp-textarea--dark-graphite.tp-textarea--focused
  .tp-textarea__label[data-v-5fa9c5ff] {
  color: #000;
  margin-top: 4px;
}
.tp-textarea--dark-graphite.tp-textarea--focused
  .tp-textarea__input[data-v-5fa9c5ff] {
  background-color: #fff;
  border-color: #0093c4;
  color: #000;
}
.tp-textarea--dark-graphite.tp-textarea--focused[data-v-5fa9c5ff]:after {
  background-color: #fff;
}
.tp-new-checkbox {
  cursor: pointer;
  display: inline-flex;
  gap: 12px;
  position: relative;
}
.tp-new-checkbox--reversed {
  flex-direction: row-reverse;
}
.tp-new-checkbox--reversed .tp-new-checkbox__box {
  margin-left: auto;
}
.tp-new-checkbox__input {
  height: 0;
  margin: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  width: 0;
  z-index: -1;
}
.tp-new-checkbox__box {
  align-items: center;
  border: 1px solid #d5d9de;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  height: 20px;
  justify-content: center;
  transition: 0.2s;
  width: 20px;
}
.tp-new-checkbox__box:hover {
  border-color: #8b96a3;
}
.tp-new-checkbox__icon {
  color: currentColor;
  font-size: 14px;
  height: auto;
  opacity: 0;
  transition: opacity 0.15s;
  width: 15px;
}
.tp-new-checkbox__label {
  font-size: 16px;
  line-height: 22px;
}
.tp-new-checkbox--dark .tp-new-checkbox__box {
  background-color: #191e24;
  border-color: #353e48;
}
.tp-new-checkbox--dark .tp-new-checkbox__box:hover {
  border-color: #8b96a3;
}
.tp-new-checkbox--checked .tp-new-checkbox__box {
  background-color: #0093c4;
  border: none;
}
.tp-new-checkbox--checked .tp-new-checkbox__box:hover {
  background-color: #006283;
}
.tp-new-checkbox--checked .tp-new-checkbox__icon {
  color: #fff;
  opacity: 1;
}
.tp-new-checkbox--disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.tp-scrollbar-bar {
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 6px 0;
  position: absolute;
  right: 100px;
  top: 0;
  width: 14px;
}
.tp-scrollbar-bar__thumb {
  background-color: #d1d1d1;
  border-radius: 5px;
  transition: background-color 0.2s;
  width: 7px;
}
.tp-scrollbar-bar__thumb:active,
.tp-scrollbar-bar__thumb:hover {
  background-color: #878787;
}
.tp-scrollbar-bar--dark .tp-scrollbar-bar__thumb {
  background-color: #575757;
}
.tp-scrollbar-bar--dark .tp-scrollbar-bar__thumb:active,
.tp-scrollbar-bar--dark .tp-scrollbar-bar__thumb:hover {
  background-color: #878787;
}
.tp-scrollbar {
  height: 100%;
  margin-right: -100px;
  overflow: hidden;
  position: relative;
}
.tp-scrollbar ::-webkit-scrollbar {
  width: 0;
}
.tp-scrollbar__wrap {
  -webkit-overflow-scrolling: touch;
  height: inherit;
  max-height: inherit;
  min-height: inherit;
  overflow-y: scroll;
  padding-right: 100px;
  scrollbar-width: none;
}
.scrollbar-fade-enter-active,
.scrollbar-fade-leave-active {
  transition: opacity 0.2s;
}
.scrollbar-fade-enter,
.scrollbar-fade-leave-to {
  opacity: 0;
}
.tp-input-with-button {
  position: relative;
  width: 100%;
}
.tp-input-with-button .tp-input-new {
  width: 100%;
}
.tp-input-with-button--theme-light .tp-input-with-button__button {
  background-color: #e7f3f9;
  color: #96ccde;
}
.tp-input-with-button--theme-dark .tp-input-with-button__button {
  background-color: #102a37;
  color: #1c4859;
}
.tp-input-with-button__button {
  border: none;
  border-radius: 25px;
  bottom: 0;
  cursor: pointer;
  font-weight: 400;
  height: auto;
  margin: 7px;
  outline: none;
  padding: 0 12px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition:
    background-color 0.2s,
    color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.tp-input-with-button__button--visible-on-focus {
  display: none;
}
.tp-input-with-button__button:hover {
  background-color: transparent;
}
.tp-input-with-button .tp-input-new--valid + .tp-input-with-button__button {
  background: #0093c4;
  color: #fff;
  pointer-events: all;
}
.tp-input-with-button
  .tp-input-new--valid
  + .tp-input-with-button__button:hover {
  background-color: #006283;
}
.tp-arrow-link,
.tp-input-with-button
  .tp-input-new--active
  + .tp-input-with-button__button--visible-on-focus {
  display: inline-flex;
}
.tp-arrow-link {
  align-items: center;
  color: #000;
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.2s;
}
.tp-arrow-link:hover {
  color: #0093c4;
  color: var(--tpui-color-primary);
}
.tp-arrow-link--size-small {
  font-size: 14px;
  line-height: 17px;
}
.tp-arrow-link--size-small .tp-arrow-link__icon {
  margin-left: 3px;
}
.tp-arrow-link--size-medium {
  font-size: 16px;
  line-height: 20px;
}
.tp-arrow-link--size-medium .tp-arrow-link__icon {
  margin-left: 6px;
}
.tp-arrow-link--weight--regular {
  font-weight: 400;
}
.tp-arrow-link--weight-medium {
  font-weight: 500;
}
.tp-arrow-link--white {
  color: #fff;
}
.tp-arrow-link--gray,
.tp-arrow-link--white:hover {
  color: #d1d1d1;
}
.tp-arrow-link--gray:hover {
  color: #fff;
}
.tp-arrow-link--blue,
.tp-arrow-link--blue:hover {
  color: #0093c4;
}
.tp-badge:not(.tp-badge--complex),
.tp-badge__left,
.tp-badge__right {
  align-items: center;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
.tp-badge--weight-medium {
  font-weight: 500;
}
.tp-badge--weight-regular {
  font-weight: 400;
}
.tp-badge--size-medium .tp-badge__left,
.tp-badge--size-medium .tp-badge__right,
.tp-badge--size-medium:not(.tp-badge--complex) {
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  min-width: 18px;
  padding: 0 3px;
}
.tp-badge--size-small .tp-badge__left,
.tp-badge--size-small .tp-badge__right,
.tp-badge--size-small:not(.tp-badge--complex) {
  font-size: 10px;
  height: 14px;
  line-height: 14;
  min-width: 14px;
  padding: 0 3px;
}
.tp-badge--color-blue .tp-badge__right,
.tp-badge--color-blue:not(.tp-badge--complex) {
  background-color: #0093c4;
}
.tp-badge--color-white .tp-badge__right,
.tp-badge--color-white:not(.tp-badge--complex) {
  background-color: #fff;
  color: #0093c4;
}
.tp-badge--color-papaya .tp-badge__right,
.tp-badge--color-papaya:not(.tp-badge--complex) {
  background-color: #ea4e01;
}
.tp-badge--complex {
  display: inline-flex;
  padding-left: 12px;
}
.tp-badge--border-radius-small {
  border-radius: 3px;
}
.tp-badge--border-radius-medium {
  border-radius: 100px;
}
.tp-badge__left {
  margin-right: -4px;
  position: relative;
}
.tp-form-error {
  color: #f54b4b;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.tp-form-error:before {
  background: #f54b4b;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 5px;
  position: absolute;
  top: 6px;
  width: 7px;
}
.tp-form-field__error {
  margin-top: 6px;
}
.tp-form-field__slot {
  position: relative;
}
.tp-form-field__slot--required:after {
  color: #f54b4b;
  content: "*";
  font-size: 16px;
  font-weight: 400;
  height: 9px;
  line-height: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.tp-new-modal {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .tp-new-modal--mobile-bottom {
    align-items: flex-end;
  }
  .tp-new-modal--mobile-bottom:not(.tp-new-modal--fullscreen-mobile) {
    padding-top: 30px;
  }
  .tp-new-modal--mobile-center {
    align-items: center;
    padding: 30px 12px;
  }
}
@media (min-width: 768px) {
  .tp-new-modal--tablet-center {
    align-items: center;
  }
  .tp-new-modal--tablet-bottom {
    align-items: flex-end;
  }
}
.tp-new-modal-backdrop {
  background: rgba(0, 0, 0, var(--backdrop-opacity));
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.tp-new-modal-backdrop--blur {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
[data-v-35f53e28]:root {
  --tpui-color-primary: #0093c4;
  --tpui-color-primary-light: #31b7e3;
  --tpui-color-accent: #ea4e01;
  --tpui-color-accent-light: #ff7835;
  --tpui-color-critical: #c22e2e;
  --tpui-color-positive: #00bd0a;
  --tpui-color-warning: #ff9700;
  --tpui-color-muted: #878787;
  --tpui-text-color-primary: var(--tpui-color-primary);
  --tpui-text-color-accent: var(--tpui-color-accent);
  --tpui-text-color-critical: var(--tpui-color-critical);
  --tpui-text-color-positive: var(--tpui-color-positive);
  --tpui-text-color-warning: var(--tpui-color-warning);
  --tpui-text-color-default: #fff;
  --tpui-text-color-inverse: #13181e;
  --tpui-text-color-secondary: #878787;
  --tpui-background-color-default: rgba(0, 0, 0, 0.3);
  --tpui-background-color-default-secondary: rgba(0, 0, 0, 0.2);
  --tpui-background-color-default-tertiary: hsla(0, 0%, 100%, 0.1);
  --tpui-background-color-inverse: #fff;
  --tpui-background-color-inverse-secondary: #f5f5f5;
  --tpui-background-color-inverse-tertiary: #e6e6e6;
  --tpui-border-radius-small: 3px;
  --tpui-border-radius-medium: 8px;
  --tpui-border-radius-large: 16px;
  --tpui-shadow-card: 0px 0px 4px rgba(0, 0, 0, 0.5);
  --tpui-space-xxxlarge: 42px;
  --tpui-space-xxlarge: 36px;
  --tpui-space-xlarge: 30px;
  --tpui-space-large: 24px;
  --tpui-space-medium: 18px;
  --tpui-space-small: 12px;
  --tpui-space-xsmall: 6px;
  --tpui-space-none: 0px;
}
.fade-enter-active[data-v-35f53e28],
.fade-leave-active[data-v-35f53e28] {
  transition: opacity 0.2s;
}
.fade-enter[data-v-35f53e28],
.fade-leave-to[data-v-35f53e28] {
  opacity: 0;
}
.slide-enter-active[data-v-35f53e28],
.slide-leave-active[data-v-35f53e28] {
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .slide-enter-active[data-v-35f53e28],
  .slide-leave-active[data-v-35f53e28] {
    transition:
      transform 0.2s,
      opacity 0.2s;
  }
}
.slide-enter[data-v-35f53e28],
.slide-leave-to[data-v-35f53e28] {
  transform: translateY(100%);
}
@media (min-width: 768px) {
  .slide-enter[data-v-35f53e28],
  .slide-leave-to[data-v-35f53e28] {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.slide-on-desktop-enter-active[data-v-35f53e28],
.slide-on-desktop-leave-active[data-v-35f53e28] {
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .slide-on-desktop-enter-active[data-v-35f53e28],
  .slide-on-desktop-leave-active[data-v-35f53e28] {
    transition:
      transform 0.2s,
      opacity 0.2s;
  }
}
.slide-on-desktop-enter[data-v-35f53e28],
.slide-on-desktop-leave-to[data-v-35f53e28] {
  opacity: 0;
}
@media (min-width: 768px) {
  .slide-on-desktop-enter[data-v-35f53e28],
  .slide-on-desktop-leave-to[data-v-35f53e28] {
    transform: translateY(-20px);
  }
}
.slide-fade-enter-active[data-v-35f53e28],
.slide-fade-leave-active[data-v-35f53e28] {
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.slide-fade-enter[data-v-35f53e28],
.slide-fade-leave-to[data-v-35f53e28] {
  opacity: 0;
  transform: translateY(10px);
}
.tp-modal-card {
  background: #fff;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  color: #000;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .tp-modal-card {
    border-radius: var(--border-radius);
    max-height: calc(100vh - 48px);
    max-width: 95%;
    width: 800px;
  }
}
.tp-modal-card__header {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 24px 28px 14px;
  position: relative;
  text-align: center;
}
.tp-modal-card__header:after {
  background-color: #dedede;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 18px;
  position: absolute;
  right: 18px;
}
.tp-modal-card__header--position-left {
  text-align: left;
}
.tp-modal-card__header--position-center {
  text-align: center;
}
.tp-modal-card__body {
  overflow-y: auto;
  padding: 18px 18px 24px;
}
@media (max-width: 767px) {
  .tp-modal-card__body--without-header {
    padding-top: 24px;
  }
}
.tp-modal-card__close-btn {
  position: absolute;
  top: 8px;
  z-index: 10;
}
.tp-modal-card__close-btn--next-to-header {
  top: 18px;
}
.tp-modal-card__close-btn--position-right {
  right: 8px;
}
.tp-modal-card__close-btn--position-left {
  left: 8px;
}
.tp-modal-card__back-btn {
  background: none;
  border: none;
  color: #bababa;
  cursor: pointer;
  display: inline-flex;
  left: 8px;
  padding: 12px;
  position: absolute;
  top: 9px;
  transition: color 0.2s;
  z-index: 1;
}
.tp-modal-card__back-btn:hover {
  color: #878787;
}
.tp-modal-card--without-header-border .tp-modal-card__header:after {
  display: none;
}
.tp-modal-card--full-height {
  border-radius: 0;
}
@media (min-width: 768px) {
  .tp-modal-card--small {
    width: 400px;
  }
}
.tp-modal-card--small .tp-modal-card__header:after {
  left: 12px;
  right: 12px;
}
@media (min-width: 768px) {
  .tp-modal-card--small .tp-modal-card__body {
    padding: 12px;
  }
  .tp-modal-card--medium {
    width: 566px;
  }
}
.tp-modal-card--dark {
  background-color: #1a1a1a;
  color: #fff;
}
.tp-modal-card--dark .tp-modal-card__header:after {
  background-color: #303030;
}
.tp-modal-card--high-graphite {
  background-color: #1d242d;
  color: #fff;
}
.tp-modal-card--dark-graphite {
  background-color: #191e24;
  color: #fff;
}
.tp-modal-card--black {
  background-color: #13181e;
  color: #fff;
}
.tp-modal-card--br-small {
  --border-radius: var(--tpui-border-radius-small);
}
.tp-modal-card--br-large {
  --border-radius: var(--tpui-border-radius-large);
}
.tp-menu-item {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 500;
  min-height: 40px;
  padding: 0;
  position: relative;
  width: 100%;
}
.tp-menu-item__content {
  align-items: center;
  border-radius: 8px;
  display: flex;
  height: 100%;
  min-height: inherit;
  padding: 9px 10px;
  transition: background-color 0.2s;
}
.tp-menu-item--split-border:not(:last-child) {
  padding-bottom: 4px;
}
.tp-menu-item--split-border:not(:last-child):after {
  border-bottom: 1px solid #e1e6ed;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.tp-menu-item__icon {
  color: #878787;
  display: flex;
  margin-right: 12px;
}
.tp-menu-item .tp-badge {
  margin-left: 6px;
}
.tp-menu-item__arrow {
  color: #8b96a3;
  flex-shrink: 0;
  margin-left: auto;
}
.tp-menu-item--size-small .tp-menu-item__icon {
  height: 20px;
  min-width: 20px;
  width: 20px;
}
.tp-menu-item--size-medium .tp-menu-item__icon {
  height: 24px;
  min-width: 24px;
  width: 24px;
}
.tp-menu-item--light .tp-menu-item__content {
  color: #13181e;
}
@media (hover: hover) {
  .tp-menu-item--light .tp-menu-item__content:hover {
    background-color: #eceff2;
  }
}
.tp-menu-item--light:not(:last-child):after {
  border-color: #e1e6ed;
}
.tp-menu-item--light .tp-menu-item__icon {
  color: #8b96a3;
}
@media (hover: hover) {
  .tp-menu-item--dark .tp-menu-item__content:hover {
    background-color: #262e37;
  }
}
.tp-menu-item--dark .tp-menu-item__content:active {
  background-color: #262e37;
}
.tp-menu-item--dark:not(:last-child):after {
  border-color: #262e37;
}
.tp-menu-item--black-tp .tp-menu-item__content {
  background-color: #0d1115;
  color: #fff;
}
@media (hover: hover) {
  .tp-menu-item--black-tp .tp-menu-item__content:hover {
    background-color: #191e24;
  }
}
.tp-menu-item--black-tp.check-active-route.active .tp-menu-item__content,
.tp-menu-item--black-tp.tp-menu-item--active .tp-menu-item__content {
  background-color: #191e24;
  color: #31b7e3;
}
.tp-menu-item--black-tp.check-active-route.active .tp-menu-item__icon,
.tp-menu-item--black-tp.tp-menu-item--active .tp-menu-item__icon {
  color: #0093c4;
}
.tp-menu-item--transparent .tp-menu-item__content {
  background-color: transparent;
  color: #fff;
}
@media (hover: hover) {
  .tp-menu-item--transparent .tp-menu-item__content:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
  }
}
.tp-menu-item--transparent .tp-menu-item__arrow,
.tp-menu-item--transparent .tp-menu-item__icon {
  color: #fff;
}
[data-v-54a94b88]:root {
  --tpui-color-primary: #0093c4;
  --tpui-color-primary-light: #31b7e3;
  --tpui-color-accent: #ea4e01;
  --tpui-color-accent-light: #ff7835;
  --tpui-color-critical: #c22e2e;
  --tpui-color-positive: #00bd0a;
  --tpui-color-warning: #ff9700;
  --tpui-color-muted: #878787;
  --tpui-text-color-primary: var(--tpui-color-primary);
  --tpui-text-color-accent: var(--tpui-color-accent);
  --tpui-text-color-critical: var(--tpui-color-critical);
  --tpui-text-color-positive: var(--tpui-color-positive);
  --tpui-text-color-warning: var(--tpui-color-warning);
  --tpui-text-color-default: #fff;
  --tpui-text-color-inverse: #13181e;
  --tpui-text-color-secondary: #878787;
  --tpui-background-color-default: rgba(0, 0, 0, 0.3);
  --tpui-background-color-default-secondary: rgba(0, 0, 0, 0.2);
  --tpui-background-color-default-tertiary: hsla(0, 0%, 100%, 0.1);
  --tpui-background-color-inverse: #fff;
  --tpui-background-color-inverse-secondary: #f5f5f5;
  --tpui-background-color-inverse-tertiary: #e6e6e6;
  --tpui-border-radius-small: 3px;
  --tpui-border-radius-medium: 8px;
  --tpui-border-radius-large: 16px;
  --tpui-shadow-card: 0px 0px 4px rgba(0, 0, 0, 0.5);
  --tpui-space-xxxlarge: 42px;
  --tpui-space-xxlarge: 36px;
  --tpui-space-xlarge: 30px;
  --tpui-space-large: 24px;
  --tpui-space-medium: 18px;
  --tpui-space-small: 12px;
  --tpui-space-xsmall: 6px;
  --tpui-space-none: 0px;
}
.tp-status[data-v-54a94b88] {
  --status-color: var(--tpui-color-primary);
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
}
.tp-status__dot[data-v-54a94b88] {
  color: var(--status-color);
  height: 18px;
  width: 18px;
}
.tp-status__label[data-v-54a94b88] {
  margin-left: 12px;
}
.tp-status--success[data-v-54a94b88] {
  --status-color: var(--tpui-color-positive);
}
.tp-status--danger[data-v-54a94b88] {
  --status-color: var(--tpui-color-critical);
}
.tp-status--accent[data-v-54a94b88] {
  --status-color: var(--tpui-color-accent);
}
.tp-status--muted[data-v-54a94b88] {
  --status-color: var(--tpui-color-muted);
}
.tp-status--muted .tp-status__label[data-v-54a94b88] {
  color: #878787;
  color: var(--tpui-color-muted);
}
.tp-status--small[data-v-54a94b88] {
  font-size: 12px;
}
.tp-status--small .tp-status__label[data-v-54a94b88] {
  margin-left: 6px;
}
.tp-collapse__summary {
  position: relative;
}
.tp-collapse:not(.tp-collapse--disabled) .tp-collapse__summary {
  cursor: pointer;
}
.tp-collapse-box {
  --vertical-padding: 18px;
  --border-radius: 8px;
}
.tp-collapse-box.tp-collapse-box--box-shadow:not(
    .tp-collapse-box--ghost-content
  ) {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.tp-collapse-box__header {
  backface-visibility: hidden;
  border-radius: var(--border-radius);
  padding: var(--vertical-padding) 18px;
  transition:
    background-color 0.2s,
    border-radius 0s ease 0.2s;
}
.tp-collapse-box__content {
  background-color: #1a1a1a;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  padding: 0 18px var(--vertical-padding) 18px;
  position: relative;
  transition: background-color 0.2s;
}
.tp-collapse-box__content:before {
  display: none;
}
.tp-collapse-box__arrow {
  height: 24px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition:
    transform 0.2s,
    color 0.2s;
  width: 24px;
}
.tp-collapse-box--arrow-indent .tp-collapse-box__header {
  padding-right: 42px;
}
.tp-collapse-box--condensed {
  --vertical-padding: 12px;
}
.tp-collapse-box--no-padding .tp-collapse-box__header {
  padding: 0 42px 0 0;
}
.tp-collapse-box--no-padding .tp-collapse-box__content {
  padding: 0;
}
.tp-collapse-box--no-padding .tp-collapse-box__arrow {
  right: 0;
}
.tp-collapse-box--split-content .tp-collapse-box__content {
  padding-top: var(--vertical-padding);
}
.tp-collapse-box--split-content .tp-collapse-box__content:before {
  border-top: 1px solid #575757;
  content: "";
  display: block;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 0;
}
.tp-collapse-box--dark {
  color: #fff;
}
.tp-collapse-box--dark .tp-collapse-box__content {
  background-color: #1a1a1a;
}
.tp-collapse-box--dark .tp-collapse-box__content:before {
  border-color: #303030;
}
.tp-collapse-box--dark .tp-collapse-box__header {
  background-color: #1a1a1a;
}
.tp-collapse-box--dark .tp-collapse-box__arrow {
  color: #bababa;
}
.tp-collapse-box--dark.tp-collapse-box--active .tp-collapse-box__content,
.tp-collapse-box--dark.tp-collapse-box--active .tp-collapse-box__header {
  background-color: rgba(0, 0, 0, 0.3);
}
.tp-collapse-box--high-graphite {
  color: #fff;
}
.tp-collapse-box--high-graphite .tp-collapse-box__content,
.tp-collapse-box--high-graphite .tp-collapse-box__header {
  background-color: #1d242d;
}
.tp-collapse-box--high-graphite .tp-collapse-box__arrow {
  color: #8b96a3;
}
.tp-collapse-box--dark-graphite {
  color: #fff;
}
.tp-collapse-box--dark-graphite:not(.tp-collapse-box--active):hover
  .tp-collapse-box__content,
.tp-collapse-box--dark-graphite:not(.tp-collapse-box--active):hover
  .tp-collapse-box__header {
  background-color: #262e37;
}
.tp-collapse-box--dark-graphite:not(.tp-collapse-box--active):hover__arrow {
  color: #fff;
}
.tp-collapse-box--dark-graphite .tp-collapse-box__content {
  background-color: #191e24;
  transition: background-color 0.2s;
}
.tp-collapse-box--dark-graphite .tp-collapse-box__content:before {
  border-color: #353e48;
}
.tp-collapse-box--dark-graphite .tp-collapse-box__header {
  background-color: #191e24;
  transition: background-color 0.2s;
}
.tp-collapse-box--dark-graphite .tp-collapse-box__arrow {
  color: #8b96a3;
  transition: color 0.2s;
}
.tp-collapse-box--dark-graphite.tp-collapse-box--active
  .tp-collapse-box__content,
.tp-collapse-box--dark-graphite.tp-collapse-box--active
  .tp-collapse-box__header {
  background-color: #191e24;
}
.tp-collapse-box--black-tp {
  color: #fff;
}
.tp-collapse-box--black-tp .tp-collapse-box__content {
  background-color: rgba(0, 0, 0, 0.3);
}
.tp-collapse-box--black-tp .tp-collapse-box__content:before {
  border-color: #303030;
}
.tp-collapse-box--black-tp .tp-collapse-box__header {
  background-color: rgba(0, 0, 0, 0.3);
}
.tp-collapse-box--black-tp .tp-collapse-box__arrow {
  color: #878787;
}
.tp-collapse-box--black-tp.tp-collapse-box--active .tp-collapse-box__content,
.tp-collapse-box--black-tp.tp-collapse-box--active .tp-collapse-box__header {
  background-color: rgba(0, 0, 0, 0.2);
}
.tp-collapse-box--white-tp {
  color: #fff;
}
.tp-collapse-box--white-tp .tp-collapse-box__content {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.tp-collapse-box--white-tp .tp-collapse-box__content:before {
  border-color: #575757;
}
.tp-collapse-box--white-tp .tp-collapse-box__header {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.tp-collapse-box--white-tp .tp-collapse-box__arrow {
  color: #bababa;
}
.tp-collapse-box--white-tp.tp-collapse-box--active .tp-collapse-box__content,
.tp-collapse-box--white-tp.tp-collapse-box--active .tp-collapse-box__header {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.tp-collapse-box--graphite {
  color: #fff;
}
.tp-collapse-box--graphite .tp-collapse-box__content {
  background-color: #1e262c;
}
.tp-collapse-box--graphite .tp-collapse-box__content:before {
  border-color: #353e48;
}
.tp-collapse-box--graphite .tp-collapse-box__header {
  background-color: #1e262c;
}
.tp-collapse-box--graphite .tp-collapse-box__arrow,
.tp-collapse-box--transparent {
  color: #fff;
}
.tp-collapse-box--transparent .tp-collapse-box__content {
  background-color: transparent;
}
.tp-collapse-box--transparent .tp-collapse-box__content:before {
  border-color: #303030;
}
.tp-collapse-box--transparent .tp-collapse-box__header {
  background-color: transparent;
}
.tp-collapse-box--transparent .tp-collapse-box__arrow {
  color: #fff;
}
.tp-collapse-box--white {
  color: #000;
}
.tp-collapse-box--white .tp-collapse-box__content {
  background-color: #fff;
}
.tp-collapse-box--white .tp-collapse-box__content:before {
  border-color: #dedede;
}
.tp-collapse-box--white .tp-collapse-box__header {
  background-color: #fff;
}
.tp-collapse-box--white .tp-collapse-box__arrow {
  color: #bababa;
}
.tp-collapse-box--active .tp-collapse-box__arrow {
  transform: rotate(180deg) translateY(50%);
}
.tp-collapse-box--active .tp-collapse-box__header {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  transition: none;
}
.tp-collapse-box--dashed-border .tp-collapse-box__content:before {
  border-top-style: dashed;
}
.tp-collapse-box--ghost-content .tp-collapse-box__header {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.tp-collapse-box--ghost-content .tp-collapse-box__content {
  background: none;
  padding: var(--vertical-padding) 0 0 0;
}
.tp-collapse-box--ghost-content .tp-collapse-box__content:before {
  display: none;
}
.tp-collapse-box--ghost-content.tp-collapse-box--active
  .tp-collapse-box__content {
  background: none;
}
.tp-collapse-box--ghost-content.tp-collapse-box--active
  .tp-collapse-box__header {
  border-radius: var(--border-radius);
}
.tp-collapse-box--br-large {
  --border-radius: 8px;
}
.tp-collapse-box--br-xlarge {
  --border-radius: 16px;
}
@media (max-width: 767px) {
  .tp-collapse-box--br-large-mobile {
    --border-radius: 8px;
  }
}
.tp-box {
  border-radius: 3px;
  display: block;
}
.tp-box--p-none {
  padding: 0;
}
.tp-box--p-xsmall {
  padding: 6px;
}
.tp-box--p-small {
  padding: 12px;
}
.tp-box--p-medium {
  padding: 18px;
}
.tp-box--p-large {
  padding: 24px;
}
.tp-box--p-xlarge {
  padding: 30px;
}
.tp-box--px-none {
  padding-left: 0;
  padding-right: 0;
}
.tp-box--px-xsmall {
  padding-left: 6px;
  padding-right: 6px;
}
.tp-box--px-small {
  padding-left: 12px;
  padding-right: 12px;
}
.tp-box--px-medium {
  padding-left: 18px;
  padding-right: 18px;
}
.tp-box--px-large {
  padding-left: 24px;
  padding-right: 24px;
}
.tp-box--px-xlarge {
  padding-left: 30px;
  padding-right: 30px;
}
.tp-box--py-none {
  padding-bottom: 0;
  padding-top: 0;
}
.tp-box--py-xsmall {
  padding-bottom: 6px;
  padding-top: 6px;
}
.tp-box--py-small {
  padding-bottom: 12px;
  padding-top: 12px;
}
.tp-box--py-medium {
  padding-bottom: 18px;
  padding-top: 18px;
}
.tp-box--py-large {
  padding-bottom: 24px;
  padding-top: 24px;
}
.tp-box--py-xlarge {
  padding-bottom: 30px;
  padding-top: 30px;
}
.tp-box--hover {
  transition:
    background-color,
    color 0.2s;
}
.tp-box--border {
  border: 1px solid #bababa;
}
.tp-box--borderDark {
  border: 1px solid #353e48;
}
.tp-box--white {
  background-color: #fff;
  color: #13181e;
}
.tp-box--light-gray {
  background-color: #eceff2;
  color: #13181e;
}
.tp-box--black-tp {
  background-color: rgba(0, 0, 0, 0.3);
  background-color: var(--tpui-background-color-default);
  color: #fff;
  color: var(--tpui-text-color-default);
}
@media (hover: hover) and (pointer: fine) {
  .tp-box--black-tp.tp-box--hover:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
    background-color: var(--tpui-background-color-default-tertiary);
  }
}
.tp-box--black-tp.tp-box--hover:active {
  background-color: hsla(0, 0%, 100%, 0.1);
  background-color: var(--tpui-background-color-default-tertiary);
}
.tp-box--black-tp.tp-box--border {
  border-color: hsla(0, 0%, 53%, 0.3);
}
.tp-box--black-alpha-20 {
  background-color: rgba(0, 0, 0, 0.2);
  background-color: var(--tpui-background-color-default-secondary);
}
.tp-box--black-alpha-20,
.tp-box--white-tp {
  color: #fff;
  color: var(--tpui-text-color-default);
}
.tp-box--white-tp {
  background-color: hsla(0, 0%, 100%, 0.1);
  background-color: var(--tpui-background-color-default-tertiary);
}
@media (hover: hover) and (pointer: fine) {
  .tp-box--white-tp.tp-box--hover:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
  }
}
.tp-box--white-tp.tp-box--hover:active {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.tp-box--medium-graphite {
  background-color: #262e37;
  color: #fff;
  color: var(--tpui-text-color-default);
}
@media (hover: hover) and (pointer: fine) {
  .tp-box--medium-graphite.tp-box--hover:hover {
    background-color: #353e48;
  }
}
.tp-box--medium-graphite.tp-box--hover:active {
  background-color: #353e48;
}
.tp-box--gray {
  background-color: #303030;
}
.tp-box--dark-black,
.tp-box--gray {
  color: #fff;
  color: var(--tpui-text-color-default);
}
.tp-box--dark-black {
  background-color: #0d1115;
}
@media (hover: hover) and (pointer: fine) {
  .tp-box--dark-black.tp-box--hover:hover {
    background-color: #191e24;
    color: #31b7e3;
  }
}
.tp-box--dark-black.tp-box--hover:active {
  background-color: #191e24;
  color: #31b7e3;
}
.tp-box--dark-graphite {
  background-color: #191e24;
  color: #fff;
  color: var(--tpui-text-color-default);
}
@media (hover: hover) and (pointer: fine) {
  .tp-box--dark-graphite.tp-box--hover:hover {
    background-color: #262e37;
  }
}
.tp-box--dark-graphite.tp-box--hover:active {
  background-color: #262e37;
}
.tp-box--high-graphite {
  background-color: #1d242d;
  color: #fff;
  color: var(--tpui-text-color-default);
}
.tp-box--transparent {
  background-color: transparent;
}
.tp-box--box-shadow {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.tp-box--br-large {
  border-radius: 8px;
}
.tp-box--br-xlarge {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .tp-box--br-large-mobile {
    border-radius: 8px;
  }
}
.tp-card {
  border-radius: 3px;
  border-radius: var(--tpui-border-radius-small);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: var(--tpui-shadow-card);
  color: #13181e;
  color: var(--tpui-text-color-inverse);
}
.tp-card--with-footer {
  background-color: #e6e6e6;
  background-color: var(--tpui-background-color-inverse-tertiary);
}
.tp-card--with-footer .tp-card__body {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: var(--tpui-shadow-card);
}
.tp-card__body {
  background-color: #fff;
  background-color: var(--tpui-background-color-inverse);
  border-radius: 3px;
  border-radius: var(--tpui-border-radius-small);
  padding: 18px;
  padding: var(--tpui-space-medium);
}
.tp-card__footer {
  padding: 12px;
  padding: var(--tpui-space-small);
}
.tp-radio {
  cursor: pointer;
  display: inline-flex;
}
.tp-radio__input {
  height: 0;
  margin: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  width: 0;
  z-index: -1;
}
.tp-radio__control {
  align-items: center;
  border: 1px solid #d5d9de;
  border-radius: 30px;
  display: flex;
  flex-shrink: 0;
  height: 20px;
  justify-content: center;
  margin-right: 12px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  width: 20px;
}
.tp-radio__control:hover {
  border-color: #8b96a3;
}
.tp-radio__dot {
  background-color: #fff;
  border-radius: 30px;
  height: 9px;
  opacity: 0;
  width: 9px;
}
.tp-radio__label {
  font-size: 16px;
  line-height: 22px;
}
.tp-radio--dark .tp-radio__control {
  background-color: #191e24;
  border-color: #353e48;
}
.tp-radio--dark .tp-radio__control:hover {
  border-color: #8b96a3;
}
.tp-radio--checked .tp-radio__control {
  background-color: #0093c4;
  border: none;
}
.tp-radio--checked .tp-radio__control:hover {
  background-color: #006283;
}
.tp-radio--checked .tp-radio__dot {
  opacity: 1;
}
.tp-radio.is-disabled {
  cursor: default;
  opacity: 0.5;
}
[data-v-abba02c2]:root {
  --tpui-color-primary: #0093c4;
  --tpui-color-primary-light: #31b7e3;
  --tpui-color-accent: #ea4e01;
  --tpui-color-accent-light: #ff7835;
  --tpui-color-critical: #c22e2e;
  --tpui-color-positive: #00bd0a;
  --tpui-color-warning: #ff9700;
  --tpui-color-muted: #878787;
  --tpui-text-color-primary: var(--tpui-color-primary);
  --tpui-text-color-accent: var(--tpui-color-accent);
  --tpui-text-color-critical: var(--tpui-color-critical);
  --tpui-text-color-positive: var(--tpui-color-positive);
  --tpui-text-color-warning: var(--tpui-color-warning);
  --tpui-text-color-default: #fff;
  --tpui-text-color-inverse: #13181e;
  --tpui-text-color-secondary: #878787;
  --tpui-background-color-default: rgba(0, 0, 0, 0.3);
  --tpui-background-color-default-secondary: rgba(0, 0, 0, 0.2);
  --tpui-background-color-default-tertiary: hsla(0, 0%, 100%, 0.1);
  --tpui-background-color-inverse: #fff;
  --tpui-background-color-inverse-secondary: #f5f5f5;
  --tpui-background-color-inverse-tertiary: #e6e6e6;
  --tpui-border-radius-small: 3px;
  --tpui-border-radius-medium: 8px;
  --tpui-border-radius-large: 16px;
  --tpui-shadow-card: 0px 0px 4px rgba(0, 0, 0, 0.5);
  --tpui-space-xxxlarge: 42px;
  --tpui-space-xxlarge: 36px;
  --tpui-space-xlarge: 30px;
  --tpui-space-large: 24px;
  --tpui-space-medium: 18px;
  --tpui-space-small: 12px;
  --tpui-space-xsmall: 6px;
  --tpui-space-none: 0px;
}
.tp-radio-box[data-v-abba02c2] {
  color: #000;
  cursor: pointer;
  display: flex;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
@media (min-width: 768px) {
  .tp-radio-box[data-v-abba02c2] {
    border-radius: 3px;
    padding: 12px;
  }
  .tp-radio-box[data-v-abba02c2]:not(.is-dark) {
    background-color: #fff;
    border: 1px solid #e6e6e6;
  }
}
.tp-radio-box__input[data-v-abba02c2] {
  height: 0;
  margin: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  width: 0;
  z-index: -1;
}
.tp-radio-box__control[data-v-abba02c2] {
  align-items: center;
  border: 1px solid #bababa;
  border-radius: 30px;
  display: flex;
  flex-shrink: 0;
  height: 22px;
  justify-content: center;
  margin-right: 12px;
  transition: border-color 0.2s;
  width: 22px;
}
.tp-radio-box__dot[data-v-abba02c2] {
  background-color: #0093c4;
  border-radius: 30px;
  height: 10px;
  opacity: 0;
  width: 10px;
}
.tp-radio-box__content[data-v-abba02c2] {
  flex-grow: 1;
}
.tp-radio-box.is-checked[data-v-abba02c2]:not(.is-dark) {
  border-color: #0093c4;
  filter: drop-shadow(0 4px 6px rgba(0, 147, 196, 0.3));
}
.tp-radio-box.is-checked .tp-radio-box__dot[data-v-abba02c2] {
  opacity: 1;
}
.tp-radio-box.is-dark[data-v-abba02c2] {
  color: #fff;
  transition: background-color 0.2s;
}
.tp-radio-box.is-dark.is-focused[data-v-abba02c2],
.tp-radio-box.is-dark[data-v-abba02c2]:hover {
  background-color: #242424;
}
.tp-radio-box.is-dark.is-checked[data-v-abba02c2] {
  background-color: #303030;
}
.tp-radio-box.is-dark .tp-radio-box__control[data-v-abba02c2] {
  border-color: #878787;
}
.tp-radio-box.is-dark .tp-radio-box__dot[data-v-abba02c2] {
  background-color: #fff;
}
.tp-typography {
  margin: 0;
}
.tp-typography--v-display-1 {
  font-size: 61px;
  line-height: 62px;
}
.tp-typography--v-display-2 {
  font-size: 47px;
  line-height: 47px;
}
.tp-typography--v-heading-0 {
  font-size: 35px;
  line-height: 35px;
}
.tp-typography--v-heading-1 {
  font-size: 29px;
  line-height: 35px;
}
.tp-typography--v-heading-2 {
  font-size: 24px;
  line-height: 30px;
}
.tp-typography--v-heading-3 {
  font-size: 20px;
  line-height: 23px;
}
.tp-typography--v-heading-4 {
  font-size: 18px;
  line-height: 21px;
}
.tp-typography--v-heading-5 {
  font-size: 16px;
  line-height: 21px;
}
.tp-typography--v-body-1 {
  font-size: 20px;
  line-height: 23px;
}
.tp-typography--v-body-2 {
  font-size: 18px;
  line-height: 21px;
}
.tp-typography--v-body-3 {
  font-size: 16px;
  line-height: 21px;
}
.tp-typography--v-body-4 {
  font-size: 14px;
  line-height: 17px;
}
.tp-typography--v-caption-1 {
  font-size: 15px;
  line-height: 20px;
}
.tp-typography--v-caption-2 {
  font-size: 14px;
  line-height: 17px;
}
.tp-typography--v-caption-3 {
  font-size: 12px;
  line-height: 15px;
}
.tp-typography--v-caption-4 {
  font-size: 10px;
  line-height: 12px;
}
.tp-typography--w-light {
  font-weight: 300;
}
.tp-typography--w-regular {
  font-weight: 400;
}
.tp-typography--w-medium {
  font-weight: 500;
}
.tp-typography--align-center {
  text-align: center;
}
.tp-typography--align-right {
  text-align: right;
}
.tp-typography--align-justify {
  text-align: justify;
}
.tp-typography--uppercase {
  text-transform: uppercase;
}
.tp-typography--truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tp-typography--t-positive {
  color: #00bd0a;
  color: var(--tpui-text-color-positive);
}
.tp-typography--t-warning {
  color: #ff9700;
  color: var(--tpui-text-color-warning);
}
.tp-typography--t-critical {
  color: #c22e2e;
  color: var(--tpui-text-color-critical);
}
.tp-typography--t-secondary {
  color: #878787;
  color: var(--tpui-text-color-secondary);
}
.tp-typography--t-primary {
  color: #0093c4;
}
.tp-typography--t-dark-gray {
  color: #8b96a3;
}
.tp-typography--t-orange-light {
  color: #ff9700;
}
.tp-typography--t-accent {
  color: #ea4e01;
  color: var(--tpui-text-color-accent);
}
.tp-progress {
  display: flex;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.tp-progress__bar {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.tp-progress__outer {
  background-color: #e6e6e6;
  border-radius: 3px;
  height: 6px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.tp-progress__inner {
  background-color: #05c0ff;
  border-radius: 3px;
  height: 100%;
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  transition: width 0.6s ease;
  white-space: nowrap;
}
.tp-select-option {
  border-radius: 6px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 12px;
  position: relative;
}
.tp-select-option:hover {
  font-weight: 400;
}
.tp-select-option--selected,
.tp-select-option:hover {
  background-color: #eceff2;
  font-size: 16px;
}
.tp-select-option--active {
  color: #0093c4;
  font-weight: 500 !important;
  padding-right: 35px;
}
.tp-select-option__subtext {
  color: #8b96a3;
  font-weight: 400;
  margin-left: 6px;
}
.tp-select-option__check-icon {
  color: #0093c4;
  position: absolute;
  right: 9px;
  top: 6px;
}
.tp-select-new {
  position: relative;
}
.tp-select-new .tp-input-new__input {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tp-select-new__arrow {
  color: #8b96a3;
  display: block;
  pointer-events: none;
  position: absolute;
  right: 11px;
  top: 14px;
}
.tp-select-new__items {
  background-color: #fff;
  border: 6px solid transparent;
  border-radius: 16px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: calc(100% + 6px);
  width: 100%;
  z-index: 5;
}
.tp-select-new__items--with-scroll {
  overflow-y: auto;
  padding-right: 4px;
}
.tp-select-new__items--with-scroll::-webkit-scrollbar {
  background: transparent;
  border-radius: 5px;
  width: 6px;
}
.tp-select-new__items--with-scroll::-webkit-scrollbar-thumb {
  background-color: #d5d9de;
  border-radius: 5px;
}
.tp-select-new--focus .tp-select-new__arrow {
  transform: rotate(180deg);
}
.tp-select-new--disabled {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tp-select-new--light .tp-input-new__input:-moz-read-only {
  color: #000;
}
.tp-select-new--light .tp-input-new__input:read-only {
  color: #000;
}
.tp-select-new--fullscreen-mobile .tp-select-new__block {
  width: 100%;
}
@media (max-width: 767px) {
  .tp-select-new--fullscreen-mobile .tp-select-new__block {
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 5;
  }
}
.tp-select-new--fullscreen-mobile .tp-select-new__wrapper {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .tp-select-new--fullscreen-mobile .tp-select-new__wrapper {
    background-color: #1d242d;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: transform 0.3s ease;
  }
  .tp-select-new--fullscreen-mobile .tp-select-new__heading {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    height: 59px;
    line-height: 23px;
    padding: 18px;
  }
}
@media (min-width: 768px) {
  .tp-select-new--fullscreen-mobile .tp-select-new__heading {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-select-new--fullscreen-mobile .tp-select-new__close {
    position: absolute;
    right: 12px;
    top: 13px;
  }
}
@media (min-width: 768px) {
  .tp-select-new--fullscreen-mobile .tp-select-new__close {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-select-new--fullscreen-mobile .tp-select-new__items {
    background-color: transparent;
    border-radius: 0;
    border-top: none;
    box-shadow: none;
    position: static;
  }
  .tp-select-new--fullscreen-mobile
    .tp-select-new__items::-webkit-scrollbar-thumb {
    background-color: #353e48;
  }
}
@media (max-width: 767px) {
  .tp-select-new--fullscreen-mobile .tp-select-option {
    color: #fff;
  }
  .tp-select-new--fullscreen-mobile .tp-select-option--selected,
  .tp-select-new--fullscreen-mobile .tp-select-option:hover {
    background-color: #262e37;
  }
  .tp-select-new .fade-leave .tp-select-new__wrapper,
  .tp-select-new .fade-leave-active .tp-select-new__wrapper {
    transform: translateY(100%);
  }
}
.tp-rating {
  color: #0093c4;
  color: var(--tpui-color-primary);
  cursor: pointer;
}
.tp-rating,
.tp-rating__item {
  display: inline-flex;
}
.tp-rating__item:not(:last-child) {
  margin-right: 6px;
}
.tp-rating__item--filled > .tp-rating__star {
  fill: currentColor;
}
[data-v-58205780]:root {
  --tpui-color-primary: #0093c4;
  --tpui-color-primary-light: #31b7e3;
  --tpui-color-accent: #ea4e01;
  --tpui-color-accent-light: #ff7835;
  --tpui-color-critical: #c22e2e;
  --tpui-color-positive: #00bd0a;
  --tpui-color-warning: #ff9700;
  --tpui-color-muted: #878787;
  --tpui-text-color-primary: var(--tpui-color-primary);
  --tpui-text-color-accent: var(--tpui-color-accent);
  --tpui-text-color-critical: var(--tpui-color-critical);
  --tpui-text-color-positive: var(--tpui-color-positive);
  --tpui-text-color-warning: var(--tpui-color-warning);
  --tpui-text-color-default: #fff;
  --tpui-text-color-inverse: #13181e;
  --tpui-text-color-secondary: #878787;
  --tpui-background-color-default: rgba(0, 0, 0, 0.3);
  --tpui-background-color-default-secondary: rgba(0, 0, 0, 0.2);
  --tpui-background-color-default-tertiary: hsla(0, 0%, 100%, 0.1);
  --tpui-background-color-inverse: #fff;
  --tpui-background-color-inverse-secondary: #f5f5f5;
  --tpui-background-color-inverse-tertiary: #e6e6e6;
  --tpui-border-radius-small: 3px;
  --tpui-border-radius-medium: 8px;
  --tpui-border-radius-large: 16px;
  --tpui-shadow-card: 0px 0px 4px rgba(0, 0, 0, 0.5);
  --tpui-space-xxxlarge: 42px;
  --tpui-space-xxlarge: 36px;
  --tpui-space-xlarge: 30px;
  --tpui-space-large: 24px;
  --tpui-space-medium: 18px;
  --tpui-space-small: 12px;
  --tpui-space-xsmall: 6px;
  --tpui-space-none: 0px;
}
.tp-range[data-v-58205780] {
  cursor: pointer;
  height: 18px;
  padding-top: 8px;
  position: relative;
  width: 100%;
}
.tp-range__input[data-v-58205780] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.tp-range__input[data-v-58205780]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #0093c4;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-top: -8px;
  pointer-events: all;
  position: relative;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 18px;
  z-index: 2;
}
.tp-range__input[data-v-58205780]::-webkit-slider-thumb:hover {
  background-color: #006283;
}
.tp-range__input[data-v-58205780]::-moz-range-thumb {
  background-color: #0093c4;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-top: -8px;
  pointer-events: all;
  position: relative;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 18px;
  z-index: 2;
}
.tp-range__input[data-v-58205780]::-moz-range-thumb:hover {
  background-color: #006283;
}
.tp-range__input[data-v-58205780]::-ms-thumb {
  background-color: #0093c4;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-top: -8px;
  pointer-events: all;
  position: relative;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 18px;
  z-index: 2;
}
.tp-range__input[data-v-58205780]::-ms-thumb:hover {
  background-color: #006283;
}
.tp-range__track[data-v-58205780] {
  background: #d5d9de;
  border-radius: 3px;
  height: 3px;
  position: relative;
  z-index: 1;
}
.tp-range__range[data-v-58205780] {
  background: #31b7e3;
  height: 100%;
  position: absolute;
}
.tp-range--dark .tp-range__track[data-v-58205780] {
  background: #353e48;
}
.tp-range--disabled[data-v-58205780] {
  cursor: default;
}
.tp-range--disabled .tp-range__input[data-v-58205780]::-webkit-slider-thumb {
  background: #d1ecf8;
  cursor: default;
}
.tp-range--disabled .tp-range__input[data-v-58205780]::-moz-range-thumb {
  background: #d1ecf8;
  cursor: default;
}
.tp-range--disabled .tp-range__input[data-v-58205780]::-ms-thumb {
  background: #d1ecf8;
  cursor: default;
}
.tp-range--disabled .tp-range__range[data-v-58205780] {
  background: #d1ecf8;
}
.tp-range--dark.tp-range--disabled
  .tp-range__input[data-v-58205780]::-webkit-slider-thumb {
  background: #1c4859;
}
.tp-range--dark.tp-range--disabled
  .tp-range__input[data-v-58205780]::-moz-range-thumb {
  background: #1c4859;
}
.tp-range--dark.tp-range--disabled
  .tp-range__input[data-v-58205780]::-ms-thumb {
  background: #1c4859;
}
.tp-range--dark.tp-range--disabled .tp-range__range[data-v-58205780] {
  background: #1c4859;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: 44px;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: -22px;
  margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
  position: absolute;
  top: 50%;
  width: 27px;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-feature-settings: normal;
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: #000;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  opacity: 0.2;
  width: 8px;
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    transform 0.2s,
    top 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    transform 0.2s,
    left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    transform 0.2s,
    right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}
.swiper-container-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}
.tp-slider-arrow {
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  outline: none;
  pointer-events: auto;
  transition: all 0.2s ease-out;
  width: 48px;
}
.tp-slider-arrow--size-small {
  height: 36px;
  width: 36px;
}
.tp-slider-arrow--theme-light {
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.394);
  color: #8b96a3;
}
.tp-slider-arrow--theme-light:hover:not([disabled]) {
  background-color: #e1e6ed;
  color: #353e48;
}
.tp-slider-arrow--theme-dark {
  background-color: #262e37;
  color: #8b96a3;
}
.tp-slider-arrow--theme-dark:hover:not([disabled]) {
  background-color: #1d242d;
}
.tp-slider-arrow[disabled] {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.tp-slider-arrow--arrow-prev {
  transform: rotate(180deg);
}
.tp-slider-arrow:after {
  content: "";
}
.tp-slider {
  flex-direction: column;
}
.tp-slider,
.tp-slider__inner {
  display: flex;
  position: relative;
}
.tp-slider__inner {
  flex-grow: 1;
  width: 100%;
}
.tp-slider__container {
  width: 100%;
}
.tp-slider__arrow {
  margin-top: -25px;
  opacity: 0;
  z-index: 10;
}
.tp-slider__arrow:after {
  position: absolute;
}
@media (max-width: 959px) {
  .tp-slider__arrow {
    display: none;
  }
}
.tp-slider__arrow--small {
  margin-top: -12px;
}
.tp-slider__arrow.swiper-button-disabled {
  opacity: 0;
}
.tp-slider__arrow--left {
  left: 0;
}
.tp-slider__arrow--right {
  right: 0;
}
.tp-slider:hover .tp-slider__arrow--left:not(.swiper-button-disabled) {
  opacity: 0.9;
  transform: translateX(-12px);
}
.tp-slider:hover
  .tp-slider__arrow--left:not(.swiper-button-disabled).tp-slider__arrow--small {
  transform: translateX(-6px);
}
.tp-slider:hover .tp-slider__arrow--right:not(.swiper-button-disabled) {
  opacity: 0.9;
  transform: translateX(12px);
}
.tp-slider:hover
  .tp-slider__arrow--right:not(
    .swiper-button-disabled
  ).tp-slider__arrow--small {
  transform: translateX(6px);
}
.tp-slider:hover .tp-slider-bullets--overlay {
  opacity: 1;
}
.tp-slider__bullets--bottom {
  justify-content: center;
  margin-top: 18px;
}
.tp-slider__bullets--bottom-absolute {
  bottom: -18px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
}
.tp-slider__bullets--top-right-absolute {
  position: absolute;
  right: 12px;
  top: -22px;
}
.tp-slider__bullets--inset {
  bottom: 18px;
  left: 50%;
  opacity: 0.9;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 0.2s;
  z-index: 2;
}
.tp-slider-bullets {
  display: inline-flex;
}
.tp-slider-bullets--overlay {
  border-radius: 21px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.187);
  padding: 8px;
}
.tp-slider-bullets--light .tp-slider-bullets__bullet {
  background-color: #d5d9de;
}
.tp-slider-bullets--light .tp-slider-bullets__bullet--active {
  background-color: #0d1115;
}
.tp-slider-bullets--light.tp-slider-bullets--overlay {
  background-color: #fff;
}
.tp-slider-bullets--light.tp-slider-bullets--overlay
  .tp-slider-bullets__bullet {
  background-color: #353e48;
}
.tp-slider-bullets--light.tp-slider-bullets--overlay
  .tp-slider-bullets__bullet--active {
  background-color: #8b96a3;
}
.tp-slider-bullets--dark .tp-slider-bullets__bullet {
  background-color: #353e48;
}
.tp-slider-bullets--dark .tp-slider-bullets__bullet--active {
  background-color: #8b96a3;
}
.tp-slider-bullets--dark.tp-slider-bullets--overlay {
  background-color: #262e37;
}
.tp-slider-bullets__bullet {
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  outline: none;
  padding: 0;
  transition:
    background-color 0.5s,
    transform 0.5s;
  width: 10px;
}
.tp-slider-bullets__bullet:not(:last-child) {
  margin: 0 10px 0 0;
}
.tp-slider-bullets__bullet--active {
  background-color: #fff;
}
.tp-slider-bullets__bullet:focus {
  outline: none;
}
.tp-slider-bullets__bullet--small {
  transform: scale(0.5);
}
.tp-slider-bullets__bullet--medium {
  transform: scale(0.7);
}
.tp-action-block {
  grid-gap: 18px;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-areas: "icon title" "description description" "actions actions";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr auto;
  padding: 18px;
}
@media (min-width: 768px) {
  .tp-action-block {
    border-radius: 3px;
    gap: 12px 18px;
    grid-template-areas: "title icon" "description icon" "actions actions";
    grid-template-columns: 1fr auto;
    min-height: 186px;
  }
}
.tp-action-block__title {
  font-size: 18px;
  font-weight: 500;
  grid-area: title;
  line-height: 21px;
}
@media (min-width: 768px) {
  .tp-action-block__title {
    font-size: 20px;
  }
}
.tp-action-block__description {
  color: #f5f5f5;
  font-size: 16px;
  grid-area: description;
}
.tp-action-block__actions {
  grid-area: actions;
  margin-top: auto;
  padding-top: 18px;
}
.tp-action-block__action:not(:first-child) {
  margin-bottom: 6px;
}
.tp-action-block__icon {
  align-items: center;
  align-self: start;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 3px;
  display: flex;
  grid-area: icon;
  height: 60px;
  justify-content: center;
  width: 60px;
}
.tp-action-block--bg-1 {
  background: linear-gradient(
    99.14deg,
    #003f6f -3.02%,
    #1970b3 50.93%,
    #6abcfb 103.76%
  );
}
.tp-action-block--bg-2 {
  background: linear-gradient(90deg, #091e3a, #1b4a8a 50%, #1a6d9d);
}
.tp-action-block--bg-3 {
  background: linear-gradient(90deg, #1e3c72, #1e3c72 1%, #2a5298);
}
.tp-action-block--bg-4 {
  background: linear-gradient(90deg, #243949, #517fa4);
}
.tp-action-block--bg-5 {
  background: linear-gradient(90deg, #004680, #4484ba);
}
.tp-label {
  --label-color: transparent;
  background-color: transparent;
  background-color: var(--label-color);
  border-radius: 14px;
  color: #fff;
  display: inline-block;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 500;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.tp-label--outlined {
  background-color: transparent;
  border: 1px solid;
  border-radius: 14px;
  color: var(--label-color);
  line-height: 16px;
}
.tp-label--size-little {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 9px;
}
.tp-label--size-little.tp-label--outlined {
  line-height: 18px;
}
.tp-label--size-medium {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
}
.tp-label--size-medium.tp-label--outlined {
  line-height: 22px;
}
.tp-label--color-green {
  --label-color: #02b513;
}
.tp-label--color-orange {
  --label-color: #ff9700;
}
.tp-label--color-blue {
  --label-color: #0093c4;
}
.tp-label--color-violet {
  --label-color: #5967b2;
}
.tp-label--color-gray {
  --label-color: #8b96a3;
}
.tp-label--color-red {
  --label-color: #f54b4b;
}
.tp-label--color-dark-violet {
  --label-color: #170a50;
}
.tp-label--color-papaya {
  --label-color: #ea4e01;
}
.tp-label--color-black {
  --label-color: #0d1115;
}
.tp-label--color-turquoise {
  --label-color: #16b1aa;
}
.tp-tab-item {
  align-items: center;
  color: #8b96a3;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  position: relative;
  transition:
    color 0.2s,
    background-color 0.2s,
    border-color 0.2s;
}
.tp-tab-item--small {
  font-size: 14px;
}
.tp-tab-item--bubble,
.tp-tab-item--button {
  font-size: 14px;
  line-height: 17px;
  padding: 6px 12px 7px;
}
.tp-tab-item--bubble.tp-tab-item--dark,
.tp-tab-item--button.tp-tab-item--dark {
  background-color: #262e37;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .tp-tab-item--bubble.tp-tab-item--dark:not(.tp-tab-item--active):hover,
  .tp-tab-item--button.tp-tab-item--dark:not(.tp-tab-item--active):hover {
    background-color: #353e48;
  }
}
.tp-tab-item--bubble.tp-tab-item--light,
.tp-tab-item--button.tp-tab-item--light {
  background-color: #eceff2;
  color: #13181e;
}
@media (hover: hover) and (pointer: fine) {
  .tp-tab-item--bubble.tp-tab-item--light:not(.tp-tab-item--active):hover,
  .tp-tab-item--button.tp-tab-item--light:not(.tp-tab-item--active):hover {
    background-color: #d5d9de;
  }
}
.tp-tab-item--button {
  border-radius: 3px;
}
.tp-tab-item--bubble {
  border-radius: 18px;
}
.tp-tab-item--text.tp-tab-item--dark,
.tp-tab-item--underline.tp-tab-item--dark {
  color: #8b96a3;
}
@media (hover: hover) and (pointer: fine) {
  .tp-tab-item--text.tp-tab-item--dark:not(.tp-tab-item--active):hover,
  .tp-tab-item--underline.tp-tab-item--dark:not(.tp-tab-item--active):hover {
    color: #fff;
  }
}
.tp-tab-item--text.tp-tab-item--light,
.tp-tab-item--underline.tp-tab-item--light {
  color: #8b96a3;
}
@media (hover: hover) and (pointer: fine) {
  .tp-tab-item--text.tp-tab-item--light:not(.tp-tab-item--active):hover,
  .tp-tab-item--underline.tp-tab-item--light:not(.tp-tab-item--active):hover {
    color: #13181e;
  }
}
.tp-tab-item--underline {
  border-bottom: 3px solid transparent;
  padding-bottom: 2px;
}
.tp-tab-item--underline.tp-tab-item--small {
  border-bottom-width: 1px;
  padding-bottom: 0;
}
.tp-tab-item--active.tp-tab-item--bubble,
.tp-tab-item--active.tp-tab-item--button {
  background-color: #0093c4;
  background-color: var(--tpui-color-primary);
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .tp-tab-item--active.tp-tab-item--bubble:hover,
  .tp-tab-item--active.tp-tab-item--button:hover {
    background-color: #006283;
  }
}
.tp-tab-item--active.tp-tab-item--text.tp-tab-item--dark,
.tp-tab-item--active.tp-tab-item--underline.tp-tab-item--dark {
  color: #fff;
}
.tp-tab-item--active.tp-tab-item--text.tp-tab-item--light,
.tp-tab-item--active.tp-tab-item--underline.tp-tab-item--light {
  color: #13181e;
}
.tp-tab-item--active.tp-tab-item--underline {
  border-color: #0093c4;
  border-color: var(--tpui-color-primary);
}
.tp-tab-item--uppercase {
  text-transform: uppercase;
}
.tp-chip {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  line-height: 18px;
  padding: 6px 12px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-color 0.2s;
  white-space: nowrap;
}
.tp-chip--theme-default {
  background-color: #262e37;
  color: #fff;
  color: var(--tpui-text-color-default);
}
@media (hover: hover) and (pointer: fine) {
  .tp-chip--theme-default:not(.tp-chip--active):hover {
    background-color: #353e48;
  }
}
.tp-chip--theme-default:not(.tp-chip--active):active {
  background-color: #353e48;
}
.tp-chip--theme-inverse {
  background-color: #eceff2;
  color: #13181e;
}
@media (hover: hover) and (pointer: fine) {
  .tp-chip--theme-inverse:not(.tp-chip--active):hover {
    background-color: #d5d9de;
  }
}
.tp-chip--theme-inverse:not(.tp-chip--active):active {
  background-color: #d5d9de;
}
.tp-chip--active {
  background-color: #0093c4;
  color: #fff;
  color: var(--tpui-text-color-default);
}
.tp-chip--active:hover {
  background-color: #006283;
}
.tp-chip--active .tp-chip__close-btn {
  color: #96ccde !important;
}
.tp-chip--br-medium {
  border-radius: 8px;
  border-radius: var(--tpui-border-radius-medium);
}
.tp-chip--br-large {
  border-radius: 16px;
  border-radius: var(--tpui-border-radius-large);
}
.tp-chip__close-btn {
  cursor: pointer;
  display: inline-flex;
  margin: -4px -4px -4px 2px;
  padding: 4px;
}
.tp-chip--theme-default .tp-chip__close-btn {
  color: #8b96a3;
}
@media (hover: hover) and (pointer: fine) {
  .tp-chip--theme-inverse .tp-chip__close-btn:hover {
    color: #575757;
  }
}
.tp-chip--theme-inverse .tp-chip__close-btn:active {
  color: #575757;
}
.tp-chip__cross {
  height: 16px;
  width: 16px;
}
.tp-reel {
  position: relative;
}
.tp-reel__wrapper {
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.tp-reel__wrapper--inline-arrows {
  margin: 0 36px;
}
.tp-reel__wrapper--scroll-snap {
  scroll-padding: 50%;
  scroll-snap-type: x mandatory;
}
.tp-reel__wrapper--scroll-snap > * {
  scroll-snap-align: center;
}
.tp-reel__wrapper::-webkit-scrollbar {
  display: none;
}
.tp-reel__wrapper > * {
  flex-shrink: 0;
}
.tp-reel__wrapper > * + * {
  margin-left: var(--tp-reel-gap);
}
.tp-reel__wrapper--gap-xlarge {
  --tp-reel-gap: 30px;
}
.tp-reel__wrapper--gap-large {
  --tp-reel-gap: 24px;
}
.tp-reel__wrapper--gap-medium {
  --tp-reel-gap: 18px;
}
.tp-reel__wrapper--gap-small {
  --tp-reel-gap: 12px;
}
.tp-reel__wrapper--gap-xsmall {
  --tp-reel-gap: 6px;
}
.tp-reel__wrapper--outer-gap {
  margin-left: calc(var(--outer-gap) * -1);
  margin-right: calc(var(--outer-gap) * -1);
}
.tp-reel__wrapper--outer-gap:after {
  content: "";
  flex: 1 0 var(--outer-gap);
}
.tp-reel__wrapper--outer-gap > :first-child {
  margin-left: var(--outer-gap);
}
.tp-reel__wrapper--outer-gap-xlarge {
  --outer-gap: 30px;
}
.tp-reel__wrapper--outer-gap-large {
  --outer-gap: 24px;
}
.tp-reel__wrapper--outer-gap-medium {
  --outer-gap: 18px;
}
.tp-reel__wrapper--outer-gap-small {
  --outer-gap: 12px;
}
.tp-reel__wrapper--outer-gap-xsmall {
  --outer-gap: 6px;
}
.tp-reel__wrapper--fade:after,
.tp-reel__wrapper--fade:before {
  content: "";
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.4s;
  width: 66px;
  z-index: 5;
}
.tp-reel__wrapper--fade:before {
  background: linear-gradient(90deg, var(--fade-color) 30%, transparent);
  left: 0;
  position: absolute;
}
.tp-reel__wrapper--fade:after {
  background: linear-gradient(-90deg, var(--fade-color) 30%, transparent);
  right: 0;
}
.tp-reel__wrapper--fade-left-visible:before,
.tp-reel__wrapper--fade-right-visible:after {
  opacity: 1;
}
.tp-reel__wrapper--inline-arrows-fade:before {
  left: 36px;
}
.tp-reel__wrapper--inline-arrows-fade:after {
  right: 36px;
}
.tp-reel__arrow {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition:
    opacity 0.2s,
    transform 0.2s,
    visibility 0.2s;
  visibility: hidden;
  z-index: 10;
}
@media (max-width: 959px) {
  .tp-reel__arrow {
    display: none;
  }
}
.tp-reel__arrow--left {
  left: 0;
}
.tp-reel__arrow--right {
  right: 0;
}
.tp-reel__inline-arrow {
  min-width: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.2s;
}
.tp-reel__inline-arrow:hover {
  cursor: pointer;
}
.tp-reel__inline-arrow--dark {
  color: #fff;
}
.tp-reel__inline-arrow--dark.tp-reel__inline-arrow--disabled {
  color: #878787;
}
.tp-reel__inline-arrow--light {
  color: #303030;
}
.tp-reel__inline-arrow--light.tp-reel__inline-arrow--disabled {
  color: #bababa;
}
.tp-reel__inline-arrow--left {
  left: 0;
  transform: rotate(180deg) translateY(50%);
}
.tp-reel__inline-arrow--right {
  right: 0;
}
@media (max-width: 959px) {
  .tp-reel__bullets {
    display: none;
  }
}
.tp-reel__bullets--bottom {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.tp-reel__bullets--top-right-absolute {
  position: absolute;
  right: 12px;
  top: -22px;
}
.tp-reel:hover .tp-reel__arrow--left:not(.tp-reel__arrow--disabled) {
  opacity: 0.9;
  transform: translate(-12px, -50%);
  visibility: visible;
}
.tp-reel:hover
  .tp-reel__arrow--left:not(.tp-reel__arrow--disabled).tp-reel__arrow--small {
  transform: translate(-6px, -50%);
}
.tp-reel:hover .tp-reel__arrow--right:not(.tp-reel__arrow--disabled) {
  opacity: 0.9;
  transform: translate(12px, -50%);
  visibility: visible;
}
.tp-reel:hover
  .tp-reel__arrow--right:not(.tp-reel__arrow--disabled).tp-reel__arrow--small {
  transform: translate(6px, -50%);
}
.tp-avatar {
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  display: inline-flex;
  padding: 2px;
  position: relative;
}
.tp-avatar__inner {
  background-color: #303030;
  font-size: 29px;
  font-weight: 500;
  height: 100%;
  line-height: 1;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.tp-avatar__badge,
.tp-avatar__inner {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
}
.tp-avatar__badge {
  background-color: #0093c4;
  bottom: 0;
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 0;
  width: 24px;
}
.tp-avatar__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.tp-avatar__icon {
  color: #fff;
  height: 36px;
  width: 36px;
}
.tp-avatar__overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  width: 100%;
  z-index: 1;
}
@media (hover: hover) {
  .tp-avatar .tp-avatar__overlay {
    display: flex;
  }
  .tp-avatar .tp-avatar__badge {
    display: none;
  }
  .tp-avatar:hover > .tp-avatar__inner > .tp-avatar__overlay {
    opacity: 1;
  }
}
.tp-avatar__overlay-icon {
  height: 42px;
  width: 42px;
}
.tp-avatar__badge-icon {
  height: 18px;
  width: 18px;
}
.tp-avatar--s-medium {
  height: 90px;
  width: 90px;
}
.tp-avatar--s-small {
  height: 60px;
  width: 60px;
}
.tp-avatar--s-small .tp-avatar__icon {
  height: 24px;
  width: 24px;
}
.tp-avatar--s-small .tp-avatar__overlay-icon {
  height: 36px;
  width: 36px;
}
[data-v-3a41e103]:root {
  --tpui-color-primary: #0093c4;
  --tpui-color-primary-light: #31b7e3;
  --tpui-color-accent: #ea4e01;
  --tpui-color-accent-light: #ff7835;
  --tpui-color-critical: #c22e2e;
  --tpui-color-positive: #00bd0a;
  --tpui-color-warning: #ff9700;
  --tpui-color-muted: #878787;
  --tpui-text-color-primary: var(--tpui-color-primary);
  --tpui-text-color-accent: var(--tpui-color-accent);
  --tpui-text-color-critical: var(--tpui-color-critical);
  --tpui-text-color-positive: var(--tpui-color-positive);
  --tpui-text-color-warning: var(--tpui-color-warning);
  --tpui-text-color-default: #fff;
  --tpui-text-color-inverse: #13181e;
  --tpui-text-color-secondary: #878787;
  --tpui-background-color-default: rgba(0, 0, 0, 0.3);
  --tpui-background-color-default-secondary: rgba(0, 0, 0, 0.2);
  --tpui-background-color-default-tertiary: hsla(0, 0%, 100%, 0.1);
  --tpui-background-color-inverse: #fff;
  --tpui-background-color-inverse-secondary: #f5f5f5;
  --tpui-background-color-inverse-tertiary: #e6e6e6;
  --tpui-border-radius-small: 3px;
  --tpui-border-radius-medium: 8px;
  --tpui-border-radius-large: 16px;
  --tpui-shadow-card: 0px 0px 4px rgba(0, 0, 0, 0.5);
  --tpui-space-xxxlarge: 42px;
  --tpui-space-xxlarge: 36px;
  --tpui-space-xlarge: 30px;
  --tpui-space-large: 24px;
  --tpui-space-medium: 18px;
  --tpui-space-small: 12px;
  --tpui-space-xsmall: 6px;
  --tpui-space-none: 0px;
}
.tp-toast[data-v-3a41e103] {
  grid-gap: 6px 12px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: grid;
  font-size: 16px;
  gap: 6px 12px;
  grid-template-columns: auto 1fr;
  padding: 18px;
}
.tp-toast--type-success[data-v-3a41e103] {
  background-color: rgba(49, 145, 196, 0.85);
}
.tp-toast--type-warning[data-v-3a41e103] {
  background-color: rgba(255, 151, 0, 0.85);
}
.tp-toast--type-error[data-v-3a41e103] {
  background-color: rgba(194, 47, 47, 0.85);
}
.tp-toast__icon[data-v-3a41e103] {
  color: #fff;
  height: 20px;
  width: 20px;
}
.tp-toast--with-title .tp-toast__icon[data-v-3a41e103] {
  grid-row: 1/3;
}
.tp-toast__title[data-v-3a41e103] {
  font-weight: 500;
  grid-column: 2/3;
}
.tp-toast__message[data-v-3a41e103] {
  grid-column: 2/3;
}
.tp-toast__action[data-v-3a41e103] {
  border-color: #8b96a3;
  grid-column: 2/3;
  justify-self: start;
  margin-top: 6px;
}
.tp-toast__action[data-v-3a41e103]:hover {
  border-color: #bababa;
}
.tp-suggest {
  position: relative;
  width: 100%;
}
.tp-suggest__items {
  background-color: #fff;
  border: 6px solid transparent;
  border-radius: 16px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: calc(100% + 6px);
  width: 100%;
  z-index: 5;
}
.tp-suggest__items--with-scroll {
  overflow-y: auto;
  padding-right: 4px;
}
.tp-suggest__items--with-scroll::-webkit-scrollbar {
  background: transparent;
  border-radius: 5px;
  width: 6px;
}
.tp-suggest__items--with-scroll::-webkit-scrollbar-thumb {
  background-color: #d5d9de;
  border-radius: 5px;
}
.tp-suggest__item {
  border-radius: 6px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 12px;
}
.tp-suggest__item .tp-suggest__accent-text {
  color: #0093c4;
  font-weight: 500;
}
.tp-suggest__item--selected,
.tp-suggest__item:hover {
  background-color: #eceff2;
}
.tp-tag {
  border-radius: 16px;
  color: #fff;
  display: flex;
}
.tp-tag--with-icon {
  padding: 12px;
}
.tp-tag--with-icon .tp-tag__image {
  border-radius: 12px;
  color: #0093c4;
  height: 44px;
  min-height: auto;
  padding: 0;
  width: 44px;
}
@media (min-width: 960px) {
  .tp-tag--with-icon .tp-tag__image {
    min-height: 44px;
    width: 44px;
  }
}
.tp-tag--with-icon .tp-tag__title {
  padding: 0 0 0 10px;
}
@media (min-width: 960px) {
  .tp-tag--with-icon .tp-tag__title {
    padding: 0 0 0 10px;
  }
}
.tp-tag--position-vertical {
  align-items: center;
  flex-direction: column;
  padding: 12px 6px;
}
@media (min-width: 960px) {
  .tp-tag--position-vertical {
    padding: 12px;
  }
}
.tp-tag--position-vertical .tp-tag__image {
  background-color: transparent;
}
.tp-tag--position-vertical .tp-tag__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding: 16px 0 0;
  text-align: center;
  word-break: break-word;
}
@media (min-width: 960px) {
  .tp-tag--position-vertical .tp-tag__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    padding: 12px 0;
    word-break: normal;
  }
}
.tp-tag--position-vertical .tp-tag__image {
  padding: 4px 13px;
  width: 100%;
}
@media (min-width: 960px) {
  .tp-tag--position-vertical .tp-tag__image {
    padding: 10px;
  }
}
.tp-tag--position-vertical .tp-tag__img {
  height: 52px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
@media (min-width: 960px) {
  .tp-tag--position-vertical .tp-tag__img {
    height: 124px;
  }
}
.tp-tag--theme-black-alpha {
  background-color: #0d1115;
}
.tp-tag--theme-black-alpha.tp-tag--hover {
  cursor: pointer;
  transition: background-color 0.2s;
}
@media (hover: hover) {
  .tp-tag--theme-black-alpha.tp-tag--hover:hover {
    background-color: #191e24;
  }
}
.tp-tag--theme-medium-graphite {
  background-color: #262e37;
}
.tp-tag--theme-medium-graphite.tp-tag--hover {
  cursor: pointer;
  transition: background-color 0.2s;
}
@media (hover: hover) {
  .tp-tag--theme-medium-graphite.tp-tag--hover:hover {
    background-color: #1d242d;
  }
}
.tp-tag--theme-white-alpha {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.tp-tag__image {
  align-items: center;
  background-color: #1d242d;
  border-radius: 16px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  min-height: 69px;
  padding: 6px;
  width: 69px;
}
@media (min-width: 960px) {
  .tp-tag__image {
    min-height: 87px;
    width: 87px;
  }
}
.tp-tag__img {
  border-radius: 16px;
  display: block;
  height: 57px;
  width: 57px;
}
@media (min-width: 960px) {
  .tp-tag__img {
    height: 75px;
    width: 75px;
    object-fit: cover;
  }
}
.tp-tag__title {
  align-self: center;
  font-size: 14px;
  padding: 6px 12px;
}
@media (min-width: 960px) {
  .tp-tag__title {
    font-size: 16px;
    padding: 6px 18px;
  }
}
.tp-phone-link--has-content {
  white-space: nowrap;
}
.tp-breadcrumb {
  margin: 0 0 -12px;
  padding: 0;
}
.tp-breadcrumb__logo {
  color: #0093c4;
  margin-bottom: -4px;
  position: relative;
  top: 3px;
  transition: 0.2s;
}
.tp-breadcrumb__logo:hover {
  color: #006283;
}
.tp-breadcrumb-item {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 12px;
}
.tp-breadcrumb-item--active .tp-breadcrumb-item__text {
  color: #fff;
}
.tp-breadcrumb-item:not(:last-child):after {
  color: #8b96a3;
  content: "\\";
  display: inline-block;
  padding: 0 12px;
}
.tp-breadcrumb-item__link {
  color: #8b96a3;
}
.tp-breadcrumb-item__link:focus,
.tp-breadcrumb-item__link:hover {
  color: #fff;
}
.tp-breadcrumb-dropdown {
  padding-left: 6px;
}
.tp-breadcrumb-dropdown__icon {
  color: #878787;
  cursor: pointer;
  position: relative;
  top: 2px;
  transition: 0.2s;
}
.tp-breadcrumb-dropdown__icon--active {
  transform: rotate(180deg);
}
.tp-breadcrumb-dropdown__content {
  margin: 0;
  padding: 0;
}
.tp-breadcrumb-dropdown__item {
  line-height: 17px;
  list-style: none;
}
.tp-breadcrumb-dropdown__item + .tp-breadcrumb-dropdown__item {
  margin-top: 6px;
}
.tp-breadcrumb-dropdown__link {
  color: #000;
}
.tp-list {
  --tp-list-gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp-list > * + * {
  margin-top: var(--tp-list-gap);
}
.tp-list--gap-xsmall {
  --tp-list-gap: 6px;
}
.tp-list--gap-small {
  --tp-list-gap: 12px;
}
.tp-list--gap-medium {
  --tp-list-gap: 18px;
}
.tp-list--gap-large {
  --tp-list-gap: 24px;
}
.tp-list--gap-xlarge {
  --tp-list-gap: 30px;
}
.tp-list--align-left {
  text-align: left;
}
.tp-list--align-justify {
  text-align: justify;
}
.tp-list-item {
  font-size: 16px;
  padding-left: 42px;
  position: relative;
}
.tp-list-item--align-justify {
  text-align: justify;
}
.tp-list-item__prefix {
  left: 0;
  position: absolute;
  top: 0;
}
.tp-list-item--unprefixed {
  padding-left: 24px;
}
.tp-list-item--unprefixed:before {
  background-color: currentColor;
  border-radius: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 13px;
}
.tp-list-item--padding-wide {
  padding-left: 60px;
}
.tp-switch {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  height: 30px;
  position: relative;
  width: 50px;
}
.tp-switch--disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.tp-switch--checked .tp-switch__toggle {
  background-color: #0093c4;
  background-color: var(--tpui-color-primary);
}
.tp-switch--checked .tp-switch__toggle:after {
  left: 100%;
  margin-left: -28px;
}
.tp-switch__input {
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.tp-switch__toggle {
  background-color: #878787;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  position: relative;
  transition: background-color 0.2s;
  width: 100%;
}
.tp-switch__toggle:after {
  background-color: #fff;
  border-radius: 50px;
  content: "";
  height: 26px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all 0.2s;
  width: 26px;
}
.tp-tab-list {
  --tp-tab-list-gap: 0;
  display: flex;
}
.tp-tab-list > * + * {
  margin-left: var(--tp-tab-list-gap);
}
.tp-tab-list--gap-xsmall {
  --tp-tab-list-gap: 6px;
}
.tp-tab-list--gap-small {
  --tp-tab-list-gap: 12px;
}
.tp-tab-list--gap-medium {
  --tp-tab-list-gap: 18px;
}
.tp-tab-list--gap-large {
  --tp-tab-list-gap: 24px;
}
.tp-tab-list--gap-xlarge {
  --tp-tab-list-gap: 30px;
}
.tp-pagination-button {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 39px;
  justify-content: center;
  line-height: 21px;
  min-width: 39px;
  padding: 0 5px;
  transition: 0.2s;
}
.tp-pagination-button--active,
.tp-pagination-button:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 374px) {
  .tp-pagination-button {
    font-size: 12px;
    height: 25px;
    line-height: 16px;
    min-width: 25px;
  }
}
.tp-pagination {
  grid-gap: 10px;
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, max-content);
}
.tp-pagination__list {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}
.tp-pagination__list .tp-pagination__item + .tp-pagination__item {
  margin-left: 6px;
}
.tp-pagination__item {
  color: #fff;
  list-style: none;
}
.tp-pagination__arrow {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.tp-pagination__icon {
  color: #8b96a3;
  height: 15px;
  transition: color 0.2s;
  width: 17px;
}
.tp-pagination__icon:hover {
  color: #fff;
}
.tp-pagination__icon--right {
  transform: rotate(180deg);
}
.rolldate-container {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.rolldate-container ul {
  margin: 0;
  padding: 0;
}
.rolldate-container li {
  list-style-type: none;
}
.rolldate-container header {
  font-size: 18px;
  padding: 18px 18px 0;
  position: relative;
  text-align: left;
}
.rolldate-container #rolldate-timezone {
  flex: 3;
  white-space: nowrap;
}
.rolldate-container .rolldate-cancel {
  color: #8b96a3;
  display: block;
  height: 24px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 24px;
}
.rolldate-container .rolldate-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}
.rolldate-container .rolldate-mask {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.rolldate-container .rolldate-panel {
  background: #1d242d;
  border-radius: 16px 16px 0 0;
  bottom: 0;
  left: 0;
  min-height: 273px;
  position: fixed;
  transform: translate3d(0, 273px, 0);
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 1000;
}
.rolldate-container .rolldate-container-button {
  padding: 18px;
}
.rolldate-container .rolldate-btn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #666;
  cursor: pointer;
  font-size: 16px;
}
.rolldate-container .rolldate-confirm {
  align-items: center;
  background-color: #0093c4;
  background-color: var(--tpui-color-primary);
  border-color: #0093c4;
  border-color: var(--tpui-color-primary);
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  color: var(--tpui-text-color-default);
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  line-height: 22px;
  outline: none;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}
.rolldate-container .rolldate-confirm:hover {
  background-color: #31b7e3;
  background-color: var(--tpui-color-primary-light);
  border-color: #31b7e3;
  border-color: var(--tpui-color-primary-light);
}
.rolldate-container .rolldate-content {
  margin-top: 18px;
  position: relative;
}
.rolldate-container .rolldate-wrapper {
  display: flex;
  position: relative;
  z-index: 2;
}
.rolldate-container .rolldate-wrapper > div {
  flex: 1;
  height: 173px;
  line-height: 36px;
  overflow: hidden;
  width: 1%;
}
.rolldate-container .rolldate-wrapper ul {
  margin-top: 68px;
}
.rolldate-container .rolldate-wrapper li {
  height: 36px;
  transform: none !important;
}
.rolldate-container .rolldate-wrapper.time > div:first-child {
  padding-right: 18px;
  text-align: right;
}
.rolldate-container .rolldate-wrapper.time > div:last-child {
  padding-left: 18px;
  text-align: left;
}
.rolldate-container .rolldate-dim {
  height: 68px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 10;
}
.rolldate-container .mask-top {
  background: linear-gradient(180deg, #1d242d 12.47%, rgba(29, 36, 45, 0));
}
.rolldate-container .mask-bottom {
  background: linear-gradient(180deg, rgba(29, 36, 45, 0) 12.47%, #1d242d);
  bottom: 0;
  top: auto;
}
.rolldate-container .mask-current {
  background: #262e37;
  border-radius: 6px;
  height: 39px;
  left: 18px;
  right: 18px;
  top: 68px;
  width: auto;
  z-index: 1;
}
.rolldate-container .fadeIn {
  transform: translateZ(0);
}
.rolldate-container .fadeOut {
  transform: translate3d(0, 273px, 0);
}
.rolldate-container.rolldate-container--inline {
  color: #13181e;
}
.rolldate-container.rolldate-container--inline .rolldate-container-button,
.rolldate-container.rolldate-container--inline .rolldate-mask,
.rolldate-container.rolldate-container--inline header {
  display: none;
}
.rolldate-container.rolldate-container--inline .rolldate-panel {
  background: #fff;
  min-height: 183px;
  position: static;
  transform: translateZ(0) !important;
}
.rolldate-container.rolldate-container--inline .rolldate-content {
  margin-top: 10px;
}
.rolldate-container.rolldate-container--inline .mask-top {
  background: linear-gradient(180deg, #fff 12.47%, hsla(0, 0%, 100%, 0));
}
.rolldate-container.rolldate-container--inline .mask-bottom {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 12.47%, #fff);
}
.rolldate-container.rolldate-container--inline .mask-current {
  background: #eceff2;
}
@media screen and (max-width: 414px) {
  .rolldate-container {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .rolldate-container {
    font-size: 15px;
  }
}
.tp-rollable-datetime-picker {
  position: relative;
}
.tp-rollable-datetime-picker__input .tp-input-new__icon {
  color: #878787;
  margin-right: 14px;
  min-width: auto;
  width: 20px;
}
.tp-rollable-datetime-picker__container {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin-top: 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.tp-rollable-datetime-picker.is-open .tp-input-new__box {
  background-color: #fff;
  border-color: #0093c4;
}
.tp-rollable-datetime-picker.is-open .tp-input-new__input {
  color: #13181e;
}
.tp-segment-control {
  background-color: #1d242d;
  border: 2px solid #1d242d;
  border-radius: 72px;
  color: #fff;
  display: grid;
  font-size: 14px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 17px;
  min-height: 40px;
  position: relative;
}
.tp-segment-control__item {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 9px 10px;
  position: relative;
  z-index: 2;
}
.tp-segment-control__item--divider:not(:first-of-type):after {
  background-color: #353e48;
  content: "";
  height: 18px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
  width: 1px;
}
.tp-segment-control__item--divider.active + :after,
.tp-segment-control__item--divider.active:after {
  opacity: 0;
}
.tp-segment-control__visual-controller {
  background-color: #353e48;
  border-radius: 72px;
  content: "";
  height: 100%;
  position: absolute;
  transition: transform 0.2s;
}
.tp-cluster__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--tp-cluster-gap-y) / 2 * -1)
    calc(var(--tp-cluster-gap-x) / 2 * -1);
}
.tp-cluster__wrapper > * {
  margin: calc(var(--tp-cluster-gap-y) / 2) calc(var(--tp-cluster-gap-x) / 2);
}
.tp-cluster__wrapper--nowrap {
  flex-wrap: nowrap;
}
.tp-cluster__wrapper--justify-center {
  justify-content: center;
}
.tp-cluster__wrapper--justify-space-between {
  justify-content: space-between;
}
.tp-cluster__wrapper--justify-space-around {
  justify-content: space-around;
}
.tp-cluster__wrapper--justify-start {
  justify-content: flex-start;
}
.tp-cluster__wrapper--justify-end {
  justify-content: flex-end;
}
.tp-cluster__wrapper--align-center {
  align-items: center;
}
.tp-cluster__wrapper--align-baseline {
  align-items: baseline;
}
.tp-cluster__wrapper--align-start {
  align-items: flex-start;
}
.tp-cluster__wrapper--align-end {
  align-items: flex-end;
}
.tp-cluster__wrapper--collapsed {
  flex-direction: column;
}
.tp-cluster--gap-xxxlarge > * {
  --tp-cluster-gap-x: var(--tpui-space-xxxlarge);
  --tp-cluster-gap-y: var(--tpui-space-xxxlarge);
}
.tp-cluster--gap-xxlarge > * {
  --tp-cluster-gap-x: var(--tpui-space-xxlarge);
  --tp-cluster-gap-y: var(--tpui-space-xxlarge);
}
.tp-cluster--gap-xlarge > * {
  --tp-cluster-gap-x: var(--tpui-space-xlarge);
  --tp-cluster-gap-y: var(--tpui-space-xlarge);
}
.tp-cluster--gap-large > * {
  --tp-cluster-gap-x: var(--tpui-space-large);
  --tp-cluster-gap-y: var(--tpui-space-large);
}
.tp-cluster--gap-medium > * {
  --tp-cluster-gap-x: var(--tpui-space-medium);
  --tp-cluster-gap-y: var(--tpui-space-medium);
}
.tp-cluster--gap-small > * {
  --tp-cluster-gap-x: var(--tpui-space-small);
  --tp-cluster-gap-y: var(--tpui-space-small);
}
.tp-cluster--gap-xsmall > * {
  --tp-cluster-gap-x: var(--tpui-space-xsmall);
  --tp-cluster-gap-y: var(--tpui-space-xsmall);
}
.tp-cluster--gap-none > * {
  --tp-cluster-gap-x: var(--tpui-space-none);
  --tp-cluster-gap-y: var(--tpui-space-none);
}
.tp-cluster--gap-x-xxxlarge > * {
  --tp-cluster-gap-x: var(--tpui-space-xxxlarge);
}
.tp-cluster--gap-x-xxlarge > * {
  --tp-cluster-gap-x: var(--tpui-space-xxlarge);
}
.tp-cluster--gap-x-xlarge > * {
  --tp-cluster-gap-x: var(--tpui-space-xlarge);
}
.tp-cluster--gap-x-large > * {
  --tp-cluster-gap-x: var(--tpui-space-large);
}
.tp-cluster--gap-x-medium > * {
  --tp-cluster-gap-x: var(--tpui-space-medium);
}
.tp-cluster--gap-x-small > * {
  --tp-cluster-gap-x: var(--tpui-space-small);
}
.tp-cluster--gap-x-xsmall > * {
  --tp-cluster-gap-x: var(--tpui-space-xsmall);
}
.tp-cluster--gap-x-none > * {
  --tp-cluster-gap-x: var(--tpui-space-none);
}
.tp-cluster--gap-y-xxxlarge > * {
  --tp-cluster-gap-y: var(--tpui-space-xxxlarge);
}
.tp-cluster--gap-y-xxlarge > * {
  --tp-cluster-gap-y: var(--tpui-space-xxlarge);
}
.tp-cluster--gap-y-xlarge > * {
  --tp-cluster-gap-y: var(--tpui-space-xlarge);
}
.tp-cluster--gap-y-large > * {
  --tp-cluster-gap-y: var(--tpui-space-large);
}
.tp-cluster--gap-y-medium > * {
  --tp-cluster-gap-y: var(--tpui-space-medium);
}
.tp-cluster--gap-y-small > * {
  --tp-cluster-gap-y: var(--tpui-space-small);
}
.tp-cluster--gap-y-xsmall > * {
  --tp-cluster-gap-y: var(--tpui-space-xsmall);
}
.tp-cluster--gap-y-none > * {
  --tp-cluster-gap-y: var(--tpui-space-none);
}
.tp-grid {
  grid-gap: var(--tp-grid-gap);
  --minimum: 250px;
  display: grid;
  gap: var(--tp-grid-gap);
  grid-template-columns: 100%;
}
@supports (width: min(var(--minimum), 100%)) {
  .tp-grid {
    grid-template-columns: repeat(
      var(--wrap-strategy),
      minmax(min(var(--minimum), 100%), 1fr)
    );
  }
}
.tp-grid--gap-xxxlarge {
  --tp-grid-gap: var(--tpui-space-xxxlarge);
}
.tp-grid--gap-xxlarge {
  --tp-grid-gap: var(--tpui-space-xxlarge);
}
.tp-grid--gap-xlarge {
  --tp-grid-gap: var(--tpui-space-xlarge);
}
.tp-grid--gap-large {
  --tp-grid-gap: var(--tpui-space-large);
}
.tp-grid--gap-medium {
  --tp-grid-gap: var(--tpui-space-medium);
}
.tp-grid--gap-small {
  --tp-grid-gap: var(--tpui-space-small);
}
.tp-grid--gap-xsmall {
  --tp-grid-gap: var(--tpui-space-xsmall);
}
.tp-grid--gap-none {
  --tp-grid-gap: var(--tpui-space-none);
}
.tp-layout-switcher {
  display: block;
}
.tp-layout-switcher > * {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--layout-switcher-gap) / 2 * -1);
  overflow: hidden;
}
.tp-layout-switcher > * > * {
  flex-basis: calc(
    var(--threshold) * 999 - 99900% + var(--layout-switcher-gap) * 999
  );
  flex-shrink: 1;
  margin: calc(var(--layout-switcher-gap) / 2);
}
.tp-layout-switcher__wrapper {
  justify-content: var(--layout-switcher-justify);
}
.tp-layout-switcher--equal-columns > * > * {
  flex-grow: 1;
}
.tp-layout-switcher--gap-xxxlarge > * {
  --layout-switcher-gap: var(--tpui-space-xxxlarge);
}
.tp-layout-switcher--gap-xxlarge > * {
  --layout-switcher-gap: var(--tpui-space-xxlarge);
}
.tp-layout-switcher--gap-xlarge > * {
  --layout-switcher-gap: var(--tpui-space-xlarge);
}
.tp-layout-switcher--gap-large > * {
  --layout-switcher-gap: var(--tpui-space-large);
}
.tp-layout-switcher--gap-medium > * {
  --layout-switcher-gap: var(--tpui-space-medium);
}
.tp-layout-switcher--gap-small > * {
  --layout-switcher-gap: var(--tpui-space-small);
}
.tp-layout-switcher--gap-xsmall > * {
  --layout-switcher-gap: var(--tpui-space-xsmall);
}
.tp-layout-switcher--gap-none > * {
  --layout-switcher-gap: var(--tpui-space-none);
}
.tp-layout-switcher--justify-center {
  --layout-switcher-justify: center;
}
.tp-layout-switcher--justify-space-between {
  --layout-switcher-justify: space-between;
}
.tp-layout-switcher--justify-space-around {
  --layout-switcher-justify: space-around;
}
.tp-layout-switcher--justify-start {
  --layout-switcher-justify: flex-start;
}
.tp-layout-switcher--justify-end {
  --layout-switcher-justify: flex-end;
}
.tp-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
}
.tp-center--intrinsic {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.tp-center--text-center {
  text-align: center;
}
.tp-center--gutters-xxxlarge {
  padding-left: 42px;
  padding-left: var(--tpui-space-xxxlarge);
  padding-right: 42px;
  padding-right: var(--tpui-space-xxxlarge);
}
.tp-center--gutters-xxlarge {
  padding-left: 36px;
  padding-left: var(--tpui-space-xxlarge);
  padding-right: 36px;
  padding-right: var(--tpui-space-xxlarge);
}
.tp-center--gutters-xlarge {
  padding-left: 30px;
  padding-left: var(--tpui-space-xlarge);
  padding-right: 30px;
  padding-right: var(--tpui-space-xlarge);
}
.tp-center--gutters-large {
  padding-left: 24px;
  padding-left: var(--tpui-space-large);
  padding-right: 24px;
  padding-right: var(--tpui-space-large);
}
.tp-center--gutters-medium {
  padding-left: 18px;
  padding-left: var(--tpui-space-medium);
  padding-right: 18px;
  padding-right: var(--tpui-space-medium);
}
.tp-center--gutters-small {
  padding-left: 12px;
  padding-left: var(--tpui-space-small);
  padding-right: 12px;
  padding-right: var(--tpui-space-small);
}
.tp-center--gutters-xsmall {
  padding-left: 6px;
  padding-left: var(--tpui-space-xsmall);
  padding-right: 6px;
  padding-right: var(--tpui-space-xsmall);
}
.tp-center--gutters-none {
  padding-left: 0;
  padding-left: var(--tpui-space-none);
  padding-right: 0;
  padding-right: var(--tpui-space-none);
}
.tp-stack {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.tp-stack > * {
  margin-bottom: 0;
  margin-top: 0;
}
.tp-stack > * + * {
  margin-top: var(--tp-stack-gap);
}
.tp-stack--gap-xxxlarge > * {
  --tp-stack-gap: var(--tpui-space-xxxlarge);
}
.tp-stack--gap-xxlarge > * {
  --tp-stack-gap: var(--tpui-space-xxlarge);
}
.tp-stack--gap-xlarge > * {
  --tp-stack-gap: var(--tpui-space-xlarge);
}
.tp-stack--gap-large > * {
  --tp-stack-gap: var(--tpui-space-large);
}
.tp-stack--gap-medium > * {
  --tp-stack-gap: var(--tpui-space-medium);
}
.tp-stack--gap-small > * {
  --tp-stack-gap: var(--tpui-space-small);
}
.tp-stack--gap-xsmall > * {
  --tp-stack-gap: var(--tpui-space-xsmall);
}
.tp-stack--gap-none > * {
  --tp-stack-gap: var(--tpui-space-none);
}
.tp-stack--align-center {
  align-items: center;
}
.tp-stack--align-start {
  align-items: flex-start;
}
.tp-stack--align-end {
  align-items: flex-end;
}
:root {
  --tpui-color-primary: #0093c4;
  --tpui-color-primary-light: #31b7e3;
  --tpui-color-accent: #ea4e01;
  --tpui-color-accent-light: #ff7835;
  --tpui-color-critical: #c22e2e;
  --tpui-color-positive: #00bd0a;
  --tpui-color-warning: #ff9700;
  --tpui-color-muted: #878787;
  --tpui-text-color-primary: var(--tpui-color-primary);
  --tpui-text-color-accent: var(--tpui-color-accent);
  --tpui-text-color-critical: var(--tpui-color-critical);
  --tpui-text-color-positive: var(--tpui-color-positive);
  --tpui-text-color-warning: var(--tpui-color-warning);
  --tpui-text-color-default: #fff;
  --tpui-text-color-inverse: #13181e;
  --tpui-text-color-secondary: #878787;
  --tpui-background-color-default: rgba(0, 0, 0, 0.3);
  --tpui-background-color-default-secondary: rgba(0, 0, 0, 0.2);
  --tpui-background-color-default-tertiary: hsla(0, 0%, 100%, 0.1);
  --tpui-background-color-inverse: #fff;
  --tpui-background-color-inverse-secondary: #f5f5f5;
  --tpui-background-color-inverse-tertiary: #e6e6e6;
  --tpui-border-radius-small: 3px;
  --tpui-border-radius-medium: 8px;
  --tpui-border-radius-large: 16px;
  --tpui-shadow-card: 0px 0px 4px rgba(0, 0, 0, 0.5);
  --tpui-space-xxxlarge: 42px;
  --tpui-space-xxlarge: 36px;
  --tpui-space-xlarge: 30px;
  --tpui-space-large: 24px;
  --tpui-space-medium: 18px;
  --tpui-space-small: 12px;
  --tpui-space-xsmall: 6px;
  --tpui-space-none: 0px;
}
.tp-space--wrap .tp-space__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--tp-space-gap-y) / 2 * -1)
    calc(var(--tp-space-gap-x) / 2 * -1);
}
.tp-space--wrap .tp-space__wrapper > * {
  margin: calc(var(--tp-space-gap-y) / 2) calc(var(--tp-space-gap-x) / 2);
}
.tp-space--wrap .tp-space__wrapper--justify-center {
  justify-content: center;
}
.tp-space--wrap .tp-space__wrapper--justify-space-between {
  justify-content: space-between;
}
.tp-space--wrap .tp-space__wrapper--justify-space-around {
  justify-content: space-around;
}
.tp-space--wrap .tp-space__wrapper--justify-start {
  justify-content: flex-start;
}
.tp-space--wrap .tp-space__wrapper--justify-end {
  justify-content: flex-end;
}
.tp-space--wrap .tp-space__wrapper--align-center {
  align-items: center;
}
.tp-space--wrap .tp-space__wrapper--align-baseline {
  align-items: baseline;
}
.tp-space--wrap .tp-space__wrapper--align-start {
  align-items: flex-start;
}
.tp-space--wrap .tp-space__wrapper--align-end {
  align-items: flex-end;
}
.tp-space--wrap.tp-space--gap-xxxlarge > * {
  --tp-space-gap-x: var(--tpui-space-xxxlarge);
  --tp-space-gap-y: var(--tpui-space-xxxlarge);
}
.tp-space--wrap.tp-space--gap-xxlarge > * {
  --tp-space-gap-x: var(--tpui-space-xxlarge);
  --tp-space-gap-y: var(--tpui-space-xxlarge);
}
.tp-space--wrap.tp-space--gap-xlarge > * {
  --tp-space-gap-x: var(--tpui-space-xlarge);
  --tp-space-gap-y: var(--tpui-space-xlarge);
}
.tp-space--wrap.tp-space--gap-large > * {
  --tp-space-gap-x: var(--tpui-space-large);
  --tp-space-gap-y: var(--tpui-space-large);
}
.tp-space--wrap.tp-space--gap-medium > * {
  --tp-space-gap-x: var(--tpui-space-medium);
  --tp-space-gap-y: var(--tpui-space-medium);
}
.tp-space--wrap.tp-space--gap-small > * {
  --tp-space-gap-x: var(--tpui-space-small);
  --tp-space-gap-y: var(--tpui-space-small);
}
.tp-space--wrap.tp-space--gap-xsmall > * {
  --tp-space-gap-x: var(--tpui-space-xsmall);
  --tp-space-gap-y: var(--tpui-space-xsmall);
}
.tp-space--wrap.tp-space--gap-none > * {
  --tp-space-gap-x: var(--tpui-space-none);
  --tp-space-gap-y: var(--tpui-space-none);
}
.tp-space--wrap.tp-space--gap-x-xxxlarge > * {
  --tp-space-gap-x: var(--tpui-space-xxxlarge);
}
.tp-space--wrap.tp-space--gap-x-xxlarge > * {
  --tp-space-gap-x: var(--tpui-space-xxlarge);
}
.tp-space--wrap.tp-space--gap-x-xlarge > * {
  --tp-space-gap-x: var(--tpui-space-xlarge);
}
.tp-space--wrap.tp-space--gap-x-large > * {
  --tp-space-gap-x: var(--tpui-space-large);
}
.tp-space--wrap.tp-space--gap-x-medium > * {
  --tp-space-gap-x: var(--tpui-space-medium);
}
.tp-space--wrap.tp-space--gap-x-small > * {
  --tp-space-gap-x: var(--tpui-space-small);
}
.tp-space--wrap.tp-space--gap-x-xsmall > * {
  --tp-space-gap-x: var(--tpui-space-xsmall);
}
.tp-space--wrap.tp-space--gap-x-none > * {
  --tp-space-gap-x: var(--tpui-space-none);
}
.tp-space--wrap.tp-space--gap-y-xxxlarge > * {
  --tp-space-gap-y: var(--tpui-space-xxxlarge);
}
.tp-space--wrap.tp-space--gap-y-xxlarge > * {
  --tp-space-gap-y: var(--tpui-space-xxlarge);
}
.tp-space--wrap.tp-space--gap-y-xlarge > * {
  --tp-space-gap-y: var(--tpui-space-xlarge);
}
.tp-space--wrap.tp-space--gap-y-large > * {
  --tp-space-gap-y: var(--tpui-space-large);
}
.tp-space--wrap.tp-space--gap-y-medium > * {
  --tp-space-gap-y: var(--tpui-space-medium);
}
.tp-space--wrap.tp-space--gap-y-small > * {
  --tp-space-gap-y: var(--tpui-space-small);
}
.tp-space--wrap.tp-space--gap-y-xsmall > * {
  --tp-space-gap-y: var(--tpui-space-xsmall);
}
.tp-space--wrap.tp-space--gap-y-none > * {
  --tp-space-gap-y: var(--tpui-space-none);
}
.tp-space:not(.tp-space--wrap) {
  display: flex;
}
.tp-space:not(.tp-space--wrap).tp-space--dir-vertical {
  flex-direction: column;
}
.tp-space:not(.tp-space--wrap).tp-space--dir-vertical > * + * {
  margin-top: var(--tp-space-gap);
}
.tp-space:not(.tp-space--wrap).tp-space--dir-horizontal > * + * {
  margin-left: var(--tp-space-gap);
}
.tp-space:not(.tp-space--wrap).tp-space--gap-xxxlarge > * {
  --tp-space-gap: var(--tpui-space-xxxlarge);
}
.tp-space:not(.tp-space--wrap).tp-space--gap-xxlarge > * {
  --tp-space-gap: var(--tpui-space-xxlarge);
}
.tp-space:not(.tp-space--wrap).tp-space--gap-xlarge > * {
  --tp-space-gap: var(--tpui-space-xlarge);
}
.tp-space:not(.tp-space--wrap).tp-space--gap-large > * {
  --tp-space-gap: var(--tpui-space-large);
}
.tp-space:not(.tp-space--wrap).tp-space--gap-medium > * {
  --tp-space-gap: var(--tpui-space-medium);
}
.tp-space:not(.tp-space--wrap).tp-space--gap-small > * {
  --tp-space-gap: var(--tpui-space-small);
}
.tp-space:not(.tp-space--wrap).tp-space--gap-xsmall > * {
  --tp-space-gap: var(--tpui-space-xsmall);
}
.tp-space:not(.tp-space--wrap).tp-space--gap-none > * {
  --tp-space-gap: var(--tpui-space-none);
}
.tp-space:not(.tp-space--wrap).tp-space--justify-center {
  justify-content: center;
}
.tp-space:not(.tp-space--wrap).tp-space--justify-space-between {
  justify-content: space-between;
}
.tp-space:not(.tp-space--wrap).tp-space--justify-space-around {
  justify-content: space-around;
}
.tp-space:not(.tp-space--wrap).tp-space--justify-start {
  justify-content: flex-start;
}
.tp-space:not(.tp-space--wrap).tp-space--justify-end {
  justify-content: flex-end;
}
.tp-space:not(.tp-space--wrap).tp-space--align-center {
  align-items: center;
}
.tp-space:not(.tp-space--wrap).tp-space--align-baseline {
  align-items: baseline;
}
.tp-space:not(.tp-space--wrap).tp-space--align-start {
  align-items: flex-start;
}
.tp-space:not(.tp-space--wrap).tp-space--align-end {
  align-items: flex-end;
}
[data-simplebar] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.simplebar-wrapper {
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  overflow: hidden;
  width: inherit;
}
.simplebar-mask {
  direction: inherit;
  height: auto !important;
  overflow: hidden;
  width: auto !important;
  z-index: 0;
}
.simplebar-mask,
.simplebar-offset {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.simplebar-offset {
  -webkit-overflow-scrolling: touch;
  box-sizing: inherit !important;
  direction: inherit !important;
  resize: none !important;
}
.simplebar-content-wrapper {
  -ms-overflow-style: none;
  box-sizing: border-box !important;
  direction: inherit;
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  scrollbar-width: none;
  width: auto;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}
.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  width: 100%;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  flex-basis: 0;
  flex-grow: inherit;
  flex-shrink: 0;
  float: left;
  height: 100%;
  margin: 0;
  max-height: 1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: -1;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  height: 1000%;
  left: 0;
  min-height: 1px;
  min-width: 1px;
  opacity: 0;
  top: 0;
  width: 1000%;
  z-index: -1;
}
.simplebar-height-auto-observer,
.simplebar-track {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}
.simplebar-track {
  bottom: 0;
  right: 0;
  z-index: 1;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  left: 0;
  min-height: 10px;
  position: absolute;
  right: 0;
}
.simplebar-scrollbar:before {
  background: #000;
  border-radius: 7px;
  content: "";
  left: 2px;
  opacity: 0;
  position: absolute;
  right: 2px;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  bottom: 2px;
  top: 2px;
}
.simplebar-track.simplebar-horizontal {
  height: 11px;
  left: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 7px;
  left: 0;
  min-height: 0;
  min-width: 10px;
  right: auto;
  top: 2px;
  width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  left: 0;
  right: auto;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  height: 500px;
  opacity: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  position: fixed;
  visibility: hidden;
  width: 500px;
}
.simplebar-hide-scrollbar {
  -ms-overflow-style: none;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  scrollbar-width: none;
  visibility: hidden;
}
