@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img,
fieldset,
a img {
  border: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  appearance: none;
  -webkit-appearance: none;
}

input[type=submit],
button {
  cursor: pointer;
}
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

:root {
  --header-height: 114px;
}
@media only screen and (max-width: 1023px) {
  :root {
    --header-height: 96px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: rgb(219.25, 219.25, 219.25);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 0.4s;
          animation: tooltipster-fading 0.4s;
}

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 0.6s;
          animation: tooltipster-rotating 0.6s;
}

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 0.6s;
          animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

/*
 RichText: WYSIWYG editor developed as jQuery plugin

 @name RichText
 @author https://github.com/webfashionist - Bob Schockweiler - richtext@webfashion.eu

 Copyright (C) 2020 Bob Schockweiler ( richtext@webfashion.eu )

 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as published
 by the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Affero General Public License for more details.

 You should have received a copy of the GNU Affero General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
.richText {
  position: relative;
  background-color: #fafafa;
  border: #efefef solid 1px;
  color: #333333;
  width: 100%;
}
.richText .richText-form {
  font-family: Calibri, Verdana, Helvetica, sans-serif;
}
.richText .richText-form label {
  display: block;
  padding: 10px 15px;
}
.richText .richText-form input[type=text],
.richText .richText-form input[type=file],
.richText .richText-form input[type=number],
.richText .richText-form select {
  padding: 10px 15px;
  border: #999999 solid 1px;
  min-width: 200px;
  width: 100%;
}
.richText .richText-form select {
  cursor: pointer;
}
.richText .richText-form button {
  margin: 10px 0;
  padding: 10px 15px;
  background-color: #3498db;
  border: none;
  color: #fafafa;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
}
.richText .richText-toolbar {
  min-height: 20px;
  border-bottom: #efefef solid 1px;
}
.richText .richText-toolbar .richText-length {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 13px;
  vertical-align: middle;
  line-height: 34px;
}
.richText .richText-toolbar .richText-length .black {
  color: #000;
}
.richText .richText-toolbar .richText-length .orange {
  color: orange;
}
.richText .richText-toolbar .richText-length .red {
  color: red;
}
.richText .richText-toolbar ul {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.richText .richText-toolbar ul li {
  float: left;
  display: block;
  list-style: none;
}
.richText .richText-toolbar ul li a {
  display: block;
  padding: 10px 13px;
  border-right: #efefef solid 1px;
  cursor: pointer;
  transition: background-color 0.4s;
}
.richText .richText-toolbar ul li a .fa,
.richText .richText-toolbar ul li a .fas,
.richText .richText-toolbar ul li a .far,
.richText .richText-toolbar ul li a svg {
  pointer-events: none;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown {
  position: relative;
  display: block;
  margin: 3% auto 0 auto;
  background-color: #fafafa;
  border: #efefef solid 1px;
  min-width: 100px;
  width: 300px;
  max-width: 90%;
  box-shadow: 0 0 5px 0 #333;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown .richText-dropdown-close {
  position: absolute;
  top: 0;
  right: -23px;
  background: #fff;
  color: #333;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  width: 20px;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown {
  list-style: none;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li {
  display: block;
  float: none;
  font-family: Calibri, Verdana, Helvetica, sans-serif;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a {
  display: block;
  padding: 10px 15px;
  border-bottom: #efefef solid 1px;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a:hover {
  background-color: #ffffff;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li.inline {
  margin: 10px 6px;
  float: left;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li.inline a {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #999;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li.inline a span {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.richText .richText-toolbar ul li a .richText-dropdown-outer div.richText-dropdown {
  padding: 10px 15px;
}
.richText .richText-toolbar ul li a:hover {
  background-color: #ffffff;
}
.richText .richText-toolbar ul li[data-disable=true] {
  opacity: 0.1;
}
.richText .richText-toolbar ul li[data-disable=true] a {
  cursor: default;
}
.richText .richText-toolbar ul li:not([data-disable=true]).is-selected .richText-dropdown-outer {
  display: block;
}
.richText .richText-toolbar ul:after {
  display: block;
  content: "";
  clear: both;
}
.richText .richText-toolbar:last-child {
  font-size: 12px;
}
.richText .richText-toolbar:after {
  display: block;
  clear: both;
  content: "";
}
.richText .richText-editor {
  padding: 20px;
  background-color: #ffffff;
  border-left: #ffffff solid 2px;
  font-family: Calibri, Verdana, Helvetica, sans-serif;
  height: 300px;
  outline: none;
  overflow-y: scroll;
  overflow-x: auto;
}
.richText .richText-editor ul,
.richText .richText-editor ol {
  margin: 10px 25px;
}
.richText .richText-editor table {
  margin: 10px 0;
  border-spacing: 0;
  width: 100%;
}
.richText .richText-editor table td,
.richText .richText-editor table th {
  padding: 10px;
  border: #efefef solid 1px;
}
.richText .richText-editor:focus {
  border-left: #3498db solid 2px;
}
.richText .richText-initial {
  margin-bottom: -4px;
  padding: 10px;
  background-color: #282828;
  border: none;
  color: #33ff33;
  font-family: Monospace, Calibri, Verdana, Helvetica, sans-serif;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  min-height: 400px;
  height: 400px;
}
.richText .richText-help {
  float: right;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
}
.richText .richText-undo,
.richText .richText-redo {
  float: left;
  display: block;
  padding: 10px 15px;
  border-right: #efefef solid 1px;
  cursor: pointer;
}
.richText .richText-undo.is-disabled,
.richText .richText-redo.is-disabled {
  opacity: 0.4;
}
.richText .richText-help-popup a {
  color: #3498db;
  text-decoration: underline;
}
.richText .richText-help-popup hr {
  margin: 10px auto 5px auto;
  border: none;
  border-top: #efefef solid 1px;
}
.richText .richText-list.list-rightclick {
  position: absolute;
  background-color: #fafafa;
  border-right: #efefef solid 1px;
  border-bottom: #efefef solid 1px;
}
.richText .richText-list.list-rightclick li {
  padding: 5px 7px;
  cursor: pointer;
  list-style: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
:root {
  --tagify-dd-color-primary:rgb(53,149,246);
  --tagify-dd-bg-color:white;
}

.tagify {
  --tags-disabled-bg:#F1F1F1;
  --tags-border-color:#DDD;
  --tags-hover-border-color:#CCC;
  --tags-focus-border-color:#3595f6;
  --tag-bg:#E5E5E5;
  --tag-hover:#D3E2E2;
  --tag-text-color:black;
  --tag-text-color--edit:black;
  --tag-pad:0.3em 0.5em;
  --tag-inset-shadow-size:1.1em;
  --tag-invalid-color:#D39494;
  --tag-invalid-bg:rgba(211, 148, 148, 0.5);
  --tag-remove-bg:rgba(211, 148, 148, 0.3);
  --tag-remove-btn-color:black;
  --tag-remove-btn-bg:none;
  --tag-remove-btn-bg--hover:#c77777;
  --input-color:inherit;
  --tag--min-width:1ch;
  --tag--max-width:auto;
  --tag-hide-transition:0.3s;
  --placeholder-color:rgba(0, 0, 0, 0.4);
  --placeholder-color-focus:rgba(0, 0, 0, 0.25);
  --loader-size:.8em;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border: 1px solid var(--tags-border-color);
  padding: 0;
  line-height: 0;
  cursor: text;
  outline: 0;
  position: relative;
  box-sizing: border-box;
  transition: 0.1s;
}

@-webkit-keyframes tags--bump {
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes tags--bump {
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes rotateLoader {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes rotateLoader {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.tagify:hover {
  border-color: #ccc;
  border-color: var(--tags-hover-border-color);
}

.tagify.tagify--focus {
  transition: 0s;
  border-color: #3595f6;
  border-color: var(--tags-focus-border-color);
}

.tagify[disabled] {
  background: var(--tags-disabled-bg);
  -webkit-filter: saturate(0);
          filter: saturate(0);
  opacity: 0.5;
  pointer-events: none;
}

.tagify[readonly].tagify--select {
  pointer-events: none;
}

.tagify[readonly]:not(.tagify--mix):not(.tagify--select) {
  cursor: default;
}

.tagify[readonly]:not(.tagify--mix):not(.tagify--select) > .tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0;
}

.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div {
  padding: 0.3em 0.5em;
  padding: var(--tag-pad);
}

.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before {
  background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
  box-shadow: none;
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}

.tagify[readonly] .tagify__tag__removeBtn {
  display: none;
}

.tagify--loading .tagify__input > br:last-child {
  display: none;
}

.tagify--loading .tagify__input::before {
  content: none;
}

.tagify--loading .tagify__input::after {
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  -webkit-animation: rotateLoader 0.4s infinite linear;
          animation: rotateLoader 0.4s infinite linear;
  content: "" !important;
  margin: -2px 0 -2px 0.5em;
}

.tagify--loading .tagify__input:empty::after {
  margin-left: 0;
}

.tagify + input, .tagify + textarea {
  position: absolute !important;
  left: -9999em !important;
  -webkit-transform: scale(0) !important;
          transform: scale(0) !important;
}

.tagify__tag {
  display: inline-flex;
  align-items: center;
  margin: 5px 0 5px 5px;
  position: relative;
  z-index: 1;
  outline: 0;
  line-height: normal;
  cursor: default;
  transition: 0.13s ease-out;
}

.tagify__tag > div {
  vertical-align: top;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0.3em 0.5em;
  padding: var(--tag-pad, 0.3em 0.5em);
  color: #000;
  color: var(--tag-text-color, #000);
  line-height: inherit;
  border-radius: 3px;
  white-space: nowrap;
  transition: 0.13s ease-out;
}

.tagify__tag > div > * {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  min-width: 1ch;
  max-width: auto;
  min-width: var(--tag--min-width, 1ch);
  max-width: var(--tag--max-width, auto);
  transition: 0.8s ease, 0.1s color;
}

.tagify__tag > div > [contenteditable] {
  outline: 0;
  -webkit-user-select: text;
  -ms-user-select: text;
      user-select: text;
  cursor: text;
  margin: -2px;
  padding: 2px;
  max-width: 350px;
}

.tagify__tag > div::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  transition: 120ms ease;
  -webkit-animation: tags--bump 0.3s ease-out 1;
          animation: tags--bump 0.3s ease-out 1;
  box-shadow: 0 0 0 1.1em #e5e5e5 inset;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size, 1.1em) var(--tag-bg, #e5e5e5) inset;
}

.tagify__tag:focus div::before, .tagify__tag:hover:not([readonly]) div::before {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  box-shadow: 0 0 0 1.1em #d3e2e2 inset;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size, 1.1em) var(--tag-hover, #d3e2e2) inset;
}

.tagify__tag--loading {
  pointer-events: none;
}

.tagify__tag--loading .tagify__tag__removeBtn {
  display: none;
}

.tagify__tag--loading::after {
  --loader-size:.4em;
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  -webkit-animation: rotateLoader 0.4s infinite linear;
          animation: rotateLoader 0.4s infinite linear;
  margin: 0 0.5em 0 -0.1em;
}

.tagify__tag--flash div::before {
  -webkit-animation: none;
          animation: none;
}

.tagify__tag--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: 0.3s;
  transition: var(--tag-hide-transition, 0.3s);
  pointer-events: none;
}

.tagify__tag--hide > div > * {
  white-space: nowrap;
}

.tagify__tag.tagify--noAnim > div::before {
  -webkit-animation: none;
          animation: none;
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div > span {
  opacity: 0.5;
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
  box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.5) inset !important;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size, 1.1em) var(--tag-invalid-bg, rgba(211, 148, 148, 0.5)) inset !important;
  transition: 0.2s;
}

.tagify__tag[readonly] .tagify__tag__removeBtn {
  display: none;
}

.tagify__tag[readonly] > div::before {
  background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
  box-shadow: none;
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}

.tagify__tag--editable > div {
  color: #000;
  color: var(--tag-text-color--edit, #000);
}

.tagify__tag--editable > div::before {
  box-shadow: 0 0 0 2px #d3e2e2 inset !important;
  box-shadow: 0 0 0 2px var(--tag-hover, #d3e2e2) inset !important;
}

.tagify__tag--editable > .tagify__tag__removeBtn {
  pointer-events: none;
}

.tagify__tag--editable > .tagify__tag__removeBtn::after {
  opacity: 0;
  -webkit-transform: translateX(100%) translateX(5px);
          transform: translateX(100%) translateX(5px);
}

.tagify__tag--editable.tagify--invalid > div::before {
  box-shadow: 0 0 0 2px #d39494 inset !important;
  box-shadow: 0 0 0 2px var(--tag-invalid-color, #d39494) inset !important;
}

.tagify__tag__removeBtn {
  order: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font: 14px/1 Arial;
  background: 0 0;
  background: var(--tag-remove-btn-bg, none);
  color: #000;
  color: var(--tag-remove-btn-color, #000);
  width: 14px;
  height: 14px;
  margin-right: 4.6666666667px;
  margin-left: auto;
  overflow: hidden;
  transition: 0.2s ease-out;
}

.tagify__tag__removeBtn::after {
  content: "×";
  transition: 0.3s, color 0s;
}

.tagify__tag__removeBtn:hover {
  color: #fff;
  background: #c77777;
  background: var(--tag-remove-btn-bg--hover, #c77777);
}

.tagify__tag__removeBtn:hover + div > span {
  opacity: 0.5;
}

.tagify__tag__removeBtn:hover + div::before {
  box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.3) inset !important;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size, 1.1em) var(--tag-remove-bg, rgba(211, 148, 148, 0.3)) inset !important;
  transition: box-shadow 0.2s;
}

.tagify:not(.tagify--mix) .tagify__input br {
  display: none;
}

.tagify:not(.tagify--mix) .tagify__input * {
  display: inline;
  white-space: nowrap;
}

.tagify__input {
  flex-grow: 1;
  display: inline-block;
  min-width: 110px;
  margin: 5px;
  padding: 0.3em 0.5em;
  padding: var(--tag-pad, 0.3em 0.5em);
  line-height: normal;
  position: relative;
  white-space: pre-wrap;
  color: inherit;
  color: var(--input-color, inherit);
  box-sizing: inherit;
}

.tagify__input:focus {
  outline: 0;
}

.tagify__input:focus::before {
  transition: 0.2s ease-out;
  opacity: 0;
  -webkit-transform: translatex(6px);
          transform: translatex(6px);
}

@supports (-ms-ime-align: auto) {
  .tagify__input:focus::before {
    display: none;
  }
}
.tagify__input:focus:empty::before {
  transition: 0.2s ease-out;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  color: rgba(0, 0, 0, 0.25);
  color: var(--placeholder-color-focus);
}

@-moz-document url-prefix() {
  .tagify__input:focus:empty::after {
    display: none;
  }
}
.tagify__input::before {
  content: attr(data-placeholder);
  height: 1em;
  line-height: 1em;
  margin: auto 0;
  z-index: 1;
  color: rgba(0, 0, 0, 0.4);
  color: var(--placeholder-color);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  position: absolute;
}

.tagify__input::after {
  content: attr(data-suggest);
  display: inline-block;
  white-space: pre;
  color: #000;
  opacity: 0.3;
  pointer-events: none;
  max-width: 100px;
}

.tagify__input .tagify__tag {
  margin: 0 1px;
}

.tagify__input .tagify__tag > div {
  padding-top: 0;
  padding-bottom: 0;
}

.tagify--mix {
  display: block;
}

.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  display: block;
}

.tagify--mix .tagify__input::before {
  height: auto;
  display: none;
  line-height: inherit;
}

.tagify--mix .tagify__input::after {
  content: none;
}

.tagify--select::after {
  content: ">";
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font: 16px monospace;
  line-height: 8px;
  height: 8px;
  pointer-events: none;
  -webkit-transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
          transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  transition: 0.2s ease-in-out;
}

.tagify--select[aria-expanded=true]::after {
  -webkit-transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
          transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
}

.tagify--select .tagify__tag {
  position: absolute;
  top: 0;
  right: 1.8em;
  bottom: 0;
}

.tagify--select .tagify__tag div {
  display: none;
}

.tagify--select .tagify__input {
  width: 100%;
}

.tagify--empty .tagify__input::before {
  transition: 0.2s ease-out;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  display: inline-block;
  width: auto;
}

.tagify--mix .tagify--empty .tagify__input::before {
  display: inline-block;
}

.tagify--invalid {
  --tags-border-color:#D39494;
}

.tagify__dropdown {
  position: absolute;
  z-index: 9999;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  overflow: hidden;
}

.tagify__dropdown[placement=top] {
  margin-top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
  border-top-width: 1.1px;
  border-bottom-width: 0;
}

.tagify__dropdown[position=text] {
  box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), 0.1);
  font-size: 0.9em;
}

.tagify__dropdown[position=text] .tagify__dropdown__wrapper {
  border-width: 1px;
}

.tagify__dropdown__wrapper {
  max-height: 300px;
  overflow: auto;
  background: #fff;
  background: var(--tagify-dd-bg-color);
  border: 1px solid #3595f6;
  border-color: var(--tagify-dd-color-primary);
  border-bottom-width: 1.33px;
  border-top-width: 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  transition: 0.25s cubic-bezier(0, 1, 0.5, 1);
}

.tagify__dropdown--initial .tagify__dropdown__wrapper {
  max-height: 20px;
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}

.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
}

.tagify__dropdown__item {
  box-sizing: inherit;
  padding: 0.3em 0.5em;
  margin: 1px;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  outline: 0;
}

.tagify__dropdown__item--active {
  background: #3595f6;
  background: var(--tagify-dd-color-primary);
  color: #fff;
}

.tagify__dropdown__item:active, .tagify__dropdown__item.nice-select.open {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}

.date-picker-wrapper.single-date {
  width: auto;
}

.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}

.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}

.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}

.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}

.date-picker-wrapper .month-name {
  text-transform: uppercase;
}

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}

.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}

.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}

.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}

.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}

.date-picker-wrapper .time label {
  white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}

.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}

.date-picker-wrapper table .caption {
  height: 40px;
}

.date-picker-wrapper table .caption > th:first-of-type,
.date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  /* height: 100%; */
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .selected-days {
  display: none;
}

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}

.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  /* color: #d9eef7; */
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
  color: white;
  line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed");
}

.date-picker-wrapper .time {
  position: relative;
}

.date-picker-wrapper.single-month .time {
  display: block;
}

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}

.date-picker-wrapper .time2 {
  float: right;
}

.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: white !important;
}

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold;
}

/*! nouislider - 11.0.3 - 2018-01-21 14:04:07 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

body {
  min-width: 375px;
  background: #f4f4f4;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.01em;
  color: #1a1d1f;
}
body.dark {
  background: #111315;
  color: #fcfcfc;
}

body.no-scroll,
html.no-scroll {
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

a {
  text-decoration: none;
}

button {
  background: none;
}

button,
input,
textarea {
  font-family: "Outfit", sans-serif;
}

svg,
img {
  vertical-align: middle;
}

.icon {
  width: 16px;
  height: 16px;
  fill: #1a1d1f;
  --fill: #1a1d1f;
}

body.dark .some-icon,
body.dark .logo-icon__img,
body.dark .logo-with-name__img {
  display: none;
}

.some-icon-dark,
.logo-icon__img__dark,
.logo-with-name__img__dark {
  display: none;
}
body.dark .some-icon-dark,
body.dark .logo-icon__img__dark,
body.dark .logo-with-name__img__dark {
  display: inline-block;
}

.select {
  float: none;
  width: auto;
  height: 48px;
  padding: 0 48px 0 16px;
  background: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  border-radius: 12px;
  border: none;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
  color: #1a1d1f;
}
.select:after {
  display: none;
}
.select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12.707 15.707l-.094.083a1 1 0 0 1-1.32-.083h0l-6-6-.083-.094a1 1 0 0 1 1.497-1.32h0L12 13.585l5.293-5.292.094-.083a1 1 0 0 1 1.32 1.497h0l-6 6z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/24px auto;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
body.dark .select {
  background: none;
  box-shadow: inset 0 0 0 2px #272b30;
  -webkit-appearance: none;
  color: #6f767e;
}
.select:hover {
  box-shadow: inset 0 0 0 2px #000000;
}
body.dark .select:hover {
  box-shadow: inset 0 0 0 2px #33383f;
}
.select.open {
  box-shadow: inset 0 0 0 2px #000000;
  background: #ffffff;
}
body.dark .select.open {
  box-shadow: inset 0 0 0 2px #33383f;
  background: #111315;
  color: #fcfcfc;
}
.select.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select .list {
  right: 0;
  margin-top: 2px;
  padding: 8px 0;
  border-radius: 12px;
  background: #ffffff;
  border: none;
  box-shadow: inset 0 0 0 2px #efefef, 0 4px 12px rgba(244, 244, 244, 0.1);
}
body.dark .select .list {
  background: #111315;
  box-shadow: inset 0 0 0 2px #33383f, 0 4px 12px rgba(17, 19, 21, 0.1);
}
.select .option {
  min-height: auto;
  padding: 8px 16px;
  background: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  letter-spacing: -0.01em;
  color: #6f767e;
}
.select .option:hover, .select .option.focus, .select .option.selected.focus {
  background: none;
}
.select .option:hover, .select .option.focus {
  font-weight: 600;
  color: #33383f;
}
body.dark .select .option:hover, body.dark .select .option.focus {
  color: #fcfcfc;
}
.select .option.selected {
  font-weight: 600;
  color: #1a1d1f;
}
body.dark .select .option.selected {
  color: #2a85ff;
}
.select_small {
  height: 40px;
  padding: 0 40px 0 16px;
  line-height: 40px;
}
.select_small:before {
  width: 40px;
  background-size: 16px auto;
}
.select_small .option {
  padding: 4px 16px;
}
.select_up .list {
  top: auto;
  bottom: 100%;
  margin: 0 0 2px;
}

.tooltip {
  display: inline-block;
  margin-left: 4px;
  cursor: pointer;
}

.tooltipster-base .tooltipster-box {
  margin: 0 !important;
  background: #272b30;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), inset 0px 0px 1px #000000;
}
.tooltipster-base .tooltipster-content {
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  color: #f4f4f4;
}
.tooltipster-base .tooltipster-arrow {
  display: none;
}

.apexcharts-canvas .apexcharts-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
  fill: #9a9fa5;
}
.apexcharts-canvas .apexcharts-gridline {
  stroke: #efefef;
}
body.dark .apexcharts-canvas .apexcharts-gridline {
  stroke: #272b30 !important;
}
.apexcharts-canvas .apexcharts-xcrosshairs.apexcharts-active,
.apexcharts-canvas .apexcharts-ycrosshairs.apexcharts-active {
  stroke: rgba(111, 118, 126, 0.5);
}
body.dark .apexcharts-canvas .apexcharts-xcrosshairs.apexcharts-active,
body.dark .apexcharts-canvas .apexcharts-ycrosshairs.apexcharts-active {
  stroke: #6f767e;
}
.apexcharts-canvas .apexcharts-marker {
  stroke-width: 0;
}
.apexcharts-canvas .apexcharts-tooltip {
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), inset 0px 0px 1px #000000;
}
.apexcharts-canvas .apexcharts-tooltip-title {
  margin-bottom: 8px;
  padding: 0;
}
.apexcharts-canvas .apexcharts-tooltip-series-group {
  background: none !important;
  padding: 0 !important;
}
.apexcharts-canvas .apexcharts-tooltip-y-group {
  padding: 0;
}
.apexcharts-canvas .apexcharts-tooltip-marker {
  margin-right: 4px;
  border-radius: 4px;
}
.apexcharts-canvas .apexcharts-tooltip-text {
  font-weight: 600;
  color: #fcfcfc;
}
.apexcharts-canvas .apexcharts-tooltip.apexcharts-theme-light {
  border-color: rgba(255, 255, 255, 0.12);
  background: #272b30;
}
.apexcharts-canvas .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: none;
  border: none;
  color: #efefef;
}
.apexcharts-canvas .apexcharts-legend.position-bottom.apexcharts-align-center,
.apexcharts-canvas .apexcharts-legend.position-top.apexcharts-align-center {
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .apexcharts-canvas .apexcharts-legend.position-bottom.apexcharts-align-center,
  .apexcharts-canvas .apexcharts-legend.position-top.apexcharts-align-center {
    justify-content: center;
  }
}
.apexcharts-canvas .apexcharts-legend-marker {
  border-radius: 4px !important;
}
.apexcharts-canvas .apexcharts-legend-series {
  margin-top: 6px !important;
}
.apexcharts-canvas .apexcharts-legend-text {
  font-weight: 600 !important;
  color: #1a1d1f !important;
}
body.dark .apexcharts-canvas .apexcharts-legend-text {
  color: #efefef !important;
}
body.dark .apexcharts-canvas .apexcharts-pie-area {
  stroke: #1a1d1f;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  transition: all 0.2s;
}
.slick-arrow svg {
  position: relative;
  z-index: 2;
}
.slick-arrow path {
  fill: #6f767e;
  transition: fill 0.2s;
}
.slick-arrow:hover {
  box-shadow: inset 0 0 0 2px #272b30;
}
body.dark .slick-arrow:hover {
  box-shadow: inset 0 0 0 2px #efefef;
}
body.dark .slick-arrow:hover path {
  fill: #272b30;
}

.fancybox-caption__body {
  color: #6f767e;
}
.fancybox-image {
  border-radius: 16px;
}
.fancybox-infobar {
  font-size: 14px;
  font-weight: 700;
  color: #6f767e;
}
.fancybox-bg {
  background: #1a1d1f;
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.tagify {
  padding: 3px;
  background: #f4f4f4;
  border: none;
  border-radius: 6px;
}
body.dark .tagify {
  background: #272b30;
}
.tagify__tag > div::before {
  border-radius: 6px;
}
.tagify__input::before {
  line-height: 1.4em;
}
body.dark .tagify__input::before {
  color: #fcfcfc;
}
.tagify__input::after {
  color: #9a9fa5;
}
.tagify__input:focus:empty:before {
  color: #9a9fa5;
}

.noUi-horizontal {
  height: 4px;
}
.noUi-target {
  border: none;
  background: #efefef;
  box-shadow: none;
}
body.dark .noUi-target {
  background: #272b30;
}
.noUi-connect {
  background: #2a85ff;
}
.noUi-handle {
  border: none;
  box-shadow: none;
  background: #fcfcfc;
  border-radius: 50%;
  cursor: pointer;
}
.noUi-handle:before, .noUi-handle:after {
  display: none;
}
.noUi-horizontal .noUi-handle {
  right: -12px;
  top: -6px;
  width: 16px;
  height: 16px;
  border: 2px solid #2a85ff;
  background: #fcfcfc;
  box-shadow: 0px 1px 2px #2881ff, inset 0px 2px 2px #ffffff;
}
.noUi-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  padding: 3px 10px;
  background: #272b30;
  border-radius: 8px;
  border: 1px solid rgba(252, 252, 252, 0.12);
  font-size: 12px;
  font-weight: 600;
  color: #fcfcfc;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
.noUi-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #272b30 transparent transparent transparent;
}
body.dark .noUi-tooltip {
  background: #111315;
}
body.dark .noUi-tooltip:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #111315 transparent transparent transparent;
}
.noUi-handle:hover .noUi-tooltip {
  visibility: visible;
  opacity: 1;
}
.noUi-horizontal .noUi-tooltip {
  bottom: 24px;
}

.range_time .noUi-horizontal {
  height: 2px;
}
.range_time .noUi-handle {
  top: -11px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -12px;
}

.space-pre {
  white-space: pre-pre; /* or pre-wrap if you want wrapping to still work. */
}

.no-wrap {
  white-space: nowrap;
}

.w-full {
  width: 100%;
  max-width: unset;
}

.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}

.m-auto {
  margin: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.align-baseline {
  align-items: baseline;
}

@media only screen and (max-width: 1259px) {
  .desktop-hide {
    display: none !important;
  }
}
.desktop-show {
  display: none !important;
}
@media only screen and (max-width: 1259px) {
  .desktop-show {
    display: block !important;
  }
}
@media only screen and (max-width: 1259px) {
  .desktop-text-right {
    text-align: right !important;
  }
}

@media only screen and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
.tablet-show {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .tablet-show {
    display: block !important;
  }
}
@media only screen and (max-width: 1023px) {
  .tablet-text-right {
    text-align: right !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .mobile-show {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-text-right {
    text-align: right !important;
  }
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}

.h1,
.h2,
.h3,
.h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

.h1 {
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.h2 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.h3 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .h3 {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.03em;
  }
}

.h4 {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
}
.button.s-big {
  padding: 0 32px;
  height: 72px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1023px) {
  .button.s-big {
    padding: 0 12px;
    height: 40px;
    border-radius: 10px;
  }
}
.button.s-medium {
  height: 48px;
  padding: 0 20px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}
.button.s-small {
  height: 40px;
  padding: 0 16px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.button.a-primary {
  background: #131313;
  color: #fffefd;
}
.button.a-primary svg {
  fill: #f6f6f6;
  --fill: #f6f6f6;
}
.button.a-primary:hover {
  background: rgb(44.5, 44.5, 44.5);
}
.button.a-secondary {
  background: #adadad;
  color: #131313;
}
.button.a-secondary svg {
  fill: #131313;
  --fill: #131313;
}
.button.a-secondary:hover {
  background: rgb(147.5, 147.5, 147.5);
}
.button.a-light {
  background: #fffefd;
  color: #131313;
}
.button.a-light svg {
  fill: #131313;
  --fill: #131313;
}
.button.a-light:hover {
  background: #d2d2d2;
}
.button.a-light-outline {
  background: #fffefd;
  color: #131313;
  border: 2px solid #c8c8c8;
}
.button.a-light-outline svg {
  fill: #131313;
  --fill: #131313;
}
.button.a-light-outline:hover {
  background: #d2d2d2;
}
.button.rounded-full {
  border-radius: 9999px;
}
.button:hover {
  background: black;
}
.button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.button svg {
  margin-left: 8px;
  transition: all 0.2s;
}

[class^=status] {
  display: inline-block;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}

.status-green {
  background: #eafae5;
  color: #83bf6e;
}
body.dark .status-green {
  background: rgba(131, 191, 110, 0.15);
}

.status-green-dark {
  background: #b5e4ca;
  color: #1a1d1f;
}

.status-red {
  background: #ffe7e4;
  color: #ff6a55;
}
body.dark .status-red {
  background: rgba(255, 106, 85, 0.15);
}

.status-red-dark {
  background: #ffbc99;
  color: #fcfcfc;
}

.status-purple {
  background: #cabdff;
  color: #8e59ff;
}

.status-blue {
  background: #b1e5fc;
  color: #2a85ff;
}

.status-yellow {
  background: #ffd88d;
  color: #1a1d1f;
}

[class^=title] {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  [class^=title] {
    font-size: 18px;
  }
}
[class^=title]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 4px;
}

.title-red:before {
  background: #ffbc99;
}

.title-blue:before {
  background: #b1e5fc;
}

.title-purple:before {
  background: #cabdff;
}

.title-yellow:before {
  background: #ffd88d;
}

.title-green:before {
  background: #b5e4ca;
}

.balance.negative, .balance.positive {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333333333;
}
.balance.negative svg, .balance.positive svg {
  margin-right: 4px;
}
.balance.negative {
  color: #ff6a55;
}
.balance.negative svg {
  fill: #ff6a55;
}
.balance.positive {
  color: #83bf6e;
}
.balance.positive svg {
  fill: #83bf6e;
}
.balance.background.positive, .balance.background.negative {
  height: 24px;
  padding: 0 4px;
  border-radius: 8px;
}
.balance.background.positive {
  background: #eafae5;
}
body.dark .balance.background.positive {
  background: rgba(234, 250, 229, 0.25);
}
.balance.background.negative {
  background: #ffe7e4;
}
body.dark .balance.background.negative {
  background: rgba(255, 216, 211, 0.15);
}

.favorite {
  position: relative;
  width: 20px;
  height: 20px;
}
.favorite .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #9a9fa5;
  transition: all 0.2s;
}
.favorite .icon:nth-child(2) {
  z-index: 2;
  opacity: 0;
}
.favorite:hover .icon {
  fill: #2a85ff;
}
.favorite.active .icon {
  fill: #2a85ff;
}
.favorite.active .icon:first-child {
  opacity: 0;
}
.favorite.active .icon:nth-child(2) {
  opacity: 1;
}

.checkbox {
  width: -webkit-min-content;
  width: min-content;
  display: block;
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox__inner {
  display: flex;
}
.checkbox__inner:hover .checkbox__tick {
  border-color: #000000;
}
body.dark .checkbox__inner:hover .checkbox__tick {
  border-color: #ffffff;
}
.checkbox__tick {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #000000;
  transition: all 0.2s;
}
body.dark .checkbox__tick {
  border-color: #ffffff;
}
.checkbox__tick:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12'%3E%3Cpath d='M16.707.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0L.293 6.707A1 1 0 0 1 .735 5.02a1 1 0 0 1 .973.273l3.586 3.586a1 1 0 0 0 1.414 0L15.293.293a1 1 0 0 1 1.414 0z' fill='%23fcfcfc' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  opacity: 0;
  transition: opacity 0.2s;
}
body.dark .checkbox__tick:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12'%3E%3Cpath d='M16.707.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0L.293 6.707A1 1 0 0 1 .735 5.02a1 1 0 0 1 .973.273l3.586 3.586a1 1 0 0 0 1.414 0L15.293.293a1 1 0 0 1 1.414 0z' fill='%23000000' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
}
.checkbox__tick.light:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12'%3E%3Cpath d='M16.707.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0L.293 6.707A1 1 0 0 1 .735 5.02a1 1 0 0 1 .973.273l3.586 3.586a1 1 0 0 0 1.414 0L15.293.293a1 1 0 0 1 1.414 0z' fill='%23000000' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
}
.checkbox__text {
  flex-grow: 1;
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.7142857143;
  font-weight: 600;
  color: #1a1d1f;
  white-space: nowrap;
}
body.dark .checkbox__text {
  color: #fcfcfc;
}
.checkbox__input:checked + .checkbox__inner .checkbox__tick {
  background: #000000;
  border-color: #000000;
}
body.dark .checkbox__input:checked + .checkbox__inner .checkbox__tick {
  background: #ffffff;
  border-color: #ffffff;
}
.checkbox__input:checked + .checkbox__inner .checkbox__tick:before {
  opacity: 1;
}
.checkbox_reverse .checkbox__inner {
  flex-direction: row-reverse;
}
.checkbox_reverse .checkbox__text {
  padding: 0 16px 0 0;
}

.field__label {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  letter-spacing: -0.01em;
  color: #33383f;
}
body.dark .field__label {
  color: #efefef;
}
.field .tooltip {
  position: relative;
  top: -1px;
}
.field .tooltip .icon {
  fill: #9a9fa5;
}
.field__wrap {
  position: relative;
}
.field__input {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  border-radius: 12px;
  border: 2px solid transparent;
  background: #f4f4f4;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #1a1d1f;
  transition: all 0.2s;
}
body.dark .field__input {
  border-color: #272b30;
  background: #272b30;
  color: #fcfcfc;
}
.field__input::-webkit-input-placeholder {
  color: #6f767e;
}
.field__input:-ms-input-placeholder {
  color: #6f767e;
}
.field__input::-ms-input-placeholder {
  color: #6f767e;
}
.field__input::placeholder {
  color: #6f767e;
}
body.dark .field__input::-webkit-input-placeholder {
  color: #9a9fa5;
}
body.dark .field__input:-ms-input-placeholder {
  color: #9a9fa5;
}
body.dark .field__input::-ms-input-placeholder {
  color: #9a9fa5;
}
body.dark .field__input::placeholder {
  color: #9a9fa5;
}
.field__input:focus {
  border-color: #000000;
  background: #ffffff;
}
body.dark .field__input:focus {
  border-color: #33383f;
  background: #111315;
}
.field__icon, .field__copy {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
}
.field__icon .icon, .field__copy .icon {
  width: 24px;
  height: 24px;
}
.field__icon {
  left: 0;
  pointer-events: none;
}
.field__icon .icon {
  fill: #6f767e;
}
.field__copy {
  right: 0;
}
.field__copy .icon {
  fill: #6f767e;
  transition: fill 0.2s;
}
.field__copy:hover .icon {
  fill: #2a85ff;
}
.field__currency {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  padding-top: 1px;
  border-radius: 10px 0 0 10px;
  background: #f4f4f4;
  color: #1a1d1f;
}
body.dark .field__currency {
  background: #272b30;
  color: #6f767e;
}
.field_icon .field__input {
  padding-left: 48px;
}
.field_currency .field__input {
  padding-left: 58px;
  background: none;
  border-color: #efefef;
}
.field_currency .field__input:focus {
  border-color: #9a9fa5;
}
body.dark .field_currency .field__input {
  border-color: #272b30;
}
body.dark .field_currency .field__input:focus {
  border-color: #33383f;
}
.field_copy .field__input {
  padding-right: 48px;
}
.field.error .field__icon .icon {
  fill: #ff6a55;
}
.field.error .field__wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M12 15a1 1 0 0 0 1-1V9a1 1 0 1 0-2 0v5a1 1 0 0 0 1 1zm7.675 2.504L12.87 5.563a1 1 0 0 0-1.738 0L4.327 17.504A1 1 0 0 0 5.196 19h13.61a1 1 0 0 0 .869-1.495zM14.607 4.573c-1.151-2.019-4.062-2.019-5.213 0L2.589 16.514C1.45 18.514 2.894 21 5.196 21h13.61c2.302 0 3.746-2.486 2.606-4.485L14.607 4.573z' fill-rule='evenodd' fill='%23ff6a55'/%3E%3Cpath d='M13 17a1 1 0 1 1-2 0 1 1 0 1 1 2 0z' fill='%23ff6a55'/%3E%3C/svg%3E") no-repeat 50% 50%/24px auto;
}
.field.error .field__wrap .field__input {
  padding-right: 48px;
  background: rgba(255, 188, 153, 0.25);
  border-color: transparent;
  color: #ff6a55;
}
body.dark .field.error .field__wrap .field__input:focus {
  border-color: #ff6a55;
  color: #ff6a55;
}
.field.error .field__wrap .field__input::-webkit-input-placeholder {
  color: #ff6a55;
}
.field.error .field__wrap .field__input:-ms-input-placeholder {
  color: #ff6a55;
}
.field.error .field__wrap .field__input::-ms-input-placeholder {
  color: #ff6a55;
}
.field.error .field__wrap .field__input::placeholder {
  color: #ff6a55;
}
.field.success .field__wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M20.707 6.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0l-3.586-3.586a1 1 0 0 1 1.414-1.414l3.586 3.586a1 1 0 0 0 1.414 0l8.586-8.586a1 1 0 0 1 1.414 0z' fill='%2383bf6e'/%3E%3C/svg%3E") no-repeat 50% 50%/24px auto;
}
.field.success .field__wrap .field__input {
  padding-right: 48px;
  background: #ffffff;
  border-color: #9a9fa5;
}
body.dark .field.success .field__wrap .field__input {
  background: #111315;
}

.link__title {
  margin-bottom: 16px;
  color: #6f767e;
}
.link__fieldset {
  margin-bottom: 32px;
}
.link__fieldset .select,
.link__fieldset .field {
  margin-bottom: 12px;
}
.link__box:not(:last-child) {
  margin-bottom: 32px;
}
.link__label {
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  font-weight: 500;
  color: #6f767e;
}
.link__line {
  display: flex;
  align-items: center;
}
.link__list {
  display: flex;
  margin-right: auto;
}
.link__avatar {
  position: relative;
  width: 48px;
  height: 48px;
}
.link__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.link__avatar:not(:last-child) {
  margin-right: 24px;
}
.link__icon {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #2a85ff;
}
body.dark .link__icon {
  border-color: #1a1d1f;
}
.link__icon .icon {
  width: 12px;
  height: 12px;
  fill: #fcfcfc;
}
.link__button .icon {
  width: 24px;
  height: 24px;
}

.loader {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  font-size: 4px;
  -webkit-animation: loader 1.1s infinite ease;
          animation: loader 1.1s infinite ease;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
body.dark .loader {
  -webkit-animation-name: loader-white;
          animation-name: loader-white;
}
.loader_white {
  -webkit-animation-name: loader-white;
          animation-name: loader-white;
}

@-webkit-keyframes loader {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #777e90, 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.5), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.7), 1.8em -1.8em 0 0em #777e90, 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.5), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.7), 2.5em 0em 0 0em #777e90, 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.5), 2.5em 0em 0 0em rgba(119, 126, 144, 0.7), 1.75em 1.75em 0 0em #777e90, 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.5), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.7), 0em 2.5em 0 0em #777e90, -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.5), 0em 2.5em 0 0em rgba(119, 126, 144, 0.7), -1.8em 1.8em 0 0em #777e90, -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.5), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.7), -2.6em 0em 0 0em #777e90, -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.5), -2.6em 0em 0 0em rgba(119, 126, 144, 0.7), -1.8em -1.8em 0 0em #777e90;
  }
}

@keyframes loader {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #777e90, 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.5), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.7), 1.8em -1.8em 0 0em #777e90, 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.5), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.7), 2.5em 0em 0 0em #777e90, 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.5), 2.5em 0em 0 0em rgba(119, 126, 144, 0.7), 1.75em 1.75em 0 0em #777e90, 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.5), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.7), 0em 2.5em 0 0em #777e90, -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.5), 0em 2.5em 0 0em rgba(119, 126, 144, 0.7), -1.8em 1.8em 0 0em #777e90, -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.5), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.7), -2.6em 0em 0 0em #777e90, -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.5), -2.6em 0em 0 0em rgba(119, 126, 144, 0.7), -1.8em -1.8em 0 0em #777e90;
  }
}
@-webkit-keyframes loader-white {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes loader-white {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.radio {
  display: block;
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.radio__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.radio__inner {
  display: flex;
}
.radio__inner:hover .radio__tick {
  border-color: #2a85ff;
}
.radio__tick {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(111, 118, 126, 0.4);
  transition: all 0.2s;
}
.radio__tick:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fcfcfc;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25), inset 0px -1px 2px #dedede;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.radio__text {
  flex-grow: 1;
  padding-right: 16px;
  line-height: 1.7142857143;
  color: #1a1d1f;
}
body.dark .radio__text {
  color: #fcfcfc;
}
.radio__input:checked + .radio__inner .radio__tick {
  background: #2a85ff;
  border-color: #2a85ff;
}
.radio__input:checked + .radio__inner .radio__tick:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.sign-in-page {
  padding-top: 114px;
  width: 100%;
  min-height: 100vh;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sign-in-page {
    padding-top: 96px;
  }
}
.sign-in-page__background {
  position: absolute;
  inset: 0;
}
.sign-in-page__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .sign-in-page__background img {
    -o-object-position: 100% 40%;
       object-position: 100% 40%;
  }
}
@media only screen and (max-width: 1023px) {
  .sign-in-page__background img.desktop {
    display: none;
  }
}
.sign-in-page__background img.tablet {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .sign-in-page__background img.tablet {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .sign-in-page__background img.tablet {
    display: none;
  }
}
.sign-in-page__background img.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sign-in-page__background img.mobile {
    display: block;
  }
}
.sign-in-page__content {
  margin: 0 auto;
  padding: 0 75px;
  max-width: 1440px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sign-in-page__content {
    padding: 0 20px;
  }
}
.sign-in-page .page__content {
  margin-top: 78px;
}
.sign-in-page .page__content_title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #131313;
}
@media only screen and (max-width: 767px) {
  .sign-in-page .page__content_title {
    font-size: 60px;
  }
}
.sign-in-page .page__content_form {
  margin-top: 56px;
}
.sign-in-page .page__content_inputs-container {
  width: 100%;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .sign-in-page .page__content_inputs-container {
    flex-direction: column;
  }
}
.sign-in-page .page__content_inputs-container .field {
  max-width: 308px;
  width: 100%;
  height: unset;
}
@media only screen and (max-width: 767px) {
  .sign-in-page .page__content_inputs-container .field {
    max-width: unset;
  }
}
.sign-in-page .page__content_inputs-container .field__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  letter-spacing: -0.01em;
  color: #33383f;
  margin-bottom: 14px;
  display: block;
}
.sign-in-page .page__content_inputs-container .field__wrap {
  position: relative;
}
.sign-in-page .page__content_inputs-container .field__wrap input[type=password] {
  padding-right: 48px;
}
.sign-in-page .page__content_inputs-container .field__wrap .field__visibility-container {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sign-in-page .page__content_inputs-container .field__wrap svg {
  width: 24px;
  height: 24px;
  fill: #6f767e;
  display: none;
}
.sign-in-page .page__content_inputs-container .field__wrap svg.active {
  display: block;
}
.sign-in-page .page__content_checkbox-container {
  margin-top: 23px;
}
.sign-in-page .page__content_checkbox-container .checkbox__inner {
  display: flex;
  align-items: center;
}
.sign-in-page .page__content_checkbox-container .checkbox__tick {
  width: 20px;
  height: 20px;
}
.sign-in-page .page__content_checkbox-container .checkbox__text {
  padding-left: 7px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.94px;
  color: #000000;
}
.sign-in-page .page__content_btns {
  margin-top: 56px;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 1023px) {
  .sign-in-page .page__content_btns .button {
    padding: 0 32px;
    height: 72px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sign-in-page .page__content_btns .button {
    flex: 1;
  }
}

.bp-page {
  padding-top: 114px;
  width: 100%;
  min-height: 100vh;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .bp-page {
    padding-top: 96px;
  }
}
.bp-page__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.bp-page__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 35%;
     object-position: 50% 35%;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .bp-page__background img {
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}
.bp-page__content {
  margin: 0 auto;
  padding: 78px 75px;
  max-width: 1440px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .bp-page__content {
    padding: 78px 20px;
  }
}
.bp-page .page__content_title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .bp-page .page__content_title {
    font-size: 60px;
  }
}
.bp-page .page__content_form {
  margin-top: 56px;
}
.bp-page .page__content_inputs-container {
  width: 100%;
  display: flex;
  gap: 16px;
}
.bp-page .page__content_inputs-container .empty {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .bp-page .page__content_inputs-container .empty {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .bp-page .page__content_inputs-container .empty {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .bp-page .page__content_inputs-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .bp-page .page__content_inputs-container {
    display: flex;
    flex-direction: column;
  }
}
.bp-page .page__content_inputs-container .field {
  max-width: 308px;
  width: 100%;
  height: unset;
}
@media only screen and (max-width: 767px) {
  .bp-page .page__content_inputs-container .field {
    max-width: unset;
  }
}
.bp-page .page__content_inputs-container .field__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 14px;
  display: block;
}
.bp-page .page__content_inputs-container .field__wrap {
  position: relative;
}
.bp-page .page__content_inputs-container .field__wrap svg {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #6f767e;
}
.bp-page .page__content_checkbox-container {
  margin-top: 23px;
}
.bp-page .page__content_checkbox-container .checkbox__inner {
  display: flex;
  align-items: center;
}
.bp-page .page__content_checkbox-container .checkbox__inner:hover .checkbox__tick {
  border-color: #ffffff;
}
.bp-page .page__content_checkbox-container .checkbox__tick {
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
}
.bp-page .page__content_checkbox-container .checkbox__text {
  padding-left: 7px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.94px;
  color: #ffffff;
}
.bp-page .page__content_checkbox-container .checkbox__input:checked + .checkbox__inner .checkbox__tick {
  background: #ffffff;
  border-color: #ffffff;
}
.bp-page .page__content_btns {
  margin-top: 56px;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 1023px) {
  .bp-page .page__content_btns .button {
    padding: 0 32px;
    height: 72px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .bp-page .page__content_btns .button {
    flex: 1;
  }
}

.header-landing {
  padding: 0 75px 16px;
  width: 100%;
  height: var(--header-height);
  display: flex;
  align-items: end;
  background: #fffefd;
  z-index: 20;
}
.header-landing.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header-landing.header-transparent {
  background: none;
}
@media only screen and (max-width: 1023px) {
  .header-landing.header-transparent {
    background: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 1023px) {
  .header-landing {
    padding: 0 24px;
    align-items: center;
    background: #fcfcfc;
    box-shadow: 0px -1px 0px 0px #f4f4f4 inset;
  }
}
.header-landing__wrapper {
  margin: 0 auto;
  max-width: 1290px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header-landing__wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .header-landing__logo-desktop {
    display: none;
  }
}
.header-landing__logo-mobile {
  display: none;
}
.header-landing__logo-mobile img {
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 1023px) {
  .header-landing__logo-mobile {
    display: inline-block;
  }
}
.header-landing .navbar {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .header-landing .navbar {
    display: none;
  }
}
.header-landing .navbar__list {
  display: flex;
  align-items: center;
}
.header-landing .navbar__item {
  list-style: none;
}
.header-landing .navbar__link {
  padding: 13px 20px;
  border: 1px solid transparent;
  color: #5a5a59;
  border-radius: 58px;
}
.header-landing .navbar__link[disabled] {
  pointer-events: none;
}
.header-landing .navbar__link_light {
  color: #ffffff;
}
.header-landing .navbar__link .navbar__dot {
  fill: #fff3ed;
  width: 8px;
  height: 8px;
  display: none;
  margin-left: 9px;
}
.header-landing .navbar__link:not(.header-landing .navbar__link[disabled]):not(.header-landing .navbar__link.active):hover {
  color: #131313;
}
.header-landing .navbar__link.active {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
.header-landing .navbar__link.active .navbar__dot {
  display: inline-block;
}
.header-landing .navbar__link.navbar__btn-link {
  border: 1px solid #fff3ed;
}
.header-landing .navbar__link.navbar__btn-link.active {
  border: 1px solid #000000;
}
.header-landing__btns {
  align-items: center;
}
.header-landing__btns .header-landing__button {
  padding: 0 24px;
  height: 56px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .header-landing__btns .header-landing__button {
    height: 40px;
  }
}
.header-landing__btns .header-landing__button svg {
  margin-right: 0 !important;
}
.header-landing__btns .header-landing__button svg.close {
  margin: 0;
  width: 16px;
  height: 16px;
}
.header-landing__burger {
  width: 48px;
  height: 48px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .header-landing__burger {
    display: flex;
  }
}
.header-landing__burger.light:before, .header-landing__burger.light:after {
  background: #ffffff;
}
.header-landing__burger:before, .header-landing__burger:after {
  content: "";
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #6f767e;
}
.header-landing__burger:before {
  margin-bottom: 6px;
}
.header-landing.unauthorized .header-landing__control {
  display: none;
}
.header-landing.unauthorized .header-landing__btns {
  display: flex;
}

.sidebar-landing {
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  background: #fcfcfc;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 30;
}
.sidebar-landing::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .sidebar-landing {
    display: flex;
  }
}
body.dark .sidebar-landing {
  background: #1a1d1f;
}
.sidebar-landing.visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (max-width: 1259px) {
  .sidebar-landing.active {
    align-items: stretch;
    width: 300px;
  }
  .sidebar-landing.active .sidebar-landing__item {
    width: 100%;
    font-size: 15px;
  }
  .sidebar-landing.active .sidebar-landing__item > .icon {
    margin-right: 12px;
  }
  .sidebar-landing.active .sidebar-landing__counter {
    display: block;
  }
  .sidebar-landing.active .sidebar-landing__toggle {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .sidebar-landing.active .sidebar-landing__toggle .icon {
    fill: #1a1d1f;
  }
  .sidebar-landing.active .sidebar-landing__toggle .icon:first-child {
    display: none;
  }
  .sidebar-landing.active .sidebar-landing__toggle .icon:nth-child(2) {
    display: inline-block;
  }
}
@media only screen and (max-width: 1023px) {
  .sidebar-landing.active {
    width: 100%;
  }
}
.sidebar-landing__header {
  padding: 0 24px;
  width: 100%;
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-shadow: 0px -1px 0px 0px #f4f4f4 inset;
}
.sidebar-landing__background {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.sidebar-landing__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.sidebar-landing__close {
  width: 48px;
  height: 48px;
  display: block;
}
.sidebar-landing__close .icon {
  width: 24px;
  height: 24px;
  fill: #1a1d1f;
}
body.dark .sidebar-landing__close .icon {
  fill: #fcfcfc;
}
.sidebar-landing__logo {
  display: block;
  width: 218.13px;
}
.sidebar-landing__logo img {
  width: 100%;
}
.sidebar-landing__menu {
  padding: 24px;
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
  gap: 8px;
}
.sidebar-landing__item[href] {
  padding: 12px;
  width: 100%;
  height: 48px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 100px;
  white-space: nowrap;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #6f767e;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background 0.2s, box-shadow 0.2s, color 0.2s;
}
@media only screen and (max-width: 1023px) {
  .sidebar-landing__item[href] {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar-landing__item[href]:hover {
    color: #1a1d1f;
  }
}
.sidebar-landing__item[href].active {
  color: #000000;
  background: #c8c8c8;
}
@media only screen and (max-width: 1259px) {
  .sidebar-landing + .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    background: rgba(244, 244, 244, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }
  body.dark .sidebar-landing + .overlay {
    background: rgba(39, 43, 48, 0.9);
  }
  .sidebar-landing + .overlay.active {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .sidebar-landing + .overlay {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
@media only screen and (max-width: 1023px) {
  html {
    scroll-behavior: auto;
  }
}

.body-landing {
  min-height: 100dvh;
  background: #fffefd;
}

.snap-block {
  scroll-snap-align: start;
}
@media only screen and (max-width: 1023px) {
  .snap-block {
    scroll-snap-align: unset;
  }
}

.body-padding {
  padding-top: var(--header-height);
}

.page-landing {
  position: relative;
  background: #fffefd;
  font-weight: 400;
}
.page-landing.header-inside {
  padding: 0;
}
.page-landing .link-to-part {
  position: absolute;
  top: var(--vertical-offset);
  left: 0;
  width: 100%;
  z-index: -1;
  visibility: hidden;
}
.page-landing .no-wrap-text {
  text-wrap: nowrap;
}
@media only screen and (max-width: 1023px) {
  .page-landing .mobile-hidden {
    display: none !important;
  }
}
.page-landing .mobile-show-b {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .page-landing .mobile-show-b {
    display: block !important;
  }
}
.page-landing .mobile-show-f {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .page-landing .mobile-show-f {
    display: flex !important;
  }
}
.page-landing .mobile-show-i-b {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .page-landing .mobile-show-i-b {
    display: inline-block;
  }
}
.page-landing .mobile-show-i {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .page-landing .mobile-show-i {
    display: inline;
  }
}
.page-landing .banner {
  margin: 0 auto;
  padding: 0 75px;
  max-width: 1590px;
  width: 100%;
  height: 731px;
  position: relative;
}
@media only screen and (max-width: 1339px) {
  .page-landing .banner {
    padding: 0 37px 0 75px;
    height: 578px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner {
    padding: 0;
    height: unset;
  }
}
.page-landing .banner .world-map {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page-landing .banner .world-map.desktop {
  display: block;
}
@media only screen and (max-width: 1339px) {
  .page-landing .banner .world-map.desktop {
    display: none;
  }
}
.page-landing .banner .world-map.tablet {
  display: none;
}
@media only screen and (max-width: 1339px) {
  .page-landing .banner .world-map.tablet {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner .world-map.tablet {
    z-index: 0;
    display: none;
  }
}
.page-landing .banner .world-map.mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner .world-map.mobile {
    display: block;
    z-index: -1;
  }
}
.page-landing .banner__content {
  margin: 0 auto;
  max-width: 1290px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner__content {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner__title-container {
    padding: 20px 20px 0;
    z-index: 2;
  }
}
.page-landing .banner__title {
  margin-top: 78px;
  width: -webkit-min-content;
  width: min-content;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner__title {
    margin-top: 0;
  }
}
.page-landing .banner__title__text {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner__title__text .connected-texts {
    text-wrap: nowrap;
  }
}
@media only screen and (max-width: 1339px) {
  .page-landing .banner__title__text {
    font-size: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner__title__text {
    font-size: 25px;
    line-height: 25px;
  }
}
.page-landing .banner__line {
  width: 560px;
  height: 14px;
  display: flex;
  position: absolute;
  top: 76px;
  left: 0.3px;
}
@media only screen and (max-width: 1339px) {
  .page-landing .banner__line {
    width: 300px;
    top: 45px;
    left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner__line {
    width: 178px;
    height: 9px;
    top: 24px;
  }
}
.page-landing .banner__line img {
  width: 100%;
  height: 100%;
}
.page-landing .banner__line img.desktop {
  display: block;
}
@media only screen and (max-width: 1339px) {
  .page-landing .banner__line img.desktop {
    display: none;
  }
}
.page-landing .banner__line img.tablet {
  display: none;
}
@media only screen and (max-width: 1339px) {
  .page-landing .banner__line img.tablet {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner__line img.tablet {
    display: none;
  }
}
.page-landing .banner__line img.mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner__line img.mobile {
    display: block;
  }
}
.page-landing .banner__buttons_container {
  margin-top: 56px;
  height: 72px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner__buttons_container {
    margin-top: 24px;
    height: 40px;
  }
}
.page-landing .banner__buttons_wrapper {
  width: -webkit-max-content;
  width: max-content;
  position: absolute;
  display: flex;
  gap: 8px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner__buttons_wrapper button {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }
}
.page-landing .banner__button_transparent {
  background: rgba(173, 173, 173, 0.8) !important;
}
.page-landing .banner__button_transparent:hover {
  background: rgba(173, 173, 173, 0.6) !important;
}
.page-landing .banner__subtitle {
  margin-top: 32px;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
}
@media only screen and (max-width: 1339px) {
  .page-landing .banner__subtitle {
    max-width: 320px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner__subtitle {
    max-width: unset;
  }
}
.page-landing .banner__roadmap {
  margin-top: 25px;
  z-index: 1;
}
@media only screen and (max-width: 1339px) {
  .page-landing .banner__roadmap {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner__roadmap {
    margin-top: -10px;
    position: relative;
    padding-top: 30px;
    padding-right: 20px;
  }
}
.page-landing .banner__roadmap_img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.page-landing .banner__roadmap_img.desktop {
  max-width: 706px;
}
@media only screen and (max-width: 1339px) {
  .page-landing .banner__roadmap_img.desktop {
    display: none;
  }
}
.page-landing .banner__roadmap_img.tablet {
  display: none;
  max-width: 557px;
}
@media only screen and (max-width: 1339px) {
  .page-landing .banner__roadmap_img.tablet {
    display: inline-block;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner__roadmap_img.tablet {
    display: none;
  }
}
.page-landing .banner__roadmap_img.mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .page-landing .banner__roadmap_img.mobile {
    display: inline-block;
    z-index: 3;
  }
}
.page-landing .partners {
  width: 100%;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 1339px) {
  .page-landing .partners {
    height: 144px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .partners {
    height: 84px;
  }
}
.page-landing .partners__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
}
@media only screen and (max-width: 1023px) {
  .page-landing .partners__content {
    width: 100%;
    justify-content: unset;
    -webkit-animation: ticker 15s infinite linear forwards;
            animation: ticker 15s infinite linear forwards;
  }
}
.page-landing .how-it-works {
  background: #131313;
  position: relative;
}
.page-landing .how-it-works__content {
  margin: 0 auto;
  padding: 0 75px;
  max-width: 1290px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .page-landing .how-it-works__content {
    padding: 38px 0 100px;
    max-width: 312px;
  }
}
.page-landing .how-it-works__title {
  position: absolute;
  top: 13%;
  font-size: 72px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #fffefd;
  z-index: 2;
}
@media only screen and (max-width: 1339px) {
  .page-landing .how-it-works__title {
    top: 15%;
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1259px) {
  .page-landing .how-it-works__title {
    top: 7%;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .how-it-works__title {
    font-size: 30px;
    line-height: 30px;
    position: relative;
    top: unset;
  }
}
.page-landing .how-it-works .slides-container {
  padding-left: 60px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 47px;
}
@media only screen and (max-width: 1339px) {
  .page-landing .how-it-works .slides-container {
    padding-left: 0;
    gap: 9px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .how-it-works .slides-container {
    display: none;
  }
}
.page-landing .how-it-works .slider-image {
  padding-left: 47px;
  width: 100%;
  width: 406px;
  min-width: 406px;
  height: 639px;
  align-self: center;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}
@media only screen and (max-width: 1339px) {
  .page-landing .how-it-works .slider-image {
    margin-left: -47px;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}
.page-landing .how-it-works .slider-text {
  width: 100%;
  height: 639px;
  height: 80%;
  align-self: center;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}
@media only screen and (max-width: 1339px) {
  .page-landing .how-it-works .slider-text {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-landing .how-it-works .slide-item {
  color: #3a3a3a;
}
.page-landing .how-it-works .slide-item .slide-item__description__dot {
  fill: #3a3a3a;
}
.page-landing .how-it-works .slide-item.swiper-slide-prev, .page-landing .how-it-works .slide-item.swiper-slide-next {
  color: #686868;
}
.page-landing .how-it-works .slide-item.swiper-slide-prev .slide-item__description__dot, .page-landing .how-it-works .slide-item.swiper-slide-next .slide-item__description__dot {
  fill: #686868;
}
.page-landing .how-it-works .slide-item.swiper-slide-active, .page-landing .how-it-works .slide-item.swiper-slide-thumb-active {
  color: #fffefd;
}
.page-landing .how-it-works .slide-item.swiper-slide-active .slide-item__description__dot, .page-landing .how-it-works .slide-item.swiper-slide-thumb-active .slide-item__description__dot {
  fill: #fffefd;
}
.page-landing .how-it-works .slide-item__img {
  width: 312px;
  height: 639px;
  display: flex;
  position: relative;
}
.page-landing .how-it-works .slide-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.page-landing .how-it-works .slide-item__img.align-center img {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-landing .how-it-works .slide-item__img.align-right img {
  left: auto;
  right: 0;
}
.page-landing .how-it-works .slide-item__img.align-left img {
  left: 0;
}
.page-landing .how-it-works .slide-item__title {
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1339px) {
  .page-landing .how-it-works .slide-item__title {
    font-size: 25px;
    line-height: 25px;
  }
}
.page-landing .how-it-works .slide-item__description {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}
.page-landing .how-it-works .slide-item__description__dot {
  width: 8px;
  min-width: 8px;
  height: 8px;
}
.page-landing .how-it-works .slide-item__description p {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1339px) {
  .page-landing .how-it-works .slide-item__description p {
    font-size: 16px;
    line-height: 16px;
  }
}
.page-landing .how-it-works .steps-container {
  margin-top: 47px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.page-landing .how-it-works .steps-container .step-item {
  color: #fffefd;
}
.page-landing .how-it-works .steps-container .step-item__title {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.page-landing .how-it-works .steps-container .step-item__description {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}
.page-landing .how-it-works .steps-container .step-item__description__dot {
  width: 8px;
  min-width: 8px;
  height: 8px;
  fill: #fffefd;
}
.page-landing .how-it-works .steps-container .step-item__description p {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.01em;
}
.page-landing .how-it-works .steps-container .step-item__img {
  width: 312px;
  height: 639px;
  display: flex;
  position: relative;
}
.page-landing .how-it-works .steps-container .step-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.page-landing .how-it-works .steps-container .step-item__img.align-center img {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-landing .how-it-works .steps-container .step-item__img.align-right img {
  left: auto;
  right: 0;
}
.page-landing .how-it-works .steps-container .step-item__img.align-left img {
  left: 0;
}
.page-landing .info {
  margin: 0 auto;
  padding: 64px 75px 82px;
  width: 100%;
  max-width: 1440px;
}
@media only screen and (max-width: 1339px) {
  .page-landing .info {
    padding: 20px 20px 82px;
  }
}
.page-landing .info__container {
  position: relative;
}
.page-landing .info__background {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .page-landing .info__background {
    display: none;
  }
}
.page-landing .info__background img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.page-landing .info__background img.desktop {
  display: block;
}
@media only screen and (max-width: 1339px) {
  .page-landing .info__background img.desktop {
    display: none;
  }
}
.page-landing .info__background img.tablet {
  display: none;
}
@media only screen and (max-width: 1339px) {
  .page-landing .info__background img.tablet {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .info__background img.tablet {
    display: none;
  }
}
.page-landing .info__background img.mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .page-landing .info__background img.mobile {
    display: block;
  }
}
.page-landing .info__background_mobile {
  width: 100%;
  position: relative;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .page-landing .info__background_mobile {
    display: block;
  }
}
.page-landing .info__background_mobile .background {
  width: 100%;
  height: 935px;
  background: #131313;
  clip-path: polygon(calc(50% + 28.349px) 21.2912px, calc(50% + 28.349px) 21.2912px, calc(50% + 28.070345px) 17.83765557px, calc(50% + 27.2636px) 14.56153216px, calc(50% + 25.972595px) 11.50666559px, calc(50% + 24.24116px) 8.71689168px, calc(50% + 22.113125px) 6.23604625px, calc(50% + 19.63232px) 4.10796512px, calc(50% + 16.842575px) 2.37648411px, calc(50% + 13.78772px) 1.08543904px, calc(50% + 10.511585px) 0.27866573px, calc(50% + 7.058px) 0px, 67.2px 0px, 67.2px 0px, 60.4871887px 0.00457773px, 54.4261376px 0.03662184px, 48.9629409px 0.12359871px, 44.0436928px 0.29297472px, 39.6144875px 0.57221625px, 35.6214192px 0.98878968px, 32.0105821px 1.57016139px, 28.7280704px 2.34379776px, 25.7199783px 3.33716517px, 22.9324px 4.57773px, 22.9324px 4.57773px, 20.6068092px 5.8567684px, 18.3754004px 7.274192px, 16.243699px 8.8244754px, 14.2172304px 10.5020932px, 12.30152px 12.30152px, 10.5020932px 14.2172304px, 8.8244754px 16.243699px, 7.274192px 18.3754004px, 5.8567684px 20.6068092px, 4.57773px 22.9324px, 4.57773px 22.9324px, 3.33716517px 25.7199783px, 2.34379776px 28.7280704px, 1.57016139px 32.0105821px, 0.98878968px 35.6214192px, 0.57221625px 39.6144875px, 0.29297472px 44.0436928px, 0.12359871px 48.9629409px, 0.03662184px 54.4261376px, 0.00457773px 60.4871887px, 0px 67.2px, 0px calc(100% - 67.2px), 0px calc(100% - 67.2px), 0.00457773px calc(100% - 60.487245px), 0.03662184px calc(100% - 54.42624px), 0.12359871px calc(100% - 48.963075px), 0.29297472px calc(100% - 44.04384px), 0.57221625px calc(100% - 39.614625px), 0.98878968px calc(100% - 35.62152px), 1.57016139px calc(100% - 32.010615px), 2.34379776px calc(100% - 28.728px), 3.33716517px calc(100% - 25.719765px), 4.57773px calc(100% - 22.932px), 4.57773px calc(100% - 22.932px), 5.8567684px calc(100% - 20.606604px), 7.274192px calc(100% - 18.375312px), 8.8244754px calc(100% - 16.243668px), 10.5020932px calc(100% - 14.217216px), 12.30152px calc(100% - 12.3015px), 14.2172304px calc(100% - 10.502064px), 16.243699px calc(100% - 8.824452px), 18.3754004px calc(100% - 7.274208px), 20.6068092px calc(100% - 5.856876px), 22.9324px calc(100% - 4.578px), 22.9324px calc(100% - 4.578px), 25.7199783px calc(100% - 3.337362px), 28.7280704px calc(100% - 2.343936px), 32.0105821px calc(100% - 1.570254px), 35.6214192px calc(100% - 0.988848px), 39.6144875px calc(100% - 0.57225px), 44.0436928px calc(100% - 0.292992px), 48.9629409px calc(100% - 0.123606px), 54.4261376px calc(100% - 0.036624px), 60.4871887px calc(100% - 0.004578px), 67.2px calc(100% - 0px), calc(100% - 67.2px) calc(100% - 0px), calc(100% - 67.2px) calc(100% - 0px), calc(100% - 60.487245px) calc(100% - 0.004578px), calc(100% - 54.42624px) calc(100% - 0.036624px), calc(100% - 48.963075px) calc(100% - 0.123606px), calc(100% - 44.04384px) calc(100% - 0.292992px), calc(100% - 39.614625px) calc(100% - 0.57225px), calc(100% - 35.62152px) calc(100% - 0.988848px), calc(100% - 32.010615px) calc(100% - 1.570254px), calc(100% - 28.728px) calc(100% - 2.343936px), calc(100% - 25.719765px) calc(100% - 3.337362px), calc(100% - 22.932px) calc(100% - 4.578px), calc(100% - 22.932px) calc(100% - 4.578px), calc(100% - 20.606604px) calc(100% - 5.856876px), calc(100% - 18.375312px) calc(100% - 7.274208px), calc(100% - 16.243668px) calc(100% - 8.824452px), calc(100% - 14.217216px) calc(100% - 10.502064px), calc(100% - 12.3015px) calc(100% - 12.3015px), calc(100% - 10.502064px) calc(100% - 14.217216px), calc(100% - 8.824452px) calc(100% - 16.243668px), calc(100% - 7.274208px) calc(100% - 18.375312px), calc(100% - 5.856876px) calc(100% - 20.606604px), calc(100% - 4.578px) calc(100% - 22.932px), calc(100% - 4.578px) calc(100% - 22.932px), calc(100% - 3.337362px) calc(100% - 25.719765px), calc(100% - 2.343936px) calc(100% - 28.728px), calc(100% - 1.570254px) calc(100% - 32.010615px), calc(100% - 0.988848px) calc(100% - 35.62152px), calc(100% - 0.57225px) calc(100% - 39.614625px), calc(100% - 0.292992px) calc(100% - 44.04384px), calc(100% - 0.123606px) calc(100% - 48.963075px), calc(100% - 0.036624px) calc(100% - 54.42624px), calc(100% - 0.004578px) calc(100% - 60.487245px), calc(100% - 0px) calc(100% - 67.2px), calc(100% - 0px) 109.782px, calc(100% - 0px) 109.782px, calc(100% - 0.004578px) 103.0692971px, calc(100% - 0.036624px) 97.0083328px, calc(100% - 0.123606px) 91.5452037px, calc(100% - 0.292992px) 86.6260064px, calc(100% - 0.57225px) 82.1968375px, calc(100% - 0.988848px) 78.2037936px, calc(100% - 1.570254px) 74.5929713px, calc(100% - 2.343936px) 71.3104672px, calc(100% - 3.337362px) 68.3023779px, calc(100% - 4.578px) 65.5148px, calc(100% - 4.578px) 65.5148px, calc(100% - 5.856876px) 63.1892089px, calc(100% - 7.274208px) 60.9577992px, calc(100% - 8.824452px) 58.8260963px, calc(100% - 10.502064px) 56.7996256px, calc(100% - 12.3015px) 54.8839125px, calc(100% - 14.217216px) 53.0844824px, calc(100% - 16.243668px) 51.4068607px, calc(100% - 18.375312px) 49.8565728px, calc(100% - 20.606604px) 48.4391441px, calc(100% - 22.932px) 47.1601px, calc(100% - 22.932px) 47.1601px, calc(100% - 25.719765px) 45.9195433px, calc(100% - 28.728px) 44.9261824px, calc(100% - 32.010615px) 44.1525511px, calc(100% - 35.62152px) 43.5711832px, calc(100% - 39.614625px) 43.1546125px, calc(100% - 44.04384px) 42.8753728px, calc(100% - 48.963075px) 42.7059979px, calc(100% - 54.42624px) 42.6190216px, calc(100% - 60.487245px) 42.5869777px, calc(100% - 67.2px) 42.5824px, calc(50% + 49.641px) 42.5824px, calc(50% + 49.641px) 42.5824px, calc(50% + 46.187387px) 42.303734px, calc(50% + 42.911176px) 41.49696px, calc(50% + 39.856209px) 40.205914px, calc(50% + 37.066328px) 38.474432px, calc(50% + 34.585375px) 36.34635px, calc(50% + 32.457192px) 33.865504px, calc(50% + 30.725621px) 31.07573px, calc(50% + 29.434504px) 28.020864px, calc(50% + 28.627683px) 24.744742px, calc(50% + 28.349px) 21.2912px, calc(50% + 28.349px) 21.2912px);
}
.page-landing .info__background_mobile .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.page-landing .info__copyright {
  padding: 16px 24px;
  width: 27.8%;
  position: absolute;
  top: 93.9%;
  left: 0;
  background: #fffefd;
  box-shadow: 16px 20px 94px 0px rgba(29, 29, 29, 0.16);
  border-radius: 60px;
}
@media only screen and (max-width: 1339px) {
  .page-landing .info__copyright {
    width: 36.5%;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .info__copyright {
    margin-top: 25px;
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    text-align: center;
  }
}
.page-landing .info__content {
  position: absolute;
  top: 12.9%;
  right: 94px;
  left: 94px;
}
@media only screen and (max-width: 1339px) {
  .page-landing .info__content {
    right: 90px;
    left: 90px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .info__content {
    top: 86px;
    width: 265px;
    left: 50%;
    right: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .page-landing .info__content {
    width: 265px;
  }
}
.page-landing .info__content__title {
  color: #d2d2d2;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .page-landing .info__content__title {
    font-size: 20px;
    line-height: 20px;
  }
}
.page-landing .info__content__logo {
  margin-top: 26px;
  width: 539px;
}
@media only screen and (max-width: 1339px) {
  .page-landing .info__content__logo {
    width: 348px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .info__content__logo {
    margin-top: 31px;
    width: 242.36px;
  }
}
.page-landing .info__content__logo img {
  width: 100%;
  height: auto;
}
.page-landing .info__content__sections {
  margin-top: 88px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1339px) {
  .page-landing .info__content__sections {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .info__content__sections {
    margin-top: 137px;
    flex-direction: column;
  }
}
.page-landing .info__content__subscribe-container {
  color: #d2d2d2;
}
.page-landing .info__content__subscribe-container__text1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.page-landing .info__content__subscribe-container__text2 {
  margin-top: 14px;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
}
.page-landing .info__content__subscribe-container__form {
  margin-top: 24px;
}
.page-landing .info__content__subscribe-container__form .input-container {
  max-width: 336px;
  width: 100%;
  position: relative;
  border-radius: 42px;
  background: #1c1c1c;
}
.page-landing .info__content__subscribe-container__form .input-container__message-icon {
  width: 20px;
  height: 20px;
  --fill: #b3b3b3;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.page-landing .info__content__subscribe-container__form .input-container__input {
  width: 100%;
  padding: 17px 150px 17px 56px;
  border-radius: 42px;
  background: transparent;
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
@media only screen and (max-width: 1023px) {
  .page-landing .info__content__subscribe-container__form .input-container__input {
    padding: 17px 142px 17px 56px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .info__content__subscribe-container__form .input-container__input.desktop {
    display: none;
  }
}
.page-landing .info__content__subscribe-container__form .input-container__input.mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .page-landing .info__content__subscribe-container__form .input-container__input.mobile {
    display: unset;
  }
}
@media only screen and (max-width: 1023px) {
  .page-landing .info__content__subscribe-container__form .input-container__input ::-webkit-input-placeholder {
    content: email;
  }
  .page-landing .info__content__subscribe-container__form .input-container__input :-ms-input-placeholder {
    content: email;
  }
  .page-landing .info__content__subscribe-container__form .input-container__input ::-ms-input-placeholder {
    content: email;
  }
  .page-landing .info__content__subscribe-container__form .input-container__input ::placeholder {
    content: email;
  }
}
.page-landing .info__content__subscribe-container__form .input-container__submit-button {
  position: absolute;
  top: 50%;
  right: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.page-landing .info__content__menu-container {
  color: #fff3ed;
}
@media only screen and (max-width: 1023px) {
  .page-landing .info__content__menu-container {
    margin-top: 30px;
  }
}
.page-landing .info__content__menu-container ul {
  margin: 32px 0 0 23px;
}
.page-landing .info__content__menu-container li {
  list-style: disc;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
.page-landing .info__content__menu-container li:not(:first-child) {
  margin-top: 20px;
}
.page-landing .info__content__menu-container a {
  color: #fff3ed;
}
.page-landing .info__content__app-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
@media only screen and (max-width: 1023px) {
  .page-landing .info__content__app-links {
    margin-top: 60px;
  }
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  50% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  50% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
.sc-card {
  height: 100dvh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc-card__title {
  position: absolute;
  top: calc(var(--header-height) + 10px);
  left: 0;
  font-size: 72px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #fffefd;
  z-index: 2;
  justify-self: start;
  justify-items: start;
}
@media only screen and (max-width: 1339px) {
  .sc-card__title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .sc-card__title {
    font-size: 30px;
    line-height: 30px;
    position: relative;
    top: unset;
  }
}
.sc-card__content {
  width: 100%;
  display: flex;
}
.sc-card__content__img-container {
  padding-left: 47px;
  width: 100%;
  width: 406px;
  min-width: 406px;
  height: 639px;
  align-self: center;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}
@media only screen and (max-width: 1339px) {
  .sc-card__content__img-container {
    margin-left: -47px;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}
.sc-card__content__img-wrapper {
  width: 312px;
  height: 639px;
  display: flex;
  position: relative;
}
.sc-card__content__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.sc-card__content__img-wrapper.align-center img {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sc-card__content__img-wrapper.align-right img {
  left: auto;
  right: 0;
}
.sc-card__content__img-wrapper.align-left img {
  left: 0;
}