@charset "UTF-8";
/* mixin for retina background images */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

* {
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  font-weight: 300;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/**
   * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
   * A thin layer on top of normalize.css that provides a starting point more
   * suitable for web applications.
   */
/**
   * Removes the default spacing and border for appropriate elements.
   */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
   * Work around a Firefox/IE bug where the transparent `button` background
   * results in a loss of the default `button` focus styles.
   */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
   * Tailwind custom reset styles
   */
/**
   * 1. Use the user's configured `sans` font-family (with Tailwind's default
   *    sans-serif font stack as a fallback) as a sane default.
   * 2. Use Tailwind's default "normal" line-height so the user isn't forced
   *    to override it to ensure consistency even when using the default theme.
   */
html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
   * 1. Prevent padding and border from affecting element width.
   *
   *    We used to set this in the html element and inherit from
   *    the parent element for everything else. This caused issues
   *    in shadow-dom-enhanced elements like <details> where the content
   *    is wrapped by a div with box-sizing set to `content-box`.
   *
   *    https://github.com/mozdevs/cssremedy/issues/4
   *
   *
   * 2. Allow adding a border to an element by just adding a border-width.
   *
   *    By default, the way the browser specifies that an element should have no
   *    border is by setting it's border-style to `none` in the user-agent
   *    stylesheet.
   *
   *    In order to easily add borders to elements by just setting the `border-width`
   *    property, we change the default border-style for all elements to `solid`, and
   *    use border-width to hide them instead. This way our `border` utilities only
   *    need to set the `border-width` property instead of the entire `border`
   *    shorthand, making our border utilities much more straightforward to compose.
   *
   *    https://github.com/tailwindcss/tailwindcss/pull/116
   */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e2e8f0;
  /* 2 */
}

/*
   * Ensure horizontal rules are visible by default
   */
hr {
  border-top-width: 1px;
}

/**
   * Undo the `border-style: none` reset that Normalize applies to images so that
   * our `border-{width}` utilities have the expected effect.
   *
   * The Normalize reset is unnecessary for us since we default the border-width
   * to 0 on all elements.
   *
   * https://github.com/tailwindcss/tailwindcss/issues/362
   */
img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role=button] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
   * Reset links to optimize for opt-in styling instead of
   * opt-out.
   */
a {
  color: inherit;
  text-decoration: inherit;
}

/**
   * Reset form element properties that are easy to forget to
   * style explicitly so you don't inadvertently introduce
   * styles that deviate from your design system. These styles
   * supplement a partial reset that is already applied by
   * normalize.css.
   */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
   * Use the configured 'mono' font family for elements that
   * are expected to be rendered with a monospace font, falling
   * back to the system monospace stack if there is no configured
   * 'mono' font family.
   */
pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
   * Make replaced elements `display: block` by default as that's
   * the behavior you want almost all of the time. Inspired by
   * CSS Remedy, with `svg` added as well.
   *
   * https://github.com/mozdevs/cssremedy/issues/14
   */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
   * Constrain images and videos to the parent width and preserve
   * their instrinsic aspect ratio.
   *
   * https://github.com/mozdevs/cssremedy/issues/14
   */
img,
video {
  max-width: 100%;
  height: auto;
}

@keyframes step-line {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@-webkit-keyframes slideUp {
  from {
    transform: translate(0%, 100%);
  }
  to {
    transform: translate(0%, 0%);
  }
}
@keyframes slideUp {
  from {
    transform: translate(0%, 100%);
  }
  to {
    transform: translate(0%, 0%);
  }
}
@font-face {
  font-family: "Nobel";
  src: url("../fonts/Nobel-Light.eot");
  src: url("../fonts/Nobel-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Nobel-Light.woff") format("woff"), url("../fonts/Nobel-Light.ttf") format("truetype"), url("../fonts/Nobel-Light.svg?#webfont") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Nobel";
  src: url("../fonts/Nobel-Book.eot");
  src: url("../fonts/Nobel-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Nobel-Book.woff") format("woff"), url("../fonts/Nobel-Book.ttf") format("truetype"), url("../fonts/Nobel-Book.svg?#webfont") format("svg");
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "Nobel";
  src: url("../fonts/Nobel-Regular.eot");
  src: url("../fonts/Nobel-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nobel-Regular.woff") format("woff"), url("../fonts/Nobel-Regular.ttf") format("truetype"), url("../fonts/Nobel-Regular.svg?#webfont") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nobel";
  src: url("../fonts/Nobel-Bold.eot");
  src: url("../fonts/Nobel-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nobel-Bold.woff") format("woff"), url("../fonts/Nobel-Bold.ttf") format("truetype"), url("../fonts/Nobel-Bold.svg?#webfont") format("svg");
  font-weight: 600;
  font-style: normal;
}
html {
  font-family: "Nobel", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.2;
  font-size: 14px;
  font-weight: 300;
}

body {
  overflow-x: hidden;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  body.navbar-space {
    padding-top: 42px;
  }
}

.container {
  width: 100%;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.container.container-full {
  max-width: inherit;
}
.container p {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .section-container {
    max-width: 400px;
    text-align: left;
    display: flex;
    height: 100vh;
    align-items: center;
  }
  .section-container .text-center {
    text-align: left;
  }
}

.background-video {
  opacity: 0;
}
asas .background-video.is-playing {
  opacity: 1;
}

.screen-height {
  min-height: 100vh;
}

@media (min-width: 768px) {
  .info__title {
    font-size: 24px;
  }
}

@keyframes blink {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
    opacity: 0.5;
  }
  100% {
    transform: translateX(100%);
    opacity: 1;
  }
}
.base-skeleton {
  height: 1em;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.base-skeleton::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-color: #ccc;
}
.base-skeleton::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 1.5s infinite;
  content: "";
}

.use-animation .fade-to-top {
  opacity: 0;
  transform: translateY(20px);
}
.use-animation .fade-in {
  opacity: 0;
}
.use-animation.doc-ready .fade-to-top {
  opacity: 1;
  transform: translateY(0px);
}
.use-animation.doc-ready .fade-in {
  opacity: 1;
}
.use-animation.finish-animation .fade-in,
.use-animation.finish-animation .fade-to-top {
  transform: none;
}

.w-70p {
  width: 70%;
}

.w-30p {
  width: 30%;
}

.color-soft-back {
  color: rgba(12, 12, 12, 0.6);
}

.text-black {
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.gutter {
  margin: 20px;
}

.gutter-in-x {
  padding-left: 20px;
  padding-right: 20px;
}

.gutter-x {
  margin-left: 20px;
  margin-right: 20px;
}

.gutter-in-y {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gutter-x {
  margin-left: 20px;
  margin-right: 20px;
}

.gutter-in-y-small {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gutter-in {
  padding: 20px;
}

.gutter-bottom {
  margin-bottom: 20px;
}

.gutter-bottom-mini {
  margin-bottom: 10px;
}

.gutter-bottom-small {
  margin-bottom: 20px;
}

.gutter-bottom-medium {
  margin-bottom: 30px;
}

.gutter-bottom-big {
  margin-bottom: 40px;
}

.gutter-left {
  margin-left: 20px;
}

.gutter-left-mini {
  margin-left: 10px;
}

.gutter-left-small {
  margin-left: 20px;
}

.gutter-left-medium {
  margin-left: 30px;
}

.gutter-left-big {
  margin-left: 40px;
}

.gutter-top {
  margin-top: 20px;
}

.gutter-top-mini {
  margin-top: 10px;
}

.gutter-top-small {
  margin-top: 20px;
}

.gutter-top-medium {
  margin-top: 30px;
}

.gutter-top-big {
  margin-top: 40px;
}

.gutter-right {
  margin-right: 20px;
}

.gutter-right-mini {
  margin-right: 10px;
}

.gutter-right-small {
  margin-right: 20px;
}

.gutter-right-medium {
  margin-right: 30px;
}

.gutter-right-big {
  margin-right: 40px;
}

.gutter-top-large {
  margin-top: 50px;
}

.gutter-right-100 {
  margin-right: 100px;
}

.m-0 {
  margin: 0 !important;
}
.pt-0{
  padding-top: 0px;
}
.pb-0{
  padding-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 20px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mt-1 {
  margin-top: 10px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mt-2 {
  margin-top: 15px;
}

.mr-2 {
  margin-right: 15px;
}

.mb-2 {
  margin-bottom: 15px;
}

.mt-4 {
  margin-top: 20px;
}

.mr-4 {
  margin-right: 20px;
}

.mb-4 {
  margin-bottom: 20px;
}
.mb-8{
  margin-bottom: 80px;
}

.-mb-2 {
  margin-bottom: -15px;
}
.-mt-2{
  margin-top: -15px;
}

.p-1 {
  padding: 10px;
}

.p-2 {
  padding: 15px;
}

.py-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-1 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pt-1 {
  padding-top: 10px;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pl-1 {
  padding-left: 10px;
}

.pt-2 {
  padding-top: 15px;
}

.pr-2 {
  padding-right: 15px;
}

.pb-2 {
  padding-bottom: 15px;
}

.pl-2 {
  padding-left: 15px;
}

.pt-4 {
  padding-top: 20px;
}

.pr-4 {
  padding-right: 20px;
}

.pb-4 {
  padding-bottom: 20px;
}

.pl-4 {
  padding-left: 20px;
}

.pt-5 {
  padding-top: 25px;
}

.pr-5 {
  padding-right: 25px;
}

.pb-5 {
  padding-bottom: 25px;
}

.pl-5 {
  padding-left: 25px;
}

.pb-6 {
  padding-bottom: 30px;
}

.pt-6 {
  padding-top: 30px;
}
.pt-7{
  padding-top: 40px;
}
.pb-10 {
  padding-bottom: 50px;
}


.f-right {
  float: right;
}

.f-left {
  float: left;
}

.flex-1 {
  flex: 1;
}

.inline-block,
.d-ib {
  display: inline-block;
}

.flex,
.d-flex {
  display: flex;
}

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

.block,
.d-block {
  display: block;
}

.inline-flex {
  display: inline-flex;
}

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

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1 1 0%;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capilalize {
  text-transform: capitalize;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.lh-1 {
  line-height: 1;
}

.lh-15 {
  line-height: 1.5;
}

.lh-2 {
  line-height: 2;
}

.text-0 {
  font-size: 0px;
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}

.fz-24 {
  font-size: 24px;
}

.fz-20 {
  font-size: 20px;
}

.fz-26 {
  font-size: 26px;
}

.fz-36 {
  font-size: 36px;
}

.fz-30 {
  font-size: 30px;
}

.fz-18 {
  font-size: 18px;
}

.text-lg {
  font-size: 16px;
}

.text-xl {
  font-size: 24px;
}

.text-tiny {
  font-size: 12px;
}

.leading-tight {
  line-height: 1.25;
}

.f-light,
.font-light,
.font-300 {
  font-weight: 300;
}

.font-normal,
.font-regular,
.f-reg,
.font-400 {
  font-weight: 400;
}

.font-book,
.font-350 {
  font-weight: 350;
}

.font-bold,
.fw-600 {
  font-weight: 600;
}

.f-reg {
  letter-spacing: 1px;
}

.lh-1 {
  line-height: 1;
}

.letter-space-1 {
  letter-spacing: 1px;
}

.letter-space-2 {
  letter-spacing: 2px;
}

.border-black {
  --border-opacity: 1;
  border-color: #191919;
  border-color: rgba(25, 25, 25, var(--border-opacity));
}

.border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-dark {
  --border-opacity: 1;
  border-color: #3d3d3d;
  border-color: rgba(61, 61, 61, var(--border-opacity));
}

.border-grey {
  --border-opacity: 1;
  border-color: #cecece;
  border-color: rgba(206, 206, 206, var(--border-opacity));
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-bottom {
  border-bottom-width: 1px;
}

.border-black {
  --border-opacity: 1;
  border-color: #191919;
  border-color: rgba(25, 25, 25, var(--border-opacity));
}

.border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-dark {
  --border-opacity: 1;
  border-color: #3d3d3d;
  border-color: rgba(61, 61, 61, var(--border-opacity));
}

.border-grey {
  --border-opacity: 1;
  border-color: #cecece;
  border-color: rgba(206, 206, 206, var(--border-opacity));
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.clearfix {
  overflow: auto;
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.only-desktop {
  display: none;
}
@media (min-width: 768px) {
  .only-desktop {
    display: block;
  }
}

@media (min-width: 768px) {
  .only-mobile {
    display: none;
  }
}

.absolute-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.absolute-top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.absolute-center, .absolute-center-left {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.absolute-center-left {
  right: auto;
}

.pos-relative,
.pos-r {
  position: relative;
}

.line {
  height: 1px;
  background-color: #3d3d3d;
}

.gutter-x-auto {
  margin-right: auto;
  margin-left: auto;
}

.width-460 {
  width: 460px;
  max-width: 100%;
}

.mh-60 {
  min-height: 60vh;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.transition-1 {
  transition: all 0.1s ease;
}

.transition-2 {
  transition: all 0.2s ease;
}

.transition-3, .swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.3s ease;
}

.transition-4, .swiper-banner .swiper-slide .slider-info h2,
.swiper-banner .swiper-slide .slider-info p, .swiper-mini .swiper-content, .swiper-landing .swiper-slide .slider-info h2,
.swiper-landing .swiper-slide .slider-info p,
.swiper-landing .swiper-slide .slider-info button, .swiper-landing .swiper-slide .swiper-content, .swiper-landing-wrapper .swiper-landing-gutter .swiper-button-next,
.swiper-landing-wrapper .swiper-landing-gutter .swiper-button-prev, .swiper-detail-wrapper .swiper-button-next,
.swiper-detail-wrapper .swiper-button-prev, .input-label, .custom-select .select-selected:after, .anim, .fade-in-top, .background-video {
  transition: all 0.4s ease;
}

.transition-5 {
  transition: all 0.5s ease;
}

.transition-6, .card-car__img {
  transition: all 0.6s ease;
}

.transition-7 {
  transition: all 0.7s ease;
}

.transition-8 {
  transition: all 0.8s ease;
}

.transition-9 {
  transition: all 0.9s ease;
}

.transition-10 {
  transition: all 1s ease;
}

.transition-11 {
  transition: all 1.1s ease;
}

.transition-12 {
  transition: all 1.2s ease;
}

.transition-delay-1 {
  transition-delay: 0.1s;
}

.transition-delay-2 {
  transition-delay: 0.2s;
}

.transition-delay-3 {
  transition-delay: 0.3s;
}

.transition-delay-4 {
  transition-delay: 0.4s;
}

.transition-delay-5 {
  transition-delay: 0.5s;
}

.transition-delay-6 {
  transition-delay: 0.6s;
}

.transition-delay-7 {
  transition-delay: 0.7s;
}

.transition-delay-8 {
  transition-delay: 0.8s;
}

.transition-delay-9 {
  transition-delay: 0.9s;
}

.transition-delay-10 {
  transition-delay: 1s;
}

.transition-delay-11 {
  transition-delay: 1.1s;
}

.transition-delay-12 {
  transition-delay: 1.2s;
}

.bg-pattern {
  background-color: #fafafa;
  background-image: url("../img/background/pattern.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}

.bg-pattern-line, .navbar__content {
  background-color: #fafafa;
  background-image: url("../img/background/pattern-line.png");
  background-position: bottom right;
  background-repeat: repeat-x;
}

.bg-loading-time {
  width: 60px;
  height: 80px;
  background-image: url("../img/loading-time.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-linear-gredient, .video-info {
  background-color: transparent;
  background-image: linear-gradient(transparent 45%, transparent 0%, #fff, #fff 85%);
}

.bg-car, .swiper-landing-wrapper:before {
  background-color: #fff;
  background-image: url("../img/background/car.png");
  background-position: bottom right;
  background-size: cover;
}

.bg-linear-gredient-to-right {
  background-image: linear-gradient(90deg, #ffffff 28%, rgba(255, 255, 255, 0) 100%);
}

.bg-linear-gredient-to-bottom, .swiper-landing-wrapper:after {
  background-image: linear-gradient(0deg, #ffffff 10%, rgba(255, 255, 255, 0.5) 100%);
}

.bg-black {
  --bg-opacity: 1;
  background-color: #191919;
  background-color: rgba(25, 25, 25, var(--bg-opacity));
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-softGrey {
  background-color: rgba(216, 216, 216, 0.1);
}

.base-shadow, .card-leasing, .card {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}

.absolute-block, .video-content, .video-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.top-0 {
  top: 0;
}
.top-30 {
  top: 30px !important;
  bottom: inherit;
}
.right-26{
  right: 26px;
}
.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.fade-in-top {
  opacity: 0;
  transform: translateY(20px);
}
.doc-ready .fade-in-top {
  opacity: 1;
  transform: translateY(0px);
}

.outside-area {
  border: 1px solid #3d3d3d;
  padding: 16px;
}

.anim {
  opacity: 0;
  transform: translateY(20px);
}
.anim.anim-ready {
  opacity: 1;
  transform: translateY(0px);
}

.ellips {
  background: red;
  width: 320px;
  height: 160px;
  border-bottom-left-radius: 26% 51%;
  border-bottom-right-radius: 26% 51%;
  border-top-left-radius: 26% 51%;
  border-top-right-radius: 26% 51%;
  box-shadow: 0 40px 12px 0 rgba(0, 0, 0, 0.4);
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

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

.w-full {
  width: 100%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.hidden {
  display: none !important;
}
@media (min-width: 768px) {
  .outside-area {
    width: 75%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }
}
/* Medium (md) */
@media (min-width: 769px) {
  .hide-mobile {
    display: block !important;
  }

  .show-mobile {
    display: none !important;
  }
}
/* Medium (md) */
@media (min-width: 769px) {
  .book-button {
    display: none;
  }

  .button-book-small {
    font-size: 14px;
    width: 327px;
  }

  .footer-content {
    padding-bottom: 10px;
  }

  .wrapper360:after {
    top: -20px;
    margin-left: -40px;
  }

  .more-gallery {
    top: 46px;
    z-index: 19;
  }

  .gallery-scroll {
    height: calc(100vh - 101px);
    font-size: 0px;
  }
  .gallery-scroll > div {
    width: 33.333%;
    display: inline-block;
    font-size: 0px;
  }
  .gallery-scroll > div a {
    display: inline-block;
  }

  .detail-product {
    flex-direction: row-reverse;
    background-image: url("/assets/img/leasing-background.png");
    background-size: inherit;
    margin-bottom: 40px;
  }

  .detail-product-description {
    width: 390px;
    margin-top: 0px !important;
  }

  .desc-price {
    flex-direction: column;
  }

  .detail-product-image {
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sheet-sticky {
    position: relative;
    top: 20%;
    max-width: 784px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
  }
  .sheet-sticky .text-lg {
    font-size: 16px;
  }

  @-webkit-keyframes slideUp {
    from {
      transform: translate(0%, 20%);
      opacity: 0;
    }
    to {
      transform: translate(0%, 0%);
      opacity: 1;
    }
  }
  @keyframes slideUp {
    from {
      transform: translate(0%, 20%);
      opacity: 0;
    }
    to {
      transform: translate(0%, 0%);
      opacity: 1;
    }
  }
  .gallery {
    margin-top: 30px;
  }

  /* YOGIE NAMBAH */
  .wrapper360:before {
    z-index: 0;
    left: -40px;
    background-size: 20%;
  }
}
@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  .sm\:container {
    max-width: 640px;
  }
}
@media (min-width: 640px) and (min-width: 768px) {
  .sm\:container {
    max-width: 768px;
  }
}
@media (min-width: 640px) and (min-width: 1024px) {
  .sm\:container {
    max-width: 1024px;
  }
}
@media (min-width: 640px) and (min-width: 1280px) {
  .sm\:container {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 640px) {
  .md\:container {
    max-width: 640px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .md\:container {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .md\:container {
    max-width: 1024px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .md\:container {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 640px) {
  .lg\:container {
    max-width: 640px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .lg\:container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .lg\:container {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .lg\:container {
    max-width: 1280px;
  }
}
@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 640px) {
  .xl\:container {
    max-width: 640px;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .xl\:container {
    max-width: 768px;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  .xl\:container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .xl\:container {
    max-width: 1280px;
  }
}
.custom-select {
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
}
.custom-select select {
  display: none;
}
.custom-select label {
  font-size: 12px;
}
.custom-select .select-selected {
  position: relative;
  border-bottom: 1px solid #0c0c0c;
  padding: 12px 16px;
  padding-left: 0;
}
.form-group .custom-select .select-selected {
  border-bottom-color: #b9b9b9;
  font-size: 100%;
}
.custom-select .select-selected:after {
  position: absolute;
  content: "";
  right: 10px;
  background-image: url("../svg/chevronDown.svg");
  width: 11px;
  height: 6px;
  top: 50%;
}
.custom-select .select-selected.select-arrow-active:after {
  transform: rotate(-180deg);
}
.custom-select .select-items div {
  padding: 8px 16px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  user-select: none;
}
.custom-select .select-items div:last-child {
  border-bottom: 0;
}
.custom-select .select-items {
  position: absolute;
  border: 1px solid #ccc;
  border-top-width: 0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
}
.custom-select .select-hide {
  display: none;
}
.custom-select .select-items div:hover,
.custom-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.card-wrapper {
  margin-top: 20px;
}

.card {
  position: relative;
  border-radius: 2px;
  margin-bottom: 20px;
  max-height: 200px;
  overflow: hidden;
}
@media (min-width: 768px) {
  [data-type="talk"].card-wrapper, [data-type="book"].card-wrapper{
    display: block;
    width: 100%;
    position: inherit;
    margin: 40px auto 20px;
    text-align: center;
    min-height: inherit;
  }
  [data-type="talk"] .card, [data-type="book"] .card {
    width: 250px;
    height: 390px;
    display: inline-block;
    clear: inherit !important;
    max-height: none;
    margin-right: 30px;
    border-radius: 3px;
  }
  [data-type="talk"] .card:nth-child(3n), [data-type="book"] .card:nth-child(3n){
    margin-right: 0px;
  }
}
.card__img {
  float: left;
  width: 30%;
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .card__img {
    width: 250px;
    height: 250px;
    position: relative;
    padding-top: 0px;
  }
}
.card__img img {
  width: 100%;
  height: auto;
  max-width: none;
  position: absolute;
}
.card__content {
  float: right;
  width: 70%;
  color: #0c0c0c;
  font-size: 12px;
}
@media (min-width: 768px) {
  [data-type="talk"] .card__content, [data-type="book"] .card__content{
    width: 100%;
    text-align: left;
  }
}
.card__content .text {
  color: rgba(12, 12, 12, 0.6);
}
.card__content .tel {
  padding-bottom: 5px;
}
.card__content-in {
  padding: 12px;
}
.card.card-detail {
  box-shadow: none;
}
.card.card-detail .card__content-in {
  padding: 0 12px;
}
@media (min-width: 768px) {
  .card.card-detail .card__content-in h2.fz-16{
    font-size: 26px;
  }
  .card .card__content .card__content-in h2.fz-16, .card.card-detail .card__content-in p.text{
    font-size: 20px;
  }
  .card.card-detail .card__content-in span{
    font-size: 18px;
  }
  .card .card__content .card__content-in p.text{
    font-size: 14px;
    line-height: 22px;
    width: 170px;
  }
}

.card-contact {
  display: flex;
  padding: 16px;
  display: block;
  margin: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.card-contact__avatar {
  width: 60px;
  height: 60px;
  border: 1px solid #979797;
  display: block;
  border-radius: 40px;
  margin: auto;
}
.card-contact__content {
  flex: 1;
}
.contact-list {
  margin: 0;
  padding: 0;
}
.contact-list .square-layout {
  width: 48%;
  float: left;
  border: 1px solid #3d3d3d;
  height: 155px;
}
.contact-list .square-layout:nth-child(odd) {
  margin-right: 4%;
}
@media (min-width: 768px) {
  .contact-list{
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
  }
  .contact-list .square-layout {
    width: calc(100%/5);
    height: 190px;
    margin: 1% auto;
    display: inline-block;
    float: none;
    position: relative;
  }
  .contact-list .square-layout:nth-child(odd),.contact-list .square-layout:nth-child(even) {
    margin-right: 2%;
  }
  .contact-list .square-layout:nth-child(4) {
    margin-right: auto;
  }
  .contact-list .square-layout a.card-contact{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.card-leasing {
  border-radius: 4px;
}
.card-leasing__header {
  padding: 16px;
}
.card-leasing__body {
  border-top: 1px solid #ccc;
  padding: 32px 16px;
}
.card-leasing__footer {
  padding: 16px;
  background: #0c0c0c;
  color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-car {
  border: 1px solid #B9B9B9;
  position: relative;
  background-image: radial-gradient(50% 100%, rgba(204, 204, 204, 0.28) 50%, rgba(16, 23, 47, 0) 100%);
  min-height: 100px;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card-car {
    min-height: 150px;
  }
}

.card-car__img {
  width: 70%;
  position: absolute;
  top: 55%;
  transform: translateY(-53%);
  right: -100%;
  transition-delay: 0.4s;
}
.doc-ready .card-car__img {
  right: -10%;
}
.card-car__title {
  position: relative;
}
.card-car__title::after {
  background: #000000;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 1px;
}

.button {
  width: 70px;
  height: 30px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(114deg, #c3c3c3 3%, #515151 61%);
  border-image-slice: 1;
  background-image: linear-gradient(113deg, #505050, #000000 99%);
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn {
  background: #0c0c0c;
  border: 1px solid #0c0c0c;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  padding: 12px 12px;
}
.btn.btn-outline {
  background: transparent;
  border: 1px solid #fff;
  padding: 0 8px;
  height: 34px;
}
.btn.btn-cancel {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  margin-top: 10px;
  background: none;
}
.btn.btn-gradient {
  line-height: 25px;
  border-width: 0;
  background-color: #000000;
  background-image: linear-gradient(133deg, #505050 0%, #000000 100%);
}
.btn.btn-full {
  display: block;
  width: 100%;
}

.icon.icon-back {
  background-image: url("../svg/back.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.icon.icon-arrow-down {
  background-image: url("../svg/chevronDown.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 11px;
  height: 6px;
}
.icon__close-x {
  background-image: url("../svg/close-x.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 16px;
}
.icon__location {
  background-image: url("../svg/location.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 26px;
}
.icon__wa {
  background-image: url("../img/icon-wa.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  background-size: cover;
}

.btn-download {
  display: block;
  border: 1px solid #BABABA;
  border-radius: 4px;
  position: relative;
  text-align: left;
}
.btn-download__icon {
  position: absolute;
  background-image: url("../svg/download.svg");
  width: 18px;
  height: 18px;
  top: 50%;
  margin-left: 16px;
  transform: translateY(-50%);
}
.btn-download__text {
  padding: 16px;
  margin-left: 52px;
  display: block;
  border-left: 1px solid #BABABA;
}

.input-error {
  display: none;
  color: #ff0000;
}

.form-group {
  margin-bottom: 28px;
  position: relative;
}
.form-group.has-outline {
  border: 1px solid #ababab;
}
.form-group label {
  font-size: 12px;
}

.form-control {
  width: 100%;
  border-radius: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  padding-left: 0;
  border-bottom: 1px solid #b9b9b9;
  padding: 16px 18px;
  background-color: transparent;
  padding-left: 0;
  color: #1a1a1a;
}
.form-control::placeholder {
  color: #1a1a1a;
  opacity: 1;
}
.form-control.with-space {
  padding-left: 16px;
}
.form-control.has-value, .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-control.has-value + .input-label, .form-control:focus + .input-label {
  transform: translateY(-8px);
  font-size: 12px;
  opacity: 1;
}
.form-control:focus {
  border-bottom: 1px solid #868686;
}

.input-label {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(15px);
  font-size: 18px;
  pointer-events: none;
  color: #1a1a1a;
  opacity: 0.6;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox .label-text {
  position: relative;
  top: 8px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox input:focus {
  outline: 0;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #979797;
}
.checkmark.error {
  top: 14px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #1a1a1a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-group .custom-checkbox {
  font-size: 14px;
}
.breadcrumb {
    border-bottom: 1px solid #cccccc;
}
.navbar {
  border-bottom: 1px solid #3d3d3d;
  background-color: #fff;
  position: static;
  width: 100%;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .navbar {
    position: fixed;
    top: 0;
    z-index: 456;
  }
}
.navbar__logo {
  text-align: center;
  border-bottom: 1px solid #3d3d3d;
}
@media (min-width: 768px) {
  .navbar__logo {
    float: left;
    border-bottom-width: 0;
    border-right: 1px solid #3d3d3d;
  }
}
.navbar__logo img {
  display: inline-block;
  max-width: 130px;
}
.navbar__logo .site-logo__white {
  display: none;
}
.navbar__content {
  font-size: 16px;
}
@media (min-width: 768px) {
  .navbar__content {
    background: transparent;
  }
}
@media (min-width: 768px) {
  .navbar.navbar-transparent {
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.6);
  }
  .navbar.navbar-transparent .site-logo__black {
    display: none;
  }
  .navbar.navbar-transparent .site-logo__white {
    display: inline-block;
  }
  .navbar.navbar-transparent .navbar__logo {
    border-bottom-color: rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }
  .navbar.navbar-transparent .navbar__content {
    border-bottom-color: rgba(255, 255, 255, 0.6);
    background: transparent;
  }
}

.steps {
  height: 4px;
  overflow: hidden;
}
.steps__line {
  width: 49.5%;
  height: 4px;
  background-color: #c8c8c8;
  position: relative;
}
.steps__in {
  left: 0;
  background-color: #666;
  position: absolute;
  height: 4px;
  width: 0%;
}
.steps__in.full {
  width: 100%;
}

.step-line {
  animation-name: step-line;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

.welcome-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .welcome-bar {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

.video-info {
  z-index: 1;
  background-color: transparent;
}
@media (min-width: 768px) {
  .video-info {
    width: 50%;
    float: left;
    background-image: url("../img/background/pattern-desktop.png");
    background-position: bottom right;
    background-repeat: repeat-x;
  }
}

.video-content {
  overflow: hidden;
  width: 100%;
  background: url("../img/background/video.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.video-content video {
  width: 100%;
}
@media (min-width: 768px) {
  .video-content {
    width: 50%;
    float: left;
    left: 50%;
    background: url(../img/background/video_desktop.jpg) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.popup {
  background-color: #fff;
  z-index: 50;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.popup.popup-black {
  background-color: rgba(11, 6, 6, 0.7);
}
.popup.popup-black .popup__content {
  background-color: #fff;
}
.popup__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup__close {
  height: 40px;
  width: 40px;
  background-color: #161616;
  float: right;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.popup__content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .popup__content {
    max-width: 400px;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
}

.icon.icon-back {
  background-image: url("../svg/back.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.icon.icon-arrow-down {
  background-image: url("../svg/chevronDown.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 11px;
  height: 6px;
}
.icon__close-x {
  background-image: url("../svg/close-x.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 16px;
}
.icon__location {
  background-image: url("../svg/location.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 26px;
}
.icon__wa {
  background-image: url("../img/icon-wa.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  background-size: cover;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-detail-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .swiper-detail-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1180px;
  }
}
@media (min-width: 768px) {
  .swiper-detail-wrapper .swiper-button-next,
.swiper-detail-wrapper .swiper-button-prev {
    text-align: left;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    height: 50px;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    right: -25px;
  }
  .swiper-detail-wrapper .swiper-button-next:after,
.swiper-detail-wrapper .swiper-button-prev:after {
    display: none;
  }
}
.swiper-detail-wrapper .swiper-button-next:focus,
.swiper-detail-wrapper .swiper-button-prev:focus {
  outline: none;
  box-shadow: none;
}
.swiper-detail-wrapper .swiper-button-next:hover,
.swiper-detail-wrapper .swiper-button-prev:hover {
  background-color: black;
}
.swiper-detail-wrapper .swiper-button-prev {
  background-image: url("../svg/arrow-left-white.svg");
}
@media (min-width: 768px) {
  .swiper-detail-wrapper .swiper-button-next {
    background-image: url("../svg/arrow-right-white.svg");
    left: auto;
    right: 0;
    text-indent: -9999px;
  }
}

.swiper-container-detail .swiper-slide {
  width: 80%;
}

.swiper-landing-wrapper {
  padding-top: 1px;
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .swiper-landing-wrapper {
    padding-bottom: 60px;
  }
}
.swiper-landing-wrapper .swiper-landing-gutter {
  position: relative;
}
@media (min-width: 768px) {
  .swiper-landing-wrapper .swiper-landing-gutter {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1180px;
    width: auto;
    position: relative;
  }
}
@media (min-width: 768px) {
  .swiper-landing-wrapper .swiper-landing-gutter .swiper-button-next,
.swiper-landing-wrapper .swiper-landing-gutter .swiper-button-prev {
    text-align: left;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    height: 50px;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    right: -25px;
  }
  .swiper-landing-wrapper .swiper-landing-gutter .swiper-button-next:after,
.swiper-landing-wrapper .swiper-landing-gutter .swiper-button-prev:after {
    display: none;
  }
}
.swiper-landing-wrapper .swiper-landing-gutter .swiper-button-next:focus,
.swiper-landing-wrapper .swiper-landing-gutter .swiper-button-prev:focus {
  outline: none;
  box-shadow: none;
}
.swiper-landing-wrapper .swiper-landing-gutter .swiper-button-next:hover,
.swiper-landing-wrapper .swiper-landing-gutter .swiper-button-prev:hover {
  background-color: black;
}
.swiper-landing-wrapper .swiper-landing-gutter .swiper-button-prev {
  background-image: url("../svg/arrow-left-white.svg");
}
@media (min-width: 768px) {
  .swiper-landing-wrapper .swiper-landing-gutter .swiper-button-next {
    background-image: url("../svg/arrow-right-white.svg");
    left: auto;
    right: 0;
    text-indent: -9999px;
  }
}
.swiper-landing-wrapper:after, .swiper-landing-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .swiper-landing-wrapper:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .swiper-landing-wrapper:after {
    border-radius: 100%;
    position: absolute;
    content: "";
    width: 100%;
    height: 64px;
    background-color: transparent;
    bottom: 64px;
    top: auto;
    box-shadow: 2px 40px 20px rgba(0, 0, 0, 0.7);
    display: none;
  }
}
.swiper-landing-wrapper .section-title {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .swiper-landing-wrapper .section-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .swiper-landing-wrapper .section-title {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.swiper-landing {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .swiper-landing {
    height: 340px;
    padding-bottom: 30px;
    padding-top: 0;
  }
}
.swiper-landing .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}
@media (min-width: 768px) {
  .swiper-landing .swiper-slide {
    height: 340px;
    overflow: hidden;
  }
}
.swiper-landing .swiper-slide .swiper-content {
  position: relative;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .swiper-landing .swiper-slide .swiper-content {
    height: 340px;
  }
}
.swiper-landing .swiper-slide .swiper-content .only-desktop {
  display: none;
}
@media (min-width: 768px) {
  .swiper-landing .swiper-slide .swiper-content .only-desktop {
    display: block;
    max-width: none;
    height: 100%;
  }
}
.swiper-landing .swiper-slide.selected .swiper-content {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .swiper-landing .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
.swiper-landing .swiper-slide.swiper-slide-active .swiper-content {
  opacity: 1;
}
.swiper-landing .swiper-slide .slider-info h2 {
  opacity: 0;
  font-size: 32px;
  transition-delay: 0.1s;
  transform: translateY(30px) translateX(0);
}
.swiper-landing .swiper-slide .slider-info p {
  font-size: 16px;
}
.swiper-landing .swiper-slide .slider-info p,
.swiper-landing .swiper-slide .slider-info button {
  opacity: 0;
  transition-delay: 0.3s;
  transform: translateY(30px) translateX(0);
}
.swiper-landing .swiper-slide .slider-info button {
  transition-delay: 0.5s;
}
@media (min-width: 768px) {
  .swiper-landing .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .swiper-landing .swiper-slide.swiper-slide-prev {
    opacity: 1;
  }
}
.swiper-landing .swiper-slide.swiper-slide-active .slider-info h2 {
  opacity: 1;
  transform: translateY(0px) translateX(0px);
}
.swiper-landing .swiper-slide.swiper-slide-active .slider-info p,
.swiper-landing .swiper-slide.swiper-slide-active .slider-info button {
  opacity: 1;
  transform: translateY(0px) translateX(0px);
}

@media (min-width: 768px) {
  .swiper-mini-wrapper {
    overflow-x: hidden;
    opacity: 1;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1180px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    top: -170px;
    margin-bottom: -170px;
  }
}
.swiper-mini-wrapper.swiper-mini-wrapper-bottom {
  top: auto;
  margin-bottom: 0;
}

.swiper-mini {
  border-bottom: 1px solid #cecece;
  //height: 62px;
}
@media (min-width: 768px) {
  .swiper-mini {
    padding-right: 32px;
    padding-left: 32px;
    height: 170px;
    padding-top: 30px;
  }
}
.swiper-mini .swiper-slide-next,
.swiper-mini .swiper-slide-prev {
  pointer-events: initial;
}
@media (min-width: 768px) {
  .swiper-mini .swiper-button-next,
.swiper-mini .swiper-button-prev {
    text-align: left;
    width: 32px;
    background-color: #000000;
    height: 140px;
    top: 0;
    margin-top: 30px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiper-mini .swiper-button-next:after,
.swiper-mini .swiper-button-prev:after {
    display: none;
  }
}
.swiper-mini .swiper-button-prev {
  background-image: url("../svg/arrow-left-white.svg");
}
@media (min-width: 768px) {
  .swiper-mini .swiper-button-next {
    background-image: url("../svg/arrow-right-white.svg");
    left: auto;
    right: 0;
    text-indent: -9999px;
  }
}
.swiper-mini .swiper-content {
  border-right: 1px solid #cecece;
  position: relative;
}
@media (min-width: 768px) {
  .swiper-mini .swiper-content {
    background-color: #fff;
    height: 170px;
    overflow: hidden;
    top: 0;
    cursor: pointer;
  }
}
.swiper-mini .swiper-content img {
  display: block;
}
@media (min-width: 768px) {
  .swiper-mini .swiper-content img {
    position: relative;
    top: 50%;
    transform: translateY(-60%);
  }
}
.swiper-mini .swiper-slide {
  //background-color: #cecece;
}
@media (min-width: 768px) {
  .swiper-mini .swiper-slide {
    height: 110px;
  }
}
@media (min-width: 768px) {
  .swiper-mini .swiper-slide:hover .swiper-content {
    top: -30px;
  }
}
.swiper-mini .mini-info {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (min-width: 768px) {
  .swiper-mini .mini-info {
    top: 20px;
    font-size: 22px;
  }
}

.slider-info {
  color: #fff;
  position: absolute;
  bottom: 26px;
  left: 26px;
  //right: 26px;
  text-align: left;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.slider-info-top {
  color: #fff;
  position: absolute;
  top: 26px;
  left: 26px;
  text-align: left;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.garis-title:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: -10px;
    top: 0;
    bottom: 0;
    border: 1px solid ;
    border-width: 0 0 0 1px;
    margin-right: 10px;
}

.slider-ribbon {
  position: absolute;
  background-image: url("../img/ribbon-exc.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  background-size: cover;
  top: 0;
  right: 0;
}

.slider-ribbon-mini {
  position: absolute;
  background-image: url("../img/ribbon-exc-mini.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .slider-ribbon-mini {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
}

.swiper-banner {
  width: 100%;
  //height: 400px;
  height: 100%
}
@media (min-width: 768px) {
  .swiper-banner {
    height: 100vh;
    margin-top: -43px;
  }
}
.swiper-banner .swiper-content {
  width: 100%;
}
@media (min-width: 768px) {
  .swiper-banner .swiper-content {
    position: relative;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .swiper-banner .swiper-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.swiper-banner img {
  width: 100%;
}
@media (min-width: 768px) {
  .swiper-banner .swiper-slide .slider-info {
    max-width: 1180px;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: 170px;
  }
  .swiper-banner .swiper-slide .slider-info-top {
    max-width: 1180px;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    right: 0;
    left: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .swiper-banner .swiper-slide .top-30{
    top: 70px !important;
  }
  .swiper-banner .swiper-slide .swiper-content .slider-info-top h2.fz-36{
    font-size: 60px !important;
  }
  .swiper-banner .swiper-slide .swiper-content .slider-info-top p{
    font-size: 24px;
  }
}
.swiper-banner .swiper-slide .slider-info h2 {
  opacity: 0;
  transition-delay: 0.1s;
  transform: translateY(30px) translateX(0);
}
@media (min-width: 768px) {
  .swiper-banner .swiper-slide .slider-info h2 {
    font-size: 56px;
    font-weight: 400;
  }
}
.swiper-banner .swiper-slide .slider-info p {
  opacity: 0;
  transition-delay: 0.3s;
  transform: translateY(30px) translateX(0);
}
@media (min-width: 768px) {
  .swiper-banner .swiper-slide .slider-info p {
    font-size: 32px;
    font-weight: 300;
  }
}
.swiper-banner .swiper-slide.swiper-slide-next .slider-info h2 {
  opacity: 1;
  transform: translateY(-30px) translateX(0);
}
.swiper-banner .swiper-slide.swiper-slide-next .slider-info p {
  opacity: 1;
  transform: translateY(-30px) translateX(0);
}
.swiper-banner .swiper-slide.swiper-slide-prev .slider-info h2 {
  opacity: 1;
  transform: translateY(-30px) translateX(0);
}
.swiper-banner .swiper-slide.swiper-slide-prev .slider-info p {
  opacity: 1;
  transform: translateY(-30px) translateX(0);
}
.swiper-banner .swiper-slide.swiper-slide-active .slider-info h2 {
  opacity: 1;
  transform: translateY(0px) translateX(0px);
}
.swiper-banner .swiper-slide.swiper-slide-active .slider-info p {
  opacity: 1;
  transform: translateY(0px) translateX(0px);
}
@media (min-width: 768px) {
  .swiper-banner .swiper-pagination {
    z-index: 9999;
  }
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  position: relative;
  width: 16px;
  height: 16px;
  opacity: 0.4;
  border: 1px solid #ffffff;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet:after {
  opacity: 0;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.8;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 0.8;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.swiper-banner .swiper-pagination.swiper-pagination-bullets {
  text-align: right;
  right: 20px;
  bottom: 23px;
  width: auto;
}
@media (min-width: 768px) {
  .swiper-banner .swiper-pagination.swiper-pagination-bullets {
    max-width: 1180px;
    bottom: 170px;
    right: 20px;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

.detail-product__title {
  position: absolute;
  left: 0;
}

.detail-product__date {
  margin-bottom: 20px;
}

.footer-content {
  background-color: #191919;
  color: #fff;
  padding-bottom: 70px;
}
.img-footer{
  width: 50%;
  float: left;
}
.img-footer img{
  height: 18px !important;
}
.footer-content:after {
  content: "";
  height: 85px;
  width: 85px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("/assets/img/offers.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.footer-content.no-after:after, .footer-content.no-ribbon:after {
  display: none;
}
.footer-content.no-after:after{
  content:none;
}

.footer-leasing {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .store-footer-desktop{
    position: fixed;
    width: 100%;
    bottom: 0;
  }
}

.banner {
  position: relative;
  padding-top: 70px;
}
@media (min-width: 768px) {
  .banner {
    padding-top: 0;
  }
}
.banner__info {
  padding: 15px;
}
@media (min-width: 768px) {
  .banner__info {
    width: 30%;
    float: left;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .banner__info-in {
    width: 300px;
    float: right;
  }
}
.banner__info-content {
  position: absolute;
  top: 0;
  width: 90%;
}
@media (min-width: 768px) {
  .banner__info-content {
    position: static;
  }
}
@media (min-width: 768px) {
  .banner__360 {
    width: 70%;
    float: right;
  }
}
.banner:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
  height: 40px;
  pointer-events: none;
}

.car-colors-wrapper .car-colors {
  padding: 0;
}

/* .cloudimage-inner-box > canvas + div {
  visibility: hidden;
} */
.wrapper360 {
  background-image: url("/assets/img/background-360.png");
  background-size: calc(100vw + 30px);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .wrapper360 {
    flex-grow: 1;
    background-image: url("/assets/img/background-360-desktop.jpg");
    background-position: bottom center;
    background-size: 100% auto;
    padding: 0px 7% 7% 4%;
    border-left: 1px solid #ccc;
  }
}
.wrapper360:after {
  content: "360\00B0";
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  top: 10px;
  pointer-events: none;
}

.car-colors {
  text-align: center;
}
.car-colors li {
  display: inline-block;
}
.car-colors li span {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  border: solid 1px #b4b4b4;
}
.car-colors li button {
  width: 50px;
  height: 50px;
  display: inline-flex;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0);
  align-items: center;
  justify-content: center;
}
.car-colors li button.active {
  border: solid 1px rgba(0, 0, 0, 0.5);
}

.descriptions {
  border: 1px solid #cccccc;
}
.descriptions > div {
  border-bottom: 1px solid #cccccc;
  padding: 10px 15px;
}
.descriptions > div:last-child {
  border-bottom: 0px;
}

.list-type li {
  width: auto;
  padding-left: 15px;
}
.list-type li:first-child {
  padding-left: 0px;
  width: 110px;
}
.list-type li a.active {
  font-size: 24px;
  font-weight: 400;
  position: relative;
}
.list-type li a.active:after {
  content: "";
  width: 24px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  background-color: #000;
  left: 0px;
  top: 100%;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .list-type {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .list-type li:first-child {
    width: 200px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .list-type li {
    padding-left: 0px;
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .list-type li a {
    font-size: 24px;
  }
}

.cloudimage-360 .cloudimage-360-prev,
.cloudimage-360 .cloudimage-360-next {
  padding: 25px;
  border: none;
  outline: none;
}
.cloudimage-360 .cloudimage-360-prev {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  margin-top: -10%;
  left: 10%;
}
.cloudimage-360 .cloudimage-360-next {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  margin-top: -10%;
  right: 10%;
}

.banner-detail {
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .banner-detail {
    padding-bottom: 0;
  }
}
.banner-detail .container {
  position: relative;
}
.banner-detail__model {
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .banner-detail__wrap {
    display: flex;
    flex-direction: row-reverse;
  }
}
.banner-detail__img {
  position: relative;
  top: 30px;
}
@media (min-width: 768px) {
  .banner-detail__img {
    flex: 1;
    top: 0px;
  }
}
.banner-detail__content {
  position: relative;
}
@media (min-width: 768px) {
  .banner-detail__content {
    width: 34%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.banner-detail__content .detail-product-description {
  width: 100%;
  margin-top: 20px;
}
.banner-detail:before {
  content: "";
  position: absolute;
  background-image: url("/assets/img/leasing-background.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
}
.banner-detail:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
  height: 40px;
  pointer-events: none;
}
.banner-detail .desc-price {
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .banner-detail .desc-price {
    display: block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .banner-detail .text-tiny {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .banner-detail .text-lg {
    font-size: 30px;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(10px * 2);
    padding: calc(var(--plyr-control-spacing,10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(10px * -4));
  transform: translateY(calc(var(--plyr-control-spacing,10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: calc(10px / 4);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(10px / 4);
  padding-left: calc(var(--plyr-control-spacing,10px)/ 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(10px / 2);
  padding: 0 calc(var(--plyr-control-spacing,10px)/ 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(((18px / 2) + calc(10px * .7)) - (4px / 2));
  right: calc(((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(10px * .7)/ 1.5);
  padding-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  padding-left: calc(calc(10px * .7) * 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-right: calc(calc(10px * .7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-top: calc(calc(10px * .7)/ 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(10px * .7) * 4);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((calc(10px * .7) * 1.5) - 4px);
  right: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(10px * .7);
  margin: calc(var(--plyr-control-spacing,10px) * .7);
  margin-bottom: calc(calc(10px * .7)/ 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  padding-left: calc(calc(10px * .7) * 4);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);
  position: relative;
  width: calc(100% - (calc(10px * .7) * 2));
  width: calc(100% - (calc(var(--plyr-control-spacing,10px) * .7) * 2));
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((calc(10px * .7) * 1.5) - 4px);
  left: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
}

.plyr__menu__container .plyr__control--back::before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(10px * .7)/ 2);
  margin-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(10px * .7);
  padding-left: calc(var(--plyr-control-spacing,10px) * .7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(10px * .7) - 2) * -1);
  margin-right: calc((calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(10px * .7) * 3.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: calc(13px * 2);
  border-radius: calc(var(--plyr-range-thumb-height,13px) * 2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: calc((3px * 2) + 13px);
  height: calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  margin-top: calc(((13px - 5px)/ 2) * -1);
  margin-top: calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: calc(768px - 1)) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
  padding: calc(var(--plyr-control-spacing,10px)/ 2) calc(calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((18px / 2) + calc(10px * .7));
  left: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((18px / 2) + calc(10px * .7));
  right: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(13px * .5);
  left: calc(var(--plyr-range-thumb-height,13px) * .5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(13px * -.5);
  margin-left: calc(var(--plyr-range-thumb-height,13px) * -.5);
  margin-right: calc(13px * -.5);
  margin-right: calc(var(--plyr-range-thumb-height,13px) * -.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height,13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((5px / 2) * -1);
  margin-top: calc((var(--plyr-range-track-height,5px)/ 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: calc(10px / 2);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 2);
  margin-right: calc(10px / 2);
  margin-right: calc(var(--plyr-control-spacing,10px)/ 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(10px / 2);
  padding: calc(var(--plyr-control-spacing,10px)/ 2);
  padding-top: calc(10px * 2);
  padding-top: calc(var(--plyr-control-spacing,10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(10px * 3.5);
    padding-top: calc(var(--plyr-control-spacing,10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(10px * 1.5);
  padding: calc(var(--plyr-control-spacing,10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.plyr__video-wrapper,
.plyr--video {
  background: #fff;
}

@font-face {
  font-family: "pignose-calendar-icon";
  src: url("../fonts/pignose.calendar.eot?gpa4vl");
  src: url("../fonts/pignose.calendar.eot?gpa4vl#iefix") format("embedded-opentype"), url("../fonts/pignose.calendar.ttf?gpa4vl") format("truetype"), url("../fonts/pignose.calendar.woff?gpa4vl") format("woff"), url("../fonts/pignose.calendar.svg?gpa4vl#pignose.calendar") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pignose-calendar .icon-arrow-left,
.pignose-calendar .icon-arrow-right {
  font-family: "pignose-calendar-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.pignose-calendar .icon-arrow-left:before {
  content: "";
}
.pignose-calendar .icon-arrow-right:before {
  content: "";
}

.pignose-calendar-wrapper {
  display: none;
  position: fixed;
  width: 80%;
  max-width: 360px;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  z-index: 50001;
  overflow: hidden;
  box-shadow: 0 4px 16px black;
  transform: translate3d(0, 160px, 0);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.5s ease-out;
}
.pignose-calendar-wrapper.pignose-calendar-wrapper-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.pignose-calendar-wrapper .pignose-calendar {
  max-width: auto;
  width: 100%;
  border: none;
}
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group {
  border-top: 1px solid #5a4545;
  overflow: hidden;
}
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button {
  width: 100%;
  display: block;
  float: left;
  height: 3.2em;
  text-align: center;
  line-height: 3.2em;
  color: #333333;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button:hover {
  background-color: #efefef;
}
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply {
  color: #ffffff;
  background-color: #1A1A1A;
}
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply:hover {
  background-color: #343434;
}

.pignose-calendar-wrapper-overlay {
  background-color: #000000;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 50000;
}
.pignose-calendar-wrapper-overlay.pignose-calendar-wrapper-overlay-active {
  opacity: 0.7;
}

.pignose-calendar {
  width: 80%;
  max-width: 360px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  font-size: 100%;
  margin: 0 auto;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}
.pignose-calendar .pignose-calendar-button-group {
  padding: 10px;
  overflow: hidden;
}
.pignose-calendar .pignose-calendar-button-group .pignose-calendar-button {
  width: 100%;
  display: block;
  float: left;
  height: 3.2em;
  text-align: center;
  line-height: 3.2em;
  color: #333333;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}
.pignose-calendar .pignose-calendar-button-group .pignose-calendar-button:hover {
  background-color: #efefef;
}
.pignose-calendar .pignose-calendar-button-group .pignose-calendar-button.pignose-calendar-button-cancel {
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
  margin-top: 10px;
}
.pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply {
  color: #ffffff;
  background-color: #1A1A1A;
}
.pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply:hover {
  background-color: #343434;
}
.pignose-calendar .pignose-calendar-top {
  padding: 2.6em 0;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  overflow: hidden;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.8em 0;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year,
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
  text-align: center;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
  margin-bottom: 0.4em;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  position: relative;
  z-index: 5;
  text-decoration: none;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
  display: inline-block;
  color: #777777;
  font-size: 115%;
  font-weight: 600;
  vertical-align: middle;
  margin-top: -10px;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
  color: #555555;
  font-size: 160%;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
  float: left;
  margin-left: 1.6em;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev .pignose-calendar-top-value {
  margin-left: 0.2em;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
  float: right;
  margin-right: 1.6em;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next .pignose-calendar-top-value {
  margin-right: 0.2em;
}
.pignose-calendar .pignose-calendar-header {
  padding: 0 1.2em;
  margin-top: 1.2em;
  font-weight: 600;
  overflow: hidden;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
  float: left;
  width: 14.28%;
  height: 2.8em;
  text-align: center;
  line-height: 2.8em;
  box-sizing: border-box;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun, .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat {
  color: #1A1A1A;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week:last-child {
  width: 14.32%;
}
.pignose-calendar .pignose-calendar-body {
  padding: 1.2em;
}
.pignose-calendar .pignose-calendar-body .pignose-calendar-row {
  overflow: hidden;
}
.pignose-calendar .pignose-calendar-unit {
  float: left;
  display: block;
  height: 3.8em;
  width: 14.28%;
  text-align: center;
  line-height: 2.8em;
  box-sizing: border-box;
}
.pignose-calendar .pignose-calendar-unit:last-child {
  width: 14.32%;
}
.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container {
  line-height: 0.5em;
}
.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin {
  display: inline-block;
  background-color: #777777;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-right: 0.2em;
}
.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin:last-child {
  margin-right: 0;
}
.pignose-calendar .pignose-calendar-unit a {
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  color: #343434;
  line-height: 2.6em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.pignose-calendar .pignose-calendar-unit a:active {
  background-color: #d8d8d8;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
  opacity: 0.5;
  background-color: #efefef;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
  background-color: #1A1A1A;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sun a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sat a {
  color: #ffffff;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range a {
  background-color: #efefef;
  border-radius: 0;
  width: 100%;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
  color: #b2b9bb;
  background-color: #e1e1e1;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-first a {
  border-top-left-radius: 1.2em;
  border-bottom-left-radius: 1.2em;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-last a {
  border-top-right-radius: 1.2em;
  border-bottom-right-radius: 1.2em;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sat a {
  color: #1A1A1A;
}

/**
 * The MIT License (MIT)
 *
 * Copyright (c) 2015 BG Stock - html5backgroundvideos.com
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.js .jquery-background-video.is-visible {
  opacity: 1;
}

/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0 !important;
  cursor: pointer;
  outline: none !important;
}

.jquery-background-video-pauseplay span {
  display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 5px solid #fff;
}

.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}

.divide-x > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(1px * var(--divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
}

.divide-gray-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--divide-opacity));
}

.more-gallery {
  top: 42px;
  display: none;
}

.gallery-scroll {
  height: calc(100vh - 148px);
}
.gallery-scroll > div {
  min-height: 150px;
}

body.modal-gallery {
  overflow: hidden;
}
body.modal-gallery .more-gallery {
  display: block;
}

.swiper-slide-prev,
.swiper-slide-next {
  pointer-events: none;
}

#spotlight .header .page {
  display: none;
}

#spotlight .close,
#spotlight .zoom-out,
#spotlight .zoom-in {
  background-color: #161616;
  height: 56px !important;
  width: 56px !important;
  background-position: center center !important;
}

#spotlight {
  z-index: 20 !important;
}
#spotlight .close {
  top: 55px;
  right: 15px;
  position: fixed;
  background-image: url(/assets/img/close-white.png) !important;
  background-size: 20px;
  opacity: 1 !important;
}
#spotlight .zoom-out,
#spotlight .zoom-in {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-size: 20px;
  background-image: url(/assets/img/zoomOut.png) !important;
  opacity: 1 !important;
}
#spotlight .zoom-in {
  right: 71px;
  background-image: url(/assets/img/zoomIn.png) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#spotlight .zoom-out {
  left: 19%;
}
#spotlight .zoom-in {
  left: 4%;
}
#spotlight .header {
  /* //height: 100% !important; */
  height: 126px !important;
  background-color: none !important;
}
#spotlight .arrow {
  display: none !important;
}

.header-page + div {
  margin-top: 43px;
}

.sticky-button {
  bottom: 90px;
}

.landing .sticky-button {
  bottom: 9.6%;
}

.detail-product {
  background-image: url("/assets/img/detail-background.jpg");
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 100%;
}

body.show-book-button .book-button {
  transform: translate(0px, 0px);
}

body .book-button {
  transform: translate(0px, 80px);
  transition: all 0.2s ease-in-out;
}

.sheet-sticky {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.moveable-area {
  height: 40px;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  cursor: move;
}
.moveable-area:before {
  content: "";
  width: 134px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.list-car > button {
  margin-right: -1px;
  background-color: #fff;
}
.list-car > button img {
  width: 100px;
  max-width: none;
}

button:focus {
  outline: none;
}

.list-car-active {
  transform: scale(1.2);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}

.bottom-sheet {
  display: none;
}

.sheet-sticky {
  transform: translate(0%, 100%);
  transition: transform 0.5s ease-in-out;
}

body.modal-bottom-sheet {
  overflow: hidden;
}

body.modal-bottom-sheet .bottom-sheet {
  display: block;
}

body.modal-bottom-sheet .sheet-sticky {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.cloudimage-inner-box > div {
  z-index: 10 !important;
}

.leasing-wrapper {
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(235deg, #c3c3c3 102%, #515151 79%, #515151 79%);
  height: 50px;
  font-size: 14px;
  border-image-slice: 1;
  background-image: linear-gradient(to right, #ffffff 57%, #000000 100%);
}

.leasing-wrapper-bank {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #cccccc;
}
.leasing-wrapper-bank img {
  width: 60px;
}

.zoom {
  position: fixed;
  z-index: 99999;
  color: #fff;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: visibility 0.25s ease, opacity 0.25s ease;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  contain: layout size paint style;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.fullscreen-img {
  position: absolute;
  height: 0px;
  width: 0px;
  visibility: hidden;
  top: 0;
  left: 0;
}

.viewer-button {
  background-image: url(/assets/img/close-white.png) !important;
  background-color: #161616;
  height: 56px !important;
  width: 56px !important;
  display: block;
  top: 10px;
  right: 10px;
  background-repeat: no-repeat;
  border-radius: 0;
  background-position: center;
  background-size: 40%;
}
.viewer-button:before {
  display: none;
}

.viewer-toolbar ul li {
  display: none;
}
.viewer-toolbar ul li.viewer-zoom-in,
.viewer-toolbar ul li.viewer-zoom-out {
  display: block;
  background-color: #161616;
  height: 56px !important;
  width: 56px !important;
  background-position: center center !important;
  background-repeat: no-repeat;
  border-radius: 0px;
  background-size: 25px;
  position: fixed;
  bottom: 15px;
}
.viewer-toolbar ul li.viewer-zoom-in:before,
.viewer-toolbar ul li.viewer-zoom-out:before {
  display: none;
}
.viewer-toolbar ul li.viewer-zoom-in {
  right: 71px;
  background-image: url(/assets/img/zoomIn.png) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.viewer-toolbar ul li.viewer-zoom-out {
  right: 15px;
  background-size: 20px;
  background-image: url(/assets/img/zoomOut.png) !important;
  opacity: 1 !important;
}
.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

/*# sourceMappingURL=style.css.map */
