@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 BORDER
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN CLAMP
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN FLEX
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * RESET INPUT
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/*
 * MIXIN SCROLLBAR
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN SIZE
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * TRANSFORM
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * TRANSITION
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * USER SELECT
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * 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%;
}

/**
 * VARIABLES
 *
 * $type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/*! DEFAULT CATALOG */
/** ----------------------------------------------------------------
 * COLOR
 */
/** ----------------------------------------------------------------
 * TYPE
 */
/** ----------------------------------------------------------------
 * SPACING
 */
/** ----------------------------------------------------------------
 * 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;
}

/**
 * VARIABLE
 *
 * @type configs
 */
/**
 * 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: "cdiscount icons";
  src: url("https://back-cdiscount.orchestra-platform.com/admin/TS/fckUserFiles/Image/test/fonts/cdiscount-icons.eot?#iefix") format("embedded-opentype"), url("https://back-cdiscount.orchestra-platform.com/admin/TS/fckUserFiles/Image/test/fonts/cdiscount-icons.woff") format("woff"), url("https://back-cdiscount.orchestra-platform.com/admin/TS/fckUserFiles/Image/test/fonts/cdiscount-icons.ttf") format("truetype"), url("https://back-cdiscount.orchestra-platform.com/admin/TS/fckUserFiles/Image/test/fonts/cdiscount-icons.svg#cdiscount icons") format("svg");
  font-style: normal;
  font-weight: 400;
}

/**
 * FORM
 *
 * $type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
input,
select,
textarea {
  font-family: "Montserrat", 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: "Montserrat", Arial, sans-serif;
}

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

a {
  text-decoration: none;
}

.main-layout .container {
  background-color: #fff;
  max-width: 100%;
}

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

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

.main-layout .filter-container {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.main-layout .filter-container.open-panel {
  right: 0;
}

/** ----------------------------------------------------------------
 * PRODUCT
 */
@media only screen and (min-width: 768px) {
  .main-layout .container {
    max-width: 100%;
  }
  .main-layout .main-product {
    max-width: calc(100% - 331px);
    flex: 0 0 calc(100% - 331px);
  }
  .main-layout .aside-product {
    max-width: 316px;
    margin-left: 15px;
    flex: 0 0 316px;
  }
  .main-layout .filter-container {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    transition: inherit;
  }
  .main-layout .filter-container.open-panel {
    right: auto;
  }
}

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

.secondary {
  color: #FF1E3C;
}

.tertiary {
  color: #227cc3;
}

.unused {
  color: #aaa;
}

.bg-primary {
  background-color: #293847;
}

.bg-secondary {
  background-color: #FF1E3C;
}

.bg-tertiary {
  background-color: #227cc3;
}

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

.h1-like {
  font: 700 normal 30.848px "Montserrat", Arial, sans-serif;
  line-height: 1.25;
}

.h2-like {
  font: normal 24px "Montserrat", Arial, sans-serif;
  color: #293847;
  text-transform: uppercase;
  margin: 60px 0 30px;
  position: relative;
}

.h3-like {
  font: normal 16px "Montserrat", Arial, sans-serif;
  line-height: 1.136;
  color: #293847;
}

.h4-like {
  font: normal 16px "Montserrat", Arial, sans-serif;
  line-height: 1.111;
  text-transform: uppercase;
  color: #293847;
  margin: 30px 0 16px;
}

.h5-like {
  font: normal 14px "Montserrat", Arial, sans-serif;
}

.h6-like {
  font: 700 normal 14px "Montserrat", 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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -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: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * 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: #FF1E3C;
  font-weight: 900;
}

/**
 * PRICE LABEL AVANTAGES - MACIF
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-price-label-avantages {
  font-size: 13px;
  font-weight: 900;
  color: #009be1;
}

.elem-price-label-avantages sup {
  font-size: 10px;
  font-weight: 900;
}

/**
 * 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: "cdiscount 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);
}

/**
 * BUTTON
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
[class*="elem-button--"] {
  font: 14px "Montserrat", 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: 2px;
}

[class*="elem-button--"] .arrow {
  background-color: #293847;
  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: transparent;
  color: #9ea0a6;
}

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

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

.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: #161f27;
}

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

.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 #293847;
  background: #293847;
  color: #fff;
}

.elem-button--primary--transparent {
  border: 1px solid transparent;
  background: rgba(10, 45, 130, 0.8);
  color: #fff;
  font-size: 16px;
  padding: 12px;
}

.elem-button--primary--transparent:hover {
  border: 1px solid transparent;
  background: rgba(6, 29, 83, 0.8);
}

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

.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: #161f27;
}

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

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

/** ----------------------------------------------------------------
 * 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-weight: 700;
  font-size: 18px;
}

.btn-huge {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}

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

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

.elem-sticky-btn .btn-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #3fb252;
  text-align: center;
  color: #fff;
  padding: 9px 0;
  font-size: 16px;
}

.elem-sticky-btn .btn-sticky strong {
  font-weight: bold;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .elem-sticky-btn .btn-sticky {
    top: 0;
    bottom: auto;
    left: auto;
  }
}

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

.elem-orx-arrow:before, .elem-orx-arrow:after {
  width: 10px;
  height: 2px;
  background-color: #293847;
  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: #293847;
}

.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 {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

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

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

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

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

.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: #293847;
  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: #FF1E3C;
}

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

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

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

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

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

/**
 * HEADER
 *
 * $type component -- Header generated by cdiscount -- No refactor !
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-header {
  background-color: #293847;
  height: 50px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.cpt-header .logo-wrap {
  width: 150px;
  margin: 4px 0 0;
  display: inline-block;
  position: relative;
}

.cpt-header .logo-wrap .elem-image-wrap {
  position: relative;
  padding: 0;
  margin: 0;
}

.cpt-header .logo-wrap img {
  height: 43px;
  width: 100%;
  vertical-align: top;
  object-fit: cover;
}

.cpt-header .head-top {
  width: 50px;
  position: absolute;
  left: 0;
}

.cpt-header .flex-container-start {
  display: flex;
  padding: 15px 20px 15px 10px;
  position: relative;
  z-index: 99;
}

.cpt-header .flex-container-start.active .header-menu .icon-burger:before {
  transform: translateY(8px) rotate(45deg);
}

.cpt-header .flex-container-start.active .header-menu .icon-burger:after {
  transform: translateY(-9px) rotate(-45deg);
}

.cpt-header .flex-container-start.active .header-menu .icon-burger .middle-bar {
  width: 0;
  left: 50%;
}

.cpt-header .flex-container-start.active .panel-content {
  margin-left: 0;
}

.cpt-header .flex-container-start.active .panel-content .scroll-block,
.cpt-header .flex-container-start.active .panel-content .sub-scroll-block {
  overflow-y: auto;
}

.cpt-header .flex-container-start.active .panel-content .panel-link {
  margin-left: 0;
}

.cpt-header .flex-container-start .header-menu {
  margin-right: 20px;
  /* ICON BURGER */
  position: absolute;
  z-index: 9999;
}

.cpt-header .flex-container-start .header-menu .icon-burger {
  height: 20px;
  width: 20px;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
}

.cpt-header .flex-container-start .header-menu .icon-burger:before, .cpt-header .flex-container-start .header-menu .icon-burger:after {
  height: 2px;
  width: 20px;
  background: #fff;
  display: block;
  content: "";
  transition: all 0.3s;
}

.cpt-header .flex-container-start .header-menu .icon-burger:before {
  position: absolute;
  top: 1px;
  left: 0;
}

.cpt-header .flex-container-start .header-menu .icon-burger:after {
  position: absolute;
  bottom: 0;
  left: 0;
}

.cpt-header .flex-container-start .header-menu .icon-burger .middle-bar {
  height: 2px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.cpt-header .flex-container-start .panel-content {
  text-align: left !important;
  height: 100%;
  width: 320px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  margin-left: -200%;
  z-index: 999;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box;
  padding: 50px 0 0;
}

.cpt-header .flex-container-start .panel-content:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background: #293847;
  height: 50px;
}

.cpt-header .flex-container-start .panel-content .panel-top {
  margin: 0 0 15px;
}

.cpt-header .flex-container-start .panel-content .panel-bottom {
  margin: 0 0 -1px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cpt-header .flex-container-start .panel-content .panel-middle {
  margin: 0;
}

.cpt-header .flex-container-start .panel-content .panel-link {
  margin-left: -100%;
  transition: all .4s ease;
}

.cpt-header .flex-container-start .panel-content .panel-link .link {
  padding: 17px 10px 17px 20px;
  color: #293847;
  display: block;
  cursor: pointer;
  transition: all .2s ease;
  letter-spacing: -1px;
  font-size: 16px;
  font-weight: 600;
}

.cpt-header .flex-container-start .panel-content .panel-link .link .menu-icon {
  width: 20px;
  margin: 0 10px 0;
  vertical-align: top;
}

.cpt-header .flex-container-start .panel-content .panel-link:last-child {
  border-top: 1px solid #d9d9d9;
  padding-left: 10px;
  margin-top: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.is-mobile .cpt-header .flex-container-start .panel-content .panel-link:last-child {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
}

.cpt-header .flex-container-start .panel-content .panel-link:first-child {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.cpt-header .flex-container-start .panel-content .panel-link.rc:first-child {
  margin-bottom: 0;
}

.cpt-header .flex-container-start .panel-content .panel-link .link:hover {
  color: #df3a22;
}

.cpt-header .flex-container-start .panel-content .panel-link.selected > .link {
  color: #df3a22;
  position: relative;
}

.cpt-header .flex-container-start .panel-content .panel-link.selected > span:after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #df3a22;
  border-width: 5px 0 5px 6px;
  position: absolute;
  top: 8px;
  right: 35px;
  content: "";
}

.cpt-header .flex-container-start .panel-content .panel-link.selected .sub-panel {
  margin-left: 0;
  left: auto;
  opacity: 1;
}

.cpt-header .flex-container-start .panel-content .sub-panel {
  height: auto;
  width: 100%;
  position: fixed;
  top: 58px;
  left: 0;
  opacity: 0;
  margin-left: -100%;
  background-color: #fff;
  transition: all .2s ease;
}

.cpt-header .flex-container-start .panel-content .sub-panel .back-title {
  margin: -21px -20px 20px;
  background-color: #df3a22;
  padding: 15px;
  color: #FFF;
  cursor: pointer;
}

.cpt-header .flex-container-start .panel-content .sub-panel .back-title .icon-wrap {
  display: inline-block;
  font-size: 20px;
}

.cpt-header .flex-container-start .panel-content .sub-panel .back-title .back-icon {
  margin-right: 15px;
}

.cpt-header .flex-container-start .panel-content .sub-panel .link {
  padding: 6px 8px;
  text-align: center;
}

.cpt-header .flex-container-start .panel-content .sub-panel .sub-scroll-block {
  padding: 20px;
}

.cpt-header .flex-container-start .panel-content .sub-panel.default {
  background-color: #fff;
}

.cpt-header .flex-container-start .panel-content .sub-panel.default .link {
  padding: 6px 8px 6px 20px;
  text-align: left;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .back-title {
  margin: -21px -30px 20px;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .back-title .icon-wrap {
  display: inline-block;
  font-size: 20px;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .row {
  margin-right: -5px;
  margin-left: -5px;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .col-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .icon-wrap {
  display: block;
  font-size: 30px;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .link {
  height: auto;
  width: auto;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 30px 0 45px;
  box-shadow: 0 0  12px 0 #d5d1d1;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .link:hover {
  background-color: #df3a22;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .link:hover .icon-wrap {
  color: #fff;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .link:hover .txt {
  color: #fff;
}

.cpt-header .flex-container-start .logo {
  position: relative;
  top: -2px;
}

.cpt-header .flex-container-start .logo a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}

.cpt-header .flex-container-end {
  display: flex;
  align-items: center;
  height: 58px;
  width: 46%;
  justify-content: center;
  z-index: 99;
}

.menu-activated .cpt-header .flex-container-start .header-menu {
  left: 288px;
}

.cpt-central-nav {
  background-color: #fff;
  text-align: center;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  z-index: 2;
}

.cpt-central-nav .item-nav {
  font-weight: 700;
  display: inline-block;
  position: relative;
  font-size: 16px;
}

.cpt-central-nav .item-nav a,
.cpt-central-nav .item-nav span {
  padding: 12px;
  letter-spacing: -1px;
  white-space: nowrap;
  display: inline-block;
  color: #293847;
}

.hidden {
  display: none;
}

.overlay-menu-full {
  background-color: rgba(35, 41, 55, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 90;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (max-width: 812px) {
  .cpt-header .flex-container-start .panel-content {
    width: 100%;
  }
  .menu-activated .cpt-header .flex-container-start .header-menu {
    right: 20px;
    left: inherit;
    margin: 0;
    position: fixed;
  }
}

/**
 * BOOKING CALENDAR
 *
 * @type component
 */
/**
 * BOOKING CALENDAR RESULTS
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-calendar-results {
  width: 100%;
  flex-direction: column;
}

.cpt-booking-calendar-results .calendar-header {
  margin-block-end: 10px;
  justify-content: space-around;
}

.cpt-booking-calendar-results .calendar-body {
  margin-block-end: 20px;
}

/**
 * BOOKING CALENDAR CHILD BIRTHDAY
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.booking-calendar-child-birthday {
  width: calc(50% - 4px);
  margin: 0 2px 14px;
  display: inline-block;
}

.booking-calendar-child-birthday .booking-form-element-title-child {
  font-size: 10px;
  margin-block-end: 7px;
  display: block;
}

.booking-calendar-child-birthday .booking-calendar-date {
  width: 120px;
  height: 20px;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 3px;
}

.booking-calendar-child-birthday .booking-calendar-date::-webkit-input-placeholder {
  color: #293847;
  font-weight: 400;
  font-size: 14px;
}

.booking-calendar-child-birthday .booking-calendar-date::-moz-placeholder {
  color: #293847;
  font-weight: 400;
  font-size: 14px;
}

.booking-calendar-child-birthday .booking-calendar-date:-ms-input-placeholder {
  color: #293847;
  font-weight: 400;
  font-size: 14px;
}

.booking-calendar-child-birthday .booking-calendar-date:-moz-placeholder {
  color: #293847;
  font-weight: 400;
  font-size: 14px;
}

/**
 * BOOKING CALENDAR CHILDREN SELECTION
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-calendar-children-selection .booking-form-element-title {
  margin-block-end: 10px;
}

.cpt-booking-calendar-children-selection .booking-form-select-date {
  margin-block-end: 4px;
}

.cpt-booking-calendar-children-selection .booking-form-select-date .booking-form-element-title-child {
  min-width: 55px;
  font-size: 12px;
  margin-inline-end: 5px;
  display: inline-flex;
}

.cpt-booking-calendar-children-selection .booking-form-select-date .days,
.cpt-booking-calendar-children-selection .booking-form-select-date .months,
.cpt-booking-calendar-children-selection .booking-form-select-date .years {
  border: 1px solid #ddd;
  font-size: 13px;
  border-radius: 4px;
  outline: none !important;
  padding: 3px;
  margin-inline-end: 5px;
}

/**
 * BOOKING CALENDAR INPUT SPINNER
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-calendar-input-spinner {
  margin-block-end: 16px;
  justify-content: space-between;
}

.cpt-booking-calendar-input-spinner .cpt-spinner-wrap {
  display: inline-flex;
  align-items: center;
}

.cpt-booking-calendar-input-spinner .cpt-spinner-wrap .spinner-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: 600;
  border-radius: 100%;
  padding: 4px;
  justify-content: center;
  align-items: center;
}

.cpt-booking-calendar-input-spinner .cpt-spinner-wrap .spinner-btn.spinner-minus {
  font-size: 16px;
}

.cpt-booking-calendar-input-spinner .cpt-spinner-wrap .spinner-btn.spinner-plus {
  font-size: 14px;
}

.cpt-booking-calendar-input-spinner .cpt-spinner-wrap .spinner-btn.spinner-disabled {
  color: #999;
  opacity: 0.7;
}

.cpt-booking-calendar-input-spinner .cpt-spinner-wrap .spinner-nb {
  width: 18px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  margin: 0 12px;
}

.cpt-booking-calendar-input-spinner:last-child {
  margin-block-end: 0;
}

.booking-form-element-subTitle {
  font-size: 11px;
  font-style: italic;
  margin-block-start: -16px;
  margin-block-end: 16px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-booking-calendar-input-spinner .cpt-spinner-wrap .spinner-btn {
    cursor: pointer;
  }
  .cpt-booking-calendar-input-spinner .cpt-spinner-wrap .spinner-btn:hover {
    border: 1px solid #293847;
    background: #293847;
    color: #fff;
  }
}

/**
 * BOOKING CALENDAR LAYOUT
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-calendar-layout {
  margin-block-end: 20px;
}

.cpt-booking-calendar-layout .booking-calendar-title {
  background: #f2f3f3;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 0 15px;
  position: relative;
  z-index: 2;
}

.cpt-booking-calendar-layout .booking-calendar-title:before, .cpt-booking-calendar-layout .booking-calendar-title:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f3f3;
  content: "";
}

.cpt-booking-calendar-layout .booking-calendar-title:before {
  right: 100%;
}

.cpt-booking-calendar-layout .booking-calendar-title:after {
  left: 100%;
}

/**
 * BOOKING CALENDAR NAVIGATION
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-calendar-navigation {
  background: #f2f3f3;
  text-align: center;
  margin-block-end: 40px;
  position: relative;
  display: block;
  z-index: 2;
}

.cpt-booking-calendar-navigation:before, .cpt-booking-calendar-navigation:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f2f3f3;
}

.cpt-booking-calendar-navigation:before {
  right: 100%;
}

.cpt-booking-calendar-navigation:after {
  left: 100%;
}

.cpt-booking-calendar-navigation .nav-arrow {
  position: absolute;
  top: 40px;
  width: 20px;
  height: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #293847;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.cpt-booking-calendar-navigation .nav-arrow.disabled {
  color: #666;
  cursor: default;
  opacity: 0.5;
}

.cpt-booking-calendar-navigation .nav-arrow.arrow-prev {
  transform: rotate(90deg);
}

.cpt-booking-calendar-navigation .nav-arrow.arrow-next {
  right: 20px;
  transform: rotate(-90deg);
}

.cpt-booking-calendar-navigation .nav-arrow .elem-icon, .cpt-booking-calendar-navigation .nav-arrow .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-booking-calendar-navigation .nav-arrow .title-tab:before, .cpt-booking-calendar-navigation .nav-arrow .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-booking-calendar-navigation .nav-arrow .title-tab:before {
  position: relative;
  top: 1px;
  font-size: 11px;
}

.cpt-booking-calendar-navigation .nav-month-wrap {
  padding: 20px 40px 0 40px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.cpt-booking-calendar-navigation .nav-month-wrap .nav-month-wrapinner {
  position: relative;
  z-index: 5;
}

.cpt-booking-calendar-navigation .nav-month-wrap .nav-month-wrapinner.nav-translate .nav-month:after {
  opacity: 0;
}

.cpt-booking-calendar-navigation .nav-month {
  width: 14.28%;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.cpt-booking-calendar-navigation .nav-month:after {
  position: absolute;
  top: 14px;
  right: 0;
  width: 1px;
  height: 38px;
  content: "";
  background-color: #fff;
  display: block;
}

.cpt-booking-calendar-navigation .nav-month:last-child:after {
  display: none;
}

.cpt-booking-calendar-navigation .nav-month .nav-month-inner {
  color: #293847;
  padding: 20px 0 5px;
  display: inline-block;
}

.cpt-booking-calendar-navigation .nav-month .nav-month-inner .nm-text-bestprice {
  position: absolute;
  top: -5px;
  left: 50%;
  background-color: #FF1E3C;
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  white-space: nowrap;
  padding: 3px 7px;
  transform: translateX(-50%);
}

.cpt-booking-calendar-navigation .nav-month .nav-month-inner .nm-text-month {
  font-size: 11px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
}

.cpt-booking-calendar-navigation .nav-month .nav-month-inner .nm-text-price {
  font-size: 10px;
  text-transform: none;
  display: block;
}

.cpt-booking-calendar-navigation .nav-month.disabled .nav-month-inner {
  color: #999;
}

.cpt-booking-calendar-navigation .nav-month.active-month .nav-month-inner {
  color: #fff;
}

.cpt-booking-calendar-navigation .nav-month.nav-month-last-year:after {
  top: -20px;
  height: 72px;
}

.cpt-booking-calendar-navigation .nav-month-cursor {
  position: absolute;
  top: 22px;
  left: 50%;
  background-color: #3732ff;
  min-width: 120px;
  min-height: 58px;
  transform: translateX(-50%);
  border-radius: 3px 3px 0 0;
  z-index: 4;
}

.cpt-booking-calendar-navigation .nav-month-cursor:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 20px solid #3732ff;
  z-index: -10;
}

.cpt-booking-calendar-navigation .nav-month-year {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 12px;
  color: #ccc;
  padding: 0 10px;
  line-height: 1;
  z-index: -1;
}

.cpt-booking-calendar-navigation .nav-month-year-after {
  left: 0;
  right: auto;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-booking-calendar-navigation .nav-arrow {
    cursor: pointer;
  }
  .cpt-booking-calendar-navigation .nav-arrow:hover {
    background-color: #293847;
    color: #fff;
  }
  .cpt-booking-calendar-navigation .nav-month {
    cursor: pointer;
  }
  .cpt-booking-calendar-navigation .nav-month.disabled .nav-month-inner {
    cursor: default;
  }
  .cpt-booking-calendar-navigation .nav-month:not(.disabled):hover .nav-month-inner {
    color: #fff;
  }
  .cpt-booking-calendar-navigation .nav-month.active-month {
    cursor: default;
  }
}

/**
 * BOOKING CALENDAR PANEL SELECT
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-select-departure .booking-select-list,
.cpt-booking-select-capacity .booking-select-list,
.cpt-booking-select-duration .booking-select-list {
  max-height: 140px;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
}

.cpt-booking-select-departure .booking-select-list::-webkit-scrollbar,
.cpt-booking-select-capacity .booking-select-list::-webkit-scrollbar,
.cpt-booking-select-duration .booking-select-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.cpt-booking-select-departure .booking-select-list,
.cpt-booking-select-capacity .booking-select-list,
.cpt-booking-select-duration .booking-select-list {
  scrollbar-width: thin;
  scrollbar-color: #fff;
}

.cpt-booking-select-departure .booking-select-list::-webkit-scrollbar-track,
.cpt-booking-select-capacity .booking-select-list::-webkit-scrollbar-track,
.cpt-booking-select-duration .booking-select-list::-webkit-scrollbar-track {
  background: #eee;
}

.cpt-booking-select-departure .booking-select-list::-webkit-scrollbar-thumb,
.cpt-booking-select-capacity .booking-select-list::-webkit-scrollbar-thumb,
.cpt-booking-select-duration .booking-select-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  border: 0 none;
}

.cpt-booking-select-departure .booking-select-list .list-items-title,
.cpt-booking-select-capacity .booking-select-list .list-items-title,
.cpt-booking-select-duration .booking-select-list .list-items-title {
  color: #555;
  font-size: 12px;
  margin-block-end: 16px;
  display: flex;
  justify-content: center;
  position: relative;
}

.cpt-booking-select-departure .booking-select-list .list-items-title .inner,
.cpt-booking-select-capacity .booking-select-list .list-items-title .inner,
.cpt-booking-select-duration .booking-select-list .list-items-title .inner {
  background: #fff;
  padding: 0 15px;
  z-index: 2;
}

.cpt-booking-select-departure .booking-select-list .list-items-title:before,
.cpt-booking-select-capacity .booking-select-list .list-items-title:before,
.cpt-booking-select-duration .booking-select-list .list-items-title:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
}

.cpt-booking-select-departure .booking-select-list .list-item,
.cpt-booking-select-capacity .booking-select-list .list-item,
.cpt-booking-select-duration .booking-select-list .list-item {
  color: #293847;
  font-size: 12px;
  padding: 5px;
  margin: 5px 10px;
}

.cpt-booking-select-departure .booking-select-list .list-item.active,
.cpt-booking-select-capacity .booking-select-list .list-item.active,
.cpt-booking-select-duration .booking-select-list .list-item.active {
  font-weight: 600;
}

.cpt-booking-select-departure .booking-select-list .list-top-items-wrap,
.cpt-booking-select-capacity .booking-select-list .list-top-items-wrap,
.cpt-booking-select-duration .booking-select-list .list-top-items-wrap {
  margin-block-end: 20px;
}

.cpt-booking-select-departure .booking-select-list .list-top-items-wrap .list-top-items,
.cpt-booking-select-capacity .booking-select-list .list-top-items-wrap .list-top-items,
.cpt-booking-select-duration .booking-select-list .list-top-items-wrap .list-top-items {
  padding: 0;
  margin: 0;
  list-style: none;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-booking-select-departure .booking-select-list .list-item:hover,
  .cpt-booking-select-capacity .booking-select-list .list-item:hover,
  .cpt-booking-select-duration .booking-select-list .list-item:hover {
    background: #f2f3f3;
    font-weight: 600;
    cursor: pointer;
  }
}

/**
 * BOOKING CALENDAR PAX
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-calendar-pax .booking-select-adults,
.cpt-booking-calendar-pax .booking-select-children {
  margin-block-end: 20px;
  justify-content: space-between;
  align-items: center;
}

/**
 * BOOKING CALENDAR SEARCH ENGINE
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-calendar-search-engine {
  border: 1px solid #ddd;
  min-width: 270px;
  max-width: 270px;
  border-radius: 4px;
  padding: 10px;
  margin-inline-end: 10px;
  display: block;
}

.cpt-booking-calendar-search-engine .booking-form-element {
  color: #293847;
  margin-block-end: 25px;
}

.cpt-booking-calendar-search-engine .booking-form-element:first-child {
  margin-block-start: 10px;
}

.cpt-booking-calendar-search-engine .booking-form-element:last-child {
  background: #3dc457;
  margin: inherit;
}

.cpt-booking-calendar-search-engine .booking-form-element .booking-form-element-title {
  color: #FF1E3C;
  font-weight: 600;
  font-size: 14px;
  margin-block-end: 12px;
}

.cpt-booking-calendar-search-engine .booking-form-element .booking-form-element-selection {
  width: 100%;
  font-size: 12px;
  text-align: right;
  border-top: 1px solid #ddd;
  padding-top: 5px;
}

.cpt-booking-calendar-search-engine .booking-form-element .booking-form-element-selection .selection-result {
  font-weight: 600;
  margin-inline-start: 5px;
}

.cpt-booking-calendar-search-engine .error-message {
  border: 1px solid #e00042;
  padding: 10px;
}

.cpt-booking-calendar-search-engine .error-message p {
  color: #e00042;
  font-size: 12px;
  margin: 0 0 10px 0;
}

.cpt-booking-calendar-search-engine .error-message p:last-child {
  margin-block-end: inherit;
}

.cpt-booking-calendar-search-engine .hide-anime-alerte {
  background-color: #FF1E3C;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
  border-radius: 4px;
  padding: 10px;
  margin: 14px;
  display: flex;
}

/**
 * BOOKING CALENDAR DAY
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.day {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #293847;
  font-size: 12px;
}

/**
 * BOOKING CALENDAR WEEK
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-week .cell {
  width: calc(100% / 7);
  height: 85px;
  min-width: 115px;
  background: transparent;
  line-height: inherit;
  text-align: center;
  border: none;
  margin: 7px;
}

.cpt-week .cell .inner-cell {
  border: 1px solid #eee;
  min-height: 85px;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px;
  overflow: hidden;
  position: relative;
}

.cpt-week .cell .inner-cell .holidays {
  position: absolute;
  top: 4px;
  left: 47%;
  font-size: 12px;
  color: #FF1E3C;
  transform: translateX(-50%);
}

.cpt-week .cell .inner-cell .discount {
  position: absolute;
  top: -18px;
  right: -4px;
  width: 40px;
  height: 40px;
  background: #FF1E3C;
  border-radius: 50%;
}

.cpt-week .cell .inner-cell .discount .discount-number {
  position: absolute;
  top: 21px;
  right: 7px;
  color: #fff;
  font-size: 11px;
}

.cpt-week .cell .inner-cell .dispo-alert {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FF1E3C;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
  padding: 4px 0;
  z-index: 1;
}

.cpt-week .cell .inner-cell .inner-cell-content {
  padding-block-start: 14px;
}

.cpt-week .cell .inner-cell .inner-cell-content .price {
  color: #293847;
  font-weight: 600;
  font-size: 19px;
  display: block;
}

.cpt-week .cell .inner-cell .inner-cell-content .base-price {
  color: #666;
  font-size: 11px;
  text-decoration: line-through;
  display: block;
}

.cpt-week .cell .inner-cell .inner-cell-content .cell-departure {
  color: #293847;
  font-size: 10px;
  padding-block-start: 2px;
  transform: translateY(20px);
  display: block;
}

.cpt-week .cell .inner-cell .inner-cell-content .cell-departure i {
  color: #293847;
  font-weight: 900 !important;
}

.cpt-week .cell .inner-cell .inner-cell-content .cell-departure .cell-departure-children {
  padding-inline-start: 3px;
}

.cpt-week .cell .inner-cell .inner-cell-content .cta,
.cpt-week .cell .inner-cell .inner-cell-content .cell-departure {
  opacity: 0;
  visibility: hidden;
}

.cpt-week .cell .inner-cell .inner-cell-content .cta {
  background-color: #3732ff;
  color: #fff;
  font-size: 10px;
  border-radius: 4px;
  padding: 4px 8px;
  margin-block-start: 4px;
  justify-content: center;
  align-items: center;
}

.cpt-week .cell .holidays-zones .zone {
  position: absolute;
  left: -5px;
  width: 110%;
  height: 3px;
  display: none;
  z-index: 0;
}

.cpt-week .cell .holidays-zones .z-a {
  background-color: #FF1E3C;
  bottom: 15px;
}

.cpt-week .cell .holidays-zones .z-b {
  background-color: #227cc3;
  bottom: 9px;
}

.cpt-week .cell .holidays-zones .z-c {
  background-color: #3fb252;
  bottom: 3px;
}

.cpt-week .cell.z-111 .z-a,
.cpt-week .cell.z-111 .z-b,
.cpt-week .cell.z-111 .z-c {
  display: block;
}

.cpt-week .cell.z-100 .z-a {
  display: block;
}

.cpt-week .cell.z-110 .z-a,
.cpt-week .cell.z-110 .z-b {
  display: block;
}

.cpt-week .cell.z-010 .z-b {
  display: block;
}

.cpt-week .cell.z-011 .z-b,
.cpt-week .cell.z-011 .z-c {
  display: block;
}

.cpt-week .cell.z-001 .z-c {
  display: block;
}

.cpt-week .cell.z-101 .z-a,
.cpt-week .cell.z-101 .z-c {
  display: block;
}

.cpt-week .cell.not-available .inner-cell {
  background-color: #eee;
}

.cpt-week .cell.gds, .cpt-week .cell.request, .cpt-week .cell.available {
  position: relative;
}

.cpt-week .cell.gds .inner-cell, .cpt-week .cell.request .inner-cell, .cpt-week .cell.available .inner-cell {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  padding-block-start: 14px;
  border-color: #ddd;
  transition: all 0.15s ease-in-out;
}

.cpt-week .cell.gds .inner-cell .holidays-zones, .cpt-week .cell.request .inner-cell .holidays-zones, .cpt-week .cell.available .inner-cell .holidays-zones {
  display: block;
}

.cpt-week .cell.gds.discount .price,
.cpt-week .cell.gds.discount .cell-departure i, .cpt-week .cell.request.discount .price,
.cpt-week .cell.request.discount .cell-departure i, .cpt-week .cell.available.discount .price,
.cpt-week .cell.available.discount .cell-departure i {
  color: #FF1E3C;
}

.cpt-week .cell.gds.discount .cell-departure i, .cpt-week .cell.request.discount .cell-departure i, .cpt-week .cell.available.discount .cell-departure i {
  font-weight: 900 !important;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-week .cell.gds, .cpt-week .cell.request, .cpt-week .cell.available {
    cursor: pointer;
  }
  .cpt-week .cell.gds:hover .inner-cell, .cpt-week .cell.request:hover .inner-cell, .cpt-week .cell.available:hover .inner-cell {
    position: absolute;
    top: -11px;
    left: -7px;
    width: 110%;
    height: 107px;
    z-index: 9;
  }
  .cpt-week .cell.gds:hover .inner-cell .base-price,
  .cpt-week .cell.gds:hover .inner-cell .dispo-alert,
  .cpt-week .cell.gds:hover .inner-cell .holidays-zones, .cpt-week .cell.request:hover .inner-cell .base-price,
  .cpt-week .cell.request:hover .inner-cell .dispo-alert,
  .cpt-week .cell.request:hover .inner-cell .holidays-zones, .cpt-week .cell.available:hover .inner-cell .base-price,
  .cpt-week .cell.available:hover .inner-cell .dispo-alert,
  .cpt-week .cell.available:hover .inner-cell .holidays-zones {
    display: none;
  }
  .cpt-week .cell.gds:hover .cta,
  .cpt-week .cell.gds:hover .cell-departure, .cpt-week .cell.request:hover .cta,
  .cpt-week .cell.request:hover .cell-departure, .cpt-week .cell.available:hover .cta,
  .cpt-week .cell.available:hover .cell-departure {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/**
 * BOOKING CALENDAR WEEKDAY
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-weekday {
  width: calc(100% / 7);
  color: #293847;
  font-size: 13px;
  text-transform: capitalize;
  text-align: center;
}

/**
 * BOOKING CALENDAR HOLIDAYS ZONES
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-calendar-holidays-zones {
  align-items: center;
}

.cpt-booking-calendar-holidays-zones .holidays-zones-title {
  color: #293847;
  font-weight: 600;
  font-size: 11px;
}

.cpt-booking-calendar-holidays-zones .holidays-zones-title .elem-icon, .cpt-booking-calendar-holidays-zones .holidays-zones-title .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-booking-calendar-holidays-zones .holidays-zones-title .title-tab:before, .cpt-booking-calendar-holidays-zones .holidays-zones-title .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-booking-calendar-holidays-zones .holidays-zones-title .title-tab:before {
  margin-inline-start: 4px;
}

.cpt-booking-calendar-holidays-zones .holidays-zones-title .holidays-zones-tooltip {
  position: absolute;
  width: 385px;
  background-color: #293847;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  border-radius: 4px;
  padding: 10px 10px 0 10px;
  list-style: none;
  z-index: 20;
}

.cpt-booking-calendar-holidays-zones .holidays-zones-title .holidays-zones-tooltip .tooltip-item {
  margin-block-end: 10px;
}

.cpt-booking-calendar-holidays-zones .holidays-zones-title .holidays-zones-tooltip .tooltip-item .zone {
  font-weight: 600;
}

.cpt-booking-calendar-holidays-zones .holidays-zones-title .holidays-zones-tooltip:before {
  position: absolute;
  top: -10px;
  left: 175px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #293847;
  content: "";
  z-index: -1;
}

.cpt-booking-calendar-holidays-zones .holidays-zones-selection .elem-button {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #293847;
  font-weight: 600;
  font-size: 10px;
  border-radius: 4px;
  padding: 5px;
  margin-inline-start: 16px;
}

.cpt-booking-calendar-holidays-zones .holidays-zones-selection .elem-button:hover.zoneA, .cpt-booking-calendar-holidays-zones .holidays-zones-selection .elem-button.selected.zoneA {
  background-color: #FF1E3C;
  color: #fff;
  border-color: #FF1E3C;
}

.cpt-booking-calendar-holidays-zones .holidays-zones-selection .elem-button:hover.zoneB, .cpt-booking-calendar-holidays-zones .holidays-zones-selection .elem-button.selected.zoneB {
  background-color: #227cc3;
  color: #fff;
  border-color: #227cc3;
}

.cpt-booking-calendar-holidays-zones .holidays-zones-selection .elem-button:hover.zoneC, .cpt-booking-calendar-holidays-zones .holidays-zones-selection .elem-button.selected.zoneC {
  background-color: #3fb252;
  color: #fff;
  border-color: #3fb252;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-booking-calendar-holidays-zones .holidays-zones-title .elem-icon, .cpt-booking-calendar-holidays-zones .holidays-zones-title .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-booking-calendar-holidays-zones .holidays-zones-title .title-tab:before, .cpt-booking-calendar-holidays-zones .holidays-zones-title .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-booking-calendar-holidays-zones .holidays-zones-title .title-tab:before {
    cursor: pointer;
  }
  .cpt-booking-calendar-holidays-zones .holidays-zones-selection .elem-button {
    cursor: pointer;
  }
}

/**
 * BOOKING CALENDAR TRANSPORT
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-calendar-transport .cpt-radio-button-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cpt-booking-calendar-transport .cpt-radio-button-wrap .cpt-radio-button {
  margin-inline-end: 40px;
}

.cpt-booking-calendar-transport .cpt-radio-button-wrap .cpt-radio-button .radio-button-input-wrap {
  margin-inline-end: 5px;
}

.cpt-booking-calendar-transport .cpt-radio-button-wrap .cpt-radio-button .radio-button-control {
  width: 18px;
  height: 18px;
}

.cpt-booking-calendar-transport .cpt-radio-button-wrap .cpt-radio-button .radio-button-label {
  color: #293847;
  font-size: 12px;
}

/**
 * RADIO INPUT
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-radio-button {
  display: flex;
  align-items: center;
}

.cpt-radio-button.radio-button-disabled .radio-button-label {
  opacity: 0.2;
}

.cpt-radio-button .radio-button-input {
  display: none;
}

.cpt-radio-button .radio-button-control {
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cpt-radio-button .radio-button-input:disabled + .radio-button-control {
  opacity: 0.2;
}

.cpt-radio-button .radio-button-input + .radio-button-control::before {
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  display: block;
  content: "";
  transition: 200ms transform ease-in-out;
  transform: scale(0);
}

.cpt-radio-button .radio-button-input:checked + .radio-button-control::before {
  transform: scale(1);
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-calendar {
  width: 100%;
  background: #fff;
  z-index: 20;
}

/**
 * BREADCRUMB
 *
 * $type component
 */
/**
 * VARIABLE STYLE
 *
 * @type specific CDISCOUNT
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-breadcrumb {
  color: #293847;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.cpt-breadcrumb.color-primary {
  color: #293847;
  font-weight: 400;
}

.cpt-breadcrumb.color-primary a,
.cpt-breadcrumb.color-primary .link {
  color: #293847;
}

.cpt-breadcrumb a,
.cpt-breadcrumb .link {
  color: #293847;
  text-decoration: none;
}

.cpt-breadcrumb h1 {
  font-size: 12px;
  display: inline-block;
}

.cpt-breadcrumb .product-title,
.cpt-breadcrumb .txt {
  text-decoration: underline;
}

.cpt-breadcrumb .return-wrap {
  display: none;
}

.cpt-breadcrumb .return-wrap.display-bottom {
  line-height: 39px;
  white-space: nowrap;
  padding: 0 0 0 15px;
  margin: 0;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
}

.cpt-breadcrumb .return-wrap.display-bottom a,
.cpt-breadcrumb .return-wrap.display-bottom .product-title {
  border: 1px solid #ececec;
  height: 27px;
  color: #666;
  border-radius: 50px;
  padding: 0 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cpt-breadcrumb .return-wrap.display-bottom .product-title {
  background-color: #fafafa;
}

.cpt-breadcrumb .return-wrap.display-bottom .separator-style {
  color: white;
  font-family: "cdiscount icons";
  margin: 0 5px;
  position: relative;
}

.cpt-breadcrumb .return-wrap.display-bottom .separator-style:before {
  position: absolute;
  color: #666;
  font-size: 10px;
  content: "3";
}

.cpt-breadcrumb .return-wrap .elem-icon-wrap {
  position: relative;
  top: 5px;
  margin-inline-end: 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-weight: 700;
  font-size: 22px;
}

.cpt-breadcrumb .message {
  padding-inline-start: 10px;
  font-size: 14px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-breadcrumb {
    font-size: 12px;
    margin: 20px 0 16px;
  }
  .page-serp .cpt-breadcrumb {
    margin: 0 25px 16px 0;
  }
}

@media only screen and (min-width: 992px) {
  .page-serp .cpt-breadcrumb {
    z-index: 100;
  }
  .page-serp .cpt-breadcrumb.color-primary {
    font-weight: 500;
  }
}

/**
 * PRODUCT HEADER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-product-header {
  background-color: #f2f3f3;
  margin-bottom: 0;
  padding: 20px 0;
  position: relative;
}

.cpt-product-header:before, .cpt-product-header:after {
  width: 15px;
  height: 100%;
  content: "";
  background-color: #f2f3f3;
  position: absolute;
  top: 0;
}

.cpt-product-header:before {
  right: 100%;
}

.cpt-product-header:after {
  left: 100%;
}

.cpt-product-header .cpt-destination {
  margin-bottom: 0;
}

.cpt-product-header .product-title {
  font-size: 18px;
  font-weight: 700;
  color: #293847;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cpt-product-header h1 {
  font-size: 18px;
  font-weight: 700;
  color: #293847;
  text-transform: uppercase;
  margin: 0;
}

.cpt-product-header .product-id {
  font-size: 12px;
  color: #888;
  font-weight: 600;
  margin-bottom: 5px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-product-header:after {
    width: 346px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-product-header:before, .cpt-product-header:after {
    width: 100%;
    height: 100%;
  }
}

/**
 * DESTINATION
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-destination {
  height: 18px;
  color: #3732ff;
  font-weight: 700;
  font-size: 16px;
  margin-block-start: 8px;
  margin-block-end: 8px;
  overflow: hidden;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-destination {
    height: 22px;
  }
}

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

.cpt-product-desc .promo-code {
  margin: 10px;
}

.cpt-product-desc .trip-advisor {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-product-desc .trip-advisor .elem-image {
  margin-right: 10px;
}

.cpt-product-desc .trip-advisor .advice {
  font-size: 12px;
  font-weight: 700;
  color: #3b9244;
}

.cpt-product-desc .desc-bloc {
  border-bottom: 1px solid #fafafa;
  padding-top: 10px;
  padding-bottom: 20px;
}

.cpt-product-desc .title-content {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}

.cpt-product-desc .txt-content,
.cpt-product-desc p {
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
}

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

.cpt-product-desc .txt-content strong,
.cpt-product-desc p strong {
  font-weight: 700;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-product-desc {
    position: relative;
  }
  .cpt-product-desc .promo-code {
    margin: 10px 30px;
  }
  .cpt-product-desc .trip-advisor {
    background-color: red;
    text-align: right;
    width: 120px;
    display: block;
    position: relative;
  }
  .cpt-product-desc .trip-advisor .elem-image {
    margin-right: 0;
  }
  .cpt-product-desc .trip-advisor .advice {
    font-size: 16px;
    font-weight: 400;
  }
  .cpt-product-desc .tab-list {
    background-color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .cpt-product-desc .tab-list .title-tab {
    background-color: #fafafa;
    border: 1px solid #edeef3;
    width: 100px;
    height: 50px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .cpt-product-desc .tab-list .title-tab .anchor {
    font-size: 12px;
    font-weight: 700;
    color: #293847;
  }
  .cpt-product-desc .tab-list .title-tab.selected {
    background-color: #293847;
    color: #fff;
    border: 1px solid #293847;
  }
  .cpt-product-desc .tab-list .title-tab.selected .anchor {
    font-weight: 400;
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-product-desc .promo-code {
    margin: 0 0 10px 0;
    display: flex;
  }
  .cpt-product-desc .promo-code .elem-image {
    width: 50%;
  }
  .cpt-product-desc .tab-list {
    padding: 0 12px;
  }
}

/**
 * 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: #293847;
  font-size: 14px;
  font-weight: 700;
  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: #FF1E3C;
  font-weight: 700;
  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: #293847;
}

.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: #293847;
  font-size: 14px;
  font-weight: 700;
  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: #FF1E3C;
  font-weight: 700;
  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 {
  width: 100%;
  position: relative;
}

.cpt-diaporama .slick-prev {
  left: 0;
}

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

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

.cpt-diaporama .slick-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
  color: #293847;
  border-radius: 0;
  z-index: 2;
}

.cpt-diaporama .slick-loading .slick-list {
  background: white url("/voyages-cdiscount/assets/images/ajax-loader.gif") center center no-repeat;
}

.cpt-diaporama .elem-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.cpt-diaporama .arrow-square {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  background: #293847;
  color: #fff;
  font-size: 30px;
  margin: -15px 0 0;
  border-radius: 4px;
  z-index: 80;
  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: relative;
  top: -4px;
  left: 10px;
  font-weight: 700 !important;
}

.cpt-diaporama .arrow-square-slick-prev {
  position: absolute;
  left: 10px;
}

.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 {
  transform: rotate(180deg);
}

.cpt-diaporama .arrow-square-slick-next {
  position: absolute;
  right: 10px;
}

.cpt-diaporama .slick-dots {
  bottom: inherit;
}

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

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

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

.cpt-diaporama.se-flat {
  height: 520px;
}

.cpt-diaporama.se-flat .slick-list {
  height: 100%;
}

.cpt-diaporama.se-flat .slick-list .slick-track {
  height: 100%;
}

.cpt-diaporama.se-flat .arrow-square {
  width: 40px;
  height: 56px;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cpt-diaporama.se-flat .arrow-square .elem-icon, .cpt-diaporama.se-flat .arrow-square .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-diaporama.se-flat .arrow-square .title-tab:before, .cpt-diaporama.se-flat .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.se-flat .arrow-square .title-tab:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #293847;
  font-size: 18px;
  transform: translate(-50%, -50%);
}

.cpt-diaporama.se-flat .arrow-square-slick-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}

.cpt-diaporama.se-flat .arrow-square-slick-prev .elem-icon, .cpt-diaporama.se-flat .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.se-flat .arrow-square-slick-prev .title-tab:before, .cpt-diaporama.se-flat .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.se-flat .arrow-square-slick-prev .title-tab:before {
  transform: rotate(180deg) translate(50%, 50%);
}

.cpt-diaporama.se-flat .arrow-square-slick-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-diaporama {
    height: 400px;
  }
  .cpt-diaporama .slick-arrow {
    cursor: pointer;
  }
  .cpt-diaporama .slick-arrow:hover {
    background-color: #fff;
  }
  .cpt-diaporama .arrow-square {
    cursor: pointer;
  }
  .cpt-diaporama .arrow-square:hover {
    opacity: 0.7;
  }
  .cpt-diaporama.se-flat {
    height: 400px;
  }
  .page-serp .cpt-diaporama.se-flat {
    height: 220px;
  }
}

/**
 * PRODUCT DIAPORAMA
 *
 * $type component
 */
/**
 * VARIABLE STYLE
 *
 * @type specific DEFAULT
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-product-diaporama {
  height: 240px;
  position: relative;
}

.cpt-product-diaporama .cpt-diaporama .elem-image {
  height: 240px;
  cursor: pointer;
}

.cpt-product-diaporama .cpt-diaporama .arrow-square {
  background-color: transparent;
}

.cpt-product-diaporama .cpt-diaporama .slick-arrow:before {
  display: none;
}

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

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

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-product-diaporama {
    height: 258px;
  }
  .cpt-product-diaporama .cpt-diaporama .elem-image {
    height: 258px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-product-diaporama {
    height: 298px;
  }
  .cpt-product-diaporama .diaporama-mosaic {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .cpt-product-diaporama .diaporama-mosaic .elem-image {
    height: 100%;
    cursor: pointer;
  }
  .cpt-product-diaporama .diaporama-mosaic .main-img {
    width: 67%;
    padding-right: 10px;
    position: relative;
  }
  .cpt-product-diaporama .diaporama-mosaic .other-img {
    width: 33%;
  }
  .cpt-product-diaporama .diaporama-mosaic .other-img .second-img {
    height: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .cpt-product-diaporama .diaporama-mosaic .other-img .third-img {
    height: 50%;
    position: relative;
  }
  .cpt-product-diaporama .diaporama-mosaic .other-img .third-img .elem-button--secondary {
    width: 100%;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #FF1E3C;
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
    padding: 10px !important;
    opacity: 0.8;
  }
  .cpt-product-diaporama .diaporama-mosaic .other-img .third-img .elem-button--secondary .elem-icon-wrap {
    margin-right: 5px;
    position: relative;
    top: 4px;
  }
  .cpt-product-diaporama .diaporama-mosaic .other-img .third-img .elem-button--secondary .elem-icon-wrap .elem-icon, .cpt-product-diaporama .diaporama-mosaic .other-img .third-img .elem-button--secondary .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 .diaporama-mosaic .other-img .third-img .elem-button--secondary .elem-icon-wrap .title-tab:before, .cpt-product-diaporama .diaporama-mosaic .other-img .third-img .elem-button--secondary .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 .diaporama-mosaic .other-img .third-img .elem-button--secondary .elem-icon-wrap .title-tab:before {
    font-size: 25px;
  }
}

/**
 * POPIN DIAPORAMA
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-popin-diaporama {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}

.cpt-popin-diaporama .slick-arrow:before {
  display: none;
}

.cpt-popin-diaporama .overlay-diaporama {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.cpt-popin-diaporama .diaporama-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 630px;
  height: 390px;
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 4px;
  z-index: 101;
  transform: translateX(-50%) translateY(-50%);
}

.cpt-popin-diaporama .diaporama-wrap .elem-button--x-cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: #293847;
  font-size: 14px;
  color: #fff;
  border: none;
  padding: 0;
  z-index: 1;
}

.cpt-popin-diaporama .diaporama-wrap .elem-button--x-cross .elem-icon-wrap {
  height: 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 {
  height: 380px;
}

.cpt-popin-diaporama .diaporama-wrap .cpt-diaporama .arrow-square {
  background: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  color: #293847;
  width: 20px;
  height: 80px;
  cursor: pointer;
  border-radius: 0;
  z-index: 2;
  position: absolute;
  top: 50%;
  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 {
  left: 0;
}

.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 {
  right: 0;
}

/**
 * BOOKING SIDEBAR
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-sidebar {
  position: relative;
  z-index: 1;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-booking-sidebar {
    margin-top: 20px;
  }
}

/**
 * TABS DESKTOP
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-tabs-desktop {
  position: relative;
  margin: 0 0 10px;
}

.cpt-tabs-desktop .tabs-nav {
  padding: 10px 0;
  background-color: #fff;
  border-bottom: 1px solid #edeef3;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.cpt-tabs-desktop .tabs-nav .tab-nav {
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  color: #293847;
  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 .tabs-nav .tab-nav:last-child {
  margin-right: 0;
}

.cpt-tabs-desktop .tabs-nav .tab-nav.selected {
  background-color: #293847;
  border: 1px solid #293847;
  color: #fff;
}

.cpt-tabs-desktop .tabs-content .h3-style {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #293847;
  padding: 0 0 10px;
}

.cpt-tabs-desktop .tabs-content .tab-content {
  padding-top: 0;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-tabs-desktop {
    margin: 55px 0 170px;
  }
  .cpt-tabs-desktop .tabs-content .tab-content {
    padding-top: 50px;
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-tabs-desktop {
    margin: 10px 0 170px;
  }
}

/**
 * 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: #293847;
  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: #293847;
  border: 1px solid #293847;
  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 #293847;
  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;
  }
}

/**
 * RICH TABS DESKTOP
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-rich-tabs-desktop {
  position: relative;
  margin: 20px 0;
}

.cpt-rich-tabs-desktop .tabs-nav {
  background-color: #f4f6f8;
  border-bottom: 0 none;
  border-radius: 25px;
  padding: 7px 35px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  overflow-x: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}

.cpt-rich-tabs-desktop .tabs-nav .tab-nav {
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  color: #293847;
  border: 0 none;
  border-radius: 5px;
  text-transform: none;
  text-align: center;
  white-space: nowrap;
  padding: 5px 20px;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}

.cpt-rich-tabs-desktop .tabs-nav .tab-nav:last-child {
  margin-right: 0;
}

.cpt-rich-tabs-desktop .tabs-nav .tab-nav.selected {
  background-color: #3732ff;
  border: 1px solid #3732ff;
  color: #fff;
}

.cpt-rich-tabs-desktop .tabs-nav .tab-nav.selected:after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: 50%;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #3732ff transparent transparent transparent;
  content: "";
  transform: translateX(-50%);
}

.cpt-rich-tabs-desktop .tabs-content .h3-style {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #293847;
  padding: 0 0 10px;
  margin: 10px 0 20px;
}

.cpt-rich-tabs-desktop .tabs-content .h4-style {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 10px 0;
}

.cpt-rich-tabs-desktop .tabs-content .title {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 5px;
}

.cpt-rich-tabs-desktop .tabs-content .tab-content {
  background-color: #f4f6f8;
  border-radius: 25px;
  padding: 10px;
  margin-bottom: 10px;
}

.cpt-rich-tabs-desktop .tabs-content .tab-content .orx-accordion-title {
  background-color: transparent;
  color: #293847;
  font-weight: bold;
  font-size: 16px;
  padding: 2px 0 0 6px;
  cursor: pointer;
  position: relative;
}

.cpt-rich-tabs-desktop .tabs-content .tab-content .orx-accordion-title .elem-orx-arrow {
  position: absolute;
  top: 11px;
  right: 25px;
}

.cpt-rich-tabs-desktop .tabs-content .tab-content .orx-accordion-title .elem-orx-arrow:before, .cpt-rich-tabs-desktop .tabs-content .tab-content .orx-accordion-title .elem-orx-arrow:after {
  background-color: #293847;
}

.cpt-rich-tabs-desktop .tabs-content .txt-content {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.cpt-rich-tabs-desktop .tabs-content .txt-content .link-style {
  color: #227cc3;
  text-decoration: none;
  cursor: pointer;
}

.cpt-rich-tabs-desktop .tabs-content .txt-content .link-style:hover {
  text-decoration: underline;
}

.cpt-rich-tabs-desktop .tabs-content .block-description {
  background-color: transparent;
  border-radius: 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  height: auto;
  max-height: inherit;
  flex-direction: column;
  overflow: hidden;
}

.cpt-rich-tabs-desktop .tabs-content .block-description .elem-image {
  height: 254px;
  order: 1;
}

.cpt-rich-tabs-desktop .tabs-content .block-description .slider-img-room {
  max-width: inherit;
}

.cpt-rich-tabs-desktop .tabs-content .block-description .slider-img-room .elem-image {
  max-width: inherit;
}

.cpt-rich-tabs-desktop .tabs-content .block-description .txt-description {
  min-width: inherit;
  max-width: inherit;
  padding: 20px 20px 70px 20px;
  order: 2;
}

.cpt-rich-tabs-desktop .tabs-content .block-description .txt-description .h3-style {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 0 none;
  position: relative;
}

.cpt-rich-tabs-desktop .tabs-content .block-description .txt-description .h3-style:before {
  width: 60%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #FF1E3C;
  transform: translateX(-50%);
  content: "";
}

.cpt-rich-tabs-desktop .tabs-content .block-description .txt-description .h3-style .number-slider {
  color: #8d8d8d;
  margin-bottom: 10px;
}

.cpt-rich-tabs-desktop .tabs-content .block-description .txt-description .h3-style .number-slider .current-slider {
  color: #FF1E3C;
}

.cpt-rich-tabs-desktop .tabs-content .block-description .txt-description .list-style {
  position: relative;
}

.cpt-rich-tabs-desktop .tabs-content .block-description .txt-description .list-style .list-item {
  margin-bottom: 15px;
  line-height: 24px;
}

.cpt-rich-tabs-desktop .tabs-content .block-description .slider-img-room {
  order: 1;
}

.cpt-rich-tabs-desktop .tabs-content .block-description.block-left .elem-image {
  order: 1;
}

.cpt-rich-tabs-desktop .tabs-content .block-description.block-left .txt-description {
  order: 2;
}

.cpt-rich-tabs-desktop .tabs-content .block-description.block-left .slider-img-room {
  order: 1;
}

.cpt-rich-tabs-desktop .tabs-content .block-description.simple-content {
  padding: 0;
}

.cpt-rich-tabs-desktop .tabs-content .block-description.multiple-content-with-txt {
  position: relative;
}

.cpt-rich-tabs-desktop .tabs-content .block-description.multiple-content-with-txt .slick-arrow {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 40px;
}

.cpt-rich-tabs-desktop .tabs-content .block-description.multiple-content-with-txt .slick-arrow:before {
  top: 10px;
  left: 10px;
}

.cpt-rich-tabs-desktop .tabs-content .block-description.multiple-content-with-txt .slick-prev {
  margin-left: -40px;
}

.cpt-rich-tabs-desktop .tabs-content .block-description.multiple-content-with-txt .slick-prev:before {
  top: 11px;
  transform: rotate(-180deg);
  display: block;
}

.cpt-rich-tabs-desktop .tabs-content .block-description.multiple-content-with-txt .slick-prev:after {
  width: 1px;
  height: 80%;
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #cad5e3;
  content: "";
}

.cpt-rich-tabs-desktop .tabs-content .block-description.multiple-content-with-txt .slick-next {
  margin-right: -40px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-rich-tabs-desktop {
    margin: 20px 0 50px;
  }
  .cpt-rich-tabs-desktop .tabs-content .tab-content {
    background-color: transparent;
    border-radius: 0;
    padding-top: 50px;
    margin-bottom: 0;
  }
  .cpt-rich-tabs-desktop .tabs-content .block-description {
    background-color: #f4f6f8;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  }
  .cpt-rich-tabs-desktop .tabs-content .block-description .elem-image {
    height: 455px;
    width: 100%;
  }
  .cpt-rich-tabs-desktop .tabs-content .block-description .slider-img-room {
    max-width: 688px;
  }
  .cpt-rich-tabs-desktop .tabs-content .block-description.block-left .elem-image {
    order: 2;
  }
  .cpt-rich-tabs-desktop .tabs-content .block-description.block-left .txt-description {
    order: 1;
  }
  .cpt-rich-tabs-desktop .tabs-content .block-description.block-left .slider-img-room {
    order: 2;
  }
  .cpt-rich-tabs-desktop .tabs-content .block-description.simple-content {
    padding: 0 15%;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-rich-tabs-desktop .tabs-content .block-description {
    max-height: 455px;
    flex-direction: row;
  }
  .cpt-rich-tabs-desktop .tabs-content .block-description .slider-img-room,
  .cpt-rich-tabs-desktop .tabs-content .block-description .slider-txt-room {
    max-width: 50%;
  }
  .cpt-rich-tabs-desktop .tabs-content .block-description.simple-content {
    padding: 0;
  }
  .cpt-rich-tabs-desktop .tabs-content .block-description.simple-content-with-txt .txt-description {
    min-width: 33%;
    overflow-y: scroll;
    width: 50%;
  }
  .cpt-rich-tabs-desktop .columnList {
    column-count: 3;
    column-gap: 50px;
  }
  .cpt-rich-tabs-desktop .columnList li {
    break-inside: avoid-column;
  }
}

/**
 * RICH TABS DESKTOP
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-rich-tabs-camping-desktop {
  position: relative;
  margin: 20px 0;
}

.cpt-rich-tabs-camping-desktop .tabs-nav {
  background-color: #f4f6f8;
  border-bottom: 0 none;
  border-radius: 25px;
  padding: 7px 35px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  overflow-x: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}

.cpt-rich-tabs-camping-desktop .tabs-nav .tab-nav {
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  color: #293847;
  border: 0 none;
  border-radius: 5px;
  text-transform: none;
  text-align: center;
  white-space: nowrap;
  padding: 5px 16px;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}

.cpt-rich-tabs-camping-desktop .tabs-nav .tab-nav:last-child {
  margin-right: 0;
}

.cpt-rich-tabs-camping-desktop .tabs-nav .tab-nav.selected {
  background-color: #FF1E3C;
  border: 1px solid #FF1E3C;
  color: #fff;
}

.cpt-rich-tabs-camping-desktop .tabs-nav .tab-nav.selected:after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: 50%;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #FF1E3C transparent transparent transparent;
  content: "";
  transform: translateX(-50%);
}

.cpt-rich-tabs-camping-desktop .tabs-content .h3-style {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 20px;
  border-bottom: 1px solid #293847;
  padding: 0 10px 10px;
}

.cpt-rich-tabs-camping-desktop .tabs-content .h4-style {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 10px 0;
}

.cpt-rich-tabs-camping-desktop .tabs-content .title {
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 5px;
}

.cpt-rich-tabs-camping-desktop .tabs-content .tab-content {
  background-color: #f4f6f8;
  border-radius: 25px;
  padding: 10px;
  margin-bottom: 10px;
}

.cpt-rich-tabs-camping-desktop .tabs-content .tab-content .orx-accordion-title {
  background-color: transparent;
  color: #293847;
  font-weight: bold;
  font-size: 16px;
  padding: 2px 0 0 6px;
  cursor: pointer;
  position: relative;
}

.cpt-rich-tabs-camping-desktop .tabs-content .tab-content .orx-accordion-title .elem-orx-arrow {
  position: absolute;
  top: 11px;
  right: 25px;
}

.cpt-rich-tabs-camping-desktop .tabs-content .tab-content .orx-accordion-title .elem-orx-arrow:before, .cpt-rich-tabs-camping-desktop .tabs-content .tab-content .orx-accordion-title .elem-orx-arrow:after {
  background-color: #293847;
}

.cpt-rich-tabs-camping-desktop .tabs-content .txt-content {
  font-size: 14px;
  font-weight: 500;
  margin: 25px 0;
}

.cpt-rich-tabs-camping-desktop .tabs-content .txt-content .link-style {
  color: #227cc3;
  text-decoration: none;
  cursor: pointer;
}

.cpt-rich-tabs-camping-desktop .tabs-content .txt-content .link-style:hover {
  text-decoration: underline;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description {
  background-color: transparent;
  border-radius: 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  height: auto;
  max-height: inherit;
  flex-direction: column;
  overflow: hidden;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description .elem-image {
  height: 254px;
  order: 1;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description .slider-img-room {
  max-width: inherit;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description .slider-img-room .elem-image {
  max-width: inherit;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description .txt-description {
  min-width: inherit;
  max-width: inherit;
  padding: 20px 0 70px;
  order: 2;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description .txt-description .h3-style {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 0 none;
  position: relative;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description .txt-description .h3-style:before {
  width: 60%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #FF1E3C;
  transform: translateX(-50%);
  content: "";
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description .txt-description .h3-style .number-slider {
  color: #8d8d8d;
  margin-bottom: 10px;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description .txt-description .h3-style .number-slider .current-slider {
  color: #FF1E3C;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description .txt-description .item-slide .h3-style {
  font-size: 18px;
  font-weight: 500;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description .txt-description .item-slide .h3-style .number-slider {
  font-size: 16px;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description .txt-description .item-slide .list-style {
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description .slider-img-room {
  order: 1;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description.block-left .elem-image {
  order: 1;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description.block-left .txt-description {
  order: 2;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description.block-left .slider-img-room {
  order: 1;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description.simple-content {
  padding: 0;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description.multiple-content-with-txt {
  position: relative;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description.multiple-content-with-txt .slick-arrow {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 40px;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description.multiple-content-with-txt .slick-arrow:before {
  top: 10px;
  left: 10px;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description.multiple-content-with-txt .slick-prev {
  margin-left: -40px;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description.multiple-content-with-txt .slick-prev:before {
  top: 11px;
  transform: rotate(-180deg);
  display: block;
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description.multiple-content-with-txt .slick-prev:after {
  width: 1px;
  height: 80%;
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #cad5e3;
  content: "";
}

.cpt-rich-tabs-camping-desktop .tabs-content .block-description.multiple-content-with-txt .slick-next {
  margin-right: -40px;
}

.cpt-rich-tabs-camping-desktop .tabs-content .list-style {
  position: relative;
}

.cpt-rich-tabs-camping-desktop .tabs-content .list-style .list-item {
  margin-block-end: 30px;
  line-height: 24px;
}

.cpt-rich-tabs-camping-desktop .tabs-content .list-style .title {
  font-size: 18px;
}

.cpt-rich-tabs-camping-desktop .tabs-content .photo-wrap {
  position: relative;
}

.cpt-rich-tabs-camping-desktop .tabs-content .photo-wrap .elem-image {
  height: 220px;
  width: 305px;
  overflow: hidden;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-rich-tabs-camping-desktop {
    margin: 20px 0 50px;
  }
  .cpt-rich-tabs-camping-desktop .tabs-content .title {
    margin: 0 0 10px;
  }
  .cpt-rich-tabs-camping-desktop .tabs-content .tab-content {
    background-color: transparent;
    border-radius: 0;
    padding-top: 50px;
    margin-bottom: 0;
  }
  .cpt-rich-tabs-camping-desktop .tabs-content .block-description {
    background-color: #f4f6f8;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  }
  .cpt-rich-tabs-camping-desktop .tabs-content .block-description .elem-image {
    height: 455px;
    width: 100%;
  }
  .cpt-rich-tabs-camping-desktop .tabs-content .block-description .slider-img-room {
    max-width: 688px;
  }
  .cpt-rich-tabs-camping-desktop .tabs-content .block-description.block-left .elem-image {
    order: 2;
  }
  .cpt-rich-tabs-camping-desktop .tabs-content .block-description.block-left .txt-description {
    order: 1;
  }
  .cpt-rich-tabs-camping-desktop .tabs-content .block-description.block-left .slider-img-room {
    order: 2;
  }
  .cpt-rich-tabs-camping-desktop .tabs-content .block-description .txt-description {
    padding: 20px 20px 70px;
  }
  .cpt-rich-tabs-camping-desktop .tabs-content .block-description.simple-content {
    padding: 0 15%;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-rich-tabs-camping-desktop .tabs-content .block-description {
    max-height: 455px;
    flex-direction: row;
  }
  .cpt-rich-tabs-camping-desktop .tabs-content .block-description .slider-img-room,
  .cpt-rich-tabs-camping-desktop .tabs-content .block-description .slider-txt-room,
  .cpt-rich-tabs-camping-desktop .tabs-content .block-description .slider-img-proximity,
  .cpt-rich-tabs-camping-desktop .tabs-content .block-description .slider-txt-proximity {
    max-width: 50%;
  }
  .cpt-rich-tabs-camping-desktop .tabs-content .block-description.simple-content {
    padding: 0;
  }
  .cpt-rich-tabs-camping-desktop .tabs-content .block-description.simple-content-with-txt .txt-description {
    min-width: 33%;
    overflow-y: scroll;
    width: 50%;
  }
  .cpt-rich-tabs-camping-desktop .columnList {
    column-count: 3;
    column-gap: 50px;
  }
  .cpt-rich-tabs-camping-desktop .columnList li {
    break-inside: avoid-column;
  }
  .cpt-rich-tabs-camping-desktop .photo-wrap {
    margin-right: 22px;
  }
}

/**
 * TRIP ADVISOR - CDISCOUNT
 *
 * $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-weight: 700;
  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: #293847;
  text-transform: uppercase;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
/**
 * PRICE MENTION
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-price-mention .mention {
  color: #293847;
  text-transform: uppercase;
  margin-left: -3px;
  display: none;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
/**
 * BOOKING PRICE - CDISCOUNT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-price {
  background-color: #fff;
  padding-block-end: 10px;
}

.cpt-booking-price .cpt-tooltip {
  position: absolute;
  top: 0px;
  right: 0;
}

.cpt-booking-price .booking-promotion {
  background-color: #FF1E3C;
  color: #fff;
  font-weight: 400;
  font-size: 21px;
  padding: 9px 0;
}

.cpt-booking-price .booking-promotion .percentage {
  font-weight: 700;
}

.cpt-booking-price .price-wrapper {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.cpt-booking-price .price-wrapper .price-unit-wrapper {
  padding: 19px 0 19px 15px;
  display: flex;
  flex-direction: column;
  justify-items: center;
}

.cpt-booking-price .price-wrapper .price-unit-wrapper .price {
  font-weight: 700;
  font-size: 34px;
  display: flex;
}

.cpt-booking-price .price-wrapper .times-paiment > .title {
  color: #6b6868;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  flex-direction: row;
}

.cpt-booking-price .price-wrapper .currency,
.cpt-booking-price .price-wrapper .cents {
  font-size: 12px;
}

.cpt-booking-price .price-wrapper .fee-info {
  color: #6b6868;
  font-size: 10px;
}

.cpt-booking-price .price-wrapper .tooltip-access {
  font-size: 8px;
  padding-inline-start: 2px;
  display: flex;
  align-items: center;
}

.cpt-booking-price .price-wrapper .tooltip-access .elem-icon, .cpt-booking-price .price-wrapper .tooltip-access .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-booking-price .price-wrapper .tooltip-access .title-tab:before, .cpt-booking-price .price-wrapper .tooltip-access .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-booking-price .price-wrapper .tooltip-access .title-tab:before {
  border: 1px solid #ccc;
  color: #227cc3;
  border-radius: 15px;
  padding: 1px;
}

.cpt-booking-price .price-info {
  background-color: #fff;
  font-weight: 400;
}

.cpt-booking-price .price-info .price-duration {
  font-weight: 700;
  font-size: 18px;
  padding: 20px 0 6px;
}

.cpt-booking-price .price-info .price-EUR {
  font-weight: 700;
  line-height: 1;
}

.cpt-booking-price .price-info .from {
  color: #888;
  font-size: 12px;
  padding-inline-start: 2px;
}

.cpt-booking-price .price-info .from-price {
  color: #293847;
  font-weight: 700;
  font-size: 14px;
}

.cpt-booking-price .price-info .next-departure {
  font-weight: 700;
  font-size: 12px;
  margin-block-end: 10px;
}

.cpt-booking-price .price-info .price-by {
  color: #293847;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
}

.cpt-booking-price .price-info .price-base {
  color: #293847;
  font-size: 11px;
  text-align: left;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-booking-price .cpt-tooltip {
    top: 147px;
  }
  .cpt-booking-price .price-wrapper {
    border: none;
    margin-block-start: 0;
    justify-content: center;
  }
  .cpt-booking-price .price-wrapper .price-unit-wrapper {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-booking-price {
    margin-block-end: 50px;
  }
  .cpt-booking-price .tooltip-access {
    cursor: pointer;
  }
  .cpt-booking-price .price-wrapper .price-unit-wrapper .price {
    font-size: 46px;
  }
  .cpt-booking-price .price-info .from {
    font-size: 14px;
  }
  .cpt-booking-price .price-info .next-departure {
    margin-block-start: 30px;
    margin-block-end: 22px;
  }
}

/**
 * BOOKING ENGINE TITLE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-engine-title {
  color: #FF1E3C;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.cpt-booking-engine-title span {
  text-transform: none;
}

.cpt-booking-engine-title .sub-title a {
  color: #FF1E3C;
  text-decoration: underline;
}

/**
 * BOOKING ENGINE - CDISCOUNT
 *
 * $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 {
  height: 340px;
  padding: 5px 10px 5px;
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
}

.cpt-avails-container .month-label {
  background-color: #FF1E3C;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
}

.cpt-avails-container .avail-item {
  border: 1px solid #293847;
  margin: 6px 0;
  display: flex;
  position: relative;
}

.cpt-avails-container .avail-item .dispo-alert {
  position: absolute;
  top: -3px;
  left: calc(30% + 20px);
  width: 40%;
  background-color: #FF1E3C;
  color: #fff;
  font-weight: 600;
  font-size: 8px;
  text-align: center;
  padding: 3px 0 4px;
  z-index: 1;
}

.cpt-avails-container .avail-item .inner-block {
  background-color: #fff;
  display: flex;
  flex-grow: 2;
  overflow: hidden;
  position: relative;
}

.cpt-avails-container .avail-item .inner-block .discount {
  position: absolute;
  top: -18px;
  right: -4px;
  width: 40px;
  height: 40px;
  background: #FF1E3C;
  border-radius: 50%;
  z-index: 1;
}

.cpt-avails-container .avail-item .inner-block .discount .discount-number {
  position: absolute;
  top: 21px;
  right: 7px;
  color: #fff;
  font-size: 11px;
}

.cpt-avails-container .avail-item .day-block {
  background-color: #293847;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 12px;
}

.cpt-avails-container .avail-item .day-block .day-number {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: block;
}

.cpt-avails-container .avail-item .day-block .inner-month-label {
  display: block;
}

.cpt-avails-container .avail-item .price-block {
  color: #293847;
  font-size: 12px;
  padding: 12px 0 0 8px;
}

.cpt-avails-container .avail-item .price-block.promotion .price,
.cpt-avails-container .avail-item .price-block.promotion .price-type {
  color: #FF1E3C;
}

.cpt-avails-container .avail-item .price-block .price {
  font-weight: 700;
  font-size: 18px;
}

.cpt-avails-container .avail-item .price-block .regular-price {
  color: #293847;
  text-decoration: line-through;
  display: block;
}

.cpt-avails-container .avail-item .back-day {
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 117px;
  font-weight: 400;
  font-size: 11px;
  padding: 32px 0 0;
}

.cpt-avails-container .avail-item.selected .inner-block {
  background-color: #535f6b;
}

.cpt-avails-container .avail-item.selected .price-block .price,
.cpt-avails-container .avail-item.selected .price-block .price-type,
.cpt-avails-container .avail-item.selected .price-block .regular-price {
  color: #fff;
}

.cpt-avails-container .avail-item.selected .back-day {
  color: #fff;
}

.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 .inner-block {
    background-color: #535f6b;
  }
  .cpt-avails-container .avail-item:hover .price-block {
    color: #fff;
  }
  .cpt-avails-container .avail-item:hover .price-block .regular-price {
    color: #fff;
  }
  .cpt-avails-container .avail-item:hover .back-day {
    color: #fff;
  }
}

/**
 * SLIDER MONTH
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-slider-month {
  background-color: #fff;
  padding: 0 0 6px;
  margin: 6px 1px 0;
  position: relative;
  display: flex;
  overflow: hidden;
}

.cpt-slider-month .slider-item {
  width: 100%;
  background-color: #eff0f4;
  color: #293847;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 13px 0;
}

.cpt-slider-month .slider-item.selected {
  background-color: #293847;
  color: #fff;
}

.cpt-slider-month .slider-control-arrow {
  width: 20px;
  background-color: transparent;
  position: relative;
}

.cpt-slider-month .slider-control-arrow:before {
  font-family: "cdiscount icons";
  color: #000;
}

.cpt-slider-month .slider-control-arrow.next:before {
  position: absolute;
  top: 3px;
  left: 3px;
  color: #293847;
  font-family: "cdiscount icons";
  border-left: 0 solid transparent;
  display: block;
  content: "3";
}

.cpt-slider-month .slider-control-arrow.previous:before {
  position: absolute;
  top: 3px;
  left: 1px;
  color: #293847;
  font-family: "cdiscount icons";
  border-right: 0 solid transparent;
  display: block;
  content: "3";
  transform: rotate(-180deg);
}

.cpt-slider-month .slider-control-arrow.disabled {
  background-color: transparent;
}

.cpt-slider-month .slider-control-arrow.disabled.next:before {
  color: #bbb;
  border-left: 0 solid transparent;
}

.cpt-slider-month .slider-control-arrow.disabled.previous:before {
  color: #bbb;
  border-right: 0 solid transparent;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-slider-month .slider-item {
    cursor: pointer;
  }
}

.cpt-booking-engine {
  background-color: #fff;
  margin-block-end: 30px;
  position: relative;
}

.cpt-booking-engine .h2-style {
  color: #707070;
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  margin: 0;
}

.cpt-booking-engine .button-filters {
  text-align: center;
}

.cpt-booking-engine .discount-block {
  background-color: #FF1E3C;
  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: #FF1E3C;
  font-weight: 400;
  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-weight: 600;
  font-size: 12px;
  line-height: 16px;
  margin: 10px 0;
  text-align: center;
}

.cpt-booking-engine .next-departure span {
  color: #FF1E3C;
  font-weight: 700;
  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 #edeef3;
  background-color: #fafafa;
  padding: 20px;
}

.cpt-booking-engine .inner-block-calendar .txt {
  color: #293847;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.cpt-booking-engine .inner-block-calendar .txt span {
  color: #FF1E3C;
  text-transform: none;
}

.cpt-booking-engine .inner-block-calendar .txt a {
  color: #FF1E3C;
  text-decoration: underline;
  text-transform: none;
}

.cpt-booking-engine .select-wrap {
  margin: 20px 0;
}

.cpt-booking-engine .select-wrap label {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-block-end: 5px;
  display: block;
}

.cpt-booking-engine .select-wrap select {
  width: 100%;
  height: 35px;
  font-size: 14px;
}

.cpt-booking-engine .select-wrap .age-group-title {
  font-size: 12px;
  font-style: italic;
  padding-top: 5px;
  padding-left: 3px;
}

.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 {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}

.cpt-booking-engine .booking-calendar {
  border: 1px solid #ababab;
}

.cpt-booking-engine .age-children-selection .label {
  font-size: 14px;
}

.cpt-booking-engine .age-children-selection .label sup {
  top: 0;
  font-size: 14px;
}

.cpt-booking-engine .age-children-selection .select-wrap {
  margin: 10px 0;
}

.cpt-booking-engine .button-wrap {
  margin: 15px 0 0;
}

.cpt-booking-engine .button-wrap .elem-button-primary {
  width: 100%;
  background-color: #3db451;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0 none;
  padding: 8px 15px;
}

.cpt-booking-engine .button-wrap .elem-button-primary.disabled {
  background-color: #ababab;
}

.cpt-booking-engine .passenger-error {
  color: #e00042;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-booking-engine .button-wrap .elem-button-primary {
    cursor: pointer;
  }
  .cpt-booking-engine .button-wrap .elem-button-primary.disabled {
    cursor: not-allowed;
  }
}

/**
 * BOOKING INFORMATION
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-information {
  border: 1px solid #ccc;
  border-top: none 0;
  padding: 20px;
}

.cpt-booking-information .title {
  font-weight: 700;
  font-size: 22px;
  margin: 0;
}

.cpt-booking-information .elem-image {
  max-width: 300px;
  margin: 20px auto 10px;
}

.cpt-booking-information .elem-image img {
  background-color: transparent;
}

.cpt-booking-information .booking-ref-wrap,
.cpt-booking-information .booking-code-wrap {
  margin: 20px 0;
}

.cpt-booking-information .booking-ref-wrap .label,
.cpt-booking-information .booking-code-wrap .label {
  color: #333;
  font-weight: 700;
  font-size: 14px;
  margin-block-end: 5px;
}

.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 {
  background-color: #f0f0f0;
  font-weight: 700;
  font-size: 20px;
  padding: 12px;
  overflow: hidden;
}

.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 25px;
  margin-block-start: -19px;
}

.cpt-booking-information .booking-information-schedule {
  font-size: 12px;
  text-align: center;
}

.cpt-booking-information .booking-information-number {
  font-size: 20px;
  text-align: center;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-booking-information .title {
    font-size: 22px;
  }
}

/**
 * CONTACT - CDISCOUNT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-contact {
  background-color: #fff;
  color: #a11380;
  font-family: Arial, sans-serif;
  border-radius: 4px;
  padding: 30px 25px;
  margin-block-end: 30px;
  margin-inline-end: 0;
  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-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-block-end: 10px;
}

.cpt-contact .info {
  color: #323232;
  font-size: 12px;
  text-align: center;
  margin-block-end: 18px;
}

.cpt-contact .phone {
  margin-block-end: 20px;
}

.cpt-contact .phone .elem-image img {
  background-color: transparent;
}

.cpt-contact .hours {
  color: #878787;
  font-size: 10px;
  text-align: center;
  margin-block-start: 20px;
}

/**
 * EASY VOYAGE NOTE - MACIF
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-easy-voyage-note {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.cpt-easy-voyage-note .ev-logo {
  width: 53px;
  height: 25px !important;
  position: relative;
}

.cpt-easy-voyage-note .ev-note {
  width: 44px;
  height: 25px;
  border: 1px solid #084f6a;
  background-color: #fff;
  color: #084f6a;
  font-size: 12px;
  padding: 6px;
}

.cpt-easy-voyage-note .elem-button--default {
  position: absolute;
  top: -7px;
  right: -8px;
  width: 14px;
  height: 14px;
  background-color: #227cc3;
  color: #333;
  font-weight: 700;
  font-size: 9px;
}

.cpt-easy-voyage-note .ev-tooltip {
  position: absolute;
  bottom: 44px;
  left: 10px;
  width: 230px;
  background-color: #fff;
  color: #333;
  font-weight: 700;
  font-size: 9px;
  box-shadow: 0 0 10px #333;
  padding: 6px;
  display: none;
}

.cpt-easy-voyage-note .ev-tooltip:after {
  position: absolute;
  bottom: -8px;
  left: 80px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  content: "";
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-easy-voyage-note .tooltip-wrap:hover .ev-tooltip {
    display: block;
  }
}

/**
 * LOGO PARTNER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-logo-partner {
  width: 80px;
  height: auto;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}

.cpt-logo-partner .elem-image {
  height: 100%;
  display: flex;
  align-content: center;
}

.cpt-logo-partner .elem-image img {
  width: auto;
  height: auto;
  margin: auto;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-logo-partner {
    width: 120px;
    height: 243px;
  }
}

/**
 * DESTINATION INFORMATION
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-destination-information {
  border: 1px solid #ededed;
  background: #fafafa;
  padding: 0 20px 10px;
  margin-inline-end: 0;
  position: relative;
}

.cpt-destination-information .title {
  color: #293847;
  font-weight: 700;
  font-size: 29px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.cpt-destination-information .edito-desti {
  color: #606060;
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
  padding: 0 !important;
  margin-block-end: 20px;
}

/**
 * CROSS SALE - MACIF
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-cross-sale {
  margin: 40px 0;
}

.cpt-cross-sale .main-title {
  color: #373940;
  font-weight: 700;
  font-size: 24px;
  margin: 0 10px 20px;
}

.cpt-cross-sale .cpt-diaporama {
  margin-block-end: 50px;
}

.cpt-cross-sale .cross-item {
  height: 200px;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}

.cpt-cross-sale .cross-item .title {
  height: 30px;
  background-color: #293847;
  color: #fff;
  font-size: 14px;
  padding: 7px 10px;
}

.cpt-cross-sale .cross-item .image-wrap {
  width: 100%;
  height: 170px;
  position: relative;
}

.cpt-cross-sale .cross-item .image-wrap .sub-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  font-size: 12px;
  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 {
  width: 100%;
  height: 170px;
}

.cpt-cross-sale .cross-item .elem-button--default {
  position: absolute;
  right: 10px;
  bottom: 0;
  background-color: #227cc3;
  padding: 6px 10px;
}

.cpt-cross-sale .cross-item .elem-button--default a {
  color: #fff;
  font-weight: 400 !important;
  font-size: 12px;
}

.cpt-cross-sale .legacy {
  color: #999;
  font-size: 10px;
  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 .elem-button--default {
    position: absolute;
    right: 15px;
    bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-cross-sale {
    margin: 40px -15px;
  }
  .cpt-cross-sale .cpt-diaporama {
    display: flex;
    margin-block-end: 10px;
  }
  .cpt-cross-sale .cross-item .elem-button--default:hover {
    border: 1px solid #29bfb7;
    background-color: #29bfb7;
  }
}

/**
 * PRE FOOTER - MACIF
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-pre-footer {
  font-size: 14px;
  color: #666;
  margin: 40px 0 60px;
}

.cpt-pre-footer strong {
  font-size: 24px;
  color: #373940;
}

/**
 * LEGACY FOOTER - MACIF
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-legacy-footer {
  padding: 20px 0;
}

.cpt-legacy-footer .legacy-item {
  font-size: 11px;
  color: #fff;
  margin-bottom: 14px;
}

.cpt-legacy-footer .legacy-item .legacy-order {
  display: inline-block;
  margin-right: 5px;
}

.cpt-legacy-footer .legacy-item:last-child {
  margin-bottom: 0;
}

/**
 * FOOTER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-footer {
  background-color: #f7f7f7;
  padding: 20px 0 0;
}

.cpt-footer .first-wrap {
  color: #293847;
  text-align: center;
  position: relative;
}

.cpt-footer .first-wrap .title {
  font-weight: 700;
  font-size: 18px;
  margin-block-end: 15px;
}

.cpt-footer .first-wrap .contact {
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  margin-inline-start: 10px;
}

.cpt-footer .first-wrap .contact .phone-number .elem-image {
  width: 267px;
  margin: 0 auto;
}

.cpt-footer .first-wrap .contact .line {
  line-height: 15px;
  display: block;
}

.cpt-footer .first-wrap .contact .link {
  display: block;
}

.cpt-footer .first-wrap .link {
  color: #293847;
  font-weight: 700;
}

.cpt-footer .first-wrap .link a {
  text-decoration: underline;
}

.cpt-footer .first-wrap .cgv {
  color: #FF1E3C;
  font-weight: 700;
  font-size: 13px;
  border-bottom: 1px solid #fff;
  padding-block-end: 28px;
  margin-block-start: 5px;
}

.cpt-footer .first-wrap .cgv a {
  color: #FF1E3C;
  text-decoration: underline;
}

.cpt-footer .first-wrap .cgv-misterfly {
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  padding: 30px 20px 50px;
}

.cpt-footer .first-wrap .footer-edito {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
  padding: 30px 20px;
}

.cpt-footer .image-foot-content {
  background-color: #fff;
  padding: 20px;
}

.cpt-footer .image-foot-content .sponsor-item {
  display: inline-block;
}

.cpt-footer .image-foot-content .sponsor-item .elem-image {
  max-width: 140px;
  margin: 1em 30px;
}

.cpt-footer .legal-wrapper {
  background-color: #fff;
  color: #999;
  text-align: center;
  border-top: 3px solid #0c7a7d;
  margin-block-start: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-footer .legal-wrapper .logo-wrap .logo {
  margin-bottom: 25px;
}

.cpt-footer .legal-wrapper .legal {
  color: #999;
  font-size: 12px;
  text-align: center;
  margin: 0 15px;
}

/**
 * OFFERS
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-offers {
  color: #293847;
  margin-bottom: 20px;
  position: relative;
}

.cpt-offers .d-flex {
  flex-direction: column;
}

.cpt-offers .elem-image {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
}

.cpt-offers .elem-image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}

.cpt-offers .txt-wrap {
  color: #293847;
  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 {
    width: auto;
    height: 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-block-end: 20px;
  font-size: 12px;
}

.cpt-include-price .h4-style {
  font-weight: 700;
  font-size: 16px;
}

.cpt-include-price .item {
  margin-block-end: 5px;
}

/**
 * CONDITION
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-condition {
  border: 1px solid #edeef3;
  background-color: white;
  color: #293847;
  font-size: 12px;
  padding: 0 20px 20px;
  margin-block-end: 20px;
}

.cpt-condition .h4-style {
  font-weight: 700;
  font-size: 16px;
}

.cpt-condition .item {
  margin-block-end: 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 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  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 {
  color: #293847;
  text-decoration: underline;
  margin-block-start: 5px;
  display: block;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-condition .link-style {
    cursor: pointer;
  }
}

/**
 * ITEM PRODUCT CONTENT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-item-product-content {
  color: #293847;
  padding-bottom: 5px;
}

.cpt-item-product-content .elem-image {
  width: 100%;
  height: 170px;
  margin: 0 0 10px;
  padding: 0;
}

.cpt-item-product-content .elem-image img {
  width: 100%;
  height: 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 {
    width: auto;
    height: 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 {
  width: 100% !important;
  height: 199px !important;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-video-wrap {
    margin: 25px 0;
  }
  .cpt-video-wrap iframe {
    width: 100% !important;
    height: 220px !important;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-video-wrap {
    margin: 40px 0;
  }
  .cpt-video-wrap iframe {
    width: 560px !important;
    height: 315px !important;
  }
}

/**
 * POPIN LOADER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-popin-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
}

.cpt-popin-loader .slick-arrow:before {
  display: none;
}

.cpt-popin-loader .overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.cpt-popin-loader .loader-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  padding: 0 20px;
  background-color: #fff;
  border: 5px solid #fff;
  text-align: center;
  border-radius: 4px;
  z-index: 101;
  transform: translateX(-50%) translateY(-50%);
}

.cpt-popin-loader .loader-wrap .title, .cpt-popin-loader .loader-wrap .sub-title {
  text-align: center;
  padding-top: 10px;
}

.cpt-popin-loader .loader-wrap .title {
  font-weight: 700;
  font-size: 26px;
}

.cpt-popin-loader .loader-wrap .sub-title {
  font-size: 600;
}

.cpt-popin-loader .loader-wrap .sub-desc {
  text-align: left;
  font-weight: 700;
}

.cpt-popin-loader .loader-wrap .loading-animation {
  margin: 40px 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.cpt-popin-loader .loader-wrap .loading-animation .animated {
  width: 100px;
  height: 100px;
  background-color: red;
  background: url("https://back-cdiscount.orchestra-platform.com/admin/TS/fckUserFiles/Image/loader/loader-animation.gif") 50% 0 no-repeat;
}

.cpt-popin-loader .loader-wrap .loading-animation .fixed {
  position: absolute;
  top: -24px;
  left: 50%;
  width: 100px;
  height: 160px;
  background: url("https://back-cdiscount.orchestra-platform.com/admin/TS/fckUserFiles/Image/loader/avion.png") 50% 0 no-repeat;
  transform: translateX(-71%);
}

.cpt-popin-loader .loader-wrap .icons-list {
  margin-bottom: 16px;
  padding: 0;
  list-style: none;
}

.cpt-popin-loader .loader-wrap .icons-list .list-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #888;
  margin-bottom: 10px;
  padding-left: 2px;
  position: relative;
}

.cpt-popin-loader .loader-wrap .icons-list .list-item .elem-image {
  width: 48px;
}

.cpt-popin-loader .loader-wrap .icons-list .list-item .icon-content .icon-desc {
  font-weight: 300;
}

.cpt-popin-loader .loader-wrap .icons-list .list-item .icon-content .icon-title {
  font-weight: 700;
}

.cpt-popin-loader .loader-wrap .icons-list .list-item .icon-content .icon-title, .cpt-popin-loader .loader-wrap .icons-list .list-item .icon-content .icon-desc {
  text-align: left;
}

@supports (-webkit-overflow-scrolling: touch) {
  .cpt-popin-loader .loader-wrap .loading-animation {
    margin: 20px 0;
  }
  .cpt-popin-loader .loader-wrap .loading-animation .animated {
    display: none;
  }
  .cpt-popin-loader .loader-wrap .loading-animation .fixed {
    position: relative;
    top: initial;
    left: initial;
    width: 124px;
    height: 148px;
    background: url("https://back-cdiscount.orchestra-platform.com/admin/TS/fckUserFiles/Image/loader/loaderFixe.jpg") 50% 0 no-repeat;
    transform: none;
  }
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-popin-loader .loader-wrap {
    width: 330px;
  }
}

/**
 * SLIDER FULL PACKAGE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-slider-full-package {
  height: 350px;
  margin: 0 -15px;
  position: relative;
}

.cpt-slider-full-package .cpt-diaporama {
  height: 350px;
  position: relative;
}

.cpt-slider-full-package .cpt-diaporama .slick-slide {
  height: 350px;
}

.cpt-slider-full-package .cpt-diaporama .slick-arrow:before {
  display: none;
}

.cpt-slider-full-package .cpt-diaporama .arrow-square {
  width: 41px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.6);
}

.cpt-slider-full-package .cpt-diaporama .arrow-square:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.cpt-slider-full-package .cpt-diaporama .arrow-square .elem-icon, .cpt-slider-full-package .cpt-diaporama .arrow-square .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-slider-full-package .cpt-diaporama .arrow-square .title-tab:before, .cpt-slider-full-package .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-slider-full-package .cpt-diaporama .arrow-square .title-tab:before {
  position: absolute;
  top: 11px;
  left: 13px;
  color: #293847;
  font-size: 18px;
}

.cpt-slider-full-package .flash-package-information {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #293847;
  font-size: 11px;
  border-radius: 25px;
  overflow: hidden;
}

.cpt-slider-full-package .flash-package-information .icon-content {
  width: 30px;
  height: 30px;
  background-color: #FF1E3C;
  color: white;
  font-size: 18px;
  border-radius: 25px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-slider-full-package .flash-package-information .flash-chrono {
  background-color: white;
  padding: 0 5px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.cpt-slider-full-package .flash-package-information .flash-chrono strong {
  color: #FF1E3C;
  margin: 0 3px;
}

.cpt-slider-full-package .flash-package-information .flash-chrono:before {
  width: 15px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -15px;
  background-color: white;
  content: "";
}

.cpt-slider-full-package .flash-package-information .flash-percentage {
  background-color: #ff5400;
  color: white;
  padding: 0 10px 0 5px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cpt-slider-full-package .flash-package-information .flash-percentage strong {
  margin: 0 3px;
}

.cpt-slider-full-package .flash-package-information .flash-percentage:before {
  width: 15px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -15px;
  background-color: #ff5400;
  content: "";
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-slider-full-package .flash-package-information {
    font-size: 14px;
  }
  .cpt-slider-full-package .flash-package-information .flash-chrono {
    padding: 0 10px;
  }
  .cpt-slider-full-package .flash-package-information .flash-percentage {
    padding: 0 20px 0 10px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-slider-full-package {
    height: 492px;
    margin: 0;
  }
  .cpt-slider-full-package .cpt-diaporama {
    height: 492px;
  }
  .cpt-slider-full-package .cpt-diaporama .slick-slide {
    height: 492px;
  }
}

/**
 * INFORMATION PACKAGE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-information-package {
  padding: 15px 0;
  margin-right: 0;
  position: relative;
}

.cpt-information-package .product-name {
  font-size: 16px;
  font-weight: bold;
  color: black;
  margin-bottom: 4px;
}

.cpt-information-package .product-id {
  font-size: 12px;
  color: #888;
  font-weight: 600;
}

.cpt-information-package .product-address {
  font-size: 14px;
  font-weight: 300;
}

.cpt-information-package .cpt-trip-advisor {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 15px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-information-package {
    min-height: 250px;
  }
  .cpt-information-package .product-name {
    font-size: 20px;
    max-width: 410px;
  }
  .large {
    min-height: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-information-package {
    min-height: inherit;
  }
  .cpt-information-package .cpt-trip-advisor {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    margin-top: 0;
  }
  .cpt-information-package.large .product-name {
    max-width: 920px;
  }
}

/**
 * DESTINATION PRODUCT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-destination-product {
  color: #3732ff;
  font-weight: 700;
  font-size: 16px;
  margin-block-start: 8px;
  margin-block-end: 8px;
  display: inline-block;
  position: relative;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-destination-product {
    height: 22px;
    font-size: 18px;
  }
}

/**
 * PRODUCT DETAILS
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-product-details {
  padding: 0 0 20px 0;
  position: relative;
}

.cpt-product-details .inner-product-details {
  background-color: white;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

.cpt-product-details .inner-product-details .title {
  text-align: center;
  font-weight: 600;
  color: black;
  margin-bottom: 20px;
}

.cpt-product-details .inner-product-details .advantages {
  padding-right: 0;
  margin-bottom: 15px;
  border-right: 0 none;
  border-bottom: 0 none;
}

.cpt-product-details .inner-product-details .advantages .item {
  padding-left: 25px;
  margin-bottom: 15px;
  font-weight: 300;
  position: relative;
}

.cpt-product-details .inner-product-details .advantages .item .elem-icon, .cpt-product-details .inner-product-details .advantages .item .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-product-details .inner-product-details .advantages .item .title-tab:before, .cpt-product-details .inner-product-details .advantages .item .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-product-details .inner-product-details .advantages .item .title-tab:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #3732ff;
}

.cpt-product-details .inner-product-details .advantages.left {
  width: 50%;
  padding-right: 25px;
  margin-bottom: 15px;
  border-right: 1px solid #cad5e3;
  border-bottom: none;
}

.cpt-product-details .inner-product-details .advantages.right {
  width: 50%;
  padding-right: 25px;
  margin-bottom: 15px;
  border-right: 0 none;
  border-bottom: 0 none;
}

.cpt-product-details .inner-product-details .advantages.right .item {
  margin-left: 15px;
}

.cpt-product-details .desc-content {
  text-align: justify;
}

/**
 * GALLERY WRAP
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-gallery-wrap {
  padding-block-end: 20px;
  margin-inline-end: 0;
  position: relative;
}

.cpt-gallery-wrap .level--1 {
  flex-direction: column;
}

.cpt-gallery-wrap .column-1,
.cpt-gallery-wrap .column-2,
.cpt-gallery-wrap .column-3 {
  position: relative;
  flex-direction: column;
}

.cpt-gallery-wrap .column-1 {
  width: 100%;
  padding-inline-end: 0;
  margin-block-end: 10px;
}

.cpt-gallery-wrap .column-1 .elem-image {
  height: 128px;
}

.cpt-gallery-wrap .column-2 {
  width: 100%;
  padding-inline-end: 0;
  margin-block-end: 10px;
  flex-direction: row;
}

.cpt-gallery-wrap .column-2 .elem-image {
  height: 128px;
}

.cpt-gallery-wrap .column-2 .elem-image:first-child {
  padding-block-end: 0;
  padding-inline-end: 10px;
}

.cpt-gallery-wrap .column-3 {
  width: 100%;
}

.cpt-gallery-wrap .column-3 .level--2 {
  padding-block-end: 10px;
}

.cpt-gallery-wrap .column-3 .level--2:last-child {
  padding-block-end: 0;
}

.cpt-gallery-wrap .column-3 .level--2 .elem-image:first-child {
  padding-inline-end: 10px;
}

.cpt-gallery-wrap .column-3 .level--2 .elem-button--secondary {
  width: 100%;
  height: 48px;
  border: 1px solid #3732ff;
  background-color: #3732ff;
  padding: 13px 0 12px;
}

.cpt-gallery-wrap .column-3 .level--2 .elem-button--secondary:hover {
  border: 1px solid #211db6;
  background-color: #211db6;
}

.cpt-gallery-wrap .column-3 .level--2 .elem-button--secondary .label {
  font-size: 14px;
  margin-inline-start: 5px;
  display: inline-block;
}

.cpt-gallery-wrap .column-3 .elem-image {
  height: 128px;
}

.cpt-gallery-wrap .level--2 .elem-image {
  width: auto;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-gallery-wrap .level--1 {
    flex-direction: row;
  }
  .cpt-gallery-wrap .column-1 {
    width: 50%;
    padding-inline-end: 10px;
    margin-block-end: 0;
  }
  .cpt-gallery-wrap .column-1 .elem-image {
    height: 297px;
  }
  .cpt-gallery-wrap .column-2 {
    width: 30%;
    padding-inline-end: 10px;
    margin-block-end: 0;
    flex-direction: column;
  }
  .cpt-gallery-wrap .column-2 .elem-image {
    height: 148px;
  }
  .cpt-gallery-wrap .column-2 .elem-image:first-child {
    padding-block-end: 10px;
    padding-inline-end: 0;
  }
  .cpt-gallery-wrap .column-3 {
    width: 20%;
  }
  .cpt-gallery-wrap .column-3 .level--2 {
    padding-block-end: 10px;
  }
  .cpt-gallery-wrap .column-3 .level--2:last-child {
    padding-block-end: 0;
  }
  .cpt-gallery-wrap .column-3 .level--2 .elem-image:first-child {
    padding-inline-end: 10px;
  }
  .cpt-gallery-wrap .column-3 .level--2 .elem-button--secondary {
    height: 65px;
  }
  .cpt-gallery-wrap .column-3 .level--2 .elem-button--secondary .label {
    margin-inline-start: 0;
    display: block;
  }
  .cpt-gallery-wrap .column-3 .elem-image {
    height: 67px;
  }
  .cpt-gallery-wrap .level--2 .elem-image {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .flash-package .cpt-gallery-wrap,
  .camping-package .cpt-gallery-wrap {
    width: 100%;
  }
}

/**
 * BOOKING RICH
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-rich {
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-inline-end: 0;
  margin-block-end: 20px;
  position: relative;
  overflow: hidden;
}

.cpt-booking-rich .cpt-booking-sidebar {
  margin: 0;
}

.cpt-booking-rich .cpt-booking-engine {
  margin-block-end: 0;
}

.cpt-booking-rich .cpt-booking-engine .inner-block-calendar {
  background-color: #fff;
  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) {
  .flash-package .cpt-booking-rich,
  .camping-package .cpt-booking-rich {
    position: sticky;
    top: 5px;
    box-shadow: none;
  }
}

/**
 * BOOKING TYPE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-type {
  position: relative;
}

.cpt-booking-type .tab {
  width: 50%;
  background-color: #3732ff;
  color: white;
  font-weight: 400;
  font-size: 12px;
  padding: 10px;
  z-index: 10;
}

.cpt-booking-type .tab.selected {
  background-color: white;
  color: #3732ff;
}

.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: #FF1E3C;
}

.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 {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-block-end: 6px;
}

.cpt-booking-type .tab .price strong {
  color: white;
  font-weight: 700;
  font-size: 22px;
}

.cpt-booking-type:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: white;
  content: "";
  z-index: 1;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-booking-type {
    position: absolute;
    top: -347px;
    right: 31px;
    width: 300px;
  }
  .cpt-booking-type:before {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-booking-type {
    position: relative;
    top: -163px;
    right: auto;
    height: 77px;
  }
  .cpt-booking-type .tab {
    cursor: pointer;
  }
}

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

.cpt-product-rich-desc .promo-code {
  margin: 10px;
}

.cpt-product-rich-desc .trip-advisor {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-product-rich-desc .trip-advisor .elem-image {
  margin-right: 10px;
}

.cpt-product-rich-desc .trip-advisor .advice {
  font-size: 12px;
  font-weight: 700;
  color: #3b9244;
}

.cpt-product-rich-desc .desc-bloc {
  border-bottom: 1px solid #fafafa;
  padding-top: 10px;
  padding-bottom: 20px;
}

.cpt-product-rich-desc .title-content {
  font-size: 30px;
  font-weight: 300;
  padding-top: 0;
  margin: 20px 0 30px;
  text-align: center;
  position: relative;
}

.cpt-product-rich-desc .title-content:before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #cad5e3;
  content: "";
}

.cpt-product-rich-desc .txt-content,
.cpt-product-rich-desc p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}

.cpt-product-rich-desc .txt-content a,
.cpt-product-rich-desc p a {
  color: #FF1E3C;
  text-decoration: underline;
  cursor: default;
}

.cpt-product-rich-desc .txt-content strong,
.cpt-product-rich-desc p strong {
  font-weight: 700;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-product-rich-desc {
    position: relative;
  }
  .cpt-product-rich-desc .promo-code {
    margin: 10px 30px;
  }
  .cpt-product-rich-desc .trip-advisor {
    background-color: red;
    text-align: right;
    width: 120px;
    display: block;
    position: relative;
  }
  .cpt-product-rich-desc .trip-advisor .elem-image {
    margin-right: 0;
  }
  .cpt-product-rich-desc .trip-advisor .advice {
    font-size: 16px;
    font-weight: 400;
  }
  .cpt-product-rich-desc .tab-list {
    background-color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .cpt-product-rich-desc .tab-list .title-tab {
    background-color: #fafafa;
    border: 1px solid #edeef3;
    width: 100px;
    height: 50px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .cpt-product-rich-desc .tab-list .title-tab .anchor {
    font-size: 12px;
    font-weight: 700;
    color: #293847;
  }
  .cpt-product-rich-desc .tab-list .title-tab.selected {
    background-color: #293847;
    color: #fff;
    border: 1px solid #293847;
  }
  .cpt-product-rich-desc .tab-list .title-tab.selected .anchor {
    font-weight: 400;
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-product-rich-desc .promo-code {
    margin: 0 0 10px 0;
    display: flex;
  }
  .cpt-product-rich-desc .promo-code .elem-image {
    width: 50%;
  }
  .cpt-product-rich-desc .tab-list {
    padding: 0 12px;
  }
  .cpt-product-rich-desc .title-content {
    padding-top: 10px;
    margin: 0 0 30px;
  }
}

/**
 * ACCORDION ORXAPI WIDGET ANIMATION
 *
 * $type widget component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-orx-accordion {
  margin: 0 -15px;
  padding: 0;
  position: relative;
}

.cpt-orx-accordion .orx-accordion-item {
  padding: 0;
  margin: 0;
}

.cpt-orx-accordion .orx-accordion-mask {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.4s cubic-bezier(1, 0.09, 0.54, 0.63);
}

.cpt-orx-accordion .orx-accordion-title {
  background-color: #293847;
  color: white;
  padding: 15px;
  text-transform: uppercase;
  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: white;
}

.cpt-orx-accordion .orx-accordion-content {
  padding: 25px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-orx-accordion {
    margin: inherit;
    padding: inherit;
  }
  .cpt-orx-accordion .orx-accordion-item {
    padding: inherit;
    margin: inherit;
  }
  .cpt-orx-accordion .orx-accordion-mask {
    height: auto !important;
    overflow: visible;
    position: relative;
  }
  .cpt-orx-accordion .orx-accordion-title {
    background-color: transparent;
    color: #293847;
    padding: inherit;
  }
  .cpt-orx-accordion .orx-accordion-title .elem-orx-arrow:before, .cpt-orx-accordion .orx-accordion-title .elem-orx-arrow:after {
    background-color: #293847;
  }
  .cpt-orx-accordion .orx-accordion-content {
    padding: inherit;
  }
}

/**
 * BTN SWITCH CONTENT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-btn-switch-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.cpt-btn-switch-content .switch-btn {
  background-color: white;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 11px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

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

.cpt-btn-switch-content .switch-btn.btn-map {
  margin-inline-end: 10px;
}

.cpt-btn-switch-content .switch-btn.btn-share .elem-icon, .cpt-btn-switch-content .switch-btn.btn-share .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-btn-switch-content .switch-btn.btn-share .title-tab:before, .cpt-btn-switch-content .switch-btn.btn-share .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-btn-switch-content .switch-btn.btn-share .title-tab:before {
  margin-inline-end: 0;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-btn-switch-content .switch-btn.btn-share .elem-icon, .cpt-btn-switch-content .switch-btn.btn-share .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-btn-switch-content .switch-btn.btn-share .title-tab:before, .cpt-btn-switch-content .switch-btn.btn-share .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-btn-switch-content .switch-btn.btn-share .title-tab:before {
    margin-inline-end: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-btn-switch-content .switch-btn {
    cursor: pointer;
  }
}

/**
 * MAP CONTENT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-map-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
}

.cpt-map-content iframe {
  width: 100%;
  height: 350px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-map-content {
    width: 100%;
    height: 492px;
  }
  .cpt-map-content iframe {
    width: 100%;
    height: 492px;
  }
}

/**
 * TOOLTIP - CDISCOUNT
 *
 * $type component
 */
.cpt-tooltip {
  position: absolute;
  top: 0;
  background-color: #fff;
  font-size: 10px;
  border: 2px solid #edeef3;
  width: 100%;
  padding: 5px;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  display: flex;
  z-index: 1;
}

.cpt-tooltip .tooltip-button-bar {
  justify-content: flex-end;
  display: flex;
}

.cpt-tooltip .tooltip-button-bar .elem-icon, .cpt-tooltip .tooltip-button-bar .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-tooltip .tooltip-button-bar .title-tab:before, .cpt-tooltip .tooltip-button-bar .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-tooltip .tooltip-button-bar .title-tab:before {
  padding: 3px;
  cursor: pointer;
}

.cpt-tooltip .info {
  flex-direction: column;
  text-align: start;
}

.cpt-tooltip .info span {
  padding-top: 2px;
}

.cpt-tooltip .info span.intro {
  font-weight: 700;
}

.cpt-tooltip .mensuality {
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.cpt-tooltip .priceResum {
  color: #FF1E3C;
  font-weight: 600;
}

.cpt-tooltip .conditions {
  color: #FF1E3C;
  font-weight: 600;
  text-decoration: underline;
  padding-top: 5px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-tooltip {
    top: 155px;
    left: 20px;
    width: 88%;
  }
  .cpt-tooltip .info span {
    padding: 3px 0;
  }
}

/**
 * PAIMENT MULTIPLE TIMES - CDISCOUNT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.payment-schedule {
  width: auto;
  height: 100%;
  background-color: #ececec;
  min-width: 150px;
  padding-left: 45px;
  position: relative;
  overflow: hidden;
}

.payment-schedule:before {
  position: absolute;
  top: -22px;
  left: -31px;
  width: 40px;
  height: 200px;
  background-color: #fff;
  content: "";
  transform: rotate(22deg);
  display: block;
  z-index: 90;
}

.payment-schedule .inner-price-block {
  width: 100%;
  height: 100%;
  padding: 8px 0;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.payment-schedule .inner-price-block .price {
  font-weight: 700;
  padding: 3px 0;
  font-size: 30px;
  align-items: flex-start;
  display: flex;
}

.payment-schedule .inner-price-block .price .cents-group {
  padding-top: 3px;
  display: flex;
  align-items: flex-start;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .payment-schedule {
    background-color: transparent;
    margin-block-end: 10px;
    padding: 0 10px;
  }
  .payment-schedule:before {
    display: none;
  }
  .payment-schedule .inner-right-block {
    background-color: transparent;
  }
  .payment-schedule .inner-right-block .title-wrapper {
    font-weight: 500;
    width: 100%;
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .payment-schedule .inner-right-block .title-wrapper .tooltip-access {
    width: 12px;
    height: 12px;
    background-color: #227cc3;
    font-size: 9px;
    font-weight: 600;
    border-radius: 100%;
    color: #fff;
    margin: 0 2px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }
  .payment-schedule .inner-right-block .title-wrapper:after, .payment-schedule .inner-right-block .title-wrapper:before {
    content: "";
    height: 1px;
    margin: 0 5px;
    border-bottom: 2px dotted #edeef3;
    width: 20%;
    align-self: center;
    display: flex;
  }
  .payment-schedule .inner-right-block .firstPayment {
    justify-content: space-between;
    font-size: 24px;
    font-weight: 600;
    color: #FF1E3C;
    margin: 10px 0;
    display: flex;
  }
  .payment-schedule .inner-right-block .firstPayment .price .euroCents {
    font-size: 14px;
    position: relative;
  }
  .payment-schedule .inner-right-block .firstPayment .price .euroCents .currency,
  .payment-schedule .inner-right-block .firstPayment .price .euroCents .cents {
    position: absolute;
  }
  .payment-schedule .inner-right-block .firstPayment .price .euroCents .cents {
    padding-left: 11px;
  }
  .payment-schedule .inner-right-block .firstPayment .date {
    font-size: 18px;
    font-weight: 500;
    color: #293847;
  }
  .payment-schedule .inner-right-block .otherPayment {
    font-size: 12px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .payment-schedule .inner-right-block .otherPayment .separation {
    border-bottom: 2px dotted #edeef3;
    width: 100%;
    max-width: 45%;
    margin: 0 10px;
  }
}

/**
 * ACCORDION ORXAPI WIDGET ANIMATION
 *
 * $type widget component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-orx-accordion {
  margin: 0 -15px;
  padding: 0;
  position: relative;
}

.cpt-orx-accordion .orx-accordion-item {
  padding: 0;
  margin: 0;
}

.cpt-orx-accordion .orx-accordion-mask {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.4s cubic-bezier(1, 0.09, 0.54, 0.63);
}

.cpt-orx-accordion .orx-accordion-title {
  background-color: #293847;
  color: white;
  padding: 15px;
  text-transform: uppercase;
  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: white;
}

.cpt-orx-accordion .orx-accordion-content {
  padding: 25px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-orx-accordion {
    margin: inherit;
    padding: inherit;
  }
  .cpt-orx-accordion .orx-accordion-item {
    padding: inherit;
    margin: inherit;
  }
  .cpt-orx-accordion .orx-accordion-mask {
    height: auto !important;
    overflow: visible;
    position: relative;
  }
  .cpt-orx-accordion .orx-accordion-title {
    background-color: transparent;
    color: #293847;
    padding: inherit;
  }
  .cpt-orx-accordion .orx-accordion-title .elem-orx-arrow:before, .cpt-orx-accordion .orx-accordion-title .elem-orx-arrow:after {
    background-color: #293847;
  }
  .cpt-orx-accordion .orx-accordion-content {
    padding: inherit;
  }
}

/**
 * SERVICES
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-services {
  display: inline-flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  justify-content: center;
  margin-right: 10px;
}

.cpt-services .elem-service-tag {
  width: 27px;
  margin-right: 10px;
  height: 26px;
  border: 1px solid silver;
  border-radius: 3px;
  padding: 2px 2px 2px 2px;
  margin-top: 5px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-services {
    margin: 0;
    padding: 10px 0;
    justify-content: flex-start;
  }
}

/**
 * PROMO CODE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-promo-code {
  max-height: 190px;
}

.cpt-promo-code .promo-code {
  padding: 15px 0 0;
}

.cpt-promo-code .promo-code .elem-image {
  width: 100%;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-promo-code {
    max-height: 117px;
  }
  .cpt-promo-code .promo-code {
    margin-right: 331px;
    display: flex;
  }
  .cpt-promo-code .promo-code .elem-image {
    width: 50%;
  }
  .large .promo-code {
    margin-right: 0;
  }
}

/**
 * REINSURANCE BANNER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-reinsurance-banner {
  margin: 20px auto;
  position: relative;
  display: flex;
  flex-direction: row;
}

.cpt-reinsurance-banner .reinsurance-icon-wrap {
  background: #293847;
  border-radius: 10px 0 0 10px;
  border: 1px solid #293847;
  width: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cpt-reinsurance-banner .reinsurance-icon-wrap .elem-icon-wrap {
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  border: 2px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-reinsurance-banner .reinsurance-texts-wrap {
  border-radius: 0 10px 10px 0;
  border: 1px solid #edeef3;
  width: calc(100% - 45px);
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cpt-reinsurance-banner .reinsurance-texts-wrap .title {
  font-size: 14px;
  font-weight: 600;
  text-align: justify;
  color: #293847;
  padding-right: 50px;
  line-height: 1.5;
}

.cpt-reinsurance-banner .reinsurance-texts-wrap .title .color-secondary {
  color: #FF1E3C;
}

.cpt-reinsurance-banner .reinsurance-texts-wrap .arrow-toggle {
  position: absolute;
  top: 32px;
  right: 16px;
}

.cpt-reinsurance-banner .reinsurance-texts-wrap .arrow-toggle .elem-icon, .cpt-reinsurance-banner .reinsurance-texts-wrap .arrow-toggle .cpt-product-collapse-content .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content .product-collapse-tab-content .cpt-reinsurance-banner .reinsurance-texts-wrap .arrow-toggle .title-tab:before, .cpt-reinsurance-banner .reinsurance-texts-wrap .arrow-toggle .cpt-product-collapse-content-park .product-collapse-tab-content .title-tab:before, .cpt-product-collapse-content-park .product-collapse-tab-content .cpt-reinsurance-banner .reinsurance-texts-wrap .arrow-toggle .title-tab:before {
  color: #293847;
}

.cpt-reinsurance-banner .reinsurance-texts-wrap .arrow-toggle.open {
  transform: rotate(-180deg);
}

.cpt-reinsurance-banner .reinsurance-texts-wrap .reinsurance-text {
  font-size: 12px;
  font-weight: 400;
  margin-top: 16px;
  text-align: justify;
  color: #333;
  line-height: 1.5;
}

.cpt-reinsurance-banner .reinsurance-texts-wrap .reinsurance-text .link {
  color: #FF1E3C;
  text-decoration: underline;
}

.reset-padding {
  margin-left: -15px;
  margin-right: -15px;
}

/**
 * BOOKING PRICE FULL
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-booking-price-full {
  text-align: center;
  padding-block-end: 20px;
  margin-block-start: 10px;
  position: relative;
}

.cpt-booking-price-full .booking-promotion {
  background-color: #FF1E3C;
  color: #fff;
  font-weight: 400;
  font-size: 21px;
  padding: 9px 0;
}

.cpt-booking-price-full .booking-promotion .percentage {
  font-weight: 700;
}

.cpt-booking-price-full .price-info {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-bottom: 0 none;
  padding: 0 10px;
}

.cpt-booking-price-full .price-info .price-duration {
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0 0;
}

.cpt-booking-price-full .price-info .price-type {
  font-weight: 700;
  font-size: 14px;
  margin-block-end: 5px;
}

.cpt-booking-price-full .price-info .price-by {
  font-size: 12px;
  margin-block-end: 10px;
}

.cpt-booking-price-full .price-info .next-departure {
  font-size: 14px;
  border-top: 2px dashed #edeef3;
  padding-block-start: 10px;
  margin-block-start: 10px;
}

.cpt-booking-price-full .price-info .next-departure .next-city,
.cpt-booking-price-full .price-info .next-departure .next-date {
  font-weight: 700;
}

.cpt-booking-price-full .price-info .price-wrapper {
  border: 0 none;
  padding: 0;
  margin: 0 0 10px 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.cpt-booking-price-full .price-info .price-wrapper .price-unit-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-items: center;
}

.cpt-booking-price-full .price-info .price-wrapper .price-unit-wrapper .price {
  font-weight: 700;
  font-size: 46px;
  display: flex;
}

.cpt-booking-price-full .price-info .price-wrapper .price-unit-wrapper .from {
  font-size: 14px;
}

.cpt-booking-price-full .price-info .price-wrapper .price-unit-wrapper .from .from-price {
  font-weight: 700;
  font-size: 14px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-booking-price-full {
    width: 100%;
  }
  .cpt-booking-price-full.hidden {
    display: none !important;
  }
  .cpt-booking-price-full .button-wrap {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-top: none 0;
    padding: 20px;
    transition: all 0.15s ease-in-out;
  }
  .cpt-booking-price-full .button-wrap .elem-button--default {
    width: 100%;
    background-color: #3732ff;
    color: #fff;
    font-size: 14px;
    border: 0 none;
    border-radius: 4px;
    padding: 8px 15px;
    cursor: pointer;
  }
  .cpt-booking-price-full .button-wrap .elem-button--default.disabled {
    color: #ababab;
    cursor: not-allowed;
  }
  .cpt-booking-price-full .button-wrap:hover .elem-button--default {
    background-color: #211db6;
  }
}

@media only screen and (min-width: 992px) {
  .wrap-full-price.aside-product {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .wrap-full-price.aside-product.start-at {
    margin-block-start: -300px;
  }
  .wrap-full-price.booking-price-full-sticky {
    position: sticky;
    top: 66px;
    z-index: 2;
  }
  .wrap-full-price.price-top {
    margin-block-start: -53px;
  }
  .flash-package .wrap-full-price.aside-product {
    position: sticky;
    top: 160px;
    margin-block-start: 85px;
    z-index: 2;
  }
  .flash-package .price-top {
    margin-block-start: 220px;
  }
  .flash-package .price-top .cpt-booking-price-full {
    position: absolute;
    top: -96px;
    right: 0;
  }
  .camping-package .cpt-booking-price-full {
    position: relative;
    top: 1px;
    right: 0;
    width: 100%;
  }
}

/**
 * WEB CALLBACK
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-web-callback {
  position: relative;
  z-index: 5;
}

.cpt-web-callback .web-callback-sticker {
  position: fixed;
  right: 15px;
  bottom: 70px;
  width: 50px;
  height: 50px;
  z-index: 1000;
}

.cpt-web-callback .web-callback-sticker.shake {
  animation: orx-anim-web-callback-shake 4s ease infinite;
  transform-origin: 50% 50%;
}

.cpt-web-callback .web-callback-wave,
.cpt-web-callback .web-callback-wave-2 {
  position: fixed;
  right: 15px;
  bottom: 70px;
  width: 50px;
  height: 50px;
  content: "";
  background-color: #293847;
  border-radius: 50%;
  opacity: 1;
  transform: scale(0.9);
  display: inline-block;
  z-index: 999;
}

.cpt-web-callback .web-callback-wave.radiate,
.cpt-web-callback .web-callback-wave-2.radiate {
  animation: orx-anim-web-callback-radiate 2.5s ease infinite;
}

.cpt-web-callback .web-callback-popin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1001;
}

.cpt-web-callback .web-callback-popin .content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding-block-start: 40px;
  position: relative;
}

.cpt-web-callback .web-callback-popin .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.cpt-web-callback .web-callback-popin .web-callback-iframe {
  border: 0 none;
}

@keyframes orx-anim-web-callback-shake {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes orx-anim-web-callback-radiate {
  to {
    transform: scale(1.25);
    opacity: 0;
  }
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-web-callback .web-callback-sticker {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    cursor: pointer;
  }
  .cpt-web-callback .web-callback-wave,
  .cpt-web-callback .web-callback-wave-2 {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
  }
  .cpt-web-callback .web-callback-popin .content {
    width: 60%;
    height: 80%;
    padding: 40px;
    top: 5%;
  }
}

/**
 * GALLERY
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-gallery {
  margin-block-end: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
}

.cpt-gallery .gallery-img {
  border: 1px solid #e6e6e6;
  inline-size: 174px;
  padding-inline: 8px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-gallery .gallery-img {
    inline-size: 180px;
  }
}

/**
 * PRODUCT DESCRIPTION TAB CONTENT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-product-description-tab-content .deck-wrap .select-custom-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cpt-product-description-tab-content .deck-wrap .select-custom-wrap .deck-title {
  font-weight: 700;
}

.cpt-product-description-tab-content .deck-wrap .select-custom-wrap .deck-select-wrap {
  inline-size: 100%;
}

.cpt-product-description-tab-content .deck-wrap .select-custom-wrap .deck-select-wrap .deck-select {
  border: 1px solid #e6e6e6;
  inline-size: 100%;
  padding: 8px;
  border-radius: 4px;
}

.cpt-product-description-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) {
  .cpt-product-description-tab-content .deck-wrap .select-custom-wrap {
    align-items: center;
    flex-direction: row;
    gap: 15px;
  }
  .cpt-product-description-tab-content .deck-wrap .select-custom-wrap .deck-title {
    font-weight: 700;
  }
  .cpt-product-description-tab-content .deck-wrap .select-custom-wrap .deck-select-wrap {
    inline-size: auto;
  }
  .cpt-product-description-tab-content .deck-wrap .select-custom-wrap .deck-select-wrap .deck-select {
    border: 1px solid #e6e6e6;
    inline-size: auto;
    padding: 8px;
    border-radius: 4px;
  }
  .cpt-product-description-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
 */
/**
 * Lighthouse
 *
 * $type component
 */
.lighthouse #tc-privacy-wrapper {
  display: none !important;
}

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