@charset "UTF-8";
/**
 * PACKAGE
 *
 * @type pages
 */
/*! 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;
}

/**
 * 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 */
  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 */
}

/**
 * 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;
}

/**
 * MIXIN SIZE
 *
 * @type function
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN BORDER
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN CLAMP
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN FLEX
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN POSITON
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON - inspire of Bourbon: library https://www.bourbon.io/
 */
/**
 * RESET INPUT
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/*
 * MIXIN SCROLLBAR
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN SIZE
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * TRANSFORM
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/**
 * TRANSITION
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/**
 * USER SELECT
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/* @deprecated */
/**
 * BLOCK
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.break {
  clear: both;
  display: block;
}

.x-cross {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.x-hidden {
  overflow-x: hidden !important;
}

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

/**
 * CURSOR
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.wait {
  cursor: wait !important;
}

.is-collapse {
  cursor: pointer;
}

/**
 * IMAGE
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
img.full {
  width: 100%;
}

/**
 * RESET
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.reset-button {
  background: transparent;
  margin: 0;
  border: 0 none;
  padding: 0;
  display: inline-block;
  cursor: pointer;
}

.reset-list, .list-inline, .list-bullet, .list-def {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reset-white {
  font-size: 0;
}

.reset-address {
  font-style: normal;
}

.reset-input {
  border: 0 none;
}

.reset-input:focus {
  outline: 0;
}

.reset-input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

::-webkit-search-decoration {
  display: none;
}

/**
 * TYPE
 *
 * $type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.ellipsis {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.inline {
  display: inline;
}

.is-clickable {
  cursor: pointer;
}

.link-decoration {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.link-decoration:hover {
  text-decoration: none;
}

.unlink,
.unlink-group > a {
  color: inherit;
  text-decoration: none;
}

small,
.small {
  font-size: 80%;
}

.large {
  font-size: 120%;
}

/**
 * DEFAULT VARIABLES
 *
 * $type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/*! GENESIS CATALOG */
/** ----------------------------------------------------------------
 * COLOR
 */
/** ----------------------------------------------------------------
 * TYPE
 */
/** ----------------------------------------------------------------
 * SPACING
 */
/** ----------------------------------------------------------------
 * IMAGE
 */
/** ----------------------------------------------------------------
 * ANIMATION
 */
/** ----------------------------------------------------------------
 * LAYOUT
 */
.debug-enabled .color-generated--0 {
  background-color: #ae361a !important;
  overflow: hidden;
}

.debug-enabled .color-generated--1 {
  background-color: #03a100 !important;
  overflow: hidden;
}

.debug-enabled .color-generated--2 {
  background-color: #333333 !important;
  overflow: hidden;
}

.debug-enabled .color-generated--3 {
  background-color: #b6a60b !important;
  overflow: hidden;
}

/**
 * VARIABLES
 *
 * $type specific
 */
/** ----------------------------------------------------------------
 * DEFAULT OVERRIDE
 */
/*! TUI CATALOG */
/** ----------------------------------------------------------------
 * COMPONENT
 */
/** ----------------------------------------------------------------
 * RESPONSIVE
 */
/**
 * BOOTSTRAP
 *
 * @type specific
 */
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1360px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1324px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1360px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1360px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1360px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1360px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1360px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1360px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/**
 * FONTS
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
@font-face {
  font-family: "tui icons";
  src: url("/tui/assets/fonts/tui-icons.eot?#iefix") format("embedded-opentype"), url("/tui/assets/fonts/tui-icons.woff") format("woff"), url("/tui/assets/fonts/tui-icons.ttf") format("truetype"), url("/tui/assets/fonts/tui-icons.svg#tui icons") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Ambit Regular";
  src: url("/tui/assets/fonts/Ambit-Regular.woff2") format("woff2"), url("/tui/assets/fonts/Ambit-Regular.woff") format("woff"), url("/tui/assets/fonts/Ambit-Regular.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Ambit Bold";
  src: url("/tui/assets/fonts/Ambit-Bold.woff2") format("woff2"), url("/tui/assets/fonts/Ambit-Bold.woff") format("woff"), url("/tui/assets/fonts/Ambit-Bold.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "TUITypeLight Regular";
  src: url("/tui/assets/fonts/TUITypeLt_LATN_W_Rg.eot?#iefix") format("embedded-opentype"), url("/tui/assets/fonts/TUITypeLt_LATN_W_Rg.woff2") format("woff2"), url("/tui/assets/fonts/TUITypeLt_LATN_W_Rg.woff") format("woff"), url("/tui/assets/fonts/TUITypeLt_LATN_W_Rg.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "TUITypeLight Bold";
  src: url("/tui/assets/fonts/TUITypeLt_LATN_W_Bd.eot?#iefix") format("embedded-opentype"), url("/tui/assets/fonts/TUITypeLt_LATN_W_Bd.woff2") format("woff2"), url("/tui/assets/fonts/TUITypeLt_LATN_W_Bd.woff") format("woff"), url("/tui/assets/fonts/TUITypeLt_LATN_W_Bd.ttf") format("truetype");
  font-style: normal;
}

/**
 * FORM
 *
 * $type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
input,
select,
textarea {
  font-family: "TUITypeLight Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

::placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

/**
 * LAYOUT
 *
 * $type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
body {
  font-family: "TUITypeLight Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body.no-scroll-active {
  overflow: hidden;
}

body .wrapper {
  font-family: "TUITypeLight Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  overflow: clip;
}

body.page-serp .main-layout {
  background-color: #f8f8f8;
}

body.page-serp .main-layout .wrap-full-white {
  background-color: #f8f8f8;
}

a {
  text-decoration: none;
}

.main-layout .container {
  background-color: #fff;
}

.main-layout .container-fluid, .main-layout .container-sm, .main-layout .container-md, .main-layout .container-lg, .main-layout .container-xl {
  background-color: transparent;
  position: relative;
}

.main-layout .main-product {
  inline-size: auto;
  flex: 1;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  body.page-serp .main-layout {
    background-color: #fff;
  }
  body.page-serp .main-layout .wrap-full-white {
    background-color: #fff;
  }
  .main-layout .main-product {
    inline-size: calc(100% - 363px);
  }
  .main-layout .aside-product {
    inline-size: 363px;
    margin-inline-start: 15px;
  }
}

/**
 * COLOR
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.primary {
  color: #1b115c;
}

.secondary {
  color: #3567f6;
}

.tertiary {
  color: #d40e14;
}

.unused {
  color: #aaa;
}

.bg-primary {
  background-color: #1b115c;
}

.bg-secondary {
  background-color: #3567f6;
}

.bg-tertiary {
  background-color: #d40e14;
}

/**
 * CURSOR
 *
 * @type tools
 */
/** ----------------------------------------------------------------
 * COMMON
 */
@supports (cursor: pointer) {
  .wait {
    cursor: wait !important;
  }
  .no-drop {
    cursor: no-drop;
  }
  .x-cross,
  .is-collapse,
  .is-clickable,
  .cursor-pointer {
    cursor: pointer;
  }
}

/**
 * HEADING
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
h1, h2, h3,
h4, h5, h6 {
  font-weight: normal;
}

.h1-like {
  font: 700 normal 30.848px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.25;
}

.h2-like {
  font: normal 24px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1b115c;
  text-transform: uppercase;
  margin: 60px 0 30px;
  position: relative;
}

.h3-like {
  font: normal 16px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.136;
  color: #1b115c;
}

.h4-like {
  font: normal 16px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.111;
  text-transform: uppercase;
  color: #1b115c;
  margin: 30px 0 16px;
}

.h5-like {
  font: normal 14px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.h6-like {
  font: 700 normal 14px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/**
 * LIST
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.list-inline > li {
  display: inline-block;
}

.list-bullet > li {
  margin: 2px 0 2px 10px;
  position: relative;
}

.list-bullet > li:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "•";
}

.list-def > dt {
  display: block;
}

.list-def > dd {
  margin: 0;
  display: inline-block;
}

/**
 * SHADOW
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.shadow-box {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

/**
 * TEXT
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.hyphenation {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto !important;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/**
 * SLICK THEME
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * OVERRIDE SLICK
 */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../_core/images/loader/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "tui icons";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: ">";
}

[dir="rtl"] .slick-prev:before {
  content: ">";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: ">";
}

[dir="rtl"] .slick-next:before {
  content: ">";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "tui icons";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #9ea0a6;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #1b115c;
  opacity: 1;
}

/**
 * IMAGE
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-image {
  margin: 0;
}

.elem-image img {
  /*background-color: $orx-bg-image-default; */
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
  display: block;
}

.elem-image .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}

.elem-image .img-overlay.color-overlay-black {
  background-color: rgba(0, 0, 0, 0.4);
}

.elem-image .img-overlay.color-overlay-white {
  background-color: rgba(255, 255, 255, 0.4);
}

/**
 * PRICE
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-price {
  color: #3567f6;
  font-weight: 900;
}

/**
 * LOADER
 *
 * $type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-loader {
  inline-size: 100%;
  block-size: 79px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.elem-loader .loader {
  inline-size: 25px;
  block-size: 25px;
  background: #1b115c;
  border-radius: 50%;
  margin: 15px auto;
  display: block;
  box-sizing: border-box;
  position: relative;
  animation: orx-anim-loader-circle 1s linear infinite alternate;
}

/** ----------------------------------------------------------------
 * ANIMATIONS
 */
@keyframes orx-anim-loader-circle {
  0% {
    box-shadow: 0 0, 0 0;
    color: rgba(27, 17, 92, 0.2);
  }
  100% {
    box-shadow: -30px 0, 30px 0;
    color: rgba(27, 17, 92, 0.8);
  }
}

/**
 * ICON
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-icon, .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before {
  font-weight: normal !important;
  font-style: normal !important;
  font-family: "tui icons" !important;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.elem-icon:before, .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before {
  content: attr(data-icon);
}

.elem-icon.icon-size-16, .cpt-product-collapse-content .product-collapse-tab-content .icon-size-16.title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .icon-size-16.title-tab:before {
  font-size: 16px;
}

.elem-icon.icon-size-20, .cpt-product-collapse-content .product-collapse-tab-content .icon-size-20.title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .icon-size-20.title-tab:before {
  font-size: 20px;
}

.elem-icon.icon-size-24, .cpt-product-collapse-content .product-collapse-tab-content .icon-size-24.title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .icon-size-24.title-tab:before {
  font-size: 24px;
}

.elem-icon.icon-size-32, .cpt-product-collapse-content .product-collapse-tab-content .icon-size-32.title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .icon-size-32.title-tab:before {
  font-size: 32px;
}

.elem-icon.icon-size-48, .cpt-product-collapse-content .product-collapse-tab-content .icon-size-48.title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .icon-size-48.title-tab:before {
  font-size: 48px;
}

/**
 * BUTTON
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
[class*="elem-button--"] {
  font: 14px "TUITypeLight Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
}

[class*="elem-button--"]:hover {
  text-decoration: none;
}

[class*="elem-button--"].align-left {
  text-align: left;
}

[class*="elem-button--"].no-radius {
  border-radius: 0;
}

[class*="elem-button--"].rounded {
  border-radius: 100%;
  width: 18px;
  height: 18px;
  padding: 0;
}

[class*="elem-button--"].square {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 8px;
}

[class*="elem-button--"] .arrow {
  background-color: #1b115c;
  position: relative;
}

[class*="elem-button--"] .arrow .elem-icon, [class*="elem-button--"] .arrow .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content [class*="elem-button--"] .arrow .title-tab:before, [class*="elem-button--"] .arrow .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content [class*="elem-button--"] .arrow .title-tab:before {
  font-size: 6px;
  color: #fff;
  vertical-align: middle;
  position: absolute;
  top: 38%;
}

[class*="elem-button--"] .arrow.arrow-prev {
  transform: rotate(-180deg);
}

/** ----------------------------------------------------------------
 * TYPE
 */
.elem-button--default {
  border: 1px solid transparent;
  background: #d40e14;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1b115c;
  padding: 8px;
  letter-spacing: 0.05em;
}

.elem-button--default:hover {
  border: 1px solid transparent;
  background: #d40e14;
  color: #1b115c;
}

.elem-button--primary {
  border: 1px solid #1b115c;
  background: #1b115c;
  color: #fff;
  font-size: 16px;
  padding: 12px 26px;
  border-radius: 12px;
}

.elem-button--primary.disabled {
  border: 1px solid #9ea0a6;
  background-color: #9ea0a6;
  cursor: no-drop;
}

.elem-button--primary.disabled:hover {
  border: 1px solid transparent;
  background-color: #9ea0a6;
  color: #fff;
}

.elem-button--primary:hover {
  border: 1px solid transparent;
  background: #0e0931;
}

.elem-button--primary-invert {
  border: 1px solid #fff;
  block-size: 40px;
  background-color: #fff;
  color: #1b115c;
  font: 600 14px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-inline: 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
}

.elem-button--primary-invert.disabled {
  border: 1px solid #9ea0a6;
  background-color: #9ea0a6;
  color: #fff;
  cursor: no-drop;
}

.elem-button--primary-invert.disabled:hover {
  border: 1px solid transparent;
  background-color: #9ea0a6;
  color: #fff;
}

.elem-button--primary-invert:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.elem-button--secondary {
  border: 1px solid #3567f6;
  background: #3567f6;
  color: #fff;
  font-size: 16px;
  padding: 12px 26px;
  border-radius: 12px;
}

.elem-button--secondary.disabled {
  border: 1px solid #9ea0a6;
  background-color: #9ea0a6;
  cursor: no-drop;
}

.elem-button--secondary.disabled:hover {
  border: 1px solid transparent;
  background-color: #9ea0a6;
  color: #fff;
}

.elem-button--secondary:hover {
  border: 1px solid transparent;
  background: #0e0931;
}

.elem-button--tertiary {
  border: 1px solid #fff;
  block-size: 40px;
  background-color: #fff;
  color: #1b115c;
  font: 600 14px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-inline: 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
}

.elem-button--tertiary.disabled {
  border: 1px solid #9ea0a6;
  background-color: #9ea0a6;
  cursor: no-drop;
}

.elem-button--tertiary.disabled:hover {
  border: 1px solid transparent;
  background-color: #9ea0a6;
  color: #fff;
}

.elem-button--tertiary:hover {
  border: 1px solid #3567f6;
  background: #3567f6;
  color: #fff;
}

.elem-button--transparent {
  border: 1px solid transparent;
  background: #fff;
  font-size: 16px;
  color: #9ea0a6;
  text-transform: uppercase;
  padding: 12px 26px;
  border-radius: 12px;
}

.elem-button--transparent:hover {
  color: #1b115c;
}

/** ----------------------------------------------------------------
 * SIZE
 */
.btn-mini {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 300;
  font-size: 10px;
}

.btn-small {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
}

.btn-large {
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
}

.btn-huge {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
}

/**
 * LABEL ESS
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-label-ESS {
  inline-size: 170px;
  background-color: #00529c;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 6px;
  z-index: 1;
}

/**
 * STICKY BTN
 *
 * $type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-sticky-btn {
  padding-inline-start: 20px;
}

.elem-sticky-btn .btn-sticky {
  position: fixed;
  bottom: 15px;
  left: 50%;
  inline-size: 250px;
  block-size: 40px;
  background-color: #3567f6;
  color: #fff;
  font-size: 16px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transform: translateX(-50%);
}

.elem-sticky-btn .btn-sticky strong {
  font-weight: 400;
  font-family: "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  line-height: 1;
  margin-inline-start: 6px;
}

.elem-sticky-btn .btn-sticky strong span {
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .elem-sticky-btn .btn-sticky {
    inline-size: 100%;
    block-size: 44px;
    background-color: #3567f6;
    padding-block-start: 0;
    inset-block: 125px auto;
    inset-inline-start: auto;
    transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out, transform 160ms ease-out, filter 160ms ease-out;
    transform: translateX(0);
  }
  .elem-sticky-btn .btn-sticky:hover {
    background-color: #0039dd;
    transform: translateY(-1px);
    filter: brightness(1.03);
  }
}

/**
 * ORX ARROW
 *
 * $type Widget
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-orx-arrow {
  inline-size: 11px;
  block-size: auto;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.elem-orx-arrow:before, .elem-orx-arrow:after {
  inline-size: 10px;
  block-size: 2px;
  background-color: #1b115c;
  border-radius: 25px;
  content: "";
  transition: all .3s ease-in-out;
}

.elem-orx-arrow:before {
  position: absolute;
  top: auto;
  left: 50%;
  margin-left: 4px;
  transform: rotate(45deg);
}

.elem-orx-arrow:after {
  position: absolute;
  top: auto;
  right: -15px;
  transform: rotate(-45deg);
}

.open .elem-orx-arrow:before, .open .elem-orx-arrow:after {
  background-color: #1b115c;
}

.open .elem-orx-arrow:before {
  transform: rotate(-45deg);
}

.open .elem-orx-arrow:after {
  transform: rotate(45deg);
}

/**
 * DEFAULT
 *
 * @type wrappers
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.wrap-component {
  background-color: transparent;
}

.wrap-component.full-no-padding .inner-wrap-component {
  max-inline-size: 100%;
  padding-inline: 0;
}

.wrap-component.no-padding .inner-wrap-component {
  padding-inline: 0;
}

/** ----------------------------------------------------------------
* SPECIFIC
*/
.wrap-full-white {
  background-color: #fff;
}

.wrap-full-white.border-1 {
  border: 1px solid #e7e4e1;
  border-inline: 0;
}

.wrap-full-gray {
  background-color: #f2f2f2;
}

.wrap-full-gray .container-fluid, .wrap-full-gray .container-sm, .wrap-full-gray .container-md, .wrap-full-gray .container-lg, .wrap-full-gray .container-xl {
  background-color: transparent;
}

.wrap-full-gray .container {
  background-color: transparent;
}

.wrap-full-primary {
  background-color: #1b115c;
  color: #fff;
}

.wrap-full-primary .container-fluid, .wrap-full-primary .container-sm, .wrap-full-primary .container-md, .wrap-full-primary .container-lg, .wrap-full-primary .container-xl {
  background-color: transparent;
}

.wrap-full-primary .container {
  background-color: transparent;
}

.wrap-full-secondary {
  background-color: #3567f6;
}

.wrap-full-transparent {
  background-color: transparent;
}

.wrap-full-transparent .inner-wrap-component {
  background-color: transparent;
}

.wrap-full-border {
  border-block: 2px solid #e7e4e1;
}

.wrap-full-container .inner-wrap-component {
  padding-inline: 0;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .wrap-full-container .inner-wrap-component {
    padding-inline: 15px;
  }
  .no-bottom-margin {
    margin-block-end: -10px;
  }
}

@media only screen and (min-width: 1360px) {
  .wrap-component .inner-wrap-component {
    max-inline-size: 1324px;
  }
  .wrap-component.no-padding .inner-wrap-component {
    padding-inline: 15px;
  }
}

/**
 * HEADER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-header {
  background-color: #fff;
  block-size: 56px;
  position: relative;
}

.cpt-header .elem-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 1079px) {
  .cpt-header {
    position: sticky;
    top: 0;
    block-size: 100px;
    z-index: 11;
  }
}

/**
 * BREADCRUMB
 *
 * $type component
 */
/**
 * VARIABLE STYLE
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-breadcrumb {
  font-size: 14px;
  color: #1b115c;
  line-height: 21px;
  margin-block: 4px -10px;
}

.cpt-breadcrumb a {
  color: #1b115c;
  text-decoration: none;
  cursor: pointer;
}

.cpt-breadcrumb .product-title {
  text-decoration: none;
}

.cpt-breadcrumb .elem-icon-wrap .elem-icon, .cpt-breadcrumb .elem-icon-wrap .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-breadcrumb .elem-icon-wrap .title-tab:before, .cpt-breadcrumb .elem-icon-wrap .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-breadcrumb .elem-icon-wrap .title-tab:before {
  font-size: 9px;
}

.cpt-breadcrumb .return-wrap a {
  text-decoration: none;
}

.cpt-breadcrumb .return-wrap .txt {
  text-decoration: underline;
}

.cpt-breadcrumb .return-wrap .elem-icon-wrap {
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.cpt-breadcrumb .return-wrap .elem-icon-wrap .elem-icon, .cpt-breadcrumb .return-wrap .elem-icon-wrap .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-breadcrumb .return-wrap .elem-icon-wrap .title-tab:before, .cpt-breadcrumb .return-wrap .elem-icon-wrap .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-breadcrumb .return-wrap .elem-icon-wrap .title-tab:before {
  font-size: 22px;
  font-weight: bold;
}

.page-package .cpt-breadcrumb {
  margin-block: 2px 4px;
  display: block;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-breadcrumb {
    font-size: 15px;
    margin-block: 22px 5px;
    display: block;
  }
  .cpt-breadcrumb a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
  }
  .cpt-breadcrumb a:hover {
    color: #000;
    text-decoration: underline;
  }
  .cpt-breadcrumb .product-title {
    text-decoration: none;
  }
  .page-package .cpt-breadcrumb {
    margin-block: 32px 20px;
  }
}

/**
 * PRODUCT HEADER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-product-header {
  margin: 0 -20px 20px;
  position: relative;
}

.cpt-product-header .cpt-destination {
  margin-block-end: 10px;
}

.cpt-product-header .product-title {
  color: #1b115c;
  font-size: 20px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  margin-block-end: 20px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-product-header {
    margin: 20px 0 32px;
  }
  .cpt-product-header .cpt-destination,
  .cpt-product-header .product-title {
    padding-inline-end: 125px;
  }
  .cpt-product-header .cpt-product-diaporama {
    line-height: 0;
  }
}

/**
 * DESTINATION
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-destination {
  block-size: 28px;
  background-color: #e2f5fd;
  color: #1b115c;
  font-size: 16px;
  border-radius: 20px;
  padding-inline: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cpt-destination .elem-icon, .cpt-destination .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-destination .title-tab:before, .cpt-destination .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-destination .title-tab:before {
  margin-inline-end: 7px;
}

/**
 * PRODUCT TITLE
 *
 * $type component
 */
/**
 * PRODUCT TITLE - STYLES
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-product-title .product-title {
  color: #1b115c;
  font: 700 24px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
  margin-block-end: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.cpt-product-title .product-title .label {
  flex: 1;
}

.cpt-product-title .product-title .logo-partner .to-logo {
  block-size: 30px;
  margin-block-start: 6px;
}

.cpt-product-title .cpt-destination {
  margin-block-end: 20px;
}

.cpt-product-title .product-highlights {
  color: #1b115c;
  margin-block-end: 22px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.cpt-product-title .product-highlights .product-highlight {
  color: #1b115c;
  display: flex;
  gap: 5px;
  align-items: center;
}

.cpt-product-title .product-option-wrap .boat-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #1b115c;
  margin-block-end: 15px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-product-title .product-title {
    font-size: 33px;
    margin-block-end: 8px;
  }
  .cpt-product-title .product-title .logo-partner .to-logo {
    block-size: 33px;
  }
  .cpt-product-title .product-option-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .cpt-product-title .product-option-wrap .boat-wrap {
    margin-block-end: 0;
  }
  .cpt-product-title .cpt-destination {
    margin-block-end: 22px;
  }
  .cpt-product-title .product-highlights {
    margin-block-end: 0;
  }
}

/**
 * PRODUCT DESC - TUI
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-product-desc {
  background-color: #fff;
}

.cpt-product-desc .desc-bloc {
  border-block-end: 1px solid #ededed;
  padding-block-start: 10px;
  padding-block-end: 20px;
}

.cpt-product-desc h2.title-content {
  color: #1b115c;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 10px;
}

.cpt-product-desc .title-content {
  color: #1b115c;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  text-transform: none;
  line-height: 1.2;
  margin: 16px 0 14px;
}

.cpt-product-desc .txt-content {
  padding-block-start: 15px;
}

.cpt-product-desc .txt-content,
.cpt-product-desc p {
  font-size: 16px;
  color: #1b115c;
  line-height: 23px;
}

.cpt-product-desc .txt-content a,
.cpt-product-desc p a {
  color: #3567f6 !important;
  text-decoration: underline;
  cursor: default;
}

.cpt-product-desc .txt-content strong,
.cpt-product-desc .txt-content b,
.cpt-product-desc p strong,
.cpt-product-desc p b {
  color: #1b115c;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cpt-product-desc .easyvoyage-container {
  background-color: #efefef;
  max-block-size: 457px;
  border-radius: 16px;
  padding: 16px;
  margin-block-start: 30px;
  display: none;
}

.cpt-product-desc .easyvoyage-container .elem-image {
  border-radius: 16px;
  overflow: hidden;
}

.cpt-product-desc .easyvoyage-container .slick-list {
  max-block-size: 457px;
  border-radius: 16px;
  overflow: hidden;
}

.cpt-product-desc .easyvoyage-container .slick-list .slick-track,
.cpt-product-desc .easyvoyage-container .slick-list .slick-slide {
  max-block-size: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-product-desc .easyvoyage-container .slick-arrow {
  inline-size: 64px;
  block-size: 64px;
  background-color: #efefef;
  border-radius: 100%;
  cursor: pointer;
  z-index: 5;
}

.cpt-product-desc .easyvoyage-container .slick-arrow:before {
  font-family: "tui icons";
  color: #1b115c;
  content: ">";
  display: inline-block;
}

.cpt-product-desc .easyvoyage-container .slick-prev {
  inset-inline-start: -13px;
}

.cpt-product-desc .easyvoyage-container .slick-prev:before {
  content: "<";
}

.cpt-product-desc .easyvoyage-container .slick-next {
  inset-inline-end: -13px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-product-desc {
    position: relative;
  }
  .cpt-product-desc .tab-list {
    background-color: #fff;
    padding-block-end: 10px;
    border-block-end: 1px solid #ccc;
  }
  .cpt-product-desc .tab-list .title-tab {
    border: 1px solid #edeef3;
    inline-size: 100%;
    block-size: 50px;
    background-color: #fafafa;
    margin-inline-end: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .cpt-product-desc .tab-list .title-tab .anchor {
    font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    color: #1b115c;
  }
  .cpt-product-desc .tab-list .title-tab.selected {
    border: 1px solid #1b115c;
    background-color: #1b115c;
    color: #fff;
  }
  .cpt-product-desc .tab-list .title-tab.selected .anchor {
    color: #fff;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-product-desc .promo-code {
    margin: 0 0 10px;
    display: flex;
  }
  .cpt-product-desc .promo-code .elem-image {
    inline-size: 50%;
  }
  .cpt-product-desc .tab-list {
    padding: 0 12px;
  }
  .cpt-product-desc .easyvoyage-container {
    inline-size: 685px;
    margin-inline: auto;
    overflow: hidden;
    display: block;
  }
}

/**
 * PRODUCT COLLAPSE CONTENT - DEFAULT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-product-collapse-content {
  font-size: 16px;
  margin: 0 -15px 20px;
}

.cpt-product-collapse-content .product-collapse-tab-content .title-tab {
  background-color: #1b115c;
  font-size: 14px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 0 2px 0;
  padding: 16px 20px;
  position: relative;
}

.cpt-product-collapse-content .product-collapse-tab-content .title-tab:before {
  content: "1";
  position: absolute;
  right: 20px;
}

.cpt-product-collapse-content .product-collapse-tab-content .main-tab {
  font-size: 13px;
  color: #888;
  margin: 14px 10px;
}

.cpt-product-collapse-content .product-collapse-tab-content .main-tab .h3 {
  font-size: 13px;
  color: #3567f6;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 6px;
}

.cpt-product-collapse-content .product-collapse-tab-content .main-tab .elem-image {
  display: none;
}

.cpt-product-collapse-content .product-collapse-tab-content.selected .title-tab:before {
  transform: rotate(180deg);
}

.cpt-product-collapse-content .tabs {
  display: none;
}

.cpt-product-collapse-content .product-collapse-tab-content .main-tab {
  display: none;
}

.cpt-product-collapse-content .product-collapse-tab-content.selected .main-tab {
  display: block;
}

/**
 * PRODUCT COLLAPSE CONTENT PARK - DEFAULT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-product-collapse-content-park {
  font-size: 16px;
  margin: 0 -15px 20px;
}

.cpt-product-collapse-content-park .product-collapse-tab-content#descHotelMobile .cpt-item-product-content:first-child .item {
  flex-direction: row;
}

.cpt-product-collapse-content-park .product-collapse-tab-content#descHotelMobile .cpt-item-product-content:first-child .elem-image {
  text-align: center;
  max-width: 90px;
  flex: 0 0 90px;
}

.cpt-product-collapse-content-park .product-collapse-tab-content#descMagicMobile .cpt-item-product-content .txt {
  margin: 0 !important;
}

.cpt-product-collapse-content-park .product-collapse-tab-content#descMagicMobile .cpt-item-product-content .item {
  margin-bottom: 0;
}

.cpt-product-collapse-content-park .product-collapse-tab-content#descMagicMobile .cpt-item-product-content .elem-image {
  text-align: center;
  margin: 0 auto;
  max-width: 90px;
  flex: 0 0 90px;
}

.cpt-product-collapse-content-park .product-collapse-tab-content .cpt-item-product-content .h3-style {
  font-size: 16px;
  font-weight: bold;
  color: #1b115c;
}

.cpt-product-collapse-content-park .product-collapse-tab-content .cpt-item-product-content .elem-image {
  height: auto;
}

.cpt-product-collapse-content-park .product-collapse-tab-content .title-tab {
  background-color: #1b115c;
  font-size: 14px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 0 2px 0;
  padding: 16px 20px;
  position: relative;
}

.cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before {
  content: "1";
  position: absolute;
  right: 20px;
}

.cpt-product-collapse-content-park .product-collapse-tab-content .main-tab {
  font-size: 13px;
  color: #888;
  margin: 14px 10px;
}

.cpt-product-collapse-content-park .product-collapse-tab-content .main-tab .h3 {
  font-size: 13px;
  color: #3567f6;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 6px;
}

.cpt-product-collapse-content-park .product-collapse-tab-content.selected .title-tab:before {
  transform: rotate(180deg);
}

.cpt-product-collapse-content-park .tabs {
  display: none;
}

.cpt-product-collapse-content-park .product-collapse-tab-content .main-tab {
  display: none;
}

.cpt-product-collapse-content-park .product-collapse-tab-content.selected .main-tab {
  display: block;
}

/**
 * DIAPORAMA
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-diaporama {
  inline-size: 100%;
  position: relative;
}

.cpt-diaporama .elem-image {
  inline-size: 100%;
  position: relative;
}

.cpt-diaporama .arrow-square {
  inline-size: 28px;
  block-size: 45px;
  position: absolute;
  top: 50%;
  background: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  color: #1b115c;
  cursor: pointer;
  border-radius: 50px 0 0 50px;
  z-index: 2;
  transform: translateY(-50%);
}

.cpt-diaporama .arrow-square .elem-icon, .cpt-diaporama .arrow-square .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-diaporama .arrow-square .title-tab:before, .cpt-diaporama .arrow-square .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-diaporama .arrow-square .title-tab:before {
  position: absolute;
  top: 50%;
  left: 65%;
  font-weight: 700 !important;
  transform: translateX(-50%) translateY(-50%);
}

.cpt-diaporama .arrow-square:hover {
  background: #fff;
}

.cpt-diaporama .arrow-square-slick-prev {
  inset-inline-start: 0;
  border-radius: 0 50px 50px 0;
}

.cpt-diaporama .arrow-square-slick-prev .elem-icon, .cpt-diaporama .arrow-square-slick-prev .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-diaporama .arrow-square-slick-prev .title-tab:before, .cpt-diaporama .arrow-square-slick-prev .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-diaporama .arrow-square-slick-prev .title-tab:before {
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.cpt-diaporama .arrow-square-slick-next {
  right: 0;
}

.cpt-diaporama .slick-dots {
  bottom: 55px;
}

.cpt-diaporama .slick-dots li {
  margin: 0;
}

.cpt-diaporama .slick-dots li button:before {
  font-size: 50px;
  color: #fff;
  opacity: 1;
}

.cpt-diaporama .slick-dots li.slick-active button:before {
  color: #3567f6;
}

/**
 * DIAPORAMA SWIPER
 *
 * $type component
 */
/**
 * SWIPER
 *
 * @type vendor
 */
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled
.swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-diaporama-swiper {
  position: relative;
}

.cpt-diaporama-swiper .swiper-wrapper {
  block-size: auto;
  gap: 20px 0;
}

.cpt-diaporama-swiper .swiper-button-prev,
.cpt-diaporama-swiper .swiper-button-next {
  inline-size: 32px;
  block-size: 32px;
  background: transparent !important;
  border-radius: 100%;
  transform: translateY(5px);
}

.cpt-diaporama-swiper .swiper-button-prev .elem-ff-icon,
.cpt-diaporama-swiper .swiper-button-next .elem-ff-icon {
  font-family: "tui icons";
  font-size: 18px;
  color: #fff;
  margin-left: 2px;
}

.cpt-diaporama-swiper .swiper-button-prev:before,
.cpt-diaporama-swiper .swiper-button-next:before {
  content: ">";
}

.cpt-diaporama-swiper .swiper-button-prev:after,
.cpt-diaporama-swiper .swiper-button-next:after {
  display: none;
}

.cpt-diaporama-swiper .swiper-button-prev.swiper-button-disabled,
.cpt-diaporama-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.cpt-diaporama-swiper .swiper-button-prev {
  left: 0;
  transform: rotate(-180deg);
}

.cpt-diaporama-swiper .swiper-button-next {
  right: 0;
}

.cpt-diaporama-swiper .swiper-pagination {
  padding-block-start: 15px;
  bottom: inherit;
  line-height: 0;
  position: relative;
}

.cpt-diaporama-swiper .swiper-pagination .swiper-pagination-bullet {
  inline-size: 12px;
  block-size: 12px;
  background-color: #ccc;
}

.cpt-diaporama-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

/**
 * PRODUCT DIAPORAMA
 *
 * $type component
 */
/**
 * PRODUCT DIAPORAMA STYLE
 *
 * @type specific
 */
/**
 * SWIPER
 *
 * @type vendor
 */
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled
.swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-product-diaporama {
  block-size: 276px;
  position: relative;
}

.cpt-product-diaporama .elem-image.partner-engage-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  inline-size: 31px;
  block-size: 38px;
  z-index: 2;
}

.cpt-product-diaporama .elem-image.to-logo {
  position: absolute;
  top: 15px;
  right: 12px;
  inline-size: 80px;
  block-size: 30px;
  z-index: 2;
}

.cpt-product-diaporama .swiper-button-prev,
.cpt-product-diaporama .swiper-button-next,
.cpt-product-diaporama .swiper-pagination-bullet,
.cpt-product-diaporama .open-popin-diaporama,
.cpt-product-diaporama .open-popin-diaporama-btn {
  outline: none !important;
  user-select: none;
}

.cpt-product-diaporama .swiper-button-prev:focus, .cpt-product-diaporama .swiper-button-prev:active,
.cpt-product-diaporama .swiper-button-next:focus,
.cpt-product-diaporama .swiper-button-next:active,
.cpt-product-diaporama .swiper-pagination-bullet:focus,
.cpt-product-diaporama .swiper-pagination-bullet:active,
.cpt-product-diaporama .open-popin-diaporama:focus,
.cpt-product-diaporama .open-popin-diaporama:active,
.cpt-product-diaporama .open-popin-diaporama-btn:focus,
.cpt-product-diaporama .open-popin-diaporama-btn:active {
  outline: none !important;
}

.cpt-product-diaporama .elem-product-tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00529c;
  color: #1b115c;
  font-size: 11px;
  padding: 8px 15px;
  z-index: 1;
}

.cpt-product-diaporama .elem-product-tag .tag {
  position: relative;
  top: 1px;
}

.cpt-product-diaporama .swiper-pagination-bullet {
  border-radius: 35px;
}

.cpt-product-diaporama .diaporama-counter {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(27, 17, 92, 0.1);
  backdrop-filter: blur(3px);
  color: #fff;
  padding: 6px 12px;
  border-radius: 35px;
  font-size: 14px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-shadow: 1px 1px 4px rgba(27, 17, 92, 0.8);
  z-index: 3;
}

.cpt-product-diaporama .diaporama-counter .counter-current,
.cpt-product-diaporama .diaporama-counter .counter-total {
  font-family: "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #fff;
}

.cpt-product-diaporama .product-diaporama-mobile {
  block-size: 276px;
  position: relative;
}

.cpt-product-diaporama .product-diaporama-mobile .diaporama-counter-mobile {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: auto;
}

.cpt-product-diaporama .product-diaporama-mobile .product-diaporama-mobile-swiper {
  block-size: 100%;
}

.cpt-product-diaporama .product-diaporama-mobile .product-diaporama-mobile-swiper .swiper-wrapper {
  block-size: 100%;
}

.cpt-product-diaporama .product-diaporama-mobile .product-diaporama-mobile-swiper .swiper-slide {
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-product-diaporama .product-diaporama-mobile .product-diaporama-mobile-swiper .swiper-slide img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

.cpt-product-diaporama .product-diaporama-mobile .product-diaporama-mobile-swiper .product-diaporama-pagination {
  inset-block-end: 25px;
}

.cpt-product-diaporama .product-diaporama-mobile .product-diaporama-mobile-swiper .product-diaporama-pagination .swiper-pagination-bullet {
  inline-size: 8px;
  block-size: 8px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}

.cpt-product-diaporama .product-diaporama-mobile .product-diaporama-mobile-swiper .product-diaporama-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  inline-size: 25px;
  background-color: #fff;
}

/** ----------------------------------------------------------------
* MEDIA QUERY - DESKTOP
*/
@media only screen and (min-width: 992px) {
  .cpt-product-diaporama {
    block-size: 490px;
  }
  .cpt-product-diaporama .diaporama-mosaic {
    inline-size: 100%;
    block-size: 490px;
    gap: 8px;
    position: relative;
  }
  .cpt-product-diaporama .diaporama-mosaic .elem-image.partner-engage-logo {
    position: absolute;
    top: 16px;
    left: 16px;
    inline-size: 40px;
    block-size: 48px;
  }
  .cpt-product-diaporama .diaporama-mosaic .main-img {
    inline-size: 644px;
    block-size: 490px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background-color: #f2f2f2;
  }
  .cpt-product-diaporama .diaporama-mosaic .main-img img {
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 16px;
    transition: transform 0.3s ease;
  }
  .cpt-product-diaporama .diaporama-mosaic .main-img img:hover {
    transform: scale(1.02);
  }
  .cpt-product-diaporama .diaporama-mosaic .main-img .open-popin-diaporama-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    line-height: 28px;
  }
  .cpt-product-diaporama .diaporama-mosaic .main-img .open-popin-diaporama-btn:hover path {
    fill: #fff;
  }
  .cpt-product-diaporama .diaporama-mosaic .other-img {
    inline-size: calc(100% - 644px - 8px);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .cpt-product-diaporama .diaporama-mosaic .other-img .mosaic-img {
    inline-size: calc(50% - 4px);
    block-size: 241px;
    background-color: #f2f2f2;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
  }
  .cpt-product-diaporama .diaporama-mosaic .other-img .mosaic-img img {
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  .cpt-product-diaporama .diaporama-mosaic .other-img .mosaic-img img:hover {
    transform: scale(1.02);
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper {
    position: fixed;
    top: 0;
    left: 0;
    inline-size: 100%;
    block-size: 100%;
    z-index: 110;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper.d-block {
    display: block !important;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .overlay-diaporama {
    position: fixed;
    top: 0;
    left: 0;
    inline-size: 100%;
    block-size: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    inline-size: 80vw;
    block-size: 80vh;
    transform: translate(-50%, -50%);
    z-index: 101;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .elem-button--x-cross {
    position: absolute;
    top: 10px;
    right: 10px;
    inline-size: 50px;
    block-size: 50px;
    background-color: #3567f6;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 35px;
    padding: 0;
    z-index: 3;
    transition: all 0.2s ease-in-out;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .elem-button--x-cross:hover {
    background-color: #0039dd;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .elem-button--x-cross .elem-icon-wrap {
    block-size: 100%;
    display: block;
    position: relative;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .elem-button--x-cross .elem-icon-wrap .elem-icon, .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .elem-button--x-cross .elem-icon-wrap .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .elem-button--x-cross .elem-icon-wrap .title-tab:before, .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .elem-button--x-cross .elem-icon-wrap .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .elem-button--x-cross .elem-icon-wrap .title-tab:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .diaporama-counter-desktop {
    position: absolute;
    top: auto;
    right: 110px;
    bottom: 170px;
    left: auto;
    font-size: 16px;
    padding: 15px 16px;
    z-index: 4;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-main-swiper {
    inline-size: 100%;
    block-size: calc(100% - 120px);
    position: relative;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-main-swiper .swiper-wrapper {
    block-size: 100%;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-main-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-main-swiper .swiper-slide img {
    max-inline-size: 100%;
    max-block-size: 100%;
    object-fit: contain;
    border-radius: 8px;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-main-swiper .swiper-button-prev,
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-main-swiper .swiper-button-next {
    inline-size: 50px;
    block-size: 50px;
    background-color: #fff;
    color: #3567f6;
    border-radius: 50%;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-main-swiper .swiper-button-prev:after,
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-main-swiper .swiper-button-next:after {
    font-size: 20px;
    font-family: "tui icons";
    content: "3";
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-main-swiper .swiper-button-prev:hover,
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-main-swiper .swiper-button-next:hover {
    background-color: #f2f2f2;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-main-swiper .swiper-button-prev:after {
    content: "4";
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-main-swiper .product-diaporama-main-pagination {
    position: absolute;
    bottom: 10px;
    left: 20px;
    inline-size: auto;
    text-align: left;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-main-swiper .product-diaporama-main-pagination .swiper-pagination-bullet {
    inline-size: 8px;
    block-size: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 4px;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-main-swiper .product-diaporama-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    inline-size: 24px;
    border-radius: 4px;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-thumbs-swiper {
    inline-size: 100%;
    block-size: 100px;
    margin-block-start: 10px;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-thumbs-swiper .swiper-wrapper {
    block-size: 100%;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-thumbs-swiper .swiper-slide {
    inline-size: 100px;
    block-size: 100px;
    opacity: 0.4;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    transition: opacity 0.3s ease;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-thumbs-swiper .swiper-slide img {
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-thumbs-swiper .swiper-slide.swiper-slide-thumb-active {
    border: #fff solid 2px;
    opacity: 1;
  }
  .cpt-product-diaporama .cpt-popin-diaporama-swiper .diaporama-wrap .product-diaporama-thumbs-swiper .swiper-slide:hover {
    opacity: 0.8;
  }
}

/**
 * POPIN DIAPORAMA
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-popin-diaporama {
  position: fixed;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  z-index: 110;
}

.cpt-popin-diaporama .slick-arrow:before {
  display: none;
}

.cpt-popin-diaporama .overlay-diaporama {
  position: fixed;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.cpt-popin-diaporama .diaporama-wrap {
  position: absolute;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  padding: 16px;
  overflow: hidden;
  z-index: 101;
}

.cpt-popin-diaporama .diaporama-wrap .elem-button--x-cross {
  position: absolute;
  top: 0;
  right: 0;
  inline-size: 50px;
  block-size: 50px;
  background-color: #3567f6;
  color: #fff;
  font-size: 14px;
  border: none;
  padding: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.cpt-popin-diaporama .diaporama-wrap .elem-button--x-cross .elem-icon-wrap {
  block-size: 100%;
  display: block;
  position: relative;
}

.cpt-popin-diaporama .diaporama-wrap .elem-button--x-cross .elem-icon-wrap .elem-icon, .cpt-popin-diaporama .diaporama-wrap .elem-button--x-cross .elem-icon-wrap .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-popin-diaporama .diaporama-wrap .elem-button--x-cross .elem-icon-wrap .title-tab:before, .cpt-popin-diaporama .diaporama-wrap .elem-button--x-cross .elem-icon-wrap .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-popin-diaporama .diaporama-wrap .elem-button--x-cross .elem-icon-wrap .title-tab:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.cpt-popin-diaporama .diaporama-wrap .cpt-diaporama {
  display: block;
}

.cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .elem-image {
  block-size: 100vh;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .elem-image img {
  inline-size: auto;
  block-size: auto;
  border: 17px solid rgba(255, 255, 255, 0.1);
  max-inline-size: 100%;
  max-block-size: 100%;
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}

.cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .arrow-square {
  position: absolute;
  top: 50%;
  inline-size: 60px;
  block-size: 60px;
  background-color: #fff;
  color: #3567f6;
  font-size: 18px;
  cursor: pointer;
  border-radius: 100%;
  z-index: 2;
  transform: translateY(-50%);
}

.cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .arrow-square .elem-icon, .cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .arrow-square .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .arrow-square .title-tab:before, .cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .arrow-square .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .arrow-square .title-tab:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700 !important;
  transform: translateX(-50%) translateY(-50%);
}

.cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .arrow-square:hover {
  background: #fff;
}

.cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .arrow-square-slick-prev {
  inset-inline-start: 20px;
}

.cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .arrow-square-slick-prev .elem-icon, .cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .arrow-square-slick-prev .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .arrow-square-slick-prev .title-tab:before, .cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .arrow-square-slick-prev .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .arrow-square-slick-prev .title-tab:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .arrow-square-slick-next {
  inset-inline-end: 20px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-popin-diaporama .diaporama-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    inline-size: 60vw;
    block-size: 60vh;
    border: 17px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    border-radius: 7px;
    backdrop-filter: blur(3px);
    transform: translate(-50%, -50%);
  }
  .cpt-popin-diaporama .diaporama-wrap .elem-button--x-cross {
    border-radius: 35px;
    inset-block-start: 10px;
    inset-inline-end: 10px;
  }
  .cpt-popin-diaporama .diaporama-wrap .elem-button--x-cross:hover {
    background-color: #0039dd;
  }
  .cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .elem-image {
    block-size: 60vh;
  }
  .cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .elem-image img {
    inline-size: 100%;
    block-size: 100%;
    border-radius: 7px;
    border: 0 none;
  }
}

/**
 * BOOKING SIDEBAR
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-sidebar {
  margin-inline: -15px;
  margin-block-start: -15px;
  position: relative;
  z-index: 2;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-booking-sidebar {
    margin-inline: 0;
    margin-block-start: 0;
  }
}

/**
 * TABS DESKTOP
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-tabs-desktop {
  position: relative;
  margin: 0 0 10px;
}

.cpt-tabs-desktop .tabs-nav {
  padding: 0;
  display: flex;
  gap: 40px;
  align-items: center;
}

.cpt-tabs-desktop .tabs-nav .tab-nav {
  block-size: 40px;
  background-color: #fff;
  color: #1b115c;
  font-size: 18px;
  padding-inline: 4px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.cpt-tabs-desktop .tabs-nav .tab-nav.selected {
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #3567f6;
}

.cpt-tabs-desktop .tabs-nav .tab-nav br {
  display: none;
}

.cpt-tabs-desktop .tabs-content .h3-style {
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-block-end: 1px solid #1b115c;
  padding: 0 0 10px;
}

.cpt-tabs-desktop .tabs-content .cruise-transverse-box {
  background-color: #f3f3f3;
  padding: 20px;
  border-radius: 16px;
  margin-block-end: 25px;
}

.cpt-tabs-desktop .tabs-content .cruise-transverse-box:nth-child(2) {
  margin-block-start: 25px;
}

.cpt-tabs-desktop .tabs-content .cruise-transverse-box .title-content {
  font-family: "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cpt-tabs-desktop .tabs-content .cruise-transverse-box .cruise-transverse-infos {
  margin-block-start: 15px;
}

.cpt-tabs-desktop .tabs-content .cruise-transverse-box .cruise-transverse-infos p strong {
  font-size: 18px;
}

.cpt-tabs-desktop .tabs-content .cruise-transverse-box .cpt-gallery {
  margin-inline-end: 0;
  margin-block: 0;
}

.cpt-tabs-desktop .tabs-content .cruise-transverse-box .cpt-gallery .gallery-img {
  inline-size: 100%;
}

.cpt-tabs-desktop .tabs-content .deck-wrap {
  background-color: #f3f3f3;
  padding: 20px;
  border-radius: 16px;
  margin-block-end: 25px;
}

.cpt-tabs-desktop .tabs-content .deck-wrap .select-custom-wrap .deck-select-wrap .deck-select {
  border: 1px solid #d9d9d9;
  min-inline-size: 210px;
  background-color: #fff;
  color: #1b115c;
  font-size: 16px;
  border-radius: 8px;
  padding-inline: 16px 35px;
  outline: 0 none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAA7klEQVR4nO3SsYqDQBDG8X92DYitVj6G+Agptgq+66AIAd8jBtJkIQiyRSoXxE11B3eJgTtSXHFfOzM/GPg2IYTAG6LegfxDv4COxyNN0+CcWz1wztE0DX3fr0On0wlrLSLCOI4PyDiOiAjWWs7n8zpUliVKKbz3iAjDMHzOhmFARPDeo5SiKIov0OZ7IS+XC13X4b0niiKMMQC0bcs8z8RxzG63I8/z1xDA9XqlrmuWZUFrTQiBZVnYbrfs93vSNH14+yn0gR0OB6ZpAiBJEowxZFn2bH0dArjdbogIWmuqqiKO47XV19BP8veafQeOoXjtu+ji8gAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}

.cpt-tabs-desktop .tabs-content .deck-wrap .select-custom-wrap .deck-select-wrap .deck-select option {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cpt-tabs-desktop .tabs-content .deck-wrap .select-custom-wrap .deck-select-wrap .deck-select:focus-visible {
  box-shadow: inherit;
  outline-offset: 0;
}

.cpt-tabs-desktop .tabs-content .deck-wrap .deck-image-wrap {
  padding: 0;
  margin-block: 20px 0;
  border-radius: 16px;
  overflow: hidden;
}

.cpt-tabs-desktop .tabs-content .cpt-product-route-tab-content .route-item {
  background-color: #f3f3f3;
  padding: 20px;
  border-radius: 16px;
  margin-block-end: 25px;
}

.cpt-tabs-desktop .tabs-content .cpt-product-route-tab-content .route-item:nth-child(2) {
  margin-block-start: 25px;
}

.cpt-tabs-desktop .tabs-content .cpt-product-route-tab-content .route-item .cpt-gallery {
  margin-block: 16px 0;
}

.cpt-tabs-desktop .tabs-content .cpt-product-route-tab-content .route-item .route-item-desc {
  margin-block-start: 5px;
}

.cpt-tabs-desktop .tabs-content .cpt-product-route-tab-content .route-item-day {
  margin-block-end: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cpt-tabs-desktop .tabs-content .cpt-product-route-tab-content .route-item-day .day-number {
  background-color: #1b115c;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  margin: 0;
  padding: 2px 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
}

.cpt-tabs-desktop .tabs-content .cpt-product-route-tab-content .route-item-day .boat-title {
  color: #1b115c;
  font-family: "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.cpt-tabs-desktop .tabs-content .cpt-product-route-tab-content .route-time {
  display: flex;
  align-items: center;
  gap: 3px;
}

.cpt-tabs-desktop .tabs-content .cpt-product-route-tab-content .route-time .icon-style {
  fill: #1b115c;
  block-size: 16px;
}

.cpt-tabs-desktop .tabs-content .cpt-product-route-tab-content .route-time .arrival-hour,
.cpt-tabs-desktop .tabs-content .cpt-product-route-tab-content .route-time .departure-hour {
  color: #1b115c;
  font-size: 16px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-tabs-desktop {
    margin: 10px 0 100px;
  }
  .cpt-tabs-desktop .tabs-nav {
    position: relative;
  }
  .cpt-tabs-desktop .tabs-nav:before {
    inline-size: 100%;
    block-size: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #e7e3db;
    border-radius: 22px;
    content: "";
  }
  .cpt-tabs-desktop .tabs-nav .tab-nav {
    position: relative;
  }
  .cpt-tabs-desktop .tabs-nav .tab-nav.selected:before {
    inline-size: 100%;
    block-size: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: #3567f6;
    border-radius: 22px;
    content: "";
  }
  .cpt-tabs-desktop .tabs-content .tab-content {
    padding-block-start: 0;
    display: none;
  }
  .cpt-tabs-desktop .tabs-content .tab-content#desc-cabin .cruise-transverse-box .cruise-transverse-box-wrap {
    display: flex;
    gap: 20px;
  }
  .cpt-tabs-desktop .tabs-content .tab-content#desc-cabin .cruise-transverse-box .cruise-transverse-infos {
    margin-block-start: 5px;
  }
  .cpt-tabs-desktop .tabs-content .tab-content#desc-cabin .cruise-transverse-box .cpt-gallery {
    inline-size: 305px;
    align-items: flex-start;
  }
  .cpt-tabs-desktop .tabs-content .tab-content#desc-cabin .cruise-transverse-box .cpt-gallery .gallery-desktop .gallery-item {
    inline-size: 305px;
  }
  .cpt-tabs-desktop .tabs-content .tab-content#desc-cabin .cruise-transverse-box .cpt-gallery .gallery-img {
    inline-size: 100%;
  }
  .cpt-tabs-desktop .tabs-content .tab-content .deck-wrap .select-custom-wrap {
    justify-content: center;
  }
  .cpt-tabs-desktop .tabs-content .tab-content .deck-wrap .select-custom-wrap .deck-title {
    color: #1b115c;
    font: 400 18px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
  .cpt-tabs-desktop .tabs-content .tab-content.active {
    display: flex;
  }
  .cpt-tabs-desktop .tabs-content .tab-content .cruise-transverse-box .cpt-gallery .gallery-img {
    inline-size: 100%;
  }
}

/**
 * TABS DESKTOP PARK
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-tabs-desktop-park {
  position: relative;
  margin: 0 0 10px;
}

.cpt-tabs-desktop-park .tabs-nav {
  padding: 10px 0;
  background-color: #fff;
  border-bottom: 1px solid #edeef3;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  overflow-x: scroll;
}

.cpt-tabs-desktop-park .tabs-nav .tab-nav {
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  color: #1b115c;
  border: 1px solid #edeef3;
  text-transform: uppercase;
  text-align: center;
  max-width: 130px;
  min-height: 44px;
  padding: 9px 15px;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.cpt-tabs-desktop-park .tabs-nav .tab-nav:last-child {
  margin-right: 0;
}

.cpt-tabs-desktop-park .tabs-nav .tab-nav.selected {
  background-color: #1b115c;
  border: 1px solid #1b115c;
  color: #fff;
}

.cpt-tabs-desktop-park .tabs-content .title-content {
  text-align: center;
  font-size: 19px;
}

.cpt-tabs-desktop-park .tabs-content .h3-style {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #1b115c;
  padding: 10px 0;
}

.cpt-tabs-desktop-park .tabs-content .tab-content {
  padding-top: 0px;
}

.cpt-tabs-desktop-park .tabs-content .tab-content#desc-hotel {
  position: relative;
}

.cpt-tabs-desktop-park .tabs-content .tab-content#desc-hotel .cpt-item-products .cpt-item-product-content:first-child .elem-image {
  max-height: 90px;
  min-width: inherit;
  max-width: inherit;
}

.cpt-tabs-desktop-park .tabs-content .tab-content#desc-hotel .cpt-item-products .cpt-item-product-content:first-child .elem-image img {
  width: auto;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-tabs-desktop-park {
    margin: 55px 0 170px;
  }
  .cpt-tabs-desktop-park .tabs-content .tab-content {
    padding-top: 50px;
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-tabs-desktop-park {
    margin: 10px 0 170px;
  }
  .cpt-tabs-desktop-park .tabs-nav {
    overflow-x: auto;
  }
}

/**
 * TRIP ADVISOR - TUI
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-trip-advisor {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-trip-advisor .elem-image {
  margin-right: 10px;
}

.cpt-trip-advisor .advice {
  font-size: 12px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #3B9244;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-trip-advisor {
    position: absolute;
    top: -50px;
    right: 0;
    text-align: right;
    width: 99px;
    margin: 17px 0;
    display: block;
    z-index: 3;
  }
  .cpt-trip-advisor .elem-image {
    margin-right: 0;
  }
  .cpt-trip-advisor .advice {
    font-size: 16px;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-trip-advisor {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/**
 * PRICE BLOCK
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-price-block .from {
  color: #1b115c;
  text-transform: uppercase;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
/**
 * PRICE MENTION
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-price-mention .mention {
  color: #1b115c;
  text-transform: uppercase;
  margin-left: -3px;
  display: none;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
/**
 * BOOKING PRICE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-price .price-info {
  background-color: #f2f2f2;
  color: #1b115c;
  padding: 20px;
  margin-block-start: 5px;
}

.cpt-booking-price .price-info .head {
  margin-block-end: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cpt-booking-price .price-info .head .cpt-logo-partner {
  inline-size: auto;
  block-size: 46px;
  padding-inline: 8px;
  border-radius: 12px;
}

.cpt-booking-price .price-info .head .booking-promotion {
  block-size: 46px;
  background-color: #70cbf4;
  color: #fff;
  font: 400 20px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border-radius: 12px;
  padding-inline: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cpt-booking-price .price-info .price {
  position: relative;
  color: #1b115c;
}

.cpt-booking-price .price-info .price .by {
  color: #1b115c;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  margin-block: 12px 5px;
}

.cpt-booking-price .price-info .price .elem-price-label-avantages {
  font-size: 16px;
  margin-block-end: 5px;
}

.cpt-booking-price .price-info .price .elem-price-label-avantages sup {
  font-size: 14px;
}

.cpt-booking-price .price-info .price .price-EUR {
  color: #1b115c;
  font: 400 32px/20px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cpt-booking-price .price-info .price .price-mention {
  position: absolute;
  top: 37px;
  color: #1b115c;
  font: 400 14px "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}

.cpt-booking-price .price-info .price .price-by {
  font-size: 16px;
  margin: 8px auto 0;
}

.cpt-booking-price .price-info .price-duration {
  font-size: 16px;
}

.cpt-booking-price .price-info .from-price {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cpt-booking-price .price-info .from-price sup {
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  inset-block-start: -10px;
}

.cpt-booking-price .product-tag-wrap {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cpt-booking-price .product-tag-wrap .product-tag {
  background-color: #1b115c;
  color: #fff;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  padding: 1px 12px;
  border-radius: 6px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-booking-price .price-info {
    margin-block-start: 0;
    border-radius: 16px 16px 0 0;
  }
}

/**
 * BOOKING ENGINE TITLE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-engine-title {
  color: #3567f6;
  font-size: 18px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
  text-align: center;
}

.cpt-booking-engine-title span {
  text-transform: none;
}

.cpt-booking-engine-title .sub-title a {
  text-decoration: underline;
  color: #3567f6;
}

/**
 * BOOKING ENGINE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/********************************************
	BREAKPOINT WIDTHS
********************************************/
/********************************************
	FONTS
********************************************/
/********************************************
	COLOURS
********************************************/
.cpt-slider-month {
  display: flex;
}

.cpt-slider-month .slider-control-arrow {
  background: #293847;
  color: #fff;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 99;
}

.cpt-slider-month .slider-control-arrow.disabled {
  background: #6c6c6c;
}

.cpt-slider-month .slider-item-container .slider-item.selected {
  background: #293847;
  color: #ffffff;
}

.cpt-slider-month .slider-item-container {
  text-align: center;
  flex-grow: 1;
  display: flex;
}

.cpt-slider-month .slider-control-arrow:before {
  top: 30%;
  display: inline-block;
  position: relative;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: '';
}

.cpt-slider-month .next.slider-control-arrow {
  right: 0;
  float: right;
}

.cpt-slider-month .next.slider-control-arrow:before {
  left: 40%;
  border-left: 8px solid #fff;
}

.cpt-slider-month .previous.slider-control-arrow {
  left: 0;
  float: left;
}

.cpt-slider-month .previous.slider-control-arrow:before {
  left: 35%;
  border-right: 8px solid #fff;
}

/**
 * Avails container
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-avails-container {
  block-size: 390px;
  padding: 5px 10px 5px 0;
  margin-inline-end: -7px;
  position: relative;
  overflow-y: scroll;
}

.cpt-avails-container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.cpt-avails-container {
  scrollbar-width: thin;
  scrollbar-color: #fff;
}

.cpt-avails-container::-webkit-scrollbar-track {
  background: #eee;
}

.cpt-avails-container::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
  border: 0 none;
}

.cpt-avails-container .month-label {
  color: #1b115c;
  font-size: 18px;
  text-align: center;
  padding-block: 5px;
}

.cpt-avails-container .avail-item {
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  margin: 6px 0;
  display: flex;
}

.cpt-avails-container .avail-item .inner-block {
  background-color: #fff;
  border-radius: 0 8px 8px 0;
  flex-grow: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.cpt-avails-container .avail-item .day-block {
  inline-size: 64px;
  background-color: #f2f2f2;
  color: #1b115c;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 8px 0 0 8px;
  padding: 5px 11px;
  margin: -1px 0 -1px -1px;
}

.cpt-avails-container .avail-item .day-block .day-number {
  color: #1b115c;
  font: 400 18px/0.8 "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  display: block;
}

.cpt-avails-container .avail-item .day-block .inner-month-label {
  margin-block-start: 5px;
  display: block;
}

.cpt-avails-container .avail-item .price-block {
  color: #1b115c;
  font-size: 12px;
  padding: 0 0 0 14px;
}

.cpt-avails-container .avail-item .price-block .price {
  font: 400 18px/1.2 "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cpt-avails-container .avail-item .price-block .regular-price {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1b115c;
  display: block;
}

.cpt-avails-container .avail-item .back-day {
  color: #1b115c;
  text-align: center;
  font-size: 11px;
  max-width: 65px;
  padding: 0;
}

.cpt-avails-container .avail-item.selected {
  border-color: #3567f6;
  outline: 1px solid #3567f6;
}

.cpt-avails-container .avail-item.selected .day-label,
.cpt-avails-container .avail-item.selected .day-number,
.cpt-avails-container .avail-item.selected .inner-month-label {
  color: #fff;
}

.cpt-avails-container .avail-item.selected .day-block {
  background-color: #3567f6;
}

.cpt-avails-container .avail-item.selected .price-block {
  color: #1a1818;
}

.cpt-avails-container .avail-item.selected .price-block .regular-price {
  color: #1a1818;
}

.cpt-avails-container .avail-item.selected .back-day {
  color: #1a1818;
}

.cpt-avails-container .month-container {
  position: relative;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-avails-container .avail-item {
    cursor: pointer;
  }
  .cpt-avails-container .avail-item:hover {
    border-color: rgba(53, 103, 246, 0.1);
  }
  .cpt-avails-container .avail-item:hover .day-block {
    background-color: rgba(53, 103, 246, 0.1);
  }
  .cpt-avails-container .avail-item:hover.selected {
    border-color: #3567f6;
    outline: 1px solid #3567f6;
  }
  .cpt-avails-container .avail-item:hover.selected .day-block {
    background-color: #3567f6;
    color: #fff;
  }
  .cpt-avails-container .avail-item:hover.selected .day-block .day-number {
    color: #fff;
  }
}

/**
 * SLIDER MONTH
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-slider-month {
  padding: 0 0 6px;
  margin: 0 -11px;
  position: relative;
  display: flex;
  overflow: hidden;
}

.cpt-slider-month .slider-item-container {
  border: 1px solid #d9d9d9;
  text-align: center;
  flex-grow: 1;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

.cpt-slider-month .slider-item-container .slider-item {
  inline-size: calc(100% / 3);
  background-color: #fff;
  color: #1b115c;
  font: 400 12px/15px "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-inline: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cpt-slider-month .slider-item-container .slider-item:first-child {
  border-inline-end: 1px solid #d9d9d9;
}

.cpt-slider-month .slider-item-container .slider-item:nth-child(2) {
  border-inline-end: 1px solid #d9d9d9;
}

.cpt-slider-month .slider-item-container .slider-item:nth-child(2).selected {
  border-inline-end: 0 none;
}

.cpt-slider-month .slider-item-container .slider-item:nth-child(3) {
  border-inline-end: 0 none;
}

.cpt-slider-month .slider-item-container .slider-item.selected {
  background-color: #3567f6;
  color: #fff;
  border-inline-end: 0 none;
}

.cpt-slider-month .slider-control-arrow {
  inline-size: 20px;
  background-color: transparent;
  position: relative;
}

.cpt-slider-month .slider-control-arrow:before {
  font-family: "tui icons";
  color: #000;
}

.cpt-slider-month .slider-control-arrow.next:before {
  position: absolute;
  top: 0;
  left: 3px;
  border-left: 0 solid transparent;
  content: "3";
  font-family: "tui icons";
  color: #3567f6;
  display: block;
}

.cpt-slider-month .slider-control-arrow.previous:before {
  position: absolute;
  top: 0;
  left: 1px;
  border-right: 0 solid transparent;
  content: "3";
  font-family: "tui icons";
  color: #3567f6;
  display: block;
  transform: rotate(-180deg);
}

.cpt-slider-month .slider-control-arrow.disabled {
  background-color: transparent;
}

.cpt-slider-month .slider-control-arrow.disabled.next:before {
  border-left: 0 solid transparent;
  color: #e7eaf3;
}

.cpt-slider-month .slider-control-arrow.disabled.previous:before {
  border-right: 0 solid transparent;
  color: #e7eaf3;
}

.cpt-booking-engine {
  background-color: #fff;
  margin: 0;
  position: relative;
}

.cpt-booking-engine .h2-style {
  color: #707070;
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 0;
}

.cpt-booking-engine .button-filters {
  text-align: center;
}

.cpt-booking-engine .discount-block {
  background-color: #3567f6;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.cpt-booking-engine .duration-stay {
  text-align: center;
  padding: 10px 0;
}

.cpt-booking-engine .product-price {
  color: #3567f6;
  font-weight: 500;
  font-size: 46px;
  text-align: center;
}

.cpt-booking-engine .old-price {
  text-align: center;
}

.cpt-booking-engine .old-price .line-through {
  text-decoration: line-through;
}

.cpt-booking-engine .next-departure {
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin: 10px 0;
}

.cpt-booking-engine .next-departure span {
  color: #3567f6;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  display: block;
}

.cpt-booking-engine .taxes-and-fees {
  color: #888;
  font-size: 10px;
  margin: 0 0 15px;
  text-align: center;
}

.cpt-booking-engine .inner-block-calendar {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  padding: 0 20px 20px 20px;
}

.cpt-booking-engine .inner-block-calendar .txt {
  color: #3567f6;
  font-size: 18px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  margin: 0 0 10px;
  display: none;
}

.cpt-booking-engine .inner-block-calendar .txt span {
  text-transform: none;
}

.cpt-booking-engine .inner-block-calendar .txt a {
  color: #3567f6;
  text-decoration: underline;
  text-transform: none;
}

.cpt-booking-engine .inner-block-calendar .city-label {
  color: #1b115c;
  font-size: 16px;
}

.cpt-booking-engine .select-wrap {
  margin: 16px 0;
}

.cpt-booking-engine .select-wrap label {
  color: #1b115c;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  margin-block-end: 9px;
  display: block;
}

.cpt-booking-engine .select-wrap select {
  border: 1px solid #d9d9d9;
  inline-size: 100%;
  block-size: 45px;
  background-color: #fff;
  color: #1b115c;
  font-size: 16px;
  border-radius: 8px;
  padding-inline: 16px 21px;
  outline: 0 none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAA7klEQVR4nO3SsYqDQBDG8X92DYitVj6G+Agptgq+66AIAd8jBtJkIQiyRSoXxE11B3eJgTtSXHFfOzM/GPg2IYTAG6LegfxDv4COxyNN0+CcWz1wztE0DX3fr0On0wlrLSLCOI4PyDiOiAjWWs7n8zpUliVKKbz3iAjDMHzOhmFARPDeo5SiKIov0OZ7IS+XC13X4b0niiKMMQC0bcs8z8RxzG63I8/z1xDA9XqlrmuWZUFrTQiBZVnYbrfs93vSNH14+yn0gR0OB6ZpAiBJEowxZFn2bH0dArjdbogIWmuqqiKO47XV19BP8veafQeOoXjtu+ji8gAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}

.cpt-booking-engine .select-wrap select option {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cpt-booking-engine .select-wrap select:focus-visible {
  box-shadow: inherit;
  outline-offset: 0;
}

.cpt-booking-engine .select-wrap.disabled {
  pointer-events: none;
}

.cpt-booking-engine .select-wrap.disabled select {
  background-color: #e6e6e6;
  background-image: none;
}

.cpt-booking-engine .select-wrap.XXX {
  display: none;
}

.cpt-booking-engine .slider-item {
  text-align: center;
}

.cpt-booking-engine .slider-item span {
  display: block;
}

.cpt-booking-engine .calendar-block .calendar-title {
  color: #1b115c;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  margin-block-end: 9px;
  display: block;
}

.cpt-booking-engine .booking-calendar {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
}

.cpt-booking-engine .age-children-selection .label {
  color: #1b115c;
  font-size: 16px;
}

.cpt-booking-engine .age-children-selection .label sup {
  font-size: 11px;
}

.cpt-booking-engine .age-children-selection .select-wrap {
  padding: 0;
  margin: 4px 0;
}

.cpt-booking-engine .age-children-selection .select-wrap .select-wrap {
  margin: 0;
}

.cpt-booking-engine .age-children-selection .select-wrap:first-child .select-wrap .select {
  border-radius: 8px 0 0 8px;
}

.cpt-booking-engine .age-children-selection .select-wrap:nth-child(2) .select-wrap .select {
  border-inline: 0 none;
  border-radius: 0;
}

.cpt-booking-engine .age-children-selection .select-wrap:last-child .select-wrap .select {
  border-radius: 0 8px 8px 0;
}

.cpt-booking-engine .age-children-selection .row {
  margin-inline: 0;
}

.cpt-booking-engine .button-wrap {
  margin: 15px 0 0;
}

.cpt-booking-engine .button-wrap .elem-button-primary {
  inline-size: 100%;
  block-size: 44px;
  background-color: #3567f6;
  font-size: 16px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border-radius: 22px;
  border: 0 none;
  padding: 3px 0;
}

.cpt-booking-engine .button-wrap .elem-button-primary span {
  color: #fff;
}

.cpt-booking-engine .button-wrap .elem-button-primary.disabled {
  background-color: #ababab;
  color: #000;
  cursor: not-allowed;
}

.cpt-booking-engine .label-price-type label {
  display: block;
}

.cpt-booking-engine .booking-button-information {
  color: #000;
  font-size: 12px;
  text-align: center;
  margin-block-start: 17px;
}

.cpt-booking-engine .passenger-error {
  color: #e00042;
}

.cpt-booking-engine .room-container .room .travelers .select-wrap:nth-child(2) label {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.cpt-booking-engine .room-container .room .travelers .select-wrap:nth-child(2) label:after {
  color: #1b115c;
  font-size: 12px;
  display: inline-flex;
  content: "(avant 17 ans)";
}

.booking-phone .button-wrap {
  display: none;
}

#stickyBtn.booking-phone {
  display: none;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-booking-engine {
    min-block-size: 627px;
    margin-block-end: 35px;
  }
  .cpt-booking-engine .inner-block-calendar {
    border-radius: 0 0 16px 16px;
  }
  .cpt-booking-engine .button-wrap .elem-button-primary {
    block-size: 44px;
    font-size: 18px;
    border-radius: 22px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, transform 160ms ease-out, filter 160ms ease-out;
  }
  .cpt-booking-engine .button-wrap .elem-button-primary:hover {
    background-color: #0039dd;
    transform: translateY(-1px);
    filter: brightness(1.03);
  }
}

/**
 * BOOKING INFORMATION - TUI
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-information {
  border: 1px solid #eaeaea;
  background-color: #f6f6f6;
  border-radius: 16px;
  padding: 16px;
  margin-block: 32px;
}

.cpt-booking-information .title {
  color: #000;
  font-size: 20px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  margin: 0;
}

.cpt-booking-information .elem-image {
  max-inline-size: 300px;
  margin: 16px auto 10px;
}

.cpt-booking-information .elem-image img {
  background-color: transparent;
}

.cpt-booking-information .booking-ref-wrap,
.cpt-booking-information .booking-code-wrap {
  margin-block-start: 16px;
}

.cpt-booking-information .booking-ref-wrap .booking-ref,
.cpt-booking-information .booking-ref-wrap .booking-code,
.cpt-booking-information .booking-code-wrap .booking-ref,
.cpt-booking-information .booking-code-wrap .booking-code {
  border: 1px dashed #bcbcbc;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  font: 600 20px "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border-radius: 8px;
  font-size: 20px;
  padding: 8px;
  overflow: hidden;
}

.cpt-booking-information .booking-ref-wrap .booking-ref .txt,
.cpt-booking-information .booking-ref-wrap .booking-code .txt,
.cpt-booking-information .booking-code-wrap .booking-ref .txt,
.cpt-booking-information .booking-code-wrap .booking-code .txt {
  font-weight: 400;
  font: 400 14px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cpt-booking-information .booking-code-wrap {
  margin-block-end: 0;
}

.cpt-booking-information .booking-button-information {
  font-size: 12px;
  text-align: center;
  padding: 0 0 10px;
  z-index: 4;
  position: relative;
}

.cpt-booking-information .booking-button-information br {
  display: none;
}

.cpt-booking-information .booking-information-schedule {
  color: #404040;
  text-align: center;
  font-size: 12px;
  padding-inline: 68px;
}

.cpt-booking-information .booking-information-number {
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  padding: 12px;
  overflow: hidden;
  margin: 10px 0 15px;
}

.booking-phone .booking-button-information {
  display: none;
}

/**
 * CONTACT - TUI
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-contact {
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #a11380;
  border: 1px solid #d5d5d5;
  margin-bottom: 30px;
  margin-right: 0;
  padding: 30px 25px;
  position: relative;
}

.cpt-contact a {
  color: #fff;
  text-decoration: underline;
}

.cpt-contact .elem-icon-wrap {
  margin-right: 20px;
}

.cpt-contact .elem-icon-wrap .elem-icon, .cpt-contact .elem-icon-wrap .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-contact .elem-icon-wrap .title-tab:before, .cpt-contact .elem-icon-wrap .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-contact .elem-icon-wrap .title-tab:before {
  font-size: 34px;
}

.cpt-contact .title {
  font-size: 16px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  margin-bottom: 10px;
}

.cpt-contact .info {
  color: #323232;
  font-size: 12px;
  margin-bottom: 18px;
  text-align: center;
}

.cpt-contact .phone {
  margin-bottom: 20px;
}

.cpt-contact .phone .elem-image img {
  background-color: transparent;
}

.cpt-contact .hours {
  color: #878787;
  font-size: 10px;
  margin-top: 20px;
  text-align: center;
}

/**
 * EASY VOYAGE NOTE - TUI
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-easy-voyage-note {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.cpt-easy-voyage-note .ev-logo {
  inline-size: 53px;
  block-size: 25px !important;
  position: relative;
}

.cpt-easy-voyage-note .ev-note {
  inline-size: 44px;
  block-size: 25px;
  background-color: #fff;
  font-size: 12px;
  color: #084f6a;
  padding: 6px;
  border: 1px solid #084f6a;
}

.cpt-easy-voyage-note .elem-button--default {
  position: absolute;
  top: -7px;
  right: -8px;
  inline-size: 14px;
  block-size: 14px;
  background-color: #d40e14;
  font-size: 9px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
}

.cpt-easy-voyage-note .ev-tooltip {
  position: absolute;
  bottom: 44px;
  left: 10px;
  background-color: #fff;
  font-size: 9px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
  box-shadow: 0 0 10px #333;
  width: 230px;
  padding: 6px;
  display: none;
}

.cpt-easy-voyage-note .ev-tooltip:after {
  position: absolute;
  bottom: -8px;
  left: 80px;
  inline-size: 0;
  block-size: 0;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.cpt-easy-voyage-note .tooltip-wrap:hover .ev-tooltip {
  display: block;
}

/**
 * LOGO PARTNER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-logo-partner {
  border: 1px solid #eaeaea;
  max-block-size: 80px;
  background-color: #fff;
  border-radius: 12px;
  padding: 8px 9px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.cpt-logo-partner .elem-image img {
  inline-size: auto;
  block-size: 29px;
  margin: auto;
  object-fit: inherit;
}

/**
 * DESTINATION INFORMATION - TUI
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-destination-information {
  background: #fafafa;
  margin-right: 0;
  padding: 0 20px 10px;
  border: 1px solid #ededed;
  position: relative;
}

.cpt-destination-information .title {
  color: #1b115c;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.cpt-destination-information .edito-desti {
  color: #606060;
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 20px;
  padding: 0 !important;
}

/**
 * CROSS SALE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-cross-sale {
  margin-block: 40px;
}

.cpt-cross-sale .main-title {
  color: #000;
  font-size: 24px;
  font-family: "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0 10px 20px;
}

.cpt-cross-sale .cpt-diaporama {
  margin-block-end: 50px;
}

.cpt-cross-sale .cross-item {
  block-size: 200px;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
}

.cpt-cross-sale .cross-item .title {
  block-size: 30px;
  background-color: #1b115c;
  color: #fff;
  font-size: 14px;
  border-radius: 12px 12px 0 0;
  padding: 9px 20px 7px;
}

.cpt-cross-sale .cross-item .image-wrap {
  inline-size: 100%;
  block-size: 170px;
  position: relative;
}

.cpt-cross-sale .cross-item .image-wrap .sub-title {
  position: absolute;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  color: #333;
  padding: 7px 10px;
  z-index: 1;
}

.cpt-cross-sale .cross-item .image-wrap .sub-title .ellipsis {
  min-height: 16px;
}

.cpt-cross-sale .cross-item .image-wrap .elem-image {
  inline-size: 100%;
  block-size: 170px;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.cpt-cross-sale .cross-item .elem-button--default {
  position: absolute;
  right: 20px;
  bottom: 0;
  background-color: #3567f6;
  border-radius: 0 0 12px;
  padding: 6px 10px;
}

.cpt-cross-sale .cross-item .elem-button--default a {
  font-size: 12px;
  font-weight: 400 !important;
  color: #fff;
}

.cpt-cross-sale .cross-item .elem-button--default:hover {
  border: 1px solid #0039dd;
  background-color: #0039dd;
}

.cpt-cross-sale .legacy {
  font-size: 10px;
  color: #999;
  margin: 10px 15px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-cross-sale .cross-item {
    padding: 0 15px;
  }
  .cpt-cross-sale .cross-item .image-wrap .elem-image img {
    transform: scale(1);
  }
  .cpt-cross-sale .cross-item .elem-button--default {
    position: absolute;
    right: 15px;
    bottom: 0;
  }
  .cpt-cross-sale .cross-item:hover .image-wrap .elem-image img {
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-cross-sale {
    margin: 40px -15px;
  }
  .cpt-cross-sale .cpt-diaporama {
    display: flex;
    margin-block-end: 10px;
  }
}

/**
 * FOOTER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-footer {
  background-color: #f2f2f2;
  color: #1b115c;
  position: relative;
}

.cpt-footer .h3-style {
  color: #1b115c;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  margin-block-end: 20px;
}

.cpt-footer .input-style {
  border: 1px solid #b9b9b9;
  inline-size: 100%;
  block-size: 40px;
  background-color: #fff;
  color: #4c4c4c;
  font-size: 16px;
  border-radius: 3px;
  padding: 0 10px;
}

.cpt-footer .input-style::placeholder {
  color: #4c4c4c;
}

.cpt-footer .footer-wrap {
  padding: 20px 15px;
}

.cpt-footer .footer-wrap .footer-social-network .links-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cpt-footer .footer-wrap .footer-social-network .icon-wrap {
  inline-size: 40px;
  block-size: 40px;
  border: 2px solid #092a5e;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-footer .footer-wrap .footer-social-network .icon-wrap img {
  inline-size: 26px;
  block-size: 26px;
  object-fit: none;
}

.cpt-footer .footer-links {
  padding: 20px 15px;
  margin-block-start: 20px;
}

.cpt-footer .footer-links .links-wrap {
  margin-block-start: 10px;
}

.cpt-footer .footer-links .links-wrap:first-child {
  margin-block-start: 0;
}

.cpt-footer .footer-links .links-wrap.open .main-title .elem-icon, .cpt-footer .footer-links .links-wrap.open .main-title .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-footer .footer-links .links-wrap.open .main-title .title-tab:before, .cpt-footer .footer-links .links-wrap.open .main-title .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-footer .footer-links .links-wrap.open .main-title .title-tab:before {
  transform: rotate(-90deg);
}

.cpt-footer .footer-links .links-wrap .main-title {
  color: #1b115c;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cpt-footer .footer-links .links-wrap .main-title .elem-icon, .cpt-footer .footer-links .links-wrap .main-title .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-footer .footer-links .links-wrap .main-title .title-tab:before, .cpt-footer .footer-links .links-wrap .main-title .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-footer .footer-links .links-wrap .main-title .title-tab:before {
  font-size: 15px;
  transform: rotate(90deg);
}

.cpt-footer .footer-links .links-wrap .main-title .links-style {
  color: #1b115c;
}

.cpt-footer .footer-links .links-wrap .links-content {
  display: none;
}

.cpt-footer .footer-links .links-wrap .links-content .links {
  block-size: 20px;
  margin-block-start: 5px;
}

.cpt-footer .footer-links .link-style {
  color: #1b115c;
  font-size: 18px;
  line-height: 18px;
}

.cpt-footer .footer-payments {
  padding: 20px 15px;
  margin-block-start: 20px;
}

.cpt-footer .footer-payments .image-links-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cpt-footer .footer-payments .image-links-wrap img {
  block-size: 40px;
}

.cpt-footer .footer-baseline {
  background-color: #70cbf4;
  margin-block-start: 20px;
  padding: 20px 15px;
}

.cpt-footer .footer-baseline .baseline-title {
  color: #1b115c;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  display: block;
}

.cpt-footer .footer-baseline .logo-small {
  position: relative;
  top: -6px;
  inline-size: 67px;
  block-size: 28px;
  background-image: none;
  max-inline-size: 100%;
  block-size: auto;
  margin-inline: 2px 6px;
  vertical-align: middle;
  display: inline-flex;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-footer .input-style {
    inline-size: auto;
    min-inline-size: 200px;
  }
  .cpt-footer .footer-wrap .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cpt-footer .footer-wrap .footer-social-network {
    border-block-start: 0 none;
  }
  .cpt-footer .footer-wrap .footer-social-network .icon-wrap:hover {
    background-color: #1b115c;
  }
  .cpt-footer .footer-wrap .footer-social-network .icon-wrap:hover .svg-style,
  .cpt-footer .footer-wrap .footer-social-network .icon-wrap:hover .path-style {
    fill: #fff;
  }
  .cpt-footer .footer-links .container {
    display: table;
  }
  .cpt-footer .footer-links .links-wrap {
    margin-block-start: 0;
    display: table-cell;
  }
  .cpt-footer .footer-links .links-wrap .main-title .elem-icon, .cpt-footer .footer-links .links-wrap .main-title .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-footer .footer-links .links-wrap .main-title .title-tab:before, .cpt-footer .footer-links .links-wrap .main-title .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-footer .footer-links .links-wrap .main-title .title-tab:before {
    display: none;
  }
  .cpt-footer .footer-links .links-wrap .links-content {
    display: block !important;
  }
  .cpt-footer .footer-links .link-style:hover {
    color: #288ad6;
    text-decoration: underline;
  }
  .cpt-footer .footer-payments .h3-style {
    font-size: 24px;
  }
  .cpt-footer .footer-baseline .baseline-title {
    font-size: 24px;
  }
  .cpt-footer .footer-baseline .logo-small {
    inline-size: 80px;
    block-size: 35px;
    margin-inline: 4px 12px;
  }
}

/**
 * COOKIE INFO
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-cookie-info {
  background-color: #000;
  margin: 0 auto;
  width: 100%;
  min-height: 52px;
  position: fixed;
  bottom: 0;
  z-index: 261;
}

.cpt-cookie-info .inner-cookie-info {
  color: #fff;
  font: 10px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  line-height: 17px;
  margin: 0;
  padding: 10px 15%;
}

.cpt-cookie-info .inner-cookie-info .cookie-link {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}

.cpt-cookie-info .x-cross {
  position: absolute;
  top: 10px;
  right: 5%;
}

.cpt-cookie-info .x-cross .close {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.cpt-cookie-info .x-cross .close .elem-icon-wrap {
  font-family: "tui icons";
  color: #000;
  background-color: #fff;
  margin: 0 auto 3px;
  width: 15px;
  height: 15px;
  display: block;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-cookie-info .x-cross {
    position: absolute;
    top: 10px;
    right: 1%;
  }
}

/**
 * OFFERS
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-offers {
  color: #1b115c;
  margin-bottom: 20px;
  position: relative;
}

.cpt-offers .d-flex {
  flex-direction: column;
}

.cpt-offers .elem-image {
  inline-size: 100%;
  block-size: auto;
  margin: 0 0 20px;
  padding: 0;
}

.cpt-offers .elem-image img {
  inline-size: 100%;
  block-size: 100%;
  vertical-align: top;
  object-fit: cover;
}

.cpt-offers .txt-wrap {
  color: #1b115c;
  text-align: center;
}

.cpt-offers .h3-style {
  font-size: 20px;
  font-weight: bold;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-offers .d-flex {
    flex-direction: column;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-offers .d-flex {
    flex-direction: row;
  }
  .cpt-offers .elem-image {
    inline-size: auto;
    block-size: 170px;
    margin: 0 25px 0 0;
    min-width: 300px;
    max-width: 300px;
  }
  .cpt-offers .txt-wrap {
    text-align: left;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-offers .elem-image {
    height: 200px;
  }
}

/**
 * INCLUDE PRICE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-include-price {
  border: 1px solid #EDEEF3;
  background-color: #FAFAFA;
  color: #293847;
  padding: 0 20px 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

.cpt-include-price .h4-style {
  font-size: 16px;
  font-weight: bold;
}

.cpt-include-price .item {
  margin-bottom: 5px;
}

/**
 * CONDITION
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-condition {
  border: 1px solid #EDEEF3;
  background-color: white;
  color: #1b115c;
  padding: 0 20px 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

.cpt-condition .h4-style {
  font-size: 16px;
  font-weight: bold;
}

.cpt-condition .item {
  margin-bottom: 5px;
}

.cpt-condition .item .txt-wrap {
  max-height: 154px;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease-in-out;
}

.cpt-condition .item .txt-wrap:after {
  inline-size: 100%;
  block-size: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, white 100%);
  content: "";
}

.cpt-condition .item .txt-wrap.open {
  max-height: inherit;
}

.cpt-condition .item .txt-wrap.open:after {
  height: 0;
}

.cpt-condition .link-style {
  margin-top: 5px;
  color: #1b115c;
  text-decoration: underline;
  cursor: pointer;
  display: block;
}

/**
 * ITEM PRODUCT CONTENT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-item-product-content {
  color: #1b115c;
  padding-bottom: 5px;
}

.cpt-item-product-content .elem-image {
  inline-size: 100%;
  block-size: 170px;
  margin: 0 0 10px;
  padding: 0;
}

.cpt-item-product-content .elem-image img {
  inline-size: 100%;
  block-size: 100%;
  vertical-align: top;
  object-fit: cover;
}

.cpt-item-product-content .h3-style {
  text-transform: none !important;
  border-bottom: 0 none !important;
}

.cpt-item-product-content .txt {
  font-size: 14px !important;
  line-height: 22px !important;
  margin: 0 0 15px !important;
}

.cpt-item-product-content .item {
  margin-bottom: 33px;
  flex-direction: column;
}

.cpt-item-product-content .item .txt {
  margin: 0 !important;
}

.cpt-item-product-content .item .txt-wrap .label {
  font-weight: bold;
  margin: 3px 0 9px;
}

.cpt-item-product-content .item .information {
  color: #208FFF;
  text-decoration: underline;
  display: block;
}

.cpt-item-product-content .cap {
  margin-bottom: 30px;
}

.cpt-item-product-content .cap .txt {
  font-size: 16px !important;
}

.tips-magic .cpt-item-product-content .elem-image {
  max-height: 90px;
  min-width: inherit;
  max-width: inherit;
}

.tips-magic .cpt-item-product-content .elem-image img {
  width: auto;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-item-product-content .item {
    margin-bottom: 25px;
    flex-direction: column;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-item-product-content .elem-image {
    inline-size: auto;
    block-size: 170px;
    margin: 0 25px 0 0;
    min-width: 300px;
    max-width: 300px;
  }
  .cpt-item-product-content .item {
    margin-bottom: 25px;
    flex-direction: row;
  }
  .cpt-item-product-content .item .txt-wrap .label {
    margin: 10px 0 13px;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-item-product-content .elem-image {
    height: 200px;
  }
}

/**
 * VIDEO WRAP
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-video-wrap {
  margin: 0;
  text-align: center;
  position: relative;
}

.cpt-video-wrap iframe {
  inline-size: 100% !important;
  block-size: 199px !important;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-video-wrap {
    margin: 25px 0;
  }
  .cpt-video-wrap iframe {
    inline-size: 100% !important;
    block-size: 220px !important;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-video-wrap {
    margin: 40px 0;
  }
  .cpt-video-wrap iframe {
    inline-size: 560px !important;
    block-size: 315px !important;
  }
}

/**
 * POPIN LOADER BP
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-popin-loader-bp {
  position: fixed;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  z-index: 11;
}

.cpt-popin-loader-bp .message-wrapper {
  position: absolute;
  top: 120px;
  left: 50%;
  inline-size: 300px;
  block-size: 250px;
  padding: 30px;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.cpt-popin-loader-bp .message-wrapper .message-txt {
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
  color: #1b115c;
  text-align: center;
  text-wrap: balance;
}

.cpt-popin-loader-bp .overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  background: rgba(112, 203, 244, 0.9);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.9), rgba(112, 203, 244, 0.9));
  backdrop-filter: blur(2px);
}

.cpt-popin-loader-bp .logo-style {
  position: absolute;
  top: 130%;
  left: 50%;
  inline-size: auto;
  block-size: 100px;
  transform: translate(-50%, -50%);
}

.cpt-popin-loader-bp .logo-style img {
  object-fit: contain;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-popin-loader-bp .message-wrapper {
    position: absolute;
    top: 30%;
    left: 50%;
    inline-size: 710px;
    block-size: auto;
  }
  .cpt-popin-loader-bp .message-wrapper .message-txt {
    font-size: 40px;
    line-height: 42px;
    text-shadow: 1px 1px 1px white;
  }
}

/**
 * POPIN CONTACT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-popin-contact {
  /* - */
}

/**
 * OVERLAY
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-overlay {
  position: fixed;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-overlay {
    background: transparent;
  }
}

/**
 *  ORX ACCORDION
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-orx-accordion {
  margin: 0 -15px;
  padding: 0;
  position: relative;
}

.cpt-orx-accordion .orx-accordion-item {
  padding: 0;
  margin: 0;
  border-block-end: 2px solid #ededed;
}

.cpt-orx-accordion .orx-accordion-mask {
  block-size: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.4s cubic-bezier(1, 0.09, 0.54, 0.63);
}

.cpt-orx-accordion .orx-accordion-mask .orx-accordion-content .title-content:first-child {
  margin-block-start: 0;
}

.cpt-orx-accordion .orx-accordion-title {
  block-size: 61px;
  background-color: #f8f8f8;
  color: #1b115c;
  font: 400 18px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 15px;
  display: flex !important;
  align-items: center;
  position: relative;
}

.cpt-orx-accordion .orx-accordion-title .elem-orx-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.cpt-orx-accordion .orx-accordion-title .elem-orx-arrow:before, .cpt-orx-accordion .orx-accordion-title .elem-orx-arrow:after {
  background-color: #8e8e8e;
}

.cpt-orx-accordion .orx-accordion-content {
  padding: 0 25px 25px 25px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-orx-accordion .orx-accordion-mask {
    block-size: auto !important;
    overflow: visible;
    inline-size: 100%;
  }
  .cpt-orx-accordion .orx-accordion-title {
    display: none !important;
    border-block-end: 0 none;
  }
  .cpt-orx-accordion .orx-accordion-item {
    border-block-end: 0 none;
  }
  .cpt-orx-accordion .orx-accordion-content {
    padding: 30px 25px 25px;
  }
}

/**
 * BOOKING RICH
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-rich {
  margin-right: 0;
  margin-bottom: 20px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.cpt-booking-rich .cpt-booking-sidebar {
  margin: 0;
}

.cpt-booking-rich .cpt-booking-engine {
  margin-bottom: 0;
}

.cpt-booking-rich .cpt-booking-engine .inner-block-calendar {
  background-color: white;
  border: 0 none;
}

.cpt-booking-rich .cpt-booking-engine .form-control {
  background-color: #f8f8f8;
  border-radius: 5px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-booking-rich {
    margin-right: 15px;
  }
}

/**
 * BOOKING TYPE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-type {
  position: relative;
}

.cpt-booking-type .tab {
  background-color: #1b115c;
  color: white;
  font-size: 12px;
  font-weight: 400;
  width: 50%;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.cpt-booking-type .tab.selected {
  background-color: white;
  color: #1b115c;
}

.cpt-booking-type .tab.selected.tab-left {
  border-radius: 6px 6px 0 0;
}

.cpt-booking-type .tab.selected.tab-right {
  border-radius: 6px 6px 0 6px;
}

.cpt-booking-type .tab.selected .price strong {
  color: #3567f6;
}

.cpt-booking-type .tab.tab-left {
  border-radius: 6px 6px 6px 0;
}

.cpt-booking-type .tab.tab-right {
  border-radius: 6px 6px 0 6px;
}

.cpt-booking-type .tab .label {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6px;
  font-weight: 600;
}

.cpt-booking-type .tab .price strong {
  color: white;
  font-size: 22px;
  font-weight: 700;
}

.cpt-booking-type:before {
  position: absolute;
  bottom: 0;
  left: 0;
  inline-size: 100%;
  block-size: 20px;
  background-color: white;
  content: "";
  z-index: 1;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
/**
 * SERVICES
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-services {
  /* - */
}

/**
 * BOOKING SKELETON
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-skeleton {
  position: relative;
}

.cpt-booking-skeleton .booking-skeleton-inner {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  padding: 0 20px 20px 20px;
  border-radius: 0 0 16px 16px;
}

.cpt-booking-skeleton .skeleton-element, .cpt-booking-skeleton .skeleton-label, .cpt-booking-skeleton .skeleton-select .skeleton-input, .cpt-booking-skeleton .skeleton-month-slider .skeleton-arrow, .cpt-booking-skeleton .skeleton-month-slider .skeleton-months .skeleton-month, .cpt-booking-skeleton .skeleton-dates-container .skeleton-month-label, .cpt-booking-skeleton .skeleton-dates-container .skeleton-dates-grid .skeleton-date-card, .cpt-booking-skeleton .skeleton-travelers .skeleton-traveler-select .skeleton-label, .cpt-booking-skeleton .skeleton-travelers .skeleton-traveler-select .skeleton-input, .cpt-booking-skeleton .skeleton-button .skeleton-btn {
  background-color: rgba(27, 17, 92, 0.06);
  border-radius: 8px;
  animation: pulse 1.3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cpt-booking-skeleton .skeleton-label {
  inline-size: 140px;
  block-size: 22px;
  margin-block-end: 9px;
  border-radius: 4px;
}

.cpt-booking-skeleton .skeleton-select {
  margin: 16px 0;
}

.cpt-booking-skeleton .skeleton-select .skeleton-input {
  inline-size: 100%;
  block-size: 45px;
}

.cpt-booking-skeleton .skeleton-month-slider {
  margin-block-end: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.cpt-booking-skeleton .skeleton-month-slider .skeleton-arrow {
  inline-size: 32px;
  block-size: 32px;
  border-radius: 50%;
  flex-shrink: 0;
}

.cpt-booking-skeleton .skeleton-month-slider .skeleton-months {
  display: flex;
  gap: 8px;
  flex: 1;
  justify-content: center;
}

.cpt-booking-skeleton .skeleton-month-slider .skeleton-months .skeleton-month {
  inline-size: 73px;
  block-size: 38px;
}

.cpt-booking-skeleton .skeleton-dates-container {
  text-align: center;
}

.cpt-booking-skeleton .skeleton-dates-container .skeleton-month-label {
  inline-size: 120px;
  block-size: 18px;
  margin-block-end: 16px;
  border-radius: 4px;
  display: inline-flex;
}

.cpt-booking-skeleton .skeleton-dates-container .skeleton-dates-grid {
  margin-block-end: 20px;
  display: grid;
  gap: 12px;
}

.cpt-booking-skeleton .skeleton-dates-container .skeleton-dates-grid .skeleton-date-card {
  height: 80px;
  border-radius: 8px;
}

.cpt-booking-skeleton .skeleton-travelers {
  margin-block-start: 16px;
  display: flex;
  gap: 12px;
}

.cpt-booking-skeleton .skeleton-travelers .skeleton-traveler-select {
  flex: 1;
}

.cpt-booking-skeleton .skeleton-travelers .skeleton-traveler-select .skeleton-label {
  inline-size: 80px;
  block-size: 20px;
  margin-block-end: 9px;
  border-radius: 4px;
}

.cpt-booking-skeleton .skeleton-travelers .skeleton-traveler-select .skeleton-input {
  inline-size: 100%;
  block-size: 45px;
}

.cpt-booking-skeleton .skeleton-button {
  margin-block-start: 15px;
}

.cpt-booking-skeleton .skeleton-button .skeleton-btn {
  inline-size: 100%;
  block-size: 44px;
  border-radius: 22px;
}

/** ----------------------------------------------------------------
 * ANIMATIONS
 */
@keyframes pulse {
  0%, 100% {
    background-color: rgba(27, 17, 92, 0.06);
    opacity: 1;
  }
  50% {
    background-color: rgba(27, 17, 92, 0.03);
    opacity: 0.95;
  }
}

/**
 * GALLERY
 *
 * $type component
 */
/**
 * SWIPER
 *
 * @type vendor
 */
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled
.swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-gallery {
  margin-block: 25px;
  position: relative;
}

.cpt-gallery .swiper-button-prev,
.cpt-gallery .swiper-button-next,
.cpt-gallery .swiper-pagination-bullet,
.cpt-gallery .open-gallery-popin,
.cpt-gallery .open-gallery-popin-btn {
  outline: none !important;
  user-select: none;
}

.cpt-gallery .swiper-button-prev:focus, .cpt-gallery .swiper-button-prev:active,
.cpt-gallery .swiper-button-next:focus,
.cpt-gallery .swiper-button-next:active,
.cpt-gallery .swiper-pagination-bullet:focus,
.cpt-gallery .swiper-pagination-bullet:active,
.cpt-gallery .open-gallery-popin:focus,
.cpt-gallery .open-gallery-popin:active,
.cpt-gallery .open-gallery-popin-btn:focus,
.cpt-gallery .open-gallery-popin-btn:active {
  outline: none !important;
}

.cpt-gallery .swiper-pagination-bullet {
  border-radius: 35px;
}

.cpt-gallery .gallery-mobile .gallery-mobile-image-wrapper {
  position: relative;
}

.cpt-gallery .gallery-mobile .gallery-mobile-image-wrapper .gallery-img {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  inline-size: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.cpt-gallery .gallery-mobile .gallery-mobile-image-wrapper .button-style {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #fff;
  display: flex;
  border-radius: 16px;
  align-items: center;
  gap: 8px;
  padding: 2px 10px;
  line-height: 24px;
}

.cpt-gallery .gallery-mobile .gallery-mobile-image-wrapper .button-style svg {
  fill: #1b115c;
  flex-shrink: 0;
}

.cpt-gallery .gallery-mobile .gallery-mobile-image-wrapper .button-style .gallery-count {
  color: #1b115c;
  font-size: 14px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cpt-gallery .gallery-mobile .gallery-mobile-image-wrapper .button-style:hover path {
  fill: #fff;
}

.cpt-gallery .cpt-popin-gallery-swiper {
  position: fixed;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  z-index: 20;
}

.cpt-gallery .cpt-popin-gallery-swiper .overlay-gallery {
  position: fixed;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
}

.cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  inline-size: 92vw;
  block-size: auto;
  transform: translate(-50%, -50%);
  z-index: 101;
}

.cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .elem-button--x-cross {
  position: absolute;
  top: -174px;
  right: 10px;
  inline-size: 50px;
  block-size: 50px;
  background-color: #3567f6;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 35px;
  padding: 0;
  z-index: 3;
  transition: all 0.2s ease-in-out;
}

.cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .swiper-button-prev,
.cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .swiper-button-next {
  inline-size: 35px;
  block-size: 35px;
  background-color: #fff;
  color: #3567f6;
  border-radius: 50%;
}

.cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .swiper-button-prev:after,
.cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .swiper-button-next:after {
  font-size: 16px;
  font-family: "tui icons";
  content: "3";
}

.cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .swiper-button-prev:after {
  content: "4";
}

.cpt-gallery .cpt-popin-gallery-swiper .gallery-counter {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 7px;
  left: auto;
  font-size: 16px;
  padding: 7px 16px;
  z-index: 4;
}

.cpt-gallery .cpt-popin-gallery-swiper .gallery-thumbs-swiper {
  display: none;
}

.cpt-gallery .gallery-counter {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(27, 17, 92, 0.1);
  backdrop-filter: blur(3px);
  color: #fff;
  padding: 6px 12px;
  border-radius: 35px;
  font-size: 14px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-shadow: 1px 1px 4px rgba(27, 17, 92, 0.8);
  z-index: 3;
}

.cpt-gallery .gallery-counter .counter-current,
.cpt-gallery .gallery-counter .counter-total {
  font-family: "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY - DESKTOP
 */
@media only screen and (min-width: 992px) {
  .cpt-gallery .gallery-desktop {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  .cpt-gallery .gallery-desktop .gallery-item {
    inline-size: calc((100% / 3) - 10px);
  }
  .cpt-gallery .gallery-desktop .gallery-item .gallery-img {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    inline-size: 100%;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
  }
  .cpt-gallery .cpt-popin-gallery-swiper {
    position: fixed;
    top: 0;
    left: 0;
    inline-size: 100%;
    block-size: 100%;
    z-index: 110;
  }
  .cpt-gallery .cpt-popin-gallery-swiper.d-block {
    display: block !important;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .overlay-gallery {
    position: fixed;
    top: 0;
    left: 0;
    inline-size: 100%;
    block-size: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    inline-size: 80vw;
    block-size: 80vh;
    transform: translate(-50%, -50%);
    z-index: 101;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .elem-button--x-cross {
    position: absolute;
    top: 10px;
    right: 10px;
    inline-size: 50px;
    block-size: 50px;
    background-color: #3567f6;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 35px;
    padding: 0;
    z-index: 3;
    transition: all 0.2s ease-in-out;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .elem-button--x-cross:hover {
    background-color: #0039dd;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .elem-button--x-cross .elem-icon-wrap {
    block-size: 100%;
    display: block;
    position: relative;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .elem-button--x-cross .elem-icon-wrap .elem-icon, .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .elem-button--x-cross .elem-icon-wrap .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .elem-button--x-cross .elem-icon-wrap .title-tab:before, .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .elem-button--x-cross .elem-icon-wrap .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .elem-button--x-cross .elem-icon-wrap .title-tab:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-thumbs-swiper {
    display: flex;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-counter {
    position: absolute;
    top: auto;
    right: 110px;
    bottom: 170px;
    left: auto;
    font-size: 16px;
    padding: 15px 16px;
    z-index: 4;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper {
    inline-size: 100%;
    block-size: calc(100% - 120px);
    position: relative;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .swiper-wrapper {
    block-size: 100%;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .swiper-slide img {
    max-inline-size: 100%;
    max-block-size: 100%;
    object-fit: contain;
    border-radius: 8px;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .swiper-button-prev,
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .swiper-button-next {
    inline-size: 50px;
    block-size: 50px;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .swiper-button-prev:after,
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .swiper-button-next:after {
    font-size: 20px;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .swiper-button-prev:hover,
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .swiper-button-next:hover {
    background-color: #f2f2f2;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .gallery-pagination {
    position: absolute;
    bottom: 10px;
    left: 20px;
    inline-size: auto;
    text-align: left;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .gallery-pagination .swiper-pagination-bullet {
    inline-size: 8px;
    block-size: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 4px;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-main-swiper .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    inline-size: 24px;
    border-radius: 4px;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-thumbs-swiper {
    inline-size: 100%;
    block-size: 100px;
    margin-block-start: 10px;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-thumbs-swiper .swiper-wrapper {
    block-size: 100%;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-thumbs-swiper .swiper-slide {
    inline-size: 100px;
    block-size: 100px;
    opacity: 0.4;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    transition: opacity 0.3s ease;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-thumbs-swiper .swiper-slide img {
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-thumbs-swiper .swiper-slide.swiper-slide-thumb-active {
    border: #fff solid 2px;
    opacity: 1;
  }
  .cpt-gallery .cpt-popin-gallery-swiper .gallery-wrap .gallery-thumbs-swiper .swiper-slide:hover {
    opacity: 0.8;
  }
}

/**
 * PRODUCT DESCRIPTION TAB CONTENT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.tab-content .deck-wrap .select-custom-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tab-content .deck-wrap .select-custom-wrap .deck-title {
  font-weight: 700;
}

.tab-content .deck-wrap .select-custom-wrap .deck-select-wrap {
  inline-size: 100%;
}

.tab-content .deck-wrap .select-custom-wrap .deck-select-wrap .deck-select {
  border: 1px solid #e6e6e6;
  inline-size: 100%;
  padding: 8px;
  border-radius: 4px;
}

.tab-content .deck-wrap .deck-image-wrap {
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-block: 20px 40px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .tab-content .deck-wrap .select-custom-wrap {
    align-items: center;
    flex-direction: row;
    gap: 15px;
  }
  .tab-content .deck-wrap .select-custom-wrap .deck-title {
    font-weight: 700;
  }
  .tab-content .deck-wrap .select-custom-wrap .deck-select-wrap {
    inline-size: auto;
  }
  .tab-content .deck-wrap .select-custom-wrap .deck-select-wrap .deck-select {
    border: 1px solid #e6e6e6;
    inline-size: auto;
    padding: 8px;
    border-radius: 4px;
  }
  .tab-content .deck-wrap .select-custom-wrap .deck-image-wrap {
    padding: 15px;
  }
}

/**
 * PRODUCT ROUTE TAB CONTENT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-product-route-tab-content .route-item .route-item-day {
  font-weight: 700;
  font-size: 16px;
  margin-block-end: 6px;
}

.cpt-product-route-tab-content .route-item .route-item-desc {
  font-size: 14px !important;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */

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