:root {
  --PhoneInput-color--focus:#03b2cb;
  --PhoneInputInternationalIconPhone-opacity:0.8;
  --PhoneInputInternationalIconGlobe-opacity:0.65;
  --PhoneInputCountrySelect-marginRight:0.35em;
  --PhoneInputCountrySelectArrow-width:0.3em;
  --PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);
  --PhoneInputCountrySelectArrow-borderWidth:1px;
  --PhoneInputCountrySelectArrow-opacity:0.45;
  --PhoneInputCountrySelectArrow-color:currentColor;
  --PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);
  --PhoneInputCountrySelectArrow-transform:rotate(45deg);
  --PhoneInputCountryFlag-aspectRatio:1.5;
  --PhoneInputCountryFlag-height:1em;
  --PhoneInputCountryFlag-borderWidth:1px;
  --PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);
  --PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);
  --PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)
}
.PhoneInput {
  align-items:center;
  display:flex
}
.PhoneInputInput {
  flex:1 1;
  min-width:0
}
.PhoneInputCountryIcon {
  height:var(--PhoneInputCountryFlag-height);
  width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))
}
.PhoneInputCountryIcon--square {
  width:var(--PhoneInputCountryFlag-height)
}
.PhoneInputCountryIcon--border {
  background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);
  box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)
}
.PhoneInputCountryIconImg {
  display:block;
  height:100%;
  width:100%
}
.PhoneInputInternationalIconPhone {
  opacity:var(--PhoneInputInternationalIconPhone-opacity)
}
.PhoneInputInternationalIconGlobe {
  opacity:var(--PhoneInputInternationalIconGlobe-opacity)
}
.PhoneInputCountry {
  align-items:center;
  align-self:stretch;
  display:flex;
  margin-right:var(--PhoneInputCountrySelect-marginRight);
  position:relative
}
.PhoneInputCountrySelect {
  border:0;
  cursor:pointer;
  height:100%;
  left:0;
  opacity:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:1
}
.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
  cursor:default
}
.PhoneInputCountrySelectArrow {
  border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);
  border-color:var(--PhoneInputCountrySelectArrow-color);
  border-left-width:0;
  border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);
  border-style:solid;
  border-top-width:0;
  content:"";
  display:block;
  height:var(--PhoneInputCountrySelectArrow-width);
  margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);
  opacity:var(--PhoneInputCountrySelectArrow-opacity);
  transform:var(--PhoneInputCountrySelectArrow-transform);
  width:var(--PhoneInputCountrySelectArrow-width)
}
.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow {
  color:var(--PhoneInputCountrySelectArrow-color--focus);
  opacity:1
}
.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border {
  box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)
}
.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
  color:var(--PhoneInputCountrySelectArrow-color--focus);
  opacity:1
}
.wmde-markdown {
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  font-size:16px;
  line-height:1.5
}
.wmde-markdown>:first-child {
  margin-top:0!important
}
.wmde-markdown>:last-child {
  margin-bottom:0!important
}
.wmde-markdown code[class*=language-],
.wmde-markdown pre[class*=language-] {
  word-wrap:normal;
  color:#000;
  -webkit-hyphens:none;
  hyphens:none;
  text-align:left;
  white-space:pre;
  word-break:normal;
  word-spacing:normal
}
.wmde-markdown pre code {
  background:none;
  display:block;
  font-size:95%;
  line-height:1.5;
  overflow-wrap:normal;
  padding:16px;
  tab-size:2;
  text-shadow:0 1px #fff;
  white-space:inherit
}
.wmde-markdown pre {
  background-color:#f6f8fa;
  border-radius:3px;
  font-size:85%;
  line-height:1.45;
  margin-bottom:18px;
  overflow-x:auto;
  position:relative
}
.wmde-markdown code,
.wmde-markdown tt {
  background-color:rgba(27,31,35,.05);
  border-radius:3px;
  font-size:85%;
  margin:0;
  padding:.2em .4em
}
.wmde-markdown code,
.wmde-markdown pre,
.wmde-markdown tt {
  font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace
}
.wmde-markdown img {
  max-width:100%
}
.wmde-markdown input {
  margin:0 .2em .25em -1.6em;
  vertical-align:middle
}
.wmde-markdown h1,
.wmde-markdown h2 {
  border-bottom:1px solid #eaecef;
  padding-bottom:.3em
}
.wmde-markdown h1,
.wmde-markdown h2,
.wmde-markdown h3,
.wmde-markdown h4,
.wmde-markdown h5,
.wmde-markdown h6 {
  font-weight:600;
  line-height:1.25;
  margin-bottom:16px;
  margin-top:24px
}
.wmde-markdown h1 {
  font-size:2em
}
.wmde-markdown h2 {
  font-size:1.5em
}
.wmde-markdown h3 {
  font-size:1.25em
}
.wmde-markdown h4 {
  font-size:1em
}
.wmde-markdown h5 {
  font-size:.875em
}
.wmde-markdown h6 {
  font-size:.85em
}
.wmde-markdown ol,
.wmde-markdown ul {
  padding-left:2em
}
.wmde-markdown ul {
  list-style:initial;
  margin-bottom:16px;
  margin-top:0
}
.wmde-markdown>blockquote,
.wmde-markdown>blockquote blockquote {
  border-left:.25em solid #dfe2e5;
  color:#6a737d;
  margin:0;
  padding:0 1em
}
.wmde-markdown>blockquote blockquote>:last-child,
.wmde-markdown>blockquote>:last-child {
  margin-bottom:0
}
.wmde-markdown>blockquote blockquote>:first-child,
.wmde-markdown>blockquote>:first-child {
  margin-top:0
}
.wmde-markdown hr {
  border:0;
  border-top:2px dotted #eee;
  height:1px;
  margin:1.5em auto
}
.wmde-markdown>blockquote table,
.wmde-markdown>table {
  border-collapse:collapse;
  border-spacing:0;
  display:block;
  font-size:14px;
  overflow:auto;
  width:100%
}
.wmde-markdown>blockquote table tr,
.wmde-markdown>table tr {
  background-color:#fff;
  border-top:1px solid #c6cbd1
}
.wmde-markdown>blockquote table td,
.wmde-markdown>blockquote table th,
.wmde-markdown>table td,
.wmde-markdown>table th {
  border:1px solid #dfe2e5;
  padding:6px 13px
}
.wmde-markdown blockquote,
.wmde-markdown details,
.wmde-markdown dl,
.wmde-markdown ol,
.wmde-markdown p,
.wmde-markdown pre,
.wmde-markdown table,
.wmde-markdown ul {
  margin-bottom:16px;
  margin-top:0
}
.wmde-markdown a {
  color:#0366d6;
  text-decoration:none
}
.wmde-markdown a:hover {
  text-decoration:underline
}
.wmde-markdown .namespace {
  opacity:.7
}
.wmde-markdown .token.important {
  font-weight:400
}
.wmde-markdown .token.bold {
  font-weight:700
}
.wmde-markdown .token.italic {
  font-style:italic
}
.wmde-markdown .token.entity {
  cursor:help
}
.wmde-markdown-color .token.tag .attr-value {
  color:#032f62
}
.wmde-markdown-color .token.boolean,
.wmde-markdown-color .token.constant,
.wmde-markdown-color .token.deleted,
.wmde-markdown-color .token.function-name,
.wmde-markdown-color .token.number,
.wmde-markdown-color .token.property,
.wmde-markdown-color .token.symbol,
.wmde-markdown-color .token.tag {
  color:#0060c9
}
.wmde-markdown-color .token.punctuation {
  color:#a0a0a0
}
.wmde-markdown-color code[class*=language-] {
  color:#000
}
.wmde-markdown-color code[class*=language-] .token.attr-name,
.wmde-markdown-color code[class*=language-] .token.builtin,
.wmde-markdown-color code[class*=language-] .token.char,
.wmde-markdown-color code[class*=language-] .token.function,
.wmde-markdown-color code[class*=language-] .token.selector,
.wmde-markdown-color code[class*=language-] .token.string {
  color:#6f42c1
}
.wmde-markdown-color code[class*=language-] .token.inserted {
  background-color:#f0fff4;
  color:#22863a
}
.wmde-markdown-color code[class*=language-] .token.deleted {
  background-color:#ffeef0;
  color:#b31d28
}
.wmde-markdown-color code[class*=language-] .token.class-name {
  color:#6f42c1
}
.wmde-markdown-color code[class*=language-] .code-block {
  color:#032f62
}
.wmde-markdown-color code[class*=language-] .token.block-comment,
.wmde-markdown-color code[class*=language-] .token.cdata,
.wmde-markdown-color code[class*=language-] .token.comment,
.wmde-markdown-color code[class*=language-] .token.doctype,
.wmde-markdown-color code[class*=language-] .token.prolog {
  color:#7d8b99
}
.wmde-markdown-color code[class*=language-] .token.punctuation {
  color:#a0a0a0
}
.wmde-markdown-color code[class*=language-] .token.entity,
.wmde-markdown-color code[class*=language-] .token.operator,
.wmde-markdown-color code[class*=language-] .token.url,
.wmde-markdown-color code[class*=language-] .token.variable {
  background:hsla(0,0%,100%,.5);
  color:#d73a49
}
.wmde-markdown-color code[class*=language-] .token.atrule,
.wmde-markdown-color code[class*=language-] .token.attr-value {
  color:#004698
}
.wmde-markdown-color code[class*=language-] .token.keyword {
  color:#d63200
}
.wmde-markdown-color code[class*=language-] .token.important,
.wmde-markdown-color code[class*=language-] .token.regex {
  color:#e90
}
.wmde-markdown-color code[class*=language-] .token.string {
  color:#0a53c1
}
@font-face {
  font-family:swiper-icons;
  font-style:normal;
  font-weight:400;
  src:url("data:application/font-woff;charset=utf-8;base64, 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")
}
:root {
  --swiper-theme-color:#007aff
}
.swiper {
  list-style:none;
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
  padding:0;
  position:relative;
  z-index:1
}
.swiper-vertical>.swiper-wrapper {
  flex-direction:column
}
.swiper-wrapper {
  box-sizing:content-box;
  display:flex;
  height:100%;
  position:relative;
  transition-property:transform;
  width:100%;
  z-index:1
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform:translateZ(0)
}
.swiper-pointer-events {
  touch-action:pan-y
}
.swiper-pointer-events.swiper-vertical {
  touch-action:pan-x
}
.swiper-slide {
  flex-shrink:0;
  height:100%;
  position:relative;
  transition-property:transform;
  width:100%
}
.swiper-slide-invisible-blank {
  visibility:hidden
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height:auto
}
.swiper-autoheight .swiper-wrapper {
  align-items:flex-start;
  transition-property:transform,height
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  transform:translateZ(0)
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective:1200px
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style:preserve-3d
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height:100%;
  left:0;
  pointer-events:none;
  position:absolute;
  top:0;
  width:100%;
  z-index:10
}
.swiper-3d .swiper-slide-shadow {
  background:rgba(0,0,0,.15)
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}
.swiper-3d .swiper-slide-shadow-right {
  background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}
.swiper-css-mode>.swiper-wrapper {
  -ms-overflow-style:none;
  overflow:auto;
  scrollbar-width:none
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display:none
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align:start start
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type:x mandatory
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type:y mandatory
}
.swiper-centered>.swiper-wrapper:before {
  content:"";
  flex-shrink:0;
  order:9999
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start:var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height:100%;
  min-height:1px;
  width:var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start:var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  height:var(--swiper-centered-offset-after);
  min-width:1px;
  width:100%
}
.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align:center center;
  scroll-snap-stop:always
}
.swiper-cards {
  overflow:visible
}
.swiper-cards .swiper-slide {
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden;
  transform-origin:center bottom
}
:root {
  --swiper-navigation-size:44px
}
.swiper-button-next,
.swiper-button-prev {
  align-items:center;
  color:var(--swiper-navigation-color,var(--swiper-theme-color));
  cursor:pointer;
  display:flex;
  height:var(--swiper-navigation-size);
  justify-content:center;
  margin-top:calc(0px - var(--swiper-navigation-size)/2);
  position:absolute;
  top:50%;
  width:calc(var(--swiper-navigation-size)/44*27);
  z-index:10
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor:auto;
  opacity:.35;
  pointer-events:none
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor:auto;
  opacity:0;
  pointer-events:none
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display:none!important
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family:swiper-icons;
  font-size:var(--swiper-navigation-size);
  font-variant:normal;
  letter-spacing:0;
  line-height:1;
  text-transform:none!important
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left:10px;
  right:auto
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content:"prev"
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left:auto;
  right:10px
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content:"next"
}
.swiper-button-lock {
  display:none
}
.tippy-touch {
  cursor:pointer!important
}
.tippy-notransition {
  transition:none!important
}
.tippy-popper {
  max-width:400px;
  outline:0;
  perspective:800px;
  pointer-events:none;
  transition-timing-function:cubic-bezier(.165,.84,.44,1);
  z-index:9999
}
.tippy-popper.html-template {
  max-width:96%;
  max-width:calc(100% - 20px)
}
.tippy-popper[x-placement^=top] [x-arrow] {
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  border-top:7px solid #333;
  bottom:-7px;
  margin:0 9px
}
.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:5px solid #333;
  bottom:-5px
}
.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:10px solid #333;
  bottom:-10px
}
.tippy-popper[x-placement^=top] [x-circle] {
  transform-origin:0 33%
}
.tippy-popper[x-placement^=top] [x-circle].enter {
  opacity:1;
  transform:scale(1) translate(-50%,-55%)
}
.tippy-popper[x-placement^=top] [x-circle].leave {
  opacity:0;
  transform:scale(.15) translate(-50%,-50%)
}
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
  background-color:#fff
}
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  border-top:7px solid #fff
}
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:5px solid #fff
}
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:10px solid #fff
}
.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
  background-color:rgba(0,0,0,.7)
}
.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  border-top:7px solid rgba(0,0,0,.7)
}
.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:5px solid rgba(0,0,0,.7)
}
.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:10px solid rgba(0,0,0,.7)
}
.tippy-popper[x-placement^=top] [data-animation=perspective] {
  transform-origin:bottom
}
.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
  opacity:1;
  transform:translateY(-10px) rotateX(0)
}
.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
  opacity:0;
  transform:translateY(0) rotateX(90deg)
}
.tippy-popper[x-placement^=top] [data-animation=fade].enter {
  opacity:1;
  transform:translateY(-10px)
}
.tippy-popper[x-placement^=top] [data-animation=fade].leave {
  opacity:0;
  transform:translateY(-10px)
}
.tippy-popper[x-placement^=top] [data-animation=shift].enter {
  opacity:1;
  transform:translateY(-10px)
}
.tippy-popper[x-placement^=top] [data-animation=shift].leave {
  opacity:0;
  transform:translateY(0)
}
.tippy-popper[x-placement^=top] [data-animation=scale].enter {
  opacity:1;
  transform:translateY(-10px) scale(1)
}
.tippy-popper[x-placement^=top] [data-animation=scale].leave {
  opacity:0;
  transform:translateY(0) scale(0)
}
.tippy-popper[x-placement^=bottom] [x-arrow] {
  border-bottom:7px solid #333;
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  margin:0 9px;
  top:-7px
}
.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
  border-bottom:5px solid #333;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  top:-5px
}
.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
  border-bottom:10px solid #333;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  top:-10px
}
.tippy-popper[x-placement^=bottom] [x-circle] {
  transform-origin:0 -50%
}
.tippy-popper[x-placement^=bottom] [x-circle].enter {
  opacity:1;
  transform:scale(1) translate(-50%,-45%)
}
.tippy-popper[x-placement^=bottom] [x-circle].leave {
  opacity:0;
  transform:scale(.15) translate(-50%,-5%)
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
  background-color:#fff
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
  border-bottom:7px solid #fff;
  border-left:7px solid transparent;
  border-right:7px solid transparent
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-bottom:5px solid #fff;
  border-left:5px solid transparent;
  border-right:5px solid transparent
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-bottom:10px solid #fff;
  border-left:10px solid transparent;
  border-right:10px solid transparent
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
  background-color:rgba(0,0,0,.7)
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
  border-bottom:7px solid rgba(0,0,0,.7);
  border-left:7px solid transparent;
  border-right:7px solid transparent
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-bottom:5px solid rgba(0,0,0,.7);
  border-left:5px solid transparent;
  border-right:5px solid transparent
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-bottom:10px solid rgba(0,0,0,.7);
  border-left:10px solid transparent;
  border-right:10px solid transparent
}
.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  transform-origin:top
}
.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
  opacity:1;
  transform:translateY(10px) rotateX(0)
}
.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
  opacity:0;
  transform:translateY(0) rotateX(-90deg)
}
.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
  opacity:1;
  transform:translateY(10px)
}
.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
  opacity:0;
  transform:translateY(10px)
}
.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
  opacity:1;
  transform:translateY(10px)
}
.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
  opacity:0;
  transform:translateY(0)
}
.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
  opacity:1;
  transform:translateY(10px) scale(1)
}
.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
  opacity:0;
  transform:translateY(0) scale(0)
}
.tippy-popper[x-placement^=left] [x-arrow] {
  border-bottom:7px solid transparent;
  border-left:7px solid #333;
  border-top:7px solid transparent;
  margin:6px 0;
  right:-7px
}
.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
  border-bottom:5px solid transparent;
  border-left:5px solid #333;
  border-top:5px solid transparent;
  right:-5px
}
.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
  border-bottom:10px solid transparent;
  border-left:10px solid #333;
  border-top:10px solid transparent;
  right:-10px
}
.tippy-popper[x-placement^=left] [x-circle] {
  transform-origin:50% 0
}
.tippy-popper[x-placement^=left] [x-circle].enter {
  opacity:1;
  transform:scale(1) translate(-50%,-50%)
}
.tippy-popper[x-placement^=left] [x-circle].leave {
  opacity:0;
  transform:scale(.15) translate(-50%,-50%)
}
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
  background-color:#fff
}
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
  border-bottom:7px solid transparent;
  border-left:7px solid #fff;
  border-top:7px solid transparent
}
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-bottom:5px solid transparent;
  border-left:5px solid #fff;
  border-top:5px solid transparent
}
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-bottom:10px solid transparent;
  border-left:10px solid #fff;
  border-top:10px solid transparent
}
.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
  background-color:rgba(0,0,0,.7)
}
.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
  border-bottom:7px solid transparent;
  border-left:7px solid rgba(0,0,0,.7);
  border-top:7px solid transparent
}
.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-bottom:5px solid transparent;
  border-left:5px solid rgba(0,0,0,.7);
  border-top:5px solid transparent
}
.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-bottom:10px solid transparent;
  border-left:10px solid rgba(0,0,0,.7);
  border-top:10px solid transparent
}
.tippy-popper[x-placement^=left] [data-animation=perspective] {
  transform-origin:right
}
.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
  opacity:1;
  transform:translateX(-10px) rotateY(0)
}
.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
  opacity:0;
  transform:translateX(0) rotateY(-90deg)
}
.tippy-popper[x-placement^=left] [data-animation=fade].enter {
  opacity:1;
  transform:translateX(-10px)
}
.tippy-popper[x-placement^=left] [data-animation=fade].leave {
  opacity:0;
  transform:translateX(-10px)
}
.tippy-popper[x-placement^=left] [data-animation=shift].enter {
  opacity:1;
  transform:translateX(-10px)
}
.tippy-popper[x-placement^=left] [data-animation=shift].leave {
  opacity:0;
  transform:translateX(0)
}
.tippy-popper[x-placement^=left] [data-animation=scale].enter {
  opacity:1;
  transform:translateX(-10px) scale(1)
}
.tippy-popper[x-placement^=left] [data-animation=scale].leave {
  opacity:0;
  transform:translateX(0) scale(0)
}
.tippy-popper[x-placement^=right] [x-arrow] {
  border-bottom:7px solid transparent;
  border-right:7px solid #333;
  border-top:7px solid transparent;
  left:-7px;
  margin:6px 0
}
.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
  border-bottom:5px solid transparent;
  border-right:5px solid #333;
  border-top:5px solid transparent;
  left:-5px
}
.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
  border-bottom:10px solid transparent;
  border-right:10px solid #333;
  border-top:10px solid transparent;
  left:-10px
}
.tippy-popper[x-placement^=right] [x-circle] {
  transform-origin:-50% 0
}
.tippy-popper[x-placement^=right] [x-circle].enter {
  opacity:1;
  transform:scale(1) translate(-50%,-50%)
}
.tippy-popper[x-placement^=right] [x-circle].leave {
  opacity:0;
  transform:scale(.15) translate(-50%,-50%)
}
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
  background-color:#fff
}
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
  border-bottom:7px solid transparent;
  border-right:7px solid #fff;
  border-top:7px solid transparent
}
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-bottom:5px solid transparent;
  border-right:5px solid #fff;
  border-top:5px solid transparent
}
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-bottom:10px solid transparent;
  border-right:10px solid #fff;
  border-top:10px solid transparent
}
.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
  background-color:rgba(0,0,0,.7)
}
.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
  border-bottom:7px solid transparent;
  border-right:7px solid rgba(0,0,0,.7);
  border-top:7px solid transparent
}
.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-bottom:5px solid transparent;
  border-right:5px solid rgba(0,0,0,.7);
  border-top:5px solid transparent
}
.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-bottom:10px solid transparent;
  border-right:10px solid rgba(0,0,0,.7);
  border-top:10px solid transparent
}
.tippy-popper[x-placement^=right] [data-animation=perspective] {
  transform-origin:left
}
.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
  opacity:1;
  transform:translateX(10px) rotateY(0)
}
.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
  opacity:0;
  transform:translateX(0) rotateY(90deg)
}
.tippy-popper[x-placement^=right] [data-animation=fade].enter {
  opacity:1;
  transform:translateX(10px)
}
.tippy-popper[x-placement^=right] [data-animation=fade].leave {
  opacity:0;
  transform:translateX(10px)
}
.tippy-popper[x-placement^=right] [data-animation=shift].enter {
  opacity:1;
  transform:translateX(10px)
}
.tippy-popper[x-placement^=right] [data-animation=shift].leave {
  opacity:0;
  transform:translateX(0)
}
.tippy-popper[x-placement^=right] [data-animation=scale].enter {
  opacity:1;
  transform:translateX(10px) scale(1)
}
.tippy-popper[x-placement^=right] [data-animation=scale].leave {
  opacity:0;
  transform:translateX(0) scale(0)
}
.tippy-popper .tippy-tooltip.transparent-theme {
  background-color:rgba(0,0,0,.7)
}
.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
  background-color:transparent
}
.tippy-popper .tippy-tooltip.light-theme {
  background-color:#fff;
  box-shadow:0 4px 20px 4px rgba(0,20,60,.1),0 4px 80px -8px rgba(0,20,60,.2);
  color:#26323d
}
.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
  background-color:transparent
}
.tippy-tooltip {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  background-color:#333;
  border-radius:4px;
  color:#fff;
  font-size:.95rem;
  padding:.4rem .8rem;
  position:relative;
  text-align:center;
  will-change:transform
}
.tippy-tooltip--small {
  font-size:.8rem;
  padding:.25rem .5rem
}
.tippy-tooltip--big {
  font-size:1.2rem;
  padding:.6rem 1.2rem
}
.tippy-tooltip[data-animatefill] {
  background-color:transparent;
  overflow:hidden
}
.tippy-tooltip[data-interactive] {
  pointer-events:auto
}
.tippy-tooltip[data-inertia] {
  transition-timing-function:cubic-bezier(.53,2,.36,.85)
}
.tippy-tooltip [x-arrow] {
  height:0;
  position:absolute;
  width:0
}
.tippy-tooltip [x-circle] {
  background-color:#333;
  border-radius:50%;
  left:50%;
  overflow:hidden;
  position:absolute;
  top:50%;
  transition:all ease;
  width:130%;
  width:calc(110% + 2rem);
  will-change:transform;
  z-index:-1
}
.tippy-tooltip [x-circle]:before {
  content:"";
  float:left;
  padding-top:90%
}
@media (max-width:450px) {
  .tippy-popper {
    max-width:96%;
    max-width:calc(100% - 20px)
  }
}
.swiper-pagination {
  position:absolute;
  text-align:center;
  transform:translateZ(0);
  transition:opacity .3s;
  z-index:10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity:0
}
.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display:none!important
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom:10px;
  left:0;
  width:100%
}
.swiper-pagination-bullets-dynamic {
  font-size:0;
  overflow:hidden
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position:relative;
  transform:scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform:scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform:scale(.33)
}
.swiper-pagination-bullet {
  background:var(--swiper-pagination-bullet-inactive-color,#000);
  border-radius:50%;
  display:inline-block;
  height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);
  width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))
}
button.swiper-pagination-bullet {
  -webkit-appearance:none;
  appearance:none;
  border:none;
  box-shadow:none;
  margin:0;
  padding:0
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor:pointer
}
.swiper-pagination-bullet:only-child {
  display:none!important
}
.swiper-pagination-bullet-active {
  background:var(--swiper-pagination-color,var(--swiper-theme-color));
  opacity:var(--swiper-pagination-bullet-opacity,1)
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right:10px;
  top:50%;
  transform:translate3d(0,-50%,0)
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display:block;
  margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top:50%;
  transform:translateY(-50%);
  width:8px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display:inline-block;
  transition:transform .2s,top .2s
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:transform .2s,left .2s
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:transform .2s,right .2s
}
.swiper-pagination-progressbar {
  background:rgba(0,0,0,.25);
  position:absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background:var(--swiper-pagination-color,var(--swiper-theme-color));
  height:100%;
  left:0;
  position:absolute;
  top:0;
  transform:scale(0);
  transform-origin:left top;
  width:100%
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin:right top
}
.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height:4px;
  left:0;
  top:0;
  width:100%
}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  height:100%;
  left:0;
  top:0;
  width:4px
}
.swiper-pagination-lock {
  display:none
}
*,
body {
  box-sizing:border-box;
  scroll-behavior:smooth
}
body,
dd,
dl,
dt,
li,
ol,
p,
ul {
  margin:0;
  padding:0
}
body {
  -webkit-font-smoothing:antialiased!important;
  font-display:optional;
  font-family:Linik Sans,Arial,sans-serif;
  font-style:normal;
  text-rendering:optimizeLegibility!important
}
figure,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0
}
dd,
dl,
dt,
li,
ol,
ul {
  list-style:none
}
a {
  text-decoration:none
}
h1 {
  font-size:42px;
  line-height:54px
}
h2 {
  font-size:24px;
  line-height:30px
}
h3 {
  font-size:20px;
  line-height:28px
}
h4 {
  font-size:18px;
  line-height:26px
}
h5 {
  font-size:16px;
  line-height:24px
}
h6 {
  font-size:14px;
  line-height:22px
}
[src*=amplifypixel] {
  display:none
}
.swiper-grid>.swiper-wrapper {
  flex-wrap:wrap
}
.swiper-grid-column>.swiper-wrapper {
  flex-direction:column;
  flex-wrap:wrap
}
.swiper-scrollbar {
  background:rgba(0,0,0,.1);
  border-radius:10px;
  position:relative;
  -ms-touch-action:none
}
.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display:none!important
}
.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom:3px;
  height:5px;
  left:1%;
  position:absolute;
  width:98%;
  z-index:50
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  height:98%;
  position:absolute;
  right:3px;
  top:1%;
  width:5px;
  z-index:50
}
.swiper-scrollbar-drag {
  background:rgba(0,0,0,.5);
  border-radius:10px;
  height:100%;
  left:0;
  position:relative;
  top:0;
  width:100%
}
.swiper-scrollbar-cursor-drag {
  cursor:move
}
.swiper-scrollbar-lock {
  display:none
}
