/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
@font-face {
  font-family: secondary;
  src: url(../fonts/NeueMontreal-Regular.otf);
  font-weight: normal; }

@font-face {
  font-family: primary;
  src: url(../fonts/Tungsten-Medium.otf);
  font-weight: medium; }

@font-face {
  font-family: primary;
  src: url(../fonts/Tungsten-Semibold.otf);
  font-weight: bold; }

:root {
  --main-color: #F3483B; }

/*! 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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

html {
  box-sizing: border-box; }

template,
[hidden] {
  display: none; }

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

address {
  font-style: inherit; }

dfn,
cite,
em,
i {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

a {
  text-decoration: none; }
  a svg {
    pointer-events: none; }

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

p,
figure {
  margin: 0;
  padding: 0; }

/**
 * 1. Single taps should be dispatched immediately on clickable elements
 */
a, area, button, input, label, select, textarea, [tabindex] {
  /* [1] */
  touch-action: manipulation; }

[hreflang] > abbr[title] {
  text-decoration: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #272727; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
  /* [1] */ }

audio:not([controls]) {
  display: none;
  height: 0; }

img,
svg {
  max-width: 100%;
  /* [2] */
  height: auto; }
  img[width], img[height],
  svg[width],
  svg[height] {
    /* [4] */
    max-width: none; }

img {
  font-style: italic;
  /* [4] */ }

svg {
  fill: currentColor;
  /* [5] */ }

input,
select,
textarea {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select {
  text-transform: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    background: none;
    color: inherit; }

textarea {
  overflow: auto;
  resize: vertical; }

button,
.o-button {
  display: inline-block;
  /* [1] */
  overflow: visible;
  /* [2] */
  margin: 0;
  /* [3] */
  padding: 0;
  outline: 0;
  border: 0;
  background: none transparent;
  color: inherit;
  vertical-align: middle;
  /* [4] */
  text-align: center;
  /* [3] */
  text-decoration: none;
  text-transform: none;
  font: inherit;
  /* [5] */
  line-height: normal;
  cursor: pointer;
  /* [6] */
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  button:focus, button:hover,
  .o-button:focus,
  .o-button:hover {
    text-decoration: none; }

@font-face {
  font-family: 'Neue Montreal';
  src: url("../fonts/NeueMontreal-Medium.woff2") format("woff2"), url("../fonts/NeueMontreal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

html {
  color: #222222;
  font-family: "Neue Montreal";
  line-height: 1.5;
  /* [1] */ }
  @media (max-width: 699px) {
    html {
      font-size: 12px; } }
  @media (min-width: 700px) and (max-width: 999px) {
    html {
      font-size: 13px; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1200px) and (max-width: 1599px) {
    html {
      font-size: 16px;
      /* [1] */ } }
  @media (min-width: 1600px) and (max-width: 1999px) {
    html {
      font-size: 18px; } }
  @media (min-width: 2000px) and (max-width: 2399px) {
    html {
      font-size: 21px; } }
  @media (min-width: 2400px) {
    html {
      font-size: 24px; } }
  html:not(.has-scroll-init) {
    cursor: wait; }

::-moz-selection {
  background-color: #272727;
  color: #FFFFFF;
  text-shadow: none; }

::selection {
  background-color: #272727;
  color: #FFFFFF;
  text-shadow: none; }

a {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #272727; }
  @media (min-width: 1200px) {
    a:focus, a:hover {
      color: #FFFFFF; } }
  a.-underline {
    text-decoration: underline; }

.o-h, h1, .o-h1, h2, .o-h2, h3, .o-h3, h4, .o-h4, h5, .o-h5, h6, .o-h6 {
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 400; }

h1, .o-h1 {
  line-height: 0.9;
  text-transform: uppercase; }
  @media (max-width: 699px) {
    h1, .o-h1 {
      font-size: 12vw; } }
  @media (min-width: 700px) and (max-width: 1599px) {
    h1, .o-h1 {
      font-size: 13.5vw; }
      h1.-huge, .o-h1.-huge {
        font-size: 36vh; } }
  @media (min-width: 1600px) {
    h1, .o-h1 {
      font-size: 12vw; } }

h2, .o-h2 {
  font-size: 2rem; }

h3, .o-h3 {
  font-size: 1.5rem; }

h4, .o-h4 {
  line-height: 1.2;
  font-size: 1rem; }

h5, .o-h5 {
  font-size: 1rem; }

h6, .o-h6 {
  font-size: 0.9375rem; }

/* stylelint-disable */
/* stylelint-enable */
.o-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 95rem; }
  @media (max-width: 699px) {
    .o-container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 700px) {
    .o-container {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }

/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default cropping is a 1:1 ratio (i.e. a perfect square).
 */
.o-ratio {
  position: relative;
  display: block;
  overflow: hidden; }
  .o-ratio:before {
    display: block;
    padding-bottom: 100%;
    /* [1] */
    width: 100%;
    content: ""; }

.o-ratio_content,
.o-ratio > img,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%; }

.o-layout {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin-left: 0; }
  .o-layout.-gutter {
    margin-left: -3.75rem; }
  .o-layout.-gutter-small {
    margin-left: -1.875rem; }
  .o-layout.-center {
    text-align: center; }
  .o-layout.-right {
    text-align: right; }
  .o-layout.-reverse {
    direction: rtl; }
    .o-layout.-reverse.-flex {
      flex-direction: row-reverse; }
  .o-layout.-flex {
    display: flex; }
    .o-layout.-flex.-top {
      align-items: flex-start; }
    .o-layout.-flex.-middle {
      align-items: center; }
    .o-layout.-flex.-bottom {
      align-items: flex-end; }
  .o-layout.-stretch {
    align-items: stretch; }

.o-layout_item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
  padding-left: 0; }
  .o-layout.-gutter > .o-layout_item {
    padding-left: 3.75rem; }
  .o-layout.-gutter-small > .o-layout_item {
    padding-left: 1.875rem; }
  .o-layout.-middle > .o-layout_item {
    vertical-align: middle; }
  .o-layout.-bottom > .o-layout_item {
    vertical-align: bottom; }
  .o-layout.-center > .o-layout_item,
  .o-layout.-right > .o-layout_item,
  .o-layout.-reverse > .o-layout_item {
    text-align: left; }
  .o-layout.-reverse > .o-layout_item {
    direction: ltr; }

.o-label, .o-checkbox-label, .o-radio-label {
  display: block;
  margin-bottom: 0.9375rem; }

.o-input, .o-select, .o-textarea {
  padding: 0.625rem;
  border-width: 1px;
  border-style: solid;
  border-color: lightgray;
  background-color: white; }
  .o-input:focus, .o-select:focus, .o-textarea:focus {
    border-color: gray; }
  .o-input::-moz-placeholder, .o-select::-moz-placeholder, .o-textarea::-moz-placeholder {
    color: gray; }
  .o-input::placeholder, .o-select::placeholder, .o-textarea::placeholder {
    color: gray; }

.o-checkbox, .o-radio {
  position: absolute;
  width: 0;
  opacity: 0; }
  .o-checkbox:focus + .o-checkbox-label::before, .o-radio:focus + .o-checkbox-label::before, .o-checkbox:focus + .o-radio-label::before, .o-radio:focus + .o-radio-label::before {
    border-color: gray; }
  .o-checkbox:checked + .o-checkbox-label::after, .o-radio:checked + .o-checkbox-label::after, .o-checkbox:checked + .o-radio-label::after, .o-radio:checked + .o-radio-label::after {
    opacity: 1; }

.o-checkbox-label, .o-radio-label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  padding-left: 1.75rem; }
  .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin-top: -0.5625rem;
    padding: 0;
    width: 1.125rem;
    height: 1.125rem;
    content: ""; }
  .o-checkbox-label::before, .o-radio-label::before {
    background-color: #FFFFFF; }
  .o-checkbox-label::after, .o-radio-label::after {
    border-color: transparent;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2210.5%22%20viewBox%3D%220%200%2013%2010.5%22%20enable-background%3D%22new%200%200%2013%2010.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M4.8%205.8L2.4%203.3%200%205.7l4.8%204.8L13%202.4c0%200-2.4-2.4-2.4-2.4L4.8%205.8z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 0.8125rem;
    background-repeat: no-repeat;
    opacity: 0; }

.o-radio-label::before, .o-radio-label::after {
  border-radius: 50%; }

.o-radio-label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 0.5rem; }

.o-select {
  position: relative;
  z-index: 1;
  padding-right: 2.5rem; }

.o-select-wrap {
  position: relative; }
  .o-select-wrap::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23424242%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 0.625rem;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none; }

.o-textarea {
  min-height: 6.25rem; }

.o-button {
  position: relative;
  z-index: 1;
  color: white;
  padding: 2rem 2.1875rem;
  font-size: 1.5rem;
  background-color: #272727;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  text-align: left; }
  .o-button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: center top;
    background-color: #FFFFFF;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .o-button:focus, .o-button:hover {
    color: #272727; }
    .o-button:focus::before, .o-button:hover::before {
      transform: scaleY(1);
      transform-origin: center bottom; }

.o-button_icon {
  display: inline-block;
  vertical-align: middle;
  width: 3.4375rem;
  height: 3.4375rem;
  margin-right: 0.9375rem; }
  .o-button_icon svg {
    display: block;
    width: 100%;
    height: 100%; }

.o-button_arrow {
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  transform: translateY(-50%); }

.o-scroll {
  overflow: hidden; }

.o-title {
  margin: 0;
  padding: 2.5rem 0;
  perspective: 600px;
  -webkit-perspective: 600px; }

.o-title_line {
  display: block;
  opacity: 0;
  transform-origin: center top;
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(-80deg);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0; }
  .o-title.is-inview .o-title_line {
    transform: none;
    opacity: 1; }
    .o-title.is-inview .o-title_line:nth-child(1) {
      transition-delay: 0.4s; }
    .o-title.is-inview .o-title_line:nth-child(2) {
      transition-delay: 0.5s; }
    .o-title.is-inview .o-title_line:nth-child(3) {
      transition-delay: 0.6s; }
    .o-title.is-inview .o-title_line:nth-child(4) {
      transition-delay: 0.7s; }
  .o-title_line span {
    display: inline-block;
    min-width: 0.05em;
    font-size: 13.5vw; }

.o-image_wrapper {
  position: relative;
  overflow: hidden;
  background-color: #d4c9c9; }
  .o-image_wrapper.-full {
    height: 100%;
    margin: 0 6.25rem;
    display: flex;
    align-content: center; }
    @media (max-width: 699px) {
      .o-image_wrapper.-full {
        margin: 1.875rem 0; } }

.o-image {
  opacity: 0.75;
  mix-blend-mode: multiply; }
  .o-image img {
    width: 100%;
    opacity: 0;
    transform: scale(1.4);
    transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .o-image.is-inview img {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.6s; }
  .o-image_wrapper.-full .o-image {
    align-self: center; }

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap; }

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0; }
  .c-scrollbar:hover {
    transform: scaleX(1.45); }
  .c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1; }
  [data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1); }
    [data-scroll-direction="horizontal"] .c-scrollbar:hover {
      transform: scaleY(1.3); }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab; }
  .has-scroll-dragging .c-scrollbar_thumb {
    cursor: grabbing; }
  [data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0; }

.c-header {
  position: relative; }
  @media (max-width: 699px) {
    .c-header {
      height: 50vh;
      min-height: 340px; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-header {
      height: 80vh;
      min-height: 380px; } }
  @media (min-width: 1000px) {
    .c-header {
      height: 100vh;
      min-height: 46.875rem; } }

.c-header_title {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 2.5rem 0;
  perspective: 600px;
  -webkit-perspective: 600px; }

.c-header_line {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .c-header_line.is-inview {
    transform: scaleX(1); }

.c-header_title_line {
  display: block;
  opacity: 0;
  transform-origin: center top;
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(-80deg);
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  html.is-ready .c-header_title_line {
    transform: none;
    opacity: 1;
    transition-duration: 0.8s; }
    html.is-ready .c-header_title_line:nth-child(1) {
      transition-delay: 0.1s; }
    html.is-ready .c-header_title_line:nth-child(2) {
      transition-delay: 0.2s; }
    html.is-ready .c-header_title_line:nth-child(3) {
      transition-delay: 0.3s; }
    html.is-ready .c-header_title_line:nth-child(4) {
      transition-delay: 0.4s; }
  .c-header_title_line span {
    display: inline-block; }
  .c-header_title_line.-version {
    text-transform: none;
    font-size: 0; }

.c-header_heading {
  padding: 1.875rem 0; }

.c-header_heading_label {
  display: block;
  transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(-60px); }
  html.is-ready .c-header_heading_label {
    transform: none;
    transition-duration: 0.6s; }
  html.is-ready .o-layout_item:nth-child(2) .c-header_heading_label {
    transition-delay: 0.1s; }

.c-header_logo {
  position: absolute;
  bottom: 2.5rem;
  right: 0;
  opacity: 0;
  transform: translateY(120px);
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media (max-width: 699px) {
    .c-header_logo {
      width: 30px;
      height: 66px; } }
  @media (min-width: 700px) {
    .c-header_logo {
      width: 4rem;
      height: 8.75rem; } }
  .c-header_logo svg {
    display: block;
    width: 100%;
    height: 100%; }
  html.is-ready .c-header_logo {
    transform: none;
    opacity: 1;
    transition-delay: 0.6s;
    transition-duration: 0.6s; }

.c-fixed_wrapper {
  position: relative;
  overflow: hidden;
  background-color: #D4C9C9; }
  @media (min-width: 1000px) {
    .c-fixed_wrapper {
      height: 100vh; } }
  @media (max-width: 999px) {
    .c-fixed_wrapper {
      height: 50vh; } }

.c-fixed_target {
  position: absolute;
  top: -100vh;
  bottom: -100vh;
  right: 0;
  left: 0; }

.c-fixed {
  position: absolute;
  top: -100vh;
  right: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0.75;
  mix-blend-mode: multiply; }
  html:not(.has-scroll-smooth) .c-fixed {
    top: 0; }

.c-intro {
  margin: 7.5rem 0;
  font-size: 2.1875rem;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .c-intro.is-inview {
    opacity: 1;
    transform: none;
    transition-delay: 0.3s; }

.c-features {
  padding: 7.5rem 0; }

.c-features_item {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 3.75rem;
  margin-bottom: 3.75rem; }

.c-summary {
  margin: 3.75rem 0 7.5rem 0; }

.c-summary_text {
  font-size: 1.125rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(60px);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .c-summary.is-inview .c-summary_text {
    opacity: 1;
    transform: none; }
  @media (min-width: 1000px) {
    .c-summary_text {
      max-width: 320px; } }

@media (max-width: 999px) {
  .c-summary_list {
    margin-top: 1.875rem; } }

.c-summary_list_item {
  position: relative;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .c-summary_list_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #272727;
    transform: scaleX(0);
    transform-origin: center left;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .c-summary_list_item.is-inview {
    transform: none;
    opacity: 1; }
    .c-summary_list_item.is-inview::after {
      transform: scaleX(1); }
    .c-summary_list_item.is-inview:nth-child(1) {
      transition-delay: 0.1s; }
      .c-summary_list_item.is-inview:nth-child(1)::after {
        transition-delay: 0.5s; }
    .c-summary_list_item.is-inview:nth-child(2) {
      transition-delay: 0.2s; }
      .c-summary_list_item.is-inview:nth-child(2)::after {
        transition-delay: 0.6s; }
    .c-summary_list_item.is-inview:nth-child(3) {
      transition-delay: 0.3s; }
      .c-summary_list_item.is-inview:nth-child(3)::after {
        transition-delay: 0.7s; }
    .c-summary_list_item.is-inview:nth-child(4) {
      transition-delay: 0.4s; }
      .c-summary_list_item.is-inview:nth-child(4)::after {
        transition-delay: 0.8s; }
    .c-summary_list_item.is-inview:nth-child(5) {
      transition-delay: 0.5s; }
      .c-summary_list_item.is-inview:nth-child(5)::after {
        transition-delay: 0.9s; }
    .c-summary_list_item.is-inview:nth-child(6) {
      transition-delay: 0.6s; }
      .c-summary_list_item.is-inview:nth-child(6)::after {
        transition-delay: 1s; }
  .c-summary_list_item a {
    display: block;
    padding: 8px 0; }

.c-summary_list_icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(30px) rotate(90deg);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .c-summary_list_item.is-inview .c-summary_list_icon {
    transform: translateY(-50%) rotate(0deg);
    opacity: 1; }
  .c-summary_list_item.is-inview:nth-child(1) .c-summary_list_icon {
    transition-delay: 0.6s; }
  .c-summary_list_item.is-inview:nth-child(2) .c-summary_list_icon {
    transition-delay: 0.7s; }
  .c-summary_list_item.is-inview:nth-child(3) .c-summary_list_icon {
    transition-delay: 0.8s; }
  .c-summary_list_item.is-inview:nth-child(4) .c-summary_list_icon {
    transition-delay: 0.9s; }
  .c-summary_list_item.is-inview:nth-child(5) .c-summary_list_icon {
    transition-delay: 1s; }
  .c-summary_list_item.is-inview:nth-child(6) .c-summary_list_icon {
    transition-delay: 1.1s; }

.c-section {
  position: relative; }
  @media (max-width: 1199px) {
    .c-section {
      padding-bottom: 10vh;
      margin-bottom: 10vh; } }
  @media (min-width: 1200px) {
    .c-section {
      margin-bottom: 35vh; } }

.c-section_infos {
  position: relative;
  max-width: 320px;
  z-index: 0; }
  @media (min-width: 1000px) {
    .c-section_infos {
      padding-top: 7.5rem; }
      .c-section_infos.-padding {
        padding-top: 35vh; } }
  @media (max-width: 999px) {
    .c-section_infos {
      margin-bottom: 1.875rem; } }

.c-section_infos_inner > * {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }

.c-section_infos_inner.is-inview > * {
  opacity: 1;
  transform: none; }
  .c-section_infos_inner.is-inview > *:nth-child(1) {
    transition-delay: 0.06s; }
  .c-section_infos_inner.is-inview > *:nth-child(2) {
    transition-delay: 0.12s; }
  .c-section_infos_inner.is-inview > *:nth-child(3) {
    transition-delay: 0.18s; }

.c-sections_infos_text {
  margin-top: 1.25rem; }

.c-image {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .c-image.is-inview {
    opacity: 1;
    transition-delay: 0.6s; }

.c-speed-block {
  position: relative; }
  @media (min-width: 1000px) {
    .c-speed-block.-margin {
      margin-top: 7.5rem; } }
  @media (max-width: 999px) {
    .c-speed-block {
      margin: 1.875rem 0; } }
  @media (max-width: 699px) {
    .c-speed-block {
      margin: 15px 0; } }

.c-speed-block_image {
  margin-top: -30px;
  margin-bottom: -30px; }

.c-speed-block_title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 3.75rem;
  right: 0;
  left: 0;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .c-speed-block_title.is-inview {
    opacity: 1;
    transform: none;
    transition-delay: 0.3s; }
  @media (max-width: 1199px) {
    .c-speed-block_title {
      display: none; } }

.c-speed-block_bubble {
  position: absolute;
  right: 20px;
  top: 30%;
  z-index: 1;
  color: #D4C9C9;
  padding: 1.5rem 2.5rem;
  font-size: 1.25rem; }
  .c-speed-block_bubble.-right {
    right: -30px; }
  .c-speed-block_bubble.-left {
    right: auto;
    left: -30px; }
  .c-speed-block_bubble.-top {
    top: -20%; }
  .c-speed-block_bubble.-bottom {
    top: auto;
    bottom: 0; }
  .c-speed-block_bubble::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #272727;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 1.33); }
  .c-speed-block_bubble.is-inview::before {
    transform: scale(1);
    transition-delay: 0.3s; }
  @media (max-width: 1199px) {
    .c-speed-block_bubble {
      display: none; } }

.c-direction-block_wrapper {
  margin-bottom: 31.25rem; }
  @media (min-width: 1200px) {
    .c-direction-block_wrapper {
      min-height: 180vh; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .c-direction-block_wrapper {
      min-height: 130vh; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-direction-block_wrapper {
      min-height: 100vh; } }
  @media (max-width: 699px) {
    .c-direction-block_wrapper {
      min-height: 70vh; } }
  @media (min-width: 1000px) {
    .c-direction-block_wrapper {
      margin-top: -35vh; } }

.c-direction-block {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1; }
  @media (min-width: 1200px) {
    .c-direction-block {
      top: -50vh;
      bottom: -50vh; } }
  @media (min-width: 700px) and (max-width: 1199px) {
    .c-direction-block {
      top: -30vh;
      bottom: -50vh; } }
  @media (max-width: 699px) {
    .c-direction-block {
      top: -15vh;
      bottom: 0; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .c-direction-block {
      margin-top: 6.25rem; } }
  @media (min-width: 1200px) {
    .c-direction-block {
      margin-top: 18.75rem; } }

.c-direction-block_item {
  position: absolute;
  font-size: 10vw;
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1; }
  .c-direction-block_item span {
    display: block;
    background-color: #FFFFFF;
    white-space: nowrap;
    padding: 0 20px; }
  .c-direction-block_item.-one {
    top: 33%;
    transform: translateX(-50vw) rotate(26deg); }
  .c-direction-block_item.-two {
    top: 45%; }
  .c-direction-block_item.-three {
    top: 55%;
    transform: rotate(9deg); }
  .c-direction-block_item.-four {
    top: 68%;
    transform: translateX(-50vw) rotate(-19deg); }
  .c-direction-block_item.-five {
    top: 63%;
    transform: translateX(-10vw) rotate(3deg); }

.c-lerp-block {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10rem; }
  @media (min-width: 1000px) {
    .c-lerp-block:not(:first-child) {
      margin-top: 3.75rem; } }
  @media (max-width: 999px) {
    .c-lerp-block {
      margin-top: 1.875rem; } }

.c-lerp-block_index {
  vertical-align: middle;
  color: #D4C9C9;
  width: 3.75rem;
  height: 2.8125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  position: relative;
  z-index: 1; }
  .c-lerp-block_index::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #272727;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 1.33); }
  .c-lerp-block_index.is-inview::before {
    transform: scale(1);
    transition-delay: 0.3s; }

.c-lerp-block_title {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 1.25rem;
  line-height: 1.1; }
  .c-lerp-block_title.is-inview > span:not([data-scroll]) {
    opacity: 1;
    transform: none;
    transition-delay: 0.4s; }
  .c-lerp-block_title > span:not([data-scroll]) {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .c-lerp-block_title span {
    display: inline-block;
    min-width: 0.3em; }
    @media (max-width: 699px) {
      .c-lerp-block_title span {
        font-size: 1.5625rem; } }
    @media (min-width: 700px) {
      .c-lerp-block_title span {
        font-size: 4.375rem; } }

.c-cta_line {
  margin: 0;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .c-cta_line.-margin {
    margin-bottom: 30px; }
  .c-cta_line.is-inview {
    transform: scaleX(1); }

.c-cta_content {
  margin: 3.75rem 0; }

.c-cta_content_text {
  max-width: 520px; }
  .c-cta_content_text > * {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .c-cta_content_text > *:not(:first-child) {
      margin-top: 1.875rem; }
  .c-cta_content_text.is-inview > * {
    opacity: 1;
    transform: none; }
    .c-cta_content_text.is-inview > *:nth-child(1) {
      transition-delay: 0.06s; }
    .c-cta_content_text.is-inview > *:nth-child(2) {
      transition-delay: 0.12s; }
    .c-cta_content_text.is-inview > *:nth-child(3) {
      transition-delay: 0.18s; }

.c-cta_button {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: 5.625rem; }
  .c-cta_button.is-inview {
    opacity: 1;
    transform: none; }

.c-cta_section {
  margin-bottom: 11.25rem; }

.c-choochoo_item {
  padding: 50vh 0;
  font-size: 6.25rem; }
  .c-choochoo_item span {
    display: block; }
  .c-choochoo_item.-reverse span {
    transform: rotateY(180deg); }
  html[data-direction="up"] .c-choochoo_item span {
    transform: rotateY(180deg); }
  html[data-direction="up"] .c-choochoo_item.-reverse span {
    transform: rotateY(0deg); }
  @media (max-width: 1199px) {
    .c-choochoo_item {
      display: none; } }

@media (max-width: 999px) {
  .c-damn {
    padding: 150vh 0 0 0; } }

@media (min-width: 1000px) {
  .c-damn {
    padding: 100vh 0 0 0; } }

.c-helicopter_wrapper {
  height: 100%;
  position: relative;
  display: flex; }

.c-helicopter {
  align-self: center; }

/* stylelint-disable */
.u-2\:1::before {
  padding-bottom: 50%; }

.u-4\:3::before {
  padding-bottom: 75%; }

.u-16\:9::before {
  padding-bottom: 56.25%; }

/* stylelint-enable */
.u-1\/1 {
  width: 100% !important; }

.u-1\/2 {
  width: 50% !important; }

.u-2\/2 {
  width: 100% !important; }

.u-1\/3 {
  width: 33.33333% !important; }

.u-2\/3 {
  width: 66.66667% !important; }

.u-3\/3 {
  width: 100% !important; }

.u-1\/4 {
  width: 25% !important; }

.u-2\/4 {
  width: 50% !important; }

.u-3\/4 {
  width: 75% !important; }

.u-4\/4 {
  width: 100% !important; }

.u-1\/5 {
  width: 20% !important; }

.u-2\/5 {
  width: 40% !important; }

.u-3\/5 {
  width: 60% !important; }

.u-4\/5 {
  width: 80% !important; }

.u-5\/5 {
  width: 100% !important; }

@media (min-width: 700px) {
  .u-1\/2\@from-small {
    width: 50%; } }

@media (min-width: 1000px) {
  .u-1\/3\@from-medium {
    width: 33.33333%; } }

@media (min-width: 1000px) {
  .u-1\/2\@from-medium {
    width: 50%; } }

@media (min-width: 1000px) {
  .u-2\/5\@from-medium {
    width: 40%; } }

@media (min-width: 1000px) {
  .u-3\/5\@from-medium {
    width: 60%; } }

.u-float-left {
  float: left !important; }

.u-float-right {
  float: right !important; }

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

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

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

.u-align-baseline {
  vertical-align: baseline !important; }

.u-align-bottom {
  vertical-align: bottom !important; }

.u-align-middle {
  vertical-align: middle !important; }

.u-align-top {
  vertical-align: top !important; }

.u-vertical-center {
  font-size: 0; }
  .u-vertical-center::before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle; }
  .u-vertical-center > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem; }

.u-white {
  color: #FFFFFF; }

.u-label {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600; }

.u-icon {
  font-family: "Lucida Grande";
  font-size: 1.125rem; }

.u-text {
  font-size: 0.875rem; }

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

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

[hidden][aria-hidden="false"] {
  position: absolute;
  display: inherit;
  clip: rect(0, 0, 0, 0); }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

/**
 * Completely remove from the flow but leave available to screen readers.
 */
.u-screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0; }

@media not print {
  .u-screen-reader-text\@screen {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0; } }

/*
 * Extends the `.screen-reader-text` class to allow the element
 * to be focusable when navigated to via the keyboard.
 *
 * @link https://www.drupal.org/node/897638
 * @todo Define styles when focused.
 */
.u-screen-reader-text.-focusable:focus, .u-screen-reader-text.-focusable:active {
  clip: auto;
  width: auto;
  height: auto; }

#canva {
  max-width: 100vw;
  width: 100%;
  height: 51vw;
  pointer-events: none;
  touch-action: none;
  z-index: 1; }

.canva-c {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 51vw;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  touch-action: none; }

html,
body {
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-family: primary !important;
  color: #221E1E; }

.bg-gray {
  background-color: #F2EFEF; }

.text-yellow {
  color: #FFBB00; }

/* Smooth scroll css */
/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  overflow: hidden !important; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

.a-scroll::-webkit-scrollbar {
  display: none; }

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap; }

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0; }

.c-scrollbar:hover {
  transform: scaleX(1.45); }

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1; }

[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1); }

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3); }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab; }

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing; }

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0; }

/* end */
a {
  color: inherit;
  text-decoration: none; }

* {
  box-sizing: border-box; }

.header {
  padding-top: 30px;
  padding-bottom: 30px; }

.header__logo {
  max-width: 120px;
  width: 100%; }

.header_nav {
  margin-left: auto; }

.navbar-nav a {
  color: black !important; }

.navbar-nav {
  width: 35vw;
  display: flex;
  justify-content: space-between; }

.sign-in-form input {
  height: 50px; }

.sign-in-form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  text-align: center; }

.sign-in-form button {
  max-width: 150px;
  width: 100%;
  height: 50px; }

.box-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.line {
  background-color: #ECDDDD; }

.header {
  position: absolute;
  width: 100%; }

.line:nth-child(1) {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0; }

.line:nth-child(2) {
  height: 100%;
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 25%; }

.line:nth-child(3) {
  height: 100%;
  width: 1px;
  position: absolute;
  bottom: 0;
  right: 25%; }

a {
  text-decoration: none !important; }

.container {
  max-width: 100% !important;
  padding-left: 160px !important;
  padding-right: 160px !important; }

.text-red {
  color: var(--main-color) !important; }

.hr {
  border-bottom: 0.5px solid #1E1E1E;
  margin: 0;
  margin-bottom: 2px;
  opacity: .5; }

.m-line {
  width: 20vw;
  height: 1px;
  background-color: #ECDDDD;
  position: absolute;
  left: 40%;
  z-index: -1; }

.hr-2 {
  border-bottom: 1px solid #ECDDDD;
  opacity: 1;
  margin-bottom: 0px; }

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

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

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

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

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

.mt-5 {
  margin-top: 2rem !important; }

.mt-6 {
  margin-top: 4rem !important; }

.mt-7 {
  margin-top: 6rem !important; }

.mt-8 {
  margin-top: 8rem !important; }

.mt-9 {
  margin-top: 10rem !important; }

.mt-10 {
  margin-top: 12rem !important; }

.mt-11 {
  margin-top: 14rem !important; }

.mt-12 {
  margin-top: 16rem !important; }

.mt-13 {
  margin-top: 18rem !important; }

.mt-14 {
  margin-top: 20rem !important; }

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

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

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

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

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

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

.mr-5 {
  margin-right: 2rem !important; }

.mr-6 {
  margin-right: 4rem !important; }

.mr-7 {
  margin-right: 6rem !important; }

.mr-8 {
  margin-right: 8rem !important; }

.mr-9 {
  margin-right: 10rem !important; }

.mr-10 {
  margin-right: 12rem !important; }

.mr-11 {
  margin-right: 14rem !important; }

.mr-12 {
  margin-right: 16rem !important; }

.mr-13 {
  margin-right: 18rem !important; }

.mr-14 {
  margin-right: 20rem !important; }

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 2rem !important; }

.mb-6 {
  margin-bottom: 4rem !important; }

.mb-7 {
  margin-bottom: 6rem !important; }

.mb-8 {
  margin-bottom: 8rem !important; }

.mb-9 {
  margin-bottom: 10rem !important; }

.mb-10 {
  margin-bottom: 12rem !important; }

.mb-11 {
  margin-bottom: 14rem !important; }

.mb-12 {
  margin-bottom: 16rem !important; }

.mb-13 {
  margin-bottom: 18rem !important; }

.mb-14 {
  margin-bottom: 20rem !important; }

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

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

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

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

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

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

.ml-5 {
  margin-left: 2rem !important; }

.ml-6 {
  margin-left: 4rem !important; }

.ml-7 {
  margin-left: 6rem !important; }

.ml-8 {
  margin-left: 8rem !important; }

.ml-9 {
  margin-left: 10rem !important; }

.ml-10 {
  margin-left: 12rem !important; }

.ml-11 {
  margin-left: 14rem !important; }

.ml-12 {
  margin-left: 16rem !important; }

.ml-13 {
  margin-left: 18rem !important; }

.ml-14 {
  margin-left: 20rem !important; }

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

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

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

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

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

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

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

.m-n7 {
  margin: -6rem !important; }

.m-n8 {
  margin: -8rem !important; }

.m-n9 {
  margin: -10rem !important; }

.m-n10 {
  margin: -12rem !important; }

.m-n11 {
  margin: -14rem !important; }

.m-n12 {
  margin: -16rem !important; }

.m-n13 {
  margin: -18rem !important; }

.m-n14 {
  margin: -20rem !important; }

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

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

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

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

.mx-n5 {
  margin-right: -2rem !important;
  margin-left: -2rem !important; }

.mx-n6 {
  margin-right: -4rem !important;
  margin-left: -4rem !important; }

.mx-n7 {
  margin-right: -6rem !important;
  margin-left: -6rem !important; }

.mx-n8 {
  margin-right: -8rem !important;
  margin-left: -8rem !important; }

.mx-n9 {
  margin-right: -10rem !important;
  margin-left: -10rem !important; }

.mx-n10 {
  margin-right: -12rem !important;
  margin-left: -12rem !important; }

.mx-n11 {
  margin-right: -14rem !important;
  margin-left: -14rem !important; }

.mx-n12 {
  margin-right: -16rem !important;
  margin-left: -16rem !important; }

.mx-n13 {
  margin-right: -18rem !important;
  margin-left: -18rem !important; }

.mx-n14 {
  margin-right: -20rem !important;
  margin-left: -20rem !important; }

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

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

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

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

.my-n5 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important; }

.my-n6 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important; }

.my-n7 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important; }

.my-n8 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important; }

.my-n9 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important; }

.my-n10 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important; }

.my-n11 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important; }

.my-n12 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important; }

.my-n13 {
  margin-top: -18rem !important;
  margin-bottom: -18rem !important; }

.my-n14 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important; }

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

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

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

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

.mt-n5 {
  margin-top: -2rem !important; }

.mt-n6 {
  margin-top: -4rem !important; }

.mt-n7 {
  margin-top: -6rem !important; }

.mt-n8 {
  margin-top: -8rem !important; }

.mt-n9 {
  margin-top: -10rem !important; }

.mt-n10 {
  margin-top: -12rem !important; }

.mt-n11 {
  margin-top: -14rem !important; }

.mt-n12 {
  margin-top: -16rem !important; }

.mt-n13 {
  margin-top: -18rem !important; }

.mt-n14 {
  margin-top: -20rem !important; }

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

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

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

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

.mr-n5 {
  margin-right: -2rem !important; }

.mr-n6 {
  margin-right: -4rem !important; }

.mr-n7 {
  margin-right: -6rem !important; }

.mr-n8 {
  margin-right: -8rem !important; }

.mr-n9 {
  margin-right: -10rem !important; }

.mr-n10 {
  margin-right: -12rem !important; }

.mr-n11 {
  margin-right: -14rem !important; }

.mr-n12 {
  margin-right: -16rem !important; }

.mr-n13 {
  margin-right: -18rem !important; }

.mr-n14 {
  margin-right: -20rem !important; }

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

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

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

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

.mb-n5 {
  margin-bottom: -2rem !important; }

.mb-n6 {
  margin-bottom: -4rem !important; }

.mb-n7 {
  margin-bottom: -6rem !important; }

.mb-n8 {
  margin-bottom: -8rem !important; }

.mb-n9 {
  margin-bottom: -10rem !important; }

.mb-n10 {
  margin-bottom: -12rem !important; }

.mb-n11 {
  margin-bottom: -14rem !important; }

.mb-n12 {
  margin-bottom: -16rem !important; }

.mb-n13 {
  margin-bottom: -18rem !important; }

.mb-n14 {
  margin-bottom: -20rem !important; }

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

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

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

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

.ml-n5 {
  margin-left: -2rem !important; }

.ml-n6 {
  margin-left: -4rem !important; }

.ml-n7 {
  margin-left: -6rem !important; }

.ml-n8 {
  margin-left: -8rem !important; }

.ml-n9 {
  margin-left: -10rem !important; }

.ml-n10 {
  margin-left: -12rem !important; }

.ml-n11 {
  margin-left: -14rem !important; }

.ml-n12 {
  margin-left: -16rem !important; }

.ml-n13 {
  margin-left: -18rem !important; }

.ml-n14 {
  margin-left: -20rem !important; }

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

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

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

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

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

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

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

.p-7 {
  padding: 6rem !important; }

.p-8 {
  padding: 8rem !important; }

.p-9 {
  padding: 10rem !important; }

.p-10 {
  padding: 12rem !important; }

.p-11 {
  padding: 14rem !important; }

.p-12 {
  padding: 16rem !important; }

.p-13 {
  padding: 18rem !important; }

.p-14 {
  padding: 20rem !important; }

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

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

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

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

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

.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.px-7 {
  padding-right: 6rem !important;
  padding-left: 6rem !important; }

.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important; }

.px-9 {
  padding-right: 10rem !important;
  padding-left: 10rem !important; }

.px-10 {
  padding-right: 12rem !important;
  padding-left: 12rem !important; }

.px-11 {
  padding-right: 14rem !important;
  padding-left: 14rem !important; }

.px-12 {
  padding-right: 16rem !important;
  padding-left: 16rem !important; }

.px-13 {
  padding-right: 18rem !important;
  padding-left: 18rem !important; }

.px-14 {
  padding-right: 20rem !important;
  padding-left: 20rem !important; }

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

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

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

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

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

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }

.py-9 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important; }

.py-10 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important; }

.py-11 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important; }

.py-12 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important; }

.py-13 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important; }

.py-14 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important; }

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

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

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

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

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

.pt-5 {
  padding-top: 2rem !important; }

.pt-6 {
  padding-top: 4rem !important; }

.pt-7 {
  padding-top: 6rem !important; }

.pt-8 {
  padding-top: 8rem !important; }

.pt-9 {
  padding-top: 10rem !important; }

.pt-10 {
  padding-top: 12rem !important; }

.pt-11 {
  padding-top: 14rem !important; }

.pt-12 {
  padding-top: 16rem !important; }

.pt-13 {
  padding-top: 18rem !important; }

.pt-14 {
  padding-top: 20rem !important; }

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

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

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

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

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

.pr-5 {
  padding-right: 2rem !important; }

.pr-6 {
  padding-right: 4rem !important; }

.pr-7 {
  padding-right: 6rem !important; }

.pr-8 {
  padding-right: 8rem !important; }

.pr-9 {
  padding-right: 10rem !important; }

.pr-10 {
  padding-right: 12rem !important; }

.pr-11 {
  padding-right: 14rem !important; }

.pr-12 {
  padding-right: 16rem !important; }

.pr-13 {
  padding-right: 18rem !important; }

.pr-14 {
  padding-right: 20rem !important; }

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

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

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

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

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

.pb-5 {
  padding-bottom: 2rem !important; }

.pb-6 {
  padding-bottom: 4rem !important; }

.pb-7 {
  padding-bottom: 6rem !important; }

.pb-8 {
  padding-bottom: 8rem !important; }

.pb-9 {
  padding-bottom: 10rem !important; }

.pb-10 {
  padding-bottom: 12rem !important; }

.pb-11 {
  padding-bottom: 14rem !important; }

.pb-12 {
  padding-bottom: 16rem !important; }

.pb-13 {
  padding-bottom: 18rem !important; }

.pb-14 {
  padding-bottom: 20rem !important; }

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

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

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

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

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

.pl-5 {
  padding-left: 2rem !important; }

.pl-6 {
  padding-left: 4rem !important; }

.pl-7 {
  padding-left: 6rem !important; }

.pl-8 {
  padding-left: 8rem !important; }

.pl-9 {
  padding-left: 10rem !important; }

.pl-10 {
  padding-left: 12rem !important; }

.pl-11 {
  padding-left: 14rem !important; }

.pl-12 {
  padding-left: 16rem !important; }

.pl-13 {
  padding-left: 18rem !important; }

.pl-14 {
  padding-left: 20rem !important; }

.w-150 {
  width: 150px !important; }

.w-200 {
  width: 200px !important; }

.w-250 {
  width: 250px !important; }

.w-300 {
  width: 300px !important; }

.w-350 {
  width: 350px !important; }

.w-400 {
  width: 400px !important; }

.w-450 {
  width: 450px !important; }

.w-500 {
  width: 500px !important; }

.w-550 {
  width: 550px !important; }

.w-600 {
  width: 600px !important; }

.w-650 {
  width: 650px !important; }

.w-700 {
  width: 700px !important; }

.h-150 {
  height: 150px !important; }

.h-200 {
  height: 200px !important; }

.h-250 {
  height: 250px !important; }

.h-300 {
  height: 300px !important; }

.h-350 {
  height: 350px !important; }

.h-400 {
  height: 400px !important; }

.h-450 {
  height: 450px !important; }

.h-500 {
  height: 500px !important; }

.h-550 {
  height: 550px !important; }

.h-600 {
  height: 600px !important; }

.h-650 {
  height: 650px !important; }

.h-700 {
  height: 700px !important; }

.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-50 {
  width: 50% !important; }

.w-55 {
  width: 55% !important; }

.w-60 {
  width: 60% !important; }

.w-65 {
  width: 65% !important; }

.w-70 {
  width: 70% !important; }

.w-75 {
  width: 75% !important; }

.w-80 {
  width: 80% !important; }

.w-85 {
  width: 85% !important; }

.w-90 {
  width: 90% !important; }

.w-95 {
  width: 95% !important; }

.w-100 {
  width: 100% !important; }

.vw-5 {
  width: 5vw !important; }

.vh-5 {
  height: 5vh !important; }

.min-vw-5 {
  min-width: 5vw !important; }

.min-vh-5 {
  min-height: 5vh !important; }

.vw-10 {
  width: 10vw !important; }

.vh-10 {
  height: 10vh !important; }

.min-vw-10 {
  min-width: 10vw !important; }

.min-vh-10 {
  min-height: 10vh !important; }

.vw-15 {
  width: 15vw !important; }

.vh-15 {
  height: 15vh !important; }

.min-vw-15 {
  min-width: 15vw !important; }

.min-vh-15 {
  min-height: 15vh !important; }

.vw-20 {
  width: 20vw !important; }

.vh-20 {
  height: 20vh !important; }

.min-vw-20 {
  min-width: 20vw !important; }

.min-vh-20 {
  min-height: 20vh !important; }

.vw-25 {
  width: 25vw !important; }

.vh-25 {
  height: 25vh !important; }

.min-vw-25 {
  min-width: 25vw !important; }

.min-vh-25 {
  min-height: 25vh !important; }

.vw-30 {
  width: 30vw !important; }

.vh-30 {
  height: 30vh !important; }

.min-vw-30 {
  min-width: 30vw !important; }

.min-vh-30 {
  min-height: 30vh !important; }

.vw-35 {
  width: 35vw !important; }

.vh-35 {
  height: 35vh !important; }

.min-vw-35 {
  min-width: 35vw !important; }

.min-vh-35 {
  min-height: 35vh !important; }

.vw-40 {
  width: 40vw !important; }

.vh-40 {
  height: 40vh !important; }

.min-vw-40 {
  min-width: 40vw !important; }

.min-vh-40 {
  min-height: 40vh !important; }

.vw-45 {
  width: 45vw !important; }

.vh-45 {
  height: 45vh !important; }

.min-vw-45 {
  min-width: 45vw !important; }

.min-vh-45 {
  min-height: 45vh !important; }

.vw-50 {
  width: 50vw !important; }

.vh-50 {
  height: 50vh !important; }

.min-vw-50 {
  min-width: 50vw !important; }

.min-vh-50 {
  min-height: 50vh !important; }

.vw-55 {
  width: 55vw !important; }

.vh-55 {
  height: 55vh !important; }

.min-vw-55 {
  min-width: 55vw !important; }

.min-vh-55 {
  min-height: 55vh !important; }

.vw-60 {
  width: 60vw !important; }

.vh-60 {
  height: 60vh !important; }

.min-vw-60 {
  min-width: 60vw !important; }

.min-vh-60 {
  min-height: 60vh !important; }

.vw-65 {
  width: 65vw !important; }

.vh-65 {
  height: 65vh !important; }

.min-vw-65 {
  min-width: 65vw !important; }

.min-vh-65 {
  min-height: 65vh !important; }

.vw-70 {
  width: 70vw !important; }

.vh-70 {
  height: 70vh !important; }

.min-vw-70 {
  min-width: 70vw !important; }

.min-vh-70 {
  min-height: 70vh !important; }

.vw-75 {
  width: 75vw !important; }

.vh-75 {
  height: 75vh !important; }

.min-vw-75 {
  min-width: 75vw !important; }

.min-vh-75 {
  min-height: 75vh !important; }

.vw-80 {
  width: 80vw !important; }

.vh-80 {
  height: 80vh !important; }

.min-vw-80 {
  min-width: 80vw !important; }

.min-vh-80 {
  min-height: 80vh !important; }

.vw-85 {
  width: 85vw !important; }

.vh-85 {
  height: 85vh !important; }

.min-vw-85 {
  min-width: 85vw !important; }

.min-vh-85 {
  min-height: 85vh !important; }

.vw-90 {
  width: 90vw !important; }

.vh-90 {
  height: 90vh !important; }

.min-vw-90 {
  min-width: 90vw !important; }

.min-vh-90 {
  min-height: 90vh !important; }

.vw-95 {
  width: 95vw !important; }

.vh-95 {
  height: 95vh !important; }

.min-vw-95 {
  min-width: 95vw !important; }

.min-vh-95 {
  min-height: 95vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.industries {
  max-width: 1155px;
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  background-color: #ecdddd; }

.industries .industry {
  max-width: calc(33.33% - 1px);
  width: 100%;
  text-align: center;
  padding: 57px;
  padding-bottom: 20px;
  margin: .5px;
  background-color: #fff; }

.product-industries {
  background-color: #ECDDDD; }

.industries .industry .industry-img img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  right: 0;top:0; }

.industries .industry {
  position: relative; 
pointer-events: none;
touch-action: none;
}

.industries .industry::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--main-color);
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: bottom;
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: transform 0.7s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -ms-transition: transform 0.7s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -o-transition: transform 0.7s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); }

.industries .industry:hover .industry-title {
  color: #fff;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px); }

.industries .industry:hover:after {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  opacity: 1; }

.industries .industry img {
  transition: transform 0.7s cubic-bezier(0.38, 0.005, 0.215, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: transform 0.7s cubic-bezier(0.38, 0.005, 0.215, 1);
  -ms-transition: transform 0.7s cubic-bezier(0.38, 0.005, 0.215, 1);
  -o-transition: transform 0.7s cubic-bezier(0.38, 0.005, 0.215, 1); }

.industries .industry:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1); }

.industries .industry .industry-img {
  width: 252px;
  height: 252px;
  background-color: #fff;
  background-color: #F2EFEF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 20px;
  margin-bottom: 33px;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.industry .industry-title {
  position: relative;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.38, 0.005, 0.215, 1);
  -webkit-transition: 0.5s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: 0.5s cubic-bezier(0.38, 0.005, 0.215, 1);
  -ms-transition: 0.5s cubic-bezier(0.38, 0.005, 0.215, 1);
  -o-transition: 0.5s cubic-bezier(0.38, 0.005, 0.215, 1); }

.partner-logos {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }

.partner-logos .p-logo {
  width: calc(100% / 5);
  margin-bottom: 52px;
  position: relative;
  height: 200px; }

.partner-logos .p-logo img {
  height: 220px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0; }

.partner-content {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #fff;
  padding-bottom: 131px; }

.bg-maroon {
  background-color: #342E2E; }

.one-stop-solution .mute {
  opacity: 0.046; }

.sm-click {
  font-size: 17px;
  opacity: 0.40;
  letter-spacing: 0.45px;
  font-family: secondary; }

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

.mr-50 {
  margin-right: 50px; }

.btn--header {
  border: 0px; }

.btn-red:hover {
  color: #fff; }

.btn-red {
  background-color: var(--main-color); }

.btn--header {
  padding: 14px 30px 15px 30px;
  color: #fff;
  font-family: secondary;
  letter-spacing: 1px; }

header {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  position: relative;
  z-index: 1; }

.header--inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.header--inner .header--logo {
  max-width: 25%;
  width: 100%; }

.header--inner .header--logo img {
  max-width: 180px;
  width: 100%; }

.header--menu {
  max-width: 50%;
  width: 100%;
  text-align: right; }

.header--menu ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  margin-left: 12%;
  margin-bottom: 0; }

.header--menu ul a {
  color: #000;
  font-family: secondary;
  letter-spacing: 1px; }

.header--btn {
  max-width: 25%;
  width: 100%;
  text-align: right; }

.banner {
  width: 100%;
  background-color: transparent;
  margin-top: 250px; }

.banner-title {
  font-size: 170px;
  line-height: 0.911;
  font-weight: bolder;
  margin-left: 80px; }

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

.p-2 {
  color: #221E1E;
  font-family: secondary;
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 31.4px;
  opacity: 0.99;
  max-width: -moz-max-content;
  max-width: max-content; }

.banner-inner {
  position: relative; }

.banner-inner .p-2 p {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%; }

.banner-inner .p-2 {
  position: absolute;
  top: 50%;
  left: 64.5%;
  max-width: 250px;
  width: 100%; }

.title-c {
  width: 60%; }

.b-c-line {
  margin-bottom: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%; }

.line-y {
  pointer-events: none;
  position: absolute;
  left: 40%;
  top: 0;
  height: 100vh;
  width: 1px;
  background-color: #ECDDDD;
  z-index: -1; }

.line-y2 {
  right: 40%;
  left: auto; }

.customize-section {
  max-width: 40vw;
  margin-left: auto; }

.ml-default {
  margin-left: 42px; }

.title {
  color: #221E1E;
  font-size: 80px;
  line-height: 96px;
  padding: 54px 42px 45px;
  background-color: #FFF5F4;
  text-transform: uppercase;
  font-weight: 700; }

.h1 {
  color: #221E1E;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 7px;
  font-family: primary; }

p.p {
  font-size: 22px;
  letter-spacing: 0.58px;
  line-height: 33px;
  opacity: 0.99;
  font-family: secondary; }

.pp {
  font-size: 22px;
  letter-spacing: 0.58px;
  line-height: 33px;
  opacity: 0.99;
  font-family: secondary; }

.ingredients {
  position: relative;
  padding-top: 120px; }

.ingredients .container {
  padding: 0 120px;
  margin-top: 0px; }

.ingredients__wrapper {
  display: flex;
  flex-shrink: 0;
  padding-left: 0%;
  margin-left: auto;
  overflow: hidden; }

.ingredients__items {
  display: flex;
  justify-content: flex-start;
  margin-left: auto;
  width: 40vw;
  min-height: 70vh;
  overflow: hidden; }

.ingredients-item {
  flex-shrink: 0;
  width: 40vw;
  margin-right: 0%; }

.p-info {
  list-style: none;
  display: flex;
  margin: 0;
  padding-left: 0; }

.p-info li {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #ECDDDD;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-size: 22px;
  font-family: secondary; }

.p-details {
  font-size: 22px;
  letter-spacing: 0.58px;
  line-height: 33px;
  max-width: 458px;
  width: 100%;
  font-family: secondary; }

.title-large {
  color: #221E1E;
  font-size: 170px;
  line-height: 155.17px;
  text-transform: uppercase;
  font-weight: bolder; }

.d-flex {
  display: flex; }

.d-block {
  display: block; }

hr.hr {
  border-top: none;
  background-color: transparent;
  border-top: none;
  background-color: #ecdddd;
  border: 0; }

.a-button {
  color: #221E1E;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  padding: 51px 41px 47px;
  border-bottom: 1px solid #ECDDDD;
  cursor: pointer; }

.active.a-button {
  color: #fff;
  background-color: var(--main-color); }

.panel .pannel-title {
  padding-top: 50px;
  padding-bottom: 47px;
  margin-left: 42px; }

.p-box {
  max-width: 10vw;
  width: 100%;
  background-color: #fff;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center; }

.p-container {
  background-color: #fff;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto; }

.products {
  position: relative; }

.p-lines .hr {
  position: absolute;
  z-index: 2;
  width: 100%; }

.p-lines .hr:nth-child(2) {
  top: calc(226px * 1); }

.p-lines .hr:nth-child(3) {
  top: calc(226px * 2); }

.p-lines .hr:nth-child(4) {
  top: calc(226px * 3); }

.p-lines .hr:nth-child(5) {
  top: calc(226px * 4); }

.p-container .hr {
  top: 0;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ECDDDD; }

.p-container .hr:nth-child(1) {
  left: 0;
  opacity: 0; }

.p-container .hr:nth-child(2) {
  left: calc(1*10vw); }

.p-container .hr:nth-child(3) {
  left: calc(2*10vw); }

.p-container .hr:nth-child(4) {
  left: calc(3*10vw); }

.p-container .hr:nth-child(5) {
  left: calc(4*10vw); }

.p-container .hr:nth-child(6) {
  left: calc(5*10vw); }

.p-container .hr:nth-child(7) {
  left: calc(6*10vw); }

.p-container .hr:nth-child(8) {
  left: calc(7*10vw); }

.p-container .hr:nth-child(9) {
  left: calc(8*10vw);
  opacity: 0; }

.p-container {
  position: relative; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !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; }

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

.shadow {
  box-shadow: 0 0.5rem 1.25rem rgba(35, 38, 45, 0.125) !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(35, 38, 45, 0.09) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.275) !important; }

.shadow-none {
  box-shadow: none !important; }

.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; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.left-0 {
  left: 0 !important; }

.left-50 {
  left: 50% !important; }

.left-100 {
  left: 100% !important; }

.right-0 {
  right: 0 !important; }

.right-50 {
  right: 50% !important; }

.right-100 {
  right: 100% !important; }

.translate-middle {
  transform: translateX(-50%) translateY(-50%) !important; }

.border {
  border: 1px solid #FFF6F6 !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: 1px solid #FFF6F6 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right {
  border-right: 1px solid #FFF6F6 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: 1px solid #FFF6F6 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left {
  border-left: 1px solid #FFF6F6 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #ef1b26 !important; }

.border-secondary {
  border-color: #5A6C90 !important; }

.border-success {
  border-color: #34bd91 !important; }

.border-info {
  border-color: #18b7ff !important; }

.border-warning {
  border-color: #fdc724 !important; }

.border-danger {
  border-color: #bd4242 !important; }

.border-light {
  border-color: #f6f9fc !important; }

.border-dark {
  border-color: #000000 !important; }

.border-purple {
  border-color: #6672e8 !important; }

.border-sky {
  border-color: #e9f4ff !important; }

.border-pistachio {
  border-color: #ffe9e9 !important; }

.border-darkblue {
  border-color: #000000 !important; }

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

.border-0 {
  border-width: 0 !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-50 {
  width: 50% !important; }

.w-55 {
  width: 55% !important; }

.w-60 {
  width: 60% !important; }

.w-65 {
  width: 65% !important; }

.w-70 {
  width: 70% !important; }

.w-75 {
  width: 75% !important; }

.w-80 {
  width: 80% !important; }

.w-85 {
  width: 85% !important; }

.w-90 {
  width: 90% !important; }

.w-95 {
  width: 95% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-5 {
  height: 5% !important; }

.h-10 {
  height: 10% !important; }

.h-15 {
  height: 15% !important; }

.h-20 {
  height: 20% !important; }

.h-25 {
  height: 25% !important; }

.h-30 {
  height: 30% !important; }

.h-35 {
  height: 35% !important; }

.h-40 {
  height: 40% !important; }

.h-45 {
  height: 45% !important; }

.h-50 {
  height: 50% !important; }

.h-55 {
  height: 55% !important; }

.h-60 {
  height: 60% !important; }

.h-65 {
  height: 65% !important; }

.h-70 {
  height: 70% !important; }

.h-75 {
  height: 75% !important; }

.h-80 {
  height: 80% !important; }

.h-85 {
  height: 85% !important; }

.h-90 {
  height: 90% !important; }

.h-95 {
  height: 95% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-1 {
  flex: 1 !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-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; }

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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; }

.justify-content-evenly {
  justify-content: space-evenly !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; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

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

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

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

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

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

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

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

.m-7 {
  margin: 6rem !important; }

.m-8 {
  margin: 8rem !important; }

.m-9 {
  margin: 10rem !important; }

.m-10 {
  margin: 12rem !important; }

.m-11 {
  margin: 14rem !important; }

.m-12 {
  margin: 16rem !important; }

.m-13 {
  margin: 18rem !important; }

.m-14 {
  margin: 20rem !important; }

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

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

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

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

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

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

.mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.mx-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important; }

.mx-7 {
  margin-right: 6rem !important;
  margin-left: 6rem !important; }

.mx-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important; }

.mx-9 {
  margin-right: 10rem !important;
  margin-left: 10rem !important; }

.mx-10 {
  margin-right: 12rem !important;
  margin-left: 12rem !important; }

.mx-11 {
  margin-right: 14rem !important;
  margin-left: 14rem !important; }

.mx-12 {
  margin-right: 16rem !important;
  margin-left: 16rem !important; }

.mx-13 {
  margin-right: 18rem !important;
  margin-left: 18rem !important; }

.mx-14 {
  margin-right: 20rem !important;
  margin-left: 20rem !important; }

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

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

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

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

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

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

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.my-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important; }

.my-9 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important; }

.my-10 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important; }

.my-11 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important; }

.my-12 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important; }

.my-13 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important; }

.my-14 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important; }

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

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

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

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

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

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

.mt-5 {
  margin-top: 2rem !important; }

.mt-6 {
  margin-top: 4rem !important; }

.mt-7 {
  margin-top: 6rem !important; }

.mt-8 {
  margin-top: 8rem !important; }

.mt-9 {
  margin-top: 10rem !important; }

.mt-10 {
  margin-top: 12rem !important; }

.mt-11 {
  margin-top: 14rem !important; }

.mt-12 {
  margin-top: 16rem !important; }

.mt-13 {
  margin-top: 18rem !important; }

.mt-14 {
  margin-top: 20rem !important; }

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

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

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

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

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

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

.mr-5 {
  margin-right: 2rem !important; }

.mr-6 {
  margin-right: 4rem !important; }

.mr-7 {
  margin-right: 6rem !important; }

.mr-8 {
  margin-right: 8rem !important; }

.mr-9 {
  margin-right: 10rem !important; }

.mr-10 {
  margin-right: 12rem !important; }

.mr-11 {
  margin-right: 14rem !important; }

.mr-12 {
  margin-right: 16rem !important; }

.mr-13 {
  margin-right: 18rem !important; }

.mr-14 {
  margin-right: 20rem !important; }

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 2rem !important; }

.mb-6 {
  margin-bottom: 4rem !important; }

.mb-7 {
  margin-bottom: 6rem !important; }

.mb-8 {
  margin-bottom: 8rem !important; }

.mb-9 {
  margin-bottom: 10rem !important; }

.mb-10 {
  margin-bottom: 12rem !important; }

.mb-11 {
  margin-bottom: 14rem !important; }

.mb-12 {
  margin-bottom: 16rem !important; }

.mb-13 {
  margin-bottom: 18rem !important; }

.mb-14 {
  margin-bottom: 20rem !important; }

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

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

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

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

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

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

.ml-5 {
  margin-left: 2rem !important; }

.ml-6 {
  margin-left: 4rem !important; }

.ml-7 {
  margin-left: 6rem !important; }

.ml-8 {
  margin-left: 8rem !important; }

.ml-9 {
  margin-left: 10rem !important; }

.ml-10 {
  margin-left: 12rem !important; }

.ml-11 {
  margin-left: 14rem !important; }

.ml-12 {
  margin-left: 16rem !important; }

.ml-13 {
  margin-left: 18rem !important; }

.ml-14 {
  margin-left: 20rem !important; }

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

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

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

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

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

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

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

.m-n7 {
  margin: -6rem !important; }

.m-n8 {
  margin: -8rem !important; }

.m-n9 {
  margin: -10rem !important; }

.m-n10 {
  margin: -12rem !important; }

.m-n11 {
  margin: -14rem !important; }

.m-n12 {
  margin: -16rem !important; }

.m-n13 {
  margin: -18rem !important; }

.m-n14 {
  margin: -20rem !important; }

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

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

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

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

.mx-n5 {
  margin-right: -2rem !important;
  margin-left: -2rem !important; }

.mx-n6 {
  margin-right: -4rem !important;
  margin-left: -4rem !important; }

.mx-n7 {
  margin-right: -6rem !important;
  margin-left: -6rem !important; }

.mx-n8 {
  margin-right: -8rem !important;
  margin-left: -8rem !important; }

.mx-n9 {
  margin-right: -10rem !important;
  margin-left: -10rem !important; }

.mx-n10 {
  margin-right: -12rem !important;
  margin-left: -12rem !important; }

.mx-n11 {
  margin-right: -14rem !important;
  margin-left: -14rem !important; }

.mx-n12 {
  margin-right: -16rem !important;
  margin-left: -16rem !important; }

.mx-n13 {
  margin-right: -18rem !important;
  margin-left: -18rem !important; }

.mx-n14 {
  margin-right: -20rem !important;
  margin-left: -20rem !important; }

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

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

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

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

.my-n5 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important; }

.my-n6 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important; }

.my-n7 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important; }

.my-n8 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important; }

.my-n9 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important; }

.my-n10 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important; }

.my-n11 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important; }

.my-n12 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important; }

.my-n13 {
  margin-top: -18rem !important;
  margin-bottom: -18rem !important; }

.my-n14 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important; }

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

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

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

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

.mt-n5 {
  margin-top: -2rem !important; }

.mt-n6 {
  margin-top: -4rem !important; }

.mt-n7 {
  margin-top: -6rem !important; }

.mt-n8 {
  margin-top: -8rem !important; }

.mt-n9 {
  margin-top: -10rem !important; }

.mt-n10 {
  margin-top: -12rem !important; }

.mt-n11 {
  margin-top: -14rem !important; }

.mt-n12 {
  margin-top: -16rem !important; }

.mt-n13 {
  margin-top: -18rem !important; }

.mt-n14 {
  margin-top: -20rem !important; }

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

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

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

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

.mr-n5 {
  margin-right: -2rem !important; }

.mr-n6 {
  margin-right: -4rem !important; }

.mr-n7 {
  margin-right: -6rem !important; }

.mr-n8 {
  margin-right: -8rem !important; }

.mr-n9 {
  margin-right: -10rem !important; }

.mr-n10 {
  margin-right: -12rem !important; }

.mr-n11 {
  margin-right: -14rem !important; }

.mr-n12 {
  margin-right: -16rem !important; }

.mr-n13 {
  margin-right: -18rem !important; }

.mr-n14 {
  margin-right: -20rem !important; }

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

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

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

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

.mb-n5 {
  margin-bottom: -2rem !important; }

.mb-n6 {
  margin-bottom: -4rem !important; }

.mb-n7 {
  margin-bottom: -6rem !important; }

.mb-n8 {
  margin-bottom: -8rem !important; }

.mb-n9 {
  margin-bottom: -10rem !important; }

.mb-n10 {
  margin-bottom: -12rem !important; }

.mb-n11 {
  margin-bottom: -14rem !important; }

.mb-n12 {
  margin-bottom: -16rem !important; }

.mb-n13 {
  margin-bottom: -18rem !important; }

.mb-n14 {
  margin-bottom: -20rem !important; }

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

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

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

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

.ml-n5 {
  margin-left: -2rem !important; }

.ml-n6 {
  margin-left: -4rem !important; }

.ml-n7 {
  margin-left: -6rem !important; }

.ml-n8 {
  margin-left: -8rem !important; }

.ml-n9 {
  margin-left: -10rem !important; }

.ml-n10 {
  margin-left: -12rem !important; }

.ml-n11 {
  margin-left: -14rem !important; }

.ml-n12 {
  margin-left: -16rem !important; }

.ml-n13 {
  margin-left: -18rem !important; }

.ml-n14 {
  margin-left: -20rem !important; }

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

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

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

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

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

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

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

.p-7 {
  padding: 6rem !important; }

.p-8 {
  padding: 8rem !important; }

.p-9 {
  padding: 10rem !important; }

.p-10 {
  padding: 12rem !important; }

.p-11 {
  padding: 14rem !important; }

.p-12 {
  padding: 16rem !important; }

.p-13 {
  padding: 18rem !important; }

.p-14 {
  padding: 20rem !important; }

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

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

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

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

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

.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.px-7 {
  padding-right: 6rem !important;
  padding-left: 6rem !important; }

.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important; }

.px-9 {
  padding-right: 10rem !important;
  padding-left: 10rem !important; }

.px-10 {
  padding-right: 12rem !important;
  padding-left: 12rem !important; }

.px-11 {
  padding-right: 14rem !important;
  padding-left: 14rem !important; }

.px-12 {
  padding-right: 16rem !important;
  padding-left: 16rem !important; }

.px-13 {
  padding-right: 18rem !important;
  padding-left: 18rem !important; }

.px-14 {
  padding-right: 20rem !important;
  padding-left: 20rem !important; }

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

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

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

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

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

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }

.py-9 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important; }

.py-10 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important; }

.py-11 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important; }

.py-12 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important; }

.py-13 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important; }

.py-14 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important; }

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

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

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

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

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

.pt-5 {
  padding-top: 2rem !important; }

.pt-6 {
  padding-top: 4rem !important; }

.pt-7 {
  padding-top: 6rem !important; }

.pt-8 {
  padding-top: 8rem !important; }

.pt-9 {
  padding-top: 10rem !important; }

.pt-10 {
  padding-top: 12rem !important; }

.pt-11 {
  padding-top: 14rem !important; }

.pt-12 {
  padding-top: 16rem !important; }

.pt-13 {
  padding-top: 18rem !important; }

.pt-14 {
  padding-top: 20rem !important; }

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

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

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

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

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

.pr-5 {
  padding-right: 2rem !important; }

.pr-6 {
  padding-right: 4rem !important; }

.pr-7 {
  padding-right: 6rem !important; }

.pr-8 {
  padding-right: 8rem !important; }

.pr-9 {
  padding-right: 10rem !important; }

.pr-10 {
  padding-right: 12rem !important; }

.pr-11 {
  padding-right: 14rem !important; }

.pr-12 {
  padding-right: 16rem !important; }

.pr-13 {
  padding-right: 18rem !important; }

.pr-14 {
  padding-right: 20rem !important; }

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

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

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

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

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

.pb-5 {
  padding-bottom: 2rem !important; }

.pb-6 {
  padding-bottom: 4rem !important; }

.pb-7 {
  padding-bottom: 6rem !important; }

.pb-8 {
  padding-bottom: 8rem !important; }

.pb-9 {
  padding-bottom: 10rem !important; }

.pb-10 {
  padding-bottom: 12rem !important; }

.pb-11 {
  padding-bottom: 14rem !important; }

.pb-12 {
  padding-bottom: 16rem !important; }

.pb-13 {
  padding-bottom: 18rem !important; }

.pb-14 {
  padding-bottom: 20rem !important; }

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

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

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

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

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

.pl-5 {
  padding-left: 2rem !important; }

.pl-6 {
  padding-left: 4rem !important; }

.pl-7 {
  padding-left: 6rem !important; }

.pl-8 {
  padding-left: 8rem !important; }

.pl-9 {
  padding-left: 10rem !important; }

.pl-10 {
  padding-left: 12rem !important; }

.pl-11 {
  padding-left: 14rem !important; }

.pl-12 {
  padding-left: 16rem !important; }

.pl-13 {
  padding-left: 18rem !important; }

.pl-14 {
  padding-left: 20rem !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: 500 !important; }

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

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

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

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

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

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

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

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

.text-secondary {
  color: #5A6C90 !important; }

.text-success {
  color: #34bd91 !important; }

.text-info {
  color: #18b7ff !important; }

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

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

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

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

.text-purple {
  color: #6672e8 !important; }

.text-sky {
  color: #e9f4ff !important; }

.text-pistachio {
  color: #ffe9e9 !important; }

.text-darkblue {
  color: #000000 !important; }

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

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

.text-muted {
  color: #000000b3 !important; }

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

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

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

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

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.bg-primary {
  background-color: #ef1b26 !important; }

.bg-secondary {
  background-color: #5A6C90 !important; }

.bg-success {
  background-color: #34bd91 !important; }

.bg-info {
  background-color: #18b7ff !important; }

.bg-warning {
  background-color: #fdc724 !important; }

.bg-danger {
  background-color: #bd4242 !important; }

.bg-light {
  background-color: #f6f9fc !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-purple {
  background-color: #6672e8 !important; }

.bg-sky {
  background-color: #e9f4ff !important; }

.bg-pistachio {
  background-color: #ffe9e9 !important; }

.bg-darkblue {
  background-color: #000000 !important; }

.bg-body {
  background-color: #fff !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important; }

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-sm {
  border-radius: 0.11rem !important; }

.rounded-lg {
  border-radius: 0.11rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.bg-gray-100 {
  background: rgba(255, 255, 255, 0.26) !important; }

.bg-gray-200 {
  background: #f9f9f9 !important; }

.bg-gray-300 {
  background: #FFF6F6 !important; }

.bg-gray-400 {
  background: rgba(255, 255, 255, 0.52) !important; }

.bg-gray-500 {
  background: #B4B4B4 !important; }

.bg-gray-600 {
  background: #6c757d !important; }

.bg-gray-700 {
  background: #495057 !important; }

.bg-gray-800 {
  background: #343a40 !important; }

.bg-gray-900 {
  background: #000000 !important; }

.text-gray-100 {
  color: rgba(255, 255, 255, 0.26) !important; }

.text-gray-200 {
  color: #f9f9f9 !important; }

.text-gray-300 {
  color: #FFF6F6 !important; }

.text-gray-400 {
  color: rgba(255, 255, 255, 0.52) !important; }

.text-gray-500 {
  color: #B4B4B4 !important; }

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

.text-gray-700 {
  color: #495057 !important; }

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

.text-gray-900 {
  color: #000000 !important; }

.border-gray-100 {
  border-color: rgba(255, 255, 255, 0.26) !important; }

.border-gray-200 {
  border-color: #f9f9f9 !important; }

.border-gray-300 {
  border-color: #FFF6F6 !important; }

.border-gray-400 {
  border-color: rgba(255, 255, 255, 0.52) !important; }

.border-gray-500 {
  border-color: #B4B4B4 !important; }

.border-gray-600 {
  border-color: #6c757d !important; }

.border-gray-700 {
  border-color: #495057 !important; }

.border-gray-800 {
  border-color: #343a40 !important; }

.border-gray-900 {
  border-color: #000000 !important; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-10 {
  opacity: 0.1 !important; }

.opacity-20 {
  opacity: 0.2 !important; }

.opacity-30 {
  opacity: 0.3 !important; }

.opacity-40 {
  opacity: 0.4 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-60 {
  opacity: 0.6 !important; }

.opacity-70 {
  opacity: 0.7 !important; }

.opacity-80 {
  opacity: 0.8 !important; }

.opacity-90 {
  opacity: 0.9 !important; }

.opacity-100 {
  opacity: 1 !important; }

.shadow-light {
  box-shadow: 0 0.5rem 1.25rem rgba(35, 38, 45, 0.05) !important; }

.shadow-light-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(35, 38, 45, 0.05) !important; }

.shadow-light-lg {
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.05) !important; }

.font-size-xs {
  font-size: 0.7rem !important; }

.font-size-sm {
  font-size: 0.85rem !important; }

.font-size-normal {
  font-size: 1rem !important; }

.font-size-lg {
  font-size: 1.25rem !important; }

.letter-spacing-lg {
  letter-spacing: 2px !important; }

.letter-spacing-xl {
  letter-spacing: 5px !important; }

.letter-spacing-xxl {
  letter-spacing: 10px !important; }

.z-index-2 {
  z-index: 2 !important; }

.z-index-1 {
  z-index: 1 !important; }

.z-index-0 {
  z-index: 0 !important; }

.z-index--1 {
  z-index: -1 !important; }

.z-index--2 {
  z-index: -2 !important; }

.w-150 {
  width: 150px !important; }

.w-200 {
  width: 200px !important; }

.w-250 {
  width: 250px !important; }

.w-300 {
  width: 300px !important; }

.w-350 {
  width: 350px !important; }

.w-400 {
  width: 400px !important; }

.w-450 {
  width: 450px !important; }

.w-500 {
  width: 500px !important; }

.w-550 {
  width: 550px !important; }

.w-600 {
  width: 600px !important; }

.w-650 {
  width: 650px !important; }

.w-700 {
  width: 700px !important; }

.h-150 {
  height: 150px !important; }

.h-200 {
  height: 200px !important; }

.h-250 {
  height: 250px !important; }

.h-300 {
  height: 300px !important; }

.h-350 {
  height: 350px !important; }

.h-400 {
  height: 400px !important; }

.h-450 {
  height: 450px !important; }

.h-500 {
  height: 500px !important; }

.h-550 {
  height: 550px !important; }

.h-600 {
  height: 600px !important; }

.h-650 {
  height: 650px !important; }

.h-700 {
  height: 700px !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: 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; }
  .d-sm-none {
    display: none !important; }
  .position-sm-static {
    position: static !important; }
  .position-sm-relative {
    position: relative !important; }
  .position-sm-absolute {
    position: absolute !important; }
  .position-sm-fixed {
    position: fixed !important; }
  .position-sm-sticky {
    position: sticky !important; }
  .w-sm-5 {
    width: 5% !important; }
  .w-sm-10 {
    width: 10% !important; }
  .w-sm-15 {
    width: 15% !important; }
  .w-sm-20 {
    width: 20% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-30 {
    width: 30% !important; }
  .w-sm-35 {
    width: 35% !important; }
  .w-sm-40 {
    width: 40% !important; }
  .w-sm-45 {
    width: 45% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-55 {
    width: 55% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-65 {
    width: 65% !important; }
  .w-sm-70 {
    width: 70% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-85 {
    width: 85% !important; }
  .w-sm-90 {
    width: 90% !important; }
  .w-sm-95 {
    width: 95% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-5 {
    height: 5% !important; }
  .h-sm-10 {
    height: 10% !important; }
  .h-sm-15 {
    height: 15% !important; }
  .h-sm-20 {
    height: 20% !important; }
  .h-sm-25 {
    height: 25% !important; }
  .h-sm-30 {
    height: 30% !important; }
  .h-sm-35 {
    height: 35% !important; }
  .h-sm-40 {
    height: 40% !important; }
  .h-sm-45 {
    height: 45% !important; }
  .h-sm-50 {
    height: 50% !important; }
  .h-sm-55 {
    height: 55% !important; }
  .h-sm-60 {
    height: 60% !important; }
  .h-sm-65 {
    height: 65% !important; }
  .h-sm-70 {
    height: 70% !important; }
  .h-sm-75 {
    height: 75% !important; }
  .h-sm-80 {
    height: 80% !important; }
  .h-sm-85 {
    height: 85% !important; }
  .h-sm-90 {
    height: 90% !important; }
  .h-sm-95 {
    height: 95% !important; }
  .h-sm-100 {
    height: 100% !important; }
  .h-sm-auto {
    height: auto !important; }
  .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-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; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 2rem !important; }
  .m-sm-6 {
    margin: 4rem !important; }
  .m-sm-7 {
    margin: 6rem !important; }
  .m-sm-8 {
    margin: 8rem !important; }
  .m-sm-9 {
    margin: 10rem !important; }
  .m-sm-10 {
    margin: 12rem !important; }
  .m-sm-11 {
    margin: 14rem !important; }
  .m-sm-12 {
    margin: 16rem !important; }
  .m-sm-13 {
    margin: 18rem !important; }
  .m-sm-14 {
    margin: 20rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-sm-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .mx-sm-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important; }
  .mx-sm-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important; }
  .mx-sm-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important; }
  .mx-sm-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !important; }
  .mx-sm-13 {
    margin-right: 18rem !important;
    margin-left: 18rem !important; }
  .mx-sm-14 {
    margin-right: 20rem !important;
    margin-left: 20rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .my-sm-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .my-sm-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; }
  .my-sm-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important; }
  .my-sm-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important; }
  .my-sm-13 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; }
  .my-sm-14 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 2rem !important; }
  .mt-sm-6 {
    margin-top: 4rem !important; }
  .mt-sm-7 {
    margin-top: 6rem !important; }
  .mt-sm-8 {
    margin-top: 8rem !important; }
  .mt-sm-9 {
    margin-top: 10rem !important; }
  .mt-sm-10 {
    margin-top: 12rem !important; }
  .mt-sm-11 {
    margin-top: 14rem !important; }
  .mt-sm-12 {
    margin-top: 16rem !important; }
  .mt-sm-13 {
    margin-top: 18rem !important; }
  .mt-sm-14 {
    margin-top: 20rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mr-sm-5 {
    margin-right: 2rem !important; }
  .mr-sm-6 {
    margin-right: 4rem !important; }
  .mr-sm-7 {
    margin-right: 6rem !important; }
  .mr-sm-8 {
    margin-right: 8rem !important; }
  .mr-sm-9 {
    margin-right: 10rem !important; }
  .mr-sm-10 {
    margin-right: 12rem !important; }
  .mr-sm-11 {
    margin-right: 14rem !important; }
  .mr-sm-12 {
    margin-right: 16rem !important; }
  .mr-sm-13 {
    margin-right: 18rem !important; }
  .mr-sm-14 {
    margin-right: 20rem !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 2rem !important; }
  .mb-sm-6 {
    margin-bottom: 4rem !important; }
  .mb-sm-7 {
    margin-bottom: 6rem !important; }
  .mb-sm-8 {
    margin-bottom: 8rem !important; }
  .mb-sm-9 {
    margin-bottom: 10rem !important; }
  .mb-sm-10 {
    margin-bottom: 12rem !important; }
  .mb-sm-11 {
    margin-bottom: 14rem !important; }
  .mb-sm-12 {
    margin-bottom: 16rem !important; }
  .mb-sm-13 {
    margin-bottom: 18rem !important; }
  .mb-sm-14 {
    margin-bottom: 20rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .ml-sm-5 {
    margin-left: 2rem !important; }
  .ml-sm-6 {
    margin-left: 4rem !important; }
  .ml-sm-7 {
    margin-left: 6rem !important; }
  .ml-sm-8 {
    margin-left: 8rem !important; }
  .ml-sm-9 {
    margin-left: 10rem !important; }
  .ml-sm-10 {
    margin-left: 12rem !important; }
  .ml-sm-11 {
    margin-left: 14rem !important; }
  .ml-sm-12 {
    margin-left: 16rem !important; }
  .ml-sm-13 {
    margin-left: 18rem !important; }
  .ml-sm-14 {
    margin-left: 20rem !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .m-sm-n5 {
    margin: -2rem !important; }
  .m-sm-n6 {
    margin: -4rem !important; }
  .m-sm-n7 {
    margin: -6rem !important; }
  .m-sm-n8 {
    margin: -8rem !important; }
  .m-sm-n9 {
    margin: -10rem !important; }
  .m-sm-n10 {
    margin: -12rem !important; }
  .m-sm-n11 {
    margin: -14rem !important; }
  .m-sm-n12 {
    margin: -16rem !important; }
  .m-sm-n13 {
    margin: -18rem !important; }
  .m-sm-n14 {
    margin: -20rem !important; }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-sm-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important; }
  .mx-sm-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-sm-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-sm-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important; }
  .mx-sm-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important; }
  .mx-sm-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important; }
  .mx-sm-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important; }
  .mx-sm-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important; }
  .mx-sm-n13 {
    margin-right: -18rem !important;
    margin-left: -18rem !important; }
  .mx-sm-n14 {
    margin-right: -20rem !important;
    margin-left: -20rem !important; }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-sm-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-sm-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-sm-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-sm-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important; }
  .my-sm-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important; }
  .my-sm-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important; }
  .my-sm-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important; }
  .my-sm-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important; }
  .my-sm-n13 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important; }
  .my-sm-n14 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important; }
  .mt-sm-n1 {
    margin-top: -0.25rem !important; }
  .mt-sm-n2 {
    margin-top: -0.5rem !important; }
  .mt-sm-n3 {
    margin-top: -1rem !important; }
  .mt-sm-n4 {
    margin-top: -1.5rem !important; }
  .mt-sm-n5 {
    margin-top: -2rem !important; }
  .mt-sm-n6 {
    margin-top: -4rem !important; }
  .mt-sm-n7 {
    margin-top: -6rem !important; }
  .mt-sm-n8 {
    margin-top: -8rem !important; }
  .mt-sm-n9 {
    margin-top: -10rem !important; }
  .mt-sm-n10 {
    margin-top: -12rem !important; }
  .mt-sm-n11 {
    margin-top: -14rem !important; }
  .mt-sm-n12 {
    margin-top: -16rem !important; }
  .mt-sm-n13 {
    margin-top: -18rem !important; }
  .mt-sm-n14 {
    margin-top: -20rem !important; }
  .mr-sm-n1 {
    margin-right: -0.25rem !important; }
  .mr-sm-n2 {
    margin-right: -0.5rem !important; }
  .mr-sm-n3 {
    margin-right: -1rem !important; }
  .mr-sm-n4 {
    margin-right: -1.5rem !important; }
  .mr-sm-n5 {
    margin-right: -2rem !important; }
  .mr-sm-n6 {
    margin-right: -4rem !important; }
  .mr-sm-n7 {
    margin-right: -6rem !important; }
  .mr-sm-n8 {
    margin-right: -8rem !important; }
  .mr-sm-n9 {
    margin-right: -10rem !important; }
  .mr-sm-n10 {
    margin-right: -12rem !important; }
  .mr-sm-n11 {
    margin-right: -14rem !important; }
  .mr-sm-n12 {
    margin-right: -16rem !important; }
  .mr-sm-n13 {
    margin-right: -18rem !important; }
  .mr-sm-n14 {
    margin-right: -20rem !important; }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-sm-n3 {
    margin-bottom: -1rem !important; }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-sm-n5 {
    margin-bottom: -2rem !important; }
  .mb-sm-n6 {
    margin-bottom: -4rem !important; }
  .mb-sm-n7 {
    margin-bottom: -6rem !important; }
  .mb-sm-n8 {
    margin-bottom: -8rem !important; }
  .mb-sm-n9 {
    margin-bottom: -10rem !important; }
  .mb-sm-n10 {
    margin-bottom: -12rem !important; }
  .mb-sm-n11 {
    margin-bottom: -14rem !important; }
  .mb-sm-n12 {
    margin-bottom: -16rem !important; }
  .mb-sm-n13 {
    margin-bottom: -18rem !important; }
  .mb-sm-n14 {
    margin-bottom: -20rem !important; }
  .ml-sm-n1 {
    margin-left: -0.25rem !important; }
  .ml-sm-n2 {
    margin-left: -0.5rem !important; }
  .ml-sm-n3 {
    margin-left: -1rem !important; }
  .ml-sm-n4 {
    margin-left: -1.5rem !important; }
  .ml-sm-n5 {
    margin-left: -2rem !important; }
  .ml-sm-n6 {
    margin-left: -4rem !important; }
  .ml-sm-n7 {
    margin-left: -6rem !important; }
  .ml-sm-n8 {
    margin-left: -8rem !important; }
  .ml-sm-n9 {
    margin-left: -10rem !important; }
  .ml-sm-n10 {
    margin-left: -12rem !important; }
  .ml-sm-n11 {
    margin-left: -14rem !important; }
  .ml-sm-n12 {
    margin-left: -16rem !important; }
  .ml-sm-n13 {
    margin-left: -18rem !important; }
  .ml-sm-n14 {
    margin-left: -20rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 2rem !important; }
  .p-sm-6 {
    padding: 4rem !important; }
  .p-sm-7 {
    padding: 6rem !important; }
  .p-sm-8 {
    padding: 8rem !important; }
  .p-sm-9 {
    padding: 10rem !important; }
  .p-sm-10 {
    padding: 12rem !important; }
  .p-sm-11 {
    padding: 14rem !important; }
  .p-sm-12 {
    padding: 16rem !important; }
  .p-sm-13 {
    padding: 18rem !important; }
  .p-sm-14 {
    padding: 20rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-sm-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .px-sm-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important; }
  .px-sm-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important; }
  .px-sm-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important; }
  .px-sm-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important; }
  .px-sm-13 {
    padding-right: 18rem !important;
    padding-left: 18rem !important; }
  .px-sm-14 {
    padding-right: 20rem !important;
    padding-left: 20rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .py-sm-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  .py-sm-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; }
  .py-sm-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important; }
  .py-sm-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important; }
  .py-sm-13 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; }
  .py-sm-14 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 2rem !important; }
  .pt-sm-6 {
    padding-top: 4rem !important; }
  .pt-sm-7 {
    padding-top: 6rem !important; }
  .pt-sm-8 {
    padding-top: 8rem !important; }
  .pt-sm-9 {
    padding-top: 10rem !important; }
  .pt-sm-10 {
    padding-top: 12rem !important; }
  .pt-sm-11 {
    padding-top: 14rem !important; }
  .pt-sm-12 {
    padding-top: 16rem !important; }
  .pt-sm-13 {
    padding-top: 18rem !important; }
  .pt-sm-14 {
    padding-top: 20rem !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pr-sm-5 {
    padding-right: 2rem !important; }
  .pr-sm-6 {
    padding-right: 4rem !important; }
  .pr-sm-7 {
    padding-right: 6rem !important; }
  .pr-sm-8 {
    padding-right: 8rem !important; }
  .pr-sm-9 {
    padding-right: 10rem !important; }
  .pr-sm-10 {
    padding-right: 12rem !important; }
  .pr-sm-11 {
    padding-right: 14rem !important; }
  .pr-sm-12 {
    padding-right: 16rem !important; }
  .pr-sm-13 {
    padding-right: 18rem !important; }
  .pr-sm-14 {
    padding-right: 20rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 2rem !important; }
  .pb-sm-6 {
    padding-bottom: 4rem !important; }
  .pb-sm-7 {
    padding-bottom: 6rem !important; }
  .pb-sm-8 {
    padding-bottom: 8rem !important; }
  .pb-sm-9 {
    padding-bottom: 10rem !important; }
  .pb-sm-10 {
    padding-bottom: 12rem !important; }
  .pb-sm-11 {
    padding-bottom: 14rem !important; }
  .pb-sm-12 {
    padding-bottom: 16rem !important; }
  .pb-sm-13 {
    padding-bottom: 18rem !important; }
  .pb-sm-14 {
    padding-bottom: 20rem !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .pl-sm-5 {
    padding-left: 2rem !important; }
  .pl-sm-6 {
    padding-left: 4rem !important; }
  .pl-sm-7 {
    padding-left: 6rem !important; }
  .pl-sm-8 {
    padding-left: 8rem !important; }
  .pl-sm-9 {
    padding-left: 10rem !important; }
  .pl-sm-10 {
    padding-left: 12rem !important; }
  .pl-sm-11 {
    padding-left: 14rem !important; }
  .pl-sm-12 {
    padding-left: 16rem !important; }
  .pl-sm-13 {
    padding-left: 18rem !important; }
  .pl-sm-14 {
    padding-left: 20rem !important; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .w-sm-150 {
    width: 150px !important; }
  .w-sm-200 {
    width: 200px !important; }
  .w-sm-250 {
    width: 250px !important; }
  .w-sm-300 {
    width: 300px !important; }
  .w-sm-350 {
    width: 350px !important; }
  .w-sm-400 {
    width: 400px !important; }
  .w-sm-450 {
    width: 450px !important; }
  .w-sm-500 {
    width: 500px !important; }
  .w-sm-550 {
    width: 550px !important; }
  .w-sm-600 {
    width: 600px !important; }
  .w-sm-650 {
    width: 650px !important; }
  .w-sm-700 {
    width: 700px !important; }
  .h-sm-150 {
    height: 150px !important; }
  .h-sm-200 {
    height: 200px !important; }
  .h-sm-250 {
    height: 250px !important; }
  .h-sm-300 {
    height: 300px !important; }
  .h-sm-350 {
    height: 350px !important; }
  .h-sm-400 {
    height: 400px !important; }
  .h-sm-450 {
    height: 450px !important; }
  .h-sm-500 {
    height: 500px !important; }
  .h-sm-550 {
    height: 550px !important; }
  .h-sm-600 {
    height: 600px !important; }
  .h-sm-650 {
    height: 650px !important; }
  .h-sm-700 {
    height: 700px !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: 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; }
  .d-md-none {
    display: none !important; }
  .position-md-static {
    position: static !important; }
  .position-md-relative {
    position: relative !important; }
  .position-md-absolute {
    position: absolute !important; }
  .position-md-fixed {
    position: fixed !important; }
  .position-md-sticky {
    position: sticky !important; }
  .w-md-5 {
    width: 5% !important; }
  .w-md-10 {
    width: 10% !important; }
  .w-md-15 {
    width: 15% !important; }
  .w-md-20 {
    width: 20% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-30 {
    width: 30% !important; }
  .w-md-35 {
    width: 35% !important; }
  .w-md-40 {
    width: 40% !important; }
  .w-md-45 {
    width: 45% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-55 {
    width: 55% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-65 {
    width: 65% !important; }
  .w-md-70 {
    width: 70% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-85 {
    width: 85% !important; }
  .w-md-90 {
    width: 90% !important; }
  .w-md-95 {
    width: 95% !important; }
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-5 {
    height: 5% !important; }
  .h-md-10 {
    height: 10% !important; }
  .h-md-15 {
    height: 15% !important; }
  .h-md-20 {
    height: 20% !important; }
  .h-md-25 {
    height: 25% !important; }
  .h-md-30 {
    height: 30% !important; }
  .h-md-35 {
    height: 35% !important; }
  .h-md-40 {
    height: 40% !important; }
  .h-md-45 {
    height: 45% !important; }
  .h-md-50 {
    height: 50% !important; }
  .h-md-55 {
    height: 55% !important; }
  .h-md-60 {
    height: 60% !important; }
  .h-md-65 {
    height: 65% !important; }
  .h-md-70 {
    height: 70% !important; }
  .h-md-75 {
    height: 75% !important; }
  .h-md-80 {
    height: 80% !important; }
  .h-md-85 {
    height: 85% !important; }
  .h-md-90 {
    height: 90% !important; }
  .h-md-95 {
    height: 95% !important; }
  .h-md-100 {
    height: 100% !important; }
  .h-md-auto {
    height: auto !important; }
  .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-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; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-md-evenly {
    justify-content: space-evenly !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; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 2rem !important; }
  .m-md-6 {
    margin: 4rem !important; }
  .m-md-7 {
    margin: 6rem !important; }
  .m-md-8 {
    margin: 8rem !important; }
  .m-md-9 {
    margin: 10rem !important; }
  .m-md-10 {
    margin: 12rem !important; }
  .m-md-11 {
    margin: 14rem !important; }
  .m-md-12 {
    margin: 16rem !important; }
  .m-md-13 {
    margin: 18rem !important; }
  .m-md-14 {
    margin: 20rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-md-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .mx-md-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important; }
  .mx-md-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important; }
  .mx-md-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important; }
  .mx-md-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !important; }
  .mx-md-13 {
    margin-right: 18rem !important;
    margin-left: 18rem !important; }
  .mx-md-14 {
    margin-right: 20rem !important;
    margin-left: 20rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .my-md-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .my-md-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; }
  .my-md-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important; }
  .my-md-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important; }
  .my-md-13 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; }
  .my-md-14 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 2rem !important; }
  .mt-md-6 {
    margin-top: 4rem !important; }
  .mt-md-7 {
    margin-top: 6rem !important; }
  .mt-md-8 {
    margin-top: 8rem !important; }
  .mt-md-9 {
    margin-top: 10rem !important; }
  .mt-md-10 {
    margin-top: 12rem !important; }
  .mt-md-11 {
    margin-top: 14rem !important; }
  .mt-md-12 {
    margin-top: 16rem !important; }
  .mt-md-13 {
    margin-top: 18rem !important; }
  .mt-md-14 {
    margin-top: 20rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mr-md-5 {
    margin-right: 2rem !important; }
  .mr-md-6 {
    margin-right: 4rem !important; }
  .mr-md-7 {
    margin-right: 6rem !important; }
  .mr-md-8 {
    margin-right: 8rem !important; }
  .mr-md-9 {
    margin-right: 10rem !important; }
  .mr-md-10 {
    margin-right: 12rem !important; }
  .mr-md-11 {
    margin-right: 14rem !important; }
  .mr-md-12 {
    margin-right: 16rem !important; }
  .mr-md-13 {
    margin-right: 18rem !important; }
  .mr-md-14 {
    margin-right: 20rem !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 2rem !important; }
  .mb-md-6 {
    margin-bottom: 4rem !important; }
  .mb-md-7 {
    margin-bottom: 6rem !important; }
  .mb-md-8 {
    margin-bottom: 8rem !important; }
  .mb-md-9 {
    margin-bottom: 10rem !important; }
  .mb-md-10 {
    margin-bottom: 12rem !important; }
  .mb-md-11 {
    margin-bottom: 14rem !important; }
  .mb-md-12 {
    margin-bottom: 16rem !important; }
  .mb-md-13 {
    margin-bottom: 18rem !important; }
  .mb-md-14 {
    margin-bottom: 20rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .ml-md-5 {
    margin-left: 2rem !important; }
  .ml-md-6 {
    margin-left: 4rem !important; }
  .ml-md-7 {
    margin-left: 6rem !important; }
  .ml-md-8 {
    margin-left: 8rem !important; }
  .ml-md-9 {
    margin-left: 10rem !important; }
  .ml-md-10 {
    margin-left: 12rem !important; }
  .ml-md-11 {
    margin-left: 14rem !important; }
  .ml-md-12 {
    margin-left: 16rem !important; }
  .ml-md-13 {
    margin-left: 18rem !important; }
  .ml-md-14 {
    margin-left: 20rem !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .m-md-n5 {
    margin: -2rem !important; }
  .m-md-n6 {
    margin: -4rem !important; }
  .m-md-n7 {
    margin: -6rem !important; }
  .m-md-n8 {
    margin: -8rem !important; }
  .m-md-n9 {
    margin: -10rem !important; }
  .m-md-n10 {
    margin: -12rem !important; }
  .m-md-n11 {
    margin: -14rem !important; }
  .m-md-n12 {
    margin: -16rem !important; }
  .m-md-n13 {
    margin: -18rem !important; }
  .m-md-n14 {
    margin: -20rem !important; }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-md-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important; }
  .mx-md-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-md-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-md-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important; }
  .mx-md-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important; }
  .mx-md-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important; }
  .mx-md-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important; }
  .mx-md-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important; }
  .mx-md-n13 {
    margin-right: -18rem !important;
    margin-left: -18rem !important; }
  .mx-md-n14 {
    margin-right: -20rem !important;
    margin-left: -20rem !important; }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-md-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-md-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-md-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-md-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important; }
  .my-md-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important; }
  .my-md-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important; }
  .my-md-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important; }
  .my-md-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important; }
  .my-md-n13 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important; }
  .my-md-n14 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important; }
  .mt-md-n1 {
    margin-top: -0.25rem !important; }
  .mt-md-n2 {
    margin-top: -0.5rem !important; }
  .mt-md-n3 {
    margin-top: -1rem !important; }
  .mt-md-n4 {
    margin-top: -1.5rem !important; }
  .mt-md-n5 {
    margin-top: -2rem !important; }
  .mt-md-n6 {
    margin-top: -4rem !important; }
  .mt-md-n7 {
    margin-top: -6rem !important; }
  .mt-md-n8 {
    margin-top: -8rem !important; }
  .mt-md-n9 {
    margin-top: -10rem !important; }
  .mt-md-n10 {
    margin-top: -12rem !important; }
  .mt-md-n11 {
    margin-top: -14rem !important; }
  .mt-md-n12 {
    margin-top: -16rem !important; }
  .mt-md-n13 {
    margin-top: -18rem !important; }
  .mt-md-n14 {
    margin-top: -20rem !important; }
  .mr-md-n1 {
    margin-right: -0.25rem !important; }
  .mr-md-n2 {
    margin-right: -0.5rem !important; }
  .mr-md-n3 {
    margin-right: -1rem !important; }
  .mr-md-n4 {
    margin-right: -1.5rem !important; }
  .mr-md-n5 {
    margin-right: -2rem !important; }
  .mr-md-n6 {
    margin-right: -4rem !important; }
  .mr-md-n7 {
    margin-right: -6rem !important; }
  .mr-md-n8 {
    margin-right: -8rem !important; }
  .mr-md-n9 {
    margin-right: -10rem !important; }
  .mr-md-n10 {
    margin-right: -12rem !important; }
  .mr-md-n11 {
    margin-right: -14rem !important; }
  .mr-md-n12 {
    margin-right: -16rem !important; }
  .mr-md-n13 {
    margin-right: -18rem !important; }
  .mr-md-n14 {
    margin-right: -20rem !important; }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-md-n3 {
    margin-bottom: -1rem !important; }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-md-n5 {
    margin-bottom: -2rem !important; }
  .mb-md-n6 {
    margin-bottom: -4rem !important; }
  .mb-md-n7 {
    margin-bottom: -6rem !important; }
  .mb-md-n8 {
    margin-bottom: -8rem !important; }
  .mb-md-n9 {
    margin-bottom: -10rem !important; }
  .mb-md-n10 {
    margin-bottom: -12rem !important; }
  .mb-md-n11 {
    margin-bottom: -14rem !important; }
  .mb-md-n12 {
    margin-bottom: -16rem !important; }
  .mb-md-n13 {
    margin-bottom: -18rem !important; }
  .mb-md-n14 {
    margin-bottom: -20rem !important; }
  .ml-md-n1 {
    margin-left: -0.25rem !important; }
  .ml-md-n2 {
    margin-left: -0.5rem !important; }
  .ml-md-n3 {
    margin-left: -1rem !important; }
  .ml-md-n4 {
    margin-left: -1.5rem !important; }
  .ml-md-n5 {
    margin-left: -2rem !important; }
  .ml-md-n6 {
    margin-left: -4rem !important; }
  .ml-md-n7 {
    margin-left: -6rem !important; }
  .ml-md-n8 {
    margin-left: -8rem !important; }
  .ml-md-n9 {
    margin-left: -10rem !important; }
  .ml-md-n10 {
    margin-left: -12rem !important; }
  .ml-md-n11 {
    margin-left: -14rem !important; }
  .ml-md-n12 {
    margin-left: -16rem !important; }
  .ml-md-n13 {
    margin-left: -18rem !important; }
  .ml-md-n14 {
    margin-left: -20rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 2rem !important; }
  .p-md-6 {
    padding: 4rem !important; }
  .p-md-7 {
    padding: 6rem !important; }
  .p-md-8 {
    padding: 8rem !important; }
  .p-md-9 {
    padding: 10rem !important; }
  .p-md-10 {
    padding: 12rem !important; }
  .p-md-11 {
    padding: 14rem !important; }
  .p-md-12 {
    padding: 16rem !important; }
  .p-md-13 {
    padding: 18rem !important; }
  .p-md-14 {
    padding: 20rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-md-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .px-md-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important; }
  .px-md-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important; }
  .px-md-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important; }
  .px-md-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important; }
  .px-md-13 {
    padding-right: 18rem !important;
    padding-left: 18rem !important; }
  .px-md-14 {
    padding-right: 20rem !important;
    padding-left: 20rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .py-md-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  .py-md-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; }
  .py-md-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important; }
  .py-md-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important; }
  .py-md-13 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; }
  .py-md-14 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 2rem !important; }
  .pt-md-6 {
    padding-top: 4rem !important; }
  .pt-md-7 {
    padding-top: 6rem !important; }
  .pt-md-8 {
    padding-top: 8rem !important; }
  .pt-md-9 {
    padding-top: 10rem !important; }
  .pt-md-10 {
    padding-top: 12rem !important; }
  .pt-md-11 {
    padding-top: 14rem !important; }
  .pt-md-12 {
    padding-top: 16rem !important; }
  .pt-md-13 {
    padding-top: 18rem !important; }
  .pt-md-14 {
    padding-top: 20rem !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pr-md-5 {
    padding-right: 2rem !important; }
  .pr-md-6 {
    padding-right: 4rem !important; }
  .pr-md-7 {
    padding-right: 6rem !important; }
  .pr-md-8 {
    padding-right: 8rem !important; }
  .pr-md-9 {
    padding-right: 10rem !important; }
  .pr-md-10 {
    padding-right: 12rem !important; }
  .pr-md-11 {
    padding-right: 14rem !important; }
  .pr-md-12 {
    padding-right: 16rem !important; }
  .pr-md-13 {
    padding-right: 18rem !important; }
  .pr-md-14 {
    padding-right: 20rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 2rem !important; }
  .pb-md-6 {
    padding-bottom: 4rem !important; }
  .pb-md-7 {
    padding-bottom: 6rem !important; }
  .pb-md-8 {
    padding-bottom: 8rem !important; }
  .pb-md-9 {
    padding-bottom: 10rem !important; }
  .pb-md-10 {
    padding-bottom: 12rem !important; }
  .pb-md-11 {
    padding-bottom: 14rem !important; }
  .pb-md-12 {
    padding-bottom: 16rem !important; }
  .pb-md-13 {
    padding-bottom: 18rem !important; }
  .pb-md-14 {
    padding-bottom: 20rem !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .pl-md-5 {
    padding-left: 2rem !important; }
  .pl-md-6 {
    padding-left: 4rem !important; }
  .pl-md-7 {
    padding-left: 6rem !important; }
  .pl-md-8 {
    padding-left: 8rem !important; }
  .pl-md-9 {
    padding-left: 10rem !important; }
  .pl-md-10 {
    padding-left: 12rem !important; }
  .pl-md-11 {
    padding-left: 14rem !important; }
  .pl-md-12 {
    padding-left: 16rem !important; }
  .pl-md-13 {
    padding-left: 18rem !important; }
  .pl-md-14 {
    padding-left: 20rem !important; }
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .w-md-150 {
    width: 150px !important; }
  .w-md-200 {
    width: 200px !important; }
  .w-md-250 {
    width: 250px !important; }
  .w-md-300 {
    width: 300px !important; }
  .w-md-350 {
    width: 350px !important; }
  .w-md-400 {
    width: 400px !important; }
  .w-md-450 {
    width: 450px !important; }
  .w-md-500 {
    width: 500px !important; }
  .w-md-550 {
    width: 550px !important; }
  .w-md-600 {
    width: 600px !important; }
  .w-md-650 {
    width: 650px !important; }
  .w-md-700 {
    width: 700px !important; }
  .h-md-150 {
    height: 150px !important; }
  .h-md-200 {
    height: 200px !important; }
  .h-md-250 {
    height: 250px !important; }
  .h-md-300 {
    height: 300px !important; }
  .h-md-350 {
    height: 350px !important; }
  .h-md-400 {
    height: 400px !important; }
  .h-md-450 {
    height: 450px !important; }
  .h-md-500 {
    height: 500px !important; }
  .h-md-550 {
    height: 550px !important; }
  .h-md-600 {
    height: 600px !important; }
  .h-md-650 {
    height: 650px !important; }
  .h-md-700 {
    height: 700px !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: 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; }
  .d-lg-none {
    display: none !important; }
  .position-lg-static {
    position: static !important; }
  .position-lg-relative {
    position: relative !important; }
  .position-lg-absolute {
    position: absolute !important; }
  .position-lg-fixed {
    position: fixed !important; }
  .position-lg-sticky {
    position: sticky !important; }
  .w-lg-5 {
    width: 5% !important; }
  .w-lg-10 {
    width: 10% !important; }
  .w-lg-15 {
    width: 15% !important; }
  .w-lg-20 {
    width: 20% !important; }
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-30 {
    width: 30% !important; }
  .w-lg-35 {
    width: 35% !important; }
  .w-lg-40 {
    width: 40% !important; }
  .w-lg-45 {
    width: 45% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-55 {
    width: 55% !important; }
  .w-lg-60 {
    width: 60% !important; }
  .w-lg-65 {
    width: 65% !important; }
  .w-lg-70 {
    width: 70% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-80 {
    width: 80% !important; }
  .w-lg-85 {
    width: 85% !important; }
  .w-lg-90 {
    width: 90% !important; }
  .w-lg-95 {
    width: 95% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-5 {
    height: 5% !important; }
  .h-lg-10 {
    height: 10% !important; }
  .h-lg-15 {
    height: 15% !important; }
  .h-lg-20 {
    height: 20% !important; }
  .h-lg-25 {
    height: 25% !important; }
  .h-lg-30 {
    height: 30% !important; }
  .h-lg-35 {
    height: 35% !important; }
  .h-lg-40 {
    height: 40% !important; }
  .h-lg-45 {
    height: 45% !important; }
  .h-lg-50 {
    height: 50% !important; }
  .h-lg-55 {
    height: 55% !important; }
  .h-lg-60 {
    height: 60% !important; }
  .h-lg-65 {
    height: 65% !important; }
  .h-lg-70 {
    height: 70% !important; }
  .h-lg-75 {
    height: 75% !important; }
  .h-lg-80 {
    height: 80% !important; }
  .h-lg-85 {
    height: 85% !important; }
  .h-lg-90 {
    height: 90% !important; }
  .h-lg-95 {
    height: 95% !important; }
  .h-lg-100 {
    height: 100% !important; }
  .h-lg-auto {
    height: auto !important; }
  .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-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; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 2rem !important; }
  .m-lg-6 {
    margin: 4rem !important; }
  .m-lg-7 {
    margin: 6rem !important; }
  .m-lg-8 {
    margin: 8rem !important; }
  .m-lg-9 {
    margin: 10rem !important; }
  .m-lg-10 {
    margin: 12rem !important; }
  .m-lg-11 {
    margin: 14rem !important; }
  .m-lg-12 {
    margin: 16rem !important; }
  .m-lg-13 {
    margin: 18rem !important; }
  .m-lg-14 {
    margin: 20rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-lg-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .mx-lg-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important; }
  .mx-lg-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important; }
  .mx-lg-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important; }
  .mx-lg-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !important; }
  .mx-lg-13 {
    margin-right: 18rem !important;
    margin-left: 18rem !important; }
  .mx-lg-14 {
    margin-right: 20rem !important;
    margin-left: 20rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .my-lg-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .my-lg-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; }
  .my-lg-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important; }
  .my-lg-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important; }
  .my-lg-13 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; }
  .my-lg-14 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 2rem !important; }
  .mt-lg-6 {
    margin-top: 4rem !important; }
  .mt-lg-7 {
    margin-top: 6rem !important; }
  .mt-lg-8 {
    margin-top: 8rem !important; }
  .mt-lg-9 {
    margin-top: 10rem !important; }
  .mt-lg-10 {
    margin-top: 12rem !important; }
  .mt-lg-11 {
    margin-top: 14rem !important; }
  .mt-lg-12 {
    margin-top: 16rem !important; }
  .mt-lg-13 {
    margin-top: 18rem !important; }
  .mt-lg-14 {
    margin-top: 20rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mr-lg-5 {
    margin-right: 2rem !important; }
  .mr-lg-6 {
    margin-right: 4rem !important; }
  .mr-lg-7 {
    margin-right: 6rem !important; }
  .mr-lg-8 {
    margin-right: 8rem !important; }
  .mr-lg-9 {
    margin-right: 10rem !important; }
  .mr-lg-10 {
    margin-right: 12rem !important; }
  .mr-lg-11 {
    margin-right: 14rem !important; }
  .mr-lg-12 {
    margin-right: 16rem !important; }
  .mr-lg-13 {
    margin-right: 18rem !important; }
  .mr-lg-14 {
    margin-right: 20rem !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 2rem !important; }
  .mb-lg-6 {
    margin-bottom: 4rem !important; }
  .mb-lg-7 {
    margin-bottom: 6rem !important; }
  .mb-lg-8 {
    margin-bottom: 8rem !important; }
  .mb-lg-9 {
    margin-bottom: 10rem !important; }
  .mb-lg-10 {
    margin-bottom: 12rem !important; }
  .mb-lg-11 {
    margin-bottom: 14rem !important; }
  .mb-lg-12 {
    margin-bottom: 16rem !important; }
  .mb-lg-13 {
    margin-bottom: 18rem !important; }
  .mb-lg-14 {
    margin-bottom: 20rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .ml-lg-5 {
    margin-left: 2rem !important; }
  .ml-lg-6 {
    margin-left: 4rem !important; }
  .ml-lg-7 {
    margin-left: 6rem !important; }
  .ml-lg-8 {
    margin-left: 8rem !important; }
  .ml-lg-9 {
    margin-left: 10rem !important; }
  .ml-lg-10 {
    margin-left: 12rem !important; }
  .ml-lg-11 {
    margin-left: 14rem !important; }
  .ml-lg-12 {
    margin-left: 16rem !important; }
  .ml-lg-13 {
    margin-left: 18rem !important; }
  .ml-lg-14 {
    margin-left: 20rem !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .m-lg-n5 {
    margin: -2rem !important; }
  .m-lg-n6 {
    margin: -4rem !important; }
  .m-lg-n7 {
    margin: -6rem !important; }
  .m-lg-n8 {
    margin: -8rem !important; }
  .m-lg-n9 {
    margin: -10rem !important; }
  .m-lg-n10 {
    margin: -12rem !important; }
  .m-lg-n11 {
    margin: -14rem !important; }
  .m-lg-n12 {
    margin: -16rem !important; }
  .m-lg-n13 {
    margin: -18rem !important; }
  .m-lg-n14 {
    margin: -20rem !important; }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-lg-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important; }
  .mx-lg-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-lg-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-lg-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important; }
  .mx-lg-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important; }
  .mx-lg-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important; }
  .mx-lg-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important; }
  .mx-lg-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important; }
  .mx-lg-n13 {
    margin-right: -18rem !important;
    margin-left: -18rem !important; }
  .mx-lg-n14 {
    margin-right: -20rem !important;
    margin-left: -20rem !important; }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-lg-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-lg-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-lg-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-lg-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important; }
  .my-lg-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important; }
  .my-lg-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important; }
  .my-lg-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important; }
  .my-lg-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important; }
  .my-lg-n13 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important; }
  .my-lg-n14 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important; }
  .mt-lg-n1 {
    margin-top: -0.25rem !important; }
  .mt-lg-n2 {
    margin-top: -0.5rem !important; }
  .mt-lg-n3 {
    margin-top: -1rem !important; }
  .mt-lg-n4 {
    margin-top: -1.5rem !important; }
  .mt-lg-n5 {
    margin-top: -2rem !important; }
  .mt-lg-n6 {
    margin-top: -4rem !important; }
  .mt-lg-n7 {
    margin-top: -6rem !important; }
  .mt-lg-n8 {
    margin-top: -8rem !important; }
  .mt-lg-n9 {
    margin-top: -10rem !important; }
  .mt-lg-n10 {
    margin-top: -12rem !important; }
  .mt-lg-n11 {
    margin-top: -14rem !important; }
  .mt-lg-n12 {
    margin-top: -16rem !important; }
  .mt-lg-n13 {
    margin-top: -18rem !important; }
  .mt-lg-n14 {
    margin-top: -20rem !important; }
  .mr-lg-n1 {
    margin-right: -0.25rem !important; }
  .mr-lg-n2 {
    margin-right: -0.5rem !important; }
  .mr-lg-n3 {
    margin-right: -1rem !important; }
  .mr-lg-n4 {
    margin-right: -1.5rem !important; }
  .mr-lg-n5 {
    margin-right: -2rem !important; }
  .mr-lg-n6 {
    margin-right: -4rem !important; }
  .mr-lg-n7 {
    margin-right: -6rem !important; }
  .mr-lg-n8 {
    margin-right: -8rem !important; }
  .mr-lg-n9 {
    margin-right: -10rem !important; }
  .mr-lg-n10 {
    margin-right: -12rem !important; }
  .mr-lg-n11 {
    margin-right: -14rem !important; }
  .mr-lg-n12 {
    margin-right: -16rem !important; }
  .mr-lg-n13 {
    margin-right: -18rem !important; }
  .mr-lg-n14 {
    margin-right: -20rem !important; }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-lg-n3 {
    margin-bottom: -1rem !important; }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-lg-n5 {
    margin-bottom: -2rem !important; }
  .mb-lg-n6 {
    margin-bottom: -4rem !important; }
  .mb-lg-n7 {
    margin-bottom: -6rem !important; }
  .mb-lg-n8 {
    margin-bottom: -8rem !important; }
  .mb-lg-n9 {
    margin-bottom: -10rem !important; }
  .mb-lg-n10 {
    margin-bottom: -12rem !important; }
  .mb-lg-n11 {
    margin-bottom: -14rem !important; }
  .mb-lg-n12 {
    margin-bottom: -16rem !important; }
  .mb-lg-n13 {
    margin-bottom: -18rem !important; }
  .mb-lg-n14 {
    margin-bottom: -20rem !important; }
  .ml-lg-n1 {
    margin-left: -0.25rem !important; }
  .ml-lg-n2 {
    margin-left: -0.5rem !important; }
  .ml-lg-n3 {
    margin-left: -1rem !important; }
  .ml-lg-n4 {
    margin-left: -1.5rem !important; }
  .ml-lg-n5 {
    margin-left: -2rem !important; }
  .ml-lg-n6 {
    margin-left: -4rem !important; }
  .ml-lg-n7 {
    margin-left: -6rem !important; }
  .ml-lg-n8 {
    margin-left: -8rem !important; }
  .ml-lg-n9 {
    margin-left: -10rem !important; }
  .ml-lg-n10 {
    margin-left: -12rem !important; }
  .ml-lg-n11 {
    margin-left: -14rem !important; }
  .ml-lg-n12 {
    margin-left: -16rem !important; }
  .ml-lg-n13 {
    margin-left: -18rem !important; }
  .ml-lg-n14 {
    margin-left: -20rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 2rem !important; }
  .p-lg-6 {
    padding: 4rem !important; }
  .p-lg-7 {
    padding: 6rem !important; }
  .p-lg-8 {
    padding: 8rem !important; }
  .p-lg-9 {
    padding: 10rem !important; }
  .p-lg-10 {
    padding: 12rem !important; }
  .p-lg-11 {
    padding: 14rem !important; }
  .p-lg-12 {
    padding: 16rem !important; }
  .p-lg-13 {
    padding: 18rem !important; }
  .p-lg-14 {
    padding: 20rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .px-lg-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important; }
  .px-lg-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important; }
  .px-lg-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important; }
  .px-lg-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important; }
  .px-lg-13 {
    padding-right: 18rem !important;
    padding-left: 18rem !important; }
  .px-lg-14 {
    padding-right: 20rem !important;
    padding-left: 20rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .py-lg-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  .py-lg-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; }
  .py-lg-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important; }
  .py-lg-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important; }
  .py-lg-13 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; }
  .py-lg-14 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 2rem !important; }
  .pt-lg-6 {
    padding-top: 4rem !important; }
  .pt-lg-7 {
    padding-top: 6rem !important; }
  .pt-lg-8 {
    padding-top: 8rem !important; }
  .pt-lg-9 {
    padding-top: 10rem !important; }
  .pt-lg-10 {
    padding-top: 12rem !important; }
  .pt-lg-11 {
    padding-top: 14rem !important; }
  .pt-lg-12 {
    padding-top: 16rem !important; }
  .pt-lg-13 {
    padding-top: 18rem !important; }
  .pt-lg-14 {
    padding-top: 20rem !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pr-lg-5 {
    padding-right: 2rem !important; }
  .pr-lg-6 {
    padding-right: 4rem !important; }
  .pr-lg-7 {
    padding-right: 6rem !important; }
  .pr-lg-8 {
    padding-right: 8rem !important; }
  .pr-lg-9 {
    padding-right: 10rem !important; }
  .pr-lg-10 {
    padding-right: 12rem !important; }
  .pr-lg-11 {
    padding-right: 14rem !important; }
  .pr-lg-12 {
    padding-right: 16rem !important; }
  .pr-lg-13 {
    padding-right: 18rem !important; }
  .pr-lg-14 {
    padding-right: 20rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 2rem !important; }
  .pb-lg-6 {
    padding-bottom: 4rem !important; }
  .pb-lg-7 {
    padding-bottom: 6rem !important; }
  .pb-lg-8 {
    padding-bottom: 8rem !important; }
  .pb-lg-9 {
    padding-bottom: 10rem !important; }
  .pb-lg-10 {
    padding-bottom: 12rem !important; }
  .pb-lg-11 {
    padding-bottom: 14rem !important; }
  .pb-lg-12 {
    padding-bottom: 16rem !important; }
  .pb-lg-13 {
    padding-bottom: 18rem !important; }
  .pb-lg-14 {
    padding-bottom: 20rem !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .pl-lg-5 {
    padding-left: 2rem !important; }
  .pl-lg-6 {
    padding-left: 4rem !important; }
  .pl-lg-7 {
    padding-left: 6rem !important; }
  .pl-lg-8 {
    padding-left: 8rem !important; }
  .pl-lg-9 {
    padding-left: 10rem !important; }
  .pl-lg-10 {
    padding-left: 12rem !important; }
  .pl-lg-11 {
    padding-left: 14rem !important; }
  .pl-lg-12 {
    padding-left: 16rem !important; }
  .pl-lg-13 {
    padding-left: 18rem !important; }
  .pl-lg-14 {
    padding-left: 20rem !important; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .w-lg-150 {
    width: 150px !important; }
  .w-lg-200 {
    width: 200px !important; }
  .w-lg-250 {
    width: 250px !important; }
  .w-lg-300 {
    width: 300px !important; }
  .w-lg-350 {
    width: 350px !important; }
  .w-lg-400 {
    width: 400px !important; }
  .w-lg-450 {
    width: 450px !important; }
  .w-lg-500 {
    width: 500px !important; }
  .w-lg-550 {
    width: 550px !important; }
  .w-lg-600 {
    width: 600px !important; }
  .w-lg-650 {
    width: 650px !important; }
  .w-lg-700 {
    width: 700px !important; }
  .h-lg-150 {
    height: 150px !important; }
  .h-lg-200 {
    height: 200px !important; }
  .h-lg-250 {
    height: 250px !important; }
  .h-lg-300 {
    height: 300px !important; }
  .h-lg-350 {
    height: 350px !important; }
  .h-lg-400 {
    height: 400px !important; }
  .h-lg-450 {
    height: 450px !important; }
  .h-lg-500 {
    height: 500px !important; }
  .h-lg-550 {
    height: 550px !important; }
  .h-lg-600 {
    height: 600px !important; }
  .h-lg-650 {
    height: 650px !important; }
  .h-lg-700 {
    height: 700px !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: 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; }
  .d-xl-none {
    display: none !important; }
  .position-xl-static {
    position: static !important; }
  .position-xl-relative {
    position: relative !important; }
  .position-xl-absolute {
    position: absolute !important; }
  .position-xl-fixed {
    position: fixed !important; }
  .position-xl-sticky {
    position: sticky !important; }
  .w-xl-5 {
    width: 5% !important; }
  .w-xl-10 {
    width: 10% !important; }
  .w-xl-15 {
    width: 15% !important; }
  .w-xl-20 {
    width: 20% !important; }
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-30 {
    width: 30% !important; }
  .w-xl-35 {
    width: 35% !important; }
  .w-xl-40 {
    width: 40% !important; }
  .w-xl-45 {
    width: 45% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-55 {
    width: 55% !important; }
  .w-xl-60 {
    width: 60% !important; }
  .w-xl-65 {
    width: 65% !important; }
  .w-xl-70 {
    width: 70% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-80 {
    width: 80% !important; }
  .w-xl-85 {
    width: 85% !important; }
  .w-xl-90 {
    width: 90% !important; }
  .w-xl-95 {
    width: 95% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-5 {
    height: 5% !important; }
  .h-xl-10 {
    height: 10% !important; }
  .h-xl-15 {
    height: 15% !important; }
  .h-xl-20 {
    height: 20% !important; }
  .h-xl-25 {
    height: 25% !important; }
  .h-xl-30 {
    height: 30% !important; }
  .h-xl-35 {
    height: 35% !important; }
  .h-xl-40 {
    height: 40% !important; }
  .h-xl-45 {
    height: 45% !important; }
  .h-xl-50 {
    height: 50% !important; }
  .h-xl-55 {
    height: 55% !important; }
  .h-xl-60 {
    height: 60% !important; }
  .h-xl-65 {
    height: 65% !important; }
  .h-xl-70 {
    height: 70% !important; }
  .h-xl-75 {
    height: 75% !important; }
  .h-xl-80 {
    height: 80% !important; }
  .h-xl-85 {
    height: 85% !important; }
  .h-xl-90 {
    height: 90% !important; }
  .h-xl-95 {
    height: 95% !important; }
  .h-xl-100 {
    height: 100% !important; }
  .h-xl-auto {
    height: auto !important; }
  .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-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; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 2rem !important; }
  .m-xl-6 {
    margin: 4rem !important; }
  .m-xl-7 {
    margin: 6rem !important; }
  .m-xl-8 {
    margin: 8rem !important; }
  .m-xl-9 {
    margin: 10rem !important; }
  .m-xl-10 {
    margin: 12rem !important; }
  .m-xl-11 {
    margin: 14rem !important; }
  .m-xl-12 {
    margin: 16rem !important; }
  .m-xl-13 {
    margin: 18rem !important; }
  .m-xl-14 {
    margin: 20rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-xl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .mx-xl-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important; }
  .mx-xl-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important; }
  .mx-xl-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important; }
  .mx-xl-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !important; }
  .mx-xl-13 {
    margin-right: 18rem !important;
    margin-left: 18rem !important; }
  .mx-xl-14 {
    margin-right: 20rem !important;
    margin-left: 20rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .my-xl-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .my-xl-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; }
  .my-xl-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important; }
  .my-xl-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important; }
  .my-xl-13 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; }
  .my-xl-14 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 2rem !important; }
  .mt-xl-6 {
    margin-top: 4rem !important; }
  .mt-xl-7 {
    margin-top: 6rem !important; }
  .mt-xl-8 {
    margin-top: 8rem !important; }
  .mt-xl-9 {
    margin-top: 10rem !important; }
  .mt-xl-10 {
    margin-top: 12rem !important; }
  .mt-xl-11 {
    margin-top: 14rem !important; }
  .mt-xl-12 {
    margin-top: 16rem !important; }
  .mt-xl-13 {
    margin-top: 18rem !important; }
  .mt-xl-14 {
    margin-top: 20rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mr-xl-5 {
    margin-right: 2rem !important; }
  .mr-xl-6 {
    margin-right: 4rem !important; }
  .mr-xl-7 {
    margin-right: 6rem !important; }
  .mr-xl-8 {
    margin-right: 8rem !important; }
  .mr-xl-9 {
    margin-right: 10rem !important; }
  .mr-xl-10 {
    margin-right: 12rem !important; }
  .mr-xl-11 {
    margin-right: 14rem !important; }
  .mr-xl-12 {
    margin-right: 16rem !important; }
  .mr-xl-13 {
    margin-right: 18rem !important; }
  .mr-xl-14 {
    margin-right: 20rem !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 2rem !important; }
  .mb-xl-6 {
    margin-bottom: 4rem !important; }
  .mb-xl-7 {
    margin-bottom: 6rem !important; }
  .mb-xl-8 {
    margin-bottom: 8rem !important; }
  .mb-xl-9 {
    margin-bottom: 10rem !important; }
  .mb-xl-10 {
    margin-bottom: 12rem !important; }
  .mb-xl-11 {
    margin-bottom: 14rem !important; }
  .mb-xl-12 {
    margin-bottom: 16rem !important; }
  .mb-xl-13 {
    margin-bottom: 18rem !important; }
  .mb-xl-14 {
    margin-bottom: 20rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .ml-xl-5 {
    margin-left: 2rem !important; }
  .ml-xl-6 {
    margin-left: 4rem !important; }
  .ml-xl-7 {
    margin-left: 6rem !important; }
  .ml-xl-8 {
    margin-left: 8rem !important; }
  .ml-xl-9 {
    margin-left: 10rem !important; }
  .ml-xl-10 {
    margin-left: 12rem !important; }
  .ml-xl-11 {
    margin-left: 14rem !important; }
  .ml-xl-12 {
    margin-left: 16rem !important; }
  .ml-xl-13 {
    margin-left: 18rem !important; }
  .ml-xl-14 {
    margin-left: 20rem !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .m-xl-n5 {
    margin: -2rem !important; }
  .m-xl-n6 {
    margin: -4rem !important; }
  .m-xl-n7 {
    margin: -6rem !important; }
  .m-xl-n8 {
    margin: -8rem !important; }
  .m-xl-n9 {
    margin: -10rem !important; }
  .m-xl-n10 {
    margin: -12rem !important; }
  .m-xl-n11 {
    margin: -14rem !important; }
  .m-xl-n12 {
    margin: -16rem !important; }
  .m-xl-n13 {
    margin: -18rem !important; }
  .m-xl-n14 {
    margin: -20rem !important; }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important; }
  .mx-xl-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-xl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-xl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important; }
  .mx-xl-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important; }
  .mx-xl-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important; }
  .mx-xl-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important; }
  .mx-xl-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important; }
  .mx-xl-n13 {
    margin-right: -18rem !important;
    margin-left: -18rem !important; }
  .mx-xl-n14 {
    margin-right: -20rem !important;
    margin-left: -20rem !important; }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-xl-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-xl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-xl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important; }
  .my-xl-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important; }
  .my-xl-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important; }
  .my-xl-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important; }
  .my-xl-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important; }
  .my-xl-n13 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important; }
  .my-xl-n14 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important; }
  .mt-xl-n1 {
    margin-top: -0.25rem !important; }
  .mt-xl-n2 {
    margin-top: -0.5rem !important; }
  .mt-xl-n3 {
    margin-top: -1rem !important; }
  .mt-xl-n4 {
    margin-top: -1.5rem !important; }
  .mt-xl-n5 {
    margin-top: -2rem !important; }
  .mt-xl-n6 {
    margin-top: -4rem !important; }
  .mt-xl-n7 {
    margin-top: -6rem !important; }
  .mt-xl-n8 {
    margin-top: -8rem !important; }
  .mt-xl-n9 {
    margin-top: -10rem !important; }
  .mt-xl-n10 {
    margin-top: -12rem !important; }
  .mt-xl-n11 {
    margin-top: -14rem !important; }
  .mt-xl-n12 {
    margin-top: -16rem !important; }
  .mt-xl-n13 {
    margin-top: -18rem !important; }
  .mt-xl-n14 {
    margin-top: -20rem !important; }
  .mr-xl-n1 {
    margin-right: -0.25rem !important; }
  .mr-xl-n2 {
    margin-right: -0.5rem !important; }
  .mr-xl-n3 {
    margin-right: -1rem !important; }
  .mr-xl-n4 {
    margin-right: -1.5rem !important; }
  .mr-xl-n5 {
    margin-right: -2rem !important; }
  .mr-xl-n6 {
    margin-right: -4rem !important; }
  .mr-xl-n7 {
    margin-right: -6rem !important; }
  .mr-xl-n8 {
    margin-right: -8rem !important; }
  .mr-xl-n9 {
    margin-right: -10rem !important; }
  .mr-xl-n10 {
    margin-right: -12rem !important; }
  .mr-xl-n11 {
    margin-right: -14rem !important; }
  .mr-xl-n12 {
    margin-right: -16rem !important; }
  .mr-xl-n13 {
    margin-right: -18rem !important; }
  .mr-xl-n14 {
    margin-right: -20rem !important; }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-xl-n3 {
    margin-bottom: -1rem !important; }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-xl-n5 {
    margin-bottom: -2rem !important; }
  .mb-xl-n6 {
    margin-bottom: -4rem !important; }
  .mb-xl-n7 {
    margin-bottom: -6rem !important; }
  .mb-xl-n8 {
    margin-bottom: -8rem !important; }
  .mb-xl-n9 {
    margin-bottom: -10rem !important; }
  .mb-xl-n10 {
    margin-bottom: -12rem !important; }
  .mb-xl-n11 {
    margin-bottom: -14rem !important; }
  .mb-xl-n12 {
    margin-bottom: -16rem !important; }
  .mb-xl-n13 {
    margin-bottom: -18rem !important; }
  .mb-xl-n14 {
    margin-bottom: -20rem !important; }
  .ml-xl-n1 {
    margin-left: -0.25rem !important; }
  .ml-xl-n2 {
    margin-left: -0.5rem !important; }
  .ml-xl-n3 {
    margin-left: -1rem !important; }
  .ml-xl-n4 {
    margin-left: -1.5rem !important; }
  .ml-xl-n5 {
    margin-left: -2rem !important; }
  .ml-xl-n6 {
    margin-left: -4rem !important; }
  .ml-xl-n7 {
    margin-left: -6rem !important; }
  .ml-xl-n8 {
    margin-left: -8rem !important; }
  .ml-xl-n9 {
    margin-left: -10rem !important; }
  .ml-xl-n10 {
    margin-left: -12rem !important; }
  .ml-xl-n11 {
    margin-left: -14rem !important; }
  .ml-xl-n12 {
    margin-left: -16rem !important; }
  .ml-xl-n13 {
    margin-left: -18rem !important; }
  .ml-xl-n14 {
    margin-left: -20rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 2rem !important; }
  .p-xl-6 {
    padding: 4rem !important; }
  .p-xl-7 {
    padding: 6rem !important; }
  .p-xl-8 {
    padding: 8rem !important; }
  .p-xl-9 {
    padding: 10rem !important; }
  .p-xl-10 {
    padding: 12rem !important; }
  .p-xl-11 {
    padding: 14rem !important; }
  .p-xl-12 {
    padding: 16rem !important; }
  .p-xl-13 {
    padding: 18rem !important; }
  .p-xl-14 {
    padding: 20rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .px-xl-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important; }
  .px-xl-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important; }
  .px-xl-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important; }
  .px-xl-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important; }
  .px-xl-13 {
    padding-right: 18rem !important;
    padding-left: 18rem !important; }
  .px-xl-14 {
    padding-right: 20rem !important;
    padding-left: 20rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .py-xl-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  .py-xl-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; }
  .py-xl-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important; }
  .py-xl-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important; }
  .py-xl-13 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; }
  .py-xl-14 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 2rem !important; }
  .pt-xl-6 {
    padding-top: 4rem !important; }
  .pt-xl-7 {
    padding-top: 6rem !important; }
  .pt-xl-8 {
    padding-top: 8rem !important; }
  .pt-xl-9 {
    padding-top: 10rem !important; }
  .pt-xl-10 {
    padding-top: 12rem !important; }
  .pt-xl-11 {
    padding-top: 14rem !important; }
  .pt-xl-12 {
    padding-top: 16rem !important; }
  .pt-xl-13 {
    padding-top: 18rem !important; }
  .pt-xl-14 {
    padding-top: 20rem !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pr-xl-5 {
    padding-right: 2rem !important; }
  .pr-xl-6 {
    padding-right: 4rem !important; }
  .pr-xl-7 {
    padding-right: 6rem !important; }
  .pr-xl-8 {
    padding-right: 8rem !important; }
  .pr-xl-9 {
    padding-right: 10rem !important; }
  .pr-xl-10 {
    padding-right: 12rem !important; }
  .pr-xl-11 {
    padding-right: 14rem !important; }
  .pr-xl-12 {
    padding-right: 16rem !important; }
  .pr-xl-13 {
    padding-right: 18rem !important; }
  .pr-xl-14 {
    padding-right: 20rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 2rem !important; }
  .pb-xl-6 {
    padding-bottom: 4rem !important; }
  .pb-xl-7 {
    padding-bottom: 6rem !important; }
  .pb-xl-8 {
    padding-bottom: 8rem !important; }
  .pb-xl-9 {
    padding-bottom: 10rem !important; }
  .pb-xl-10 {
    padding-bottom: 12rem !important; }
  .pb-xl-11 {
    padding-bottom: 14rem !important; }
  .pb-xl-12 {
    padding-bottom: 16rem !important; }
  .pb-xl-13 {
    padding-bottom: 18rem !important; }
  .pb-xl-14 {
    padding-bottom: 20rem !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .pl-xl-5 {
    padding-left: 2rem !important; }
  .pl-xl-6 {
    padding-left: 4rem !important; }
  .pl-xl-7 {
    padding-left: 6rem !important; }
  .pl-xl-8 {
    padding-left: 8rem !important; }
  .pl-xl-9 {
    padding-left: 10rem !important; }
  .pl-xl-10 {
    padding-left: 12rem !important; }
  .pl-xl-11 {
    padding-left: 14rem !important; }
  .pl-xl-12 {
    padding-left: 16rem !important; }
  .pl-xl-13 {
    padding-left: 18rem !important; }
  .pl-xl-14 {
    padding-left: 20rem !important; }
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
  .w-xl-150 {
    width: 150px !important; }
  .w-xl-200 {
    width: 200px !important; }
  .w-xl-250 {
    width: 250px !important; }
  .w-xl-300 {
    width: 300px !important; }
  .w-xl-350 {
    width: 350px !important; }
  .w-xl-400 {
    width: 400px !important; }
  .w-xl-450 {
    width: 450px !important; }
  .w-xl-500 {
    width: 500px !important; }
  .w-xl-550 {
    width: 550px !important; }
  .w-xl-600 {
    width: 600px !important; }
  .w-xl-650 {
    width: 650px !important; }
  .w-xl-700 {
    width: 700px !important; }
  .h-xl-150 {
    height: 150px !important; }
  .h-xl-200 {
    height: 200px !important; }
  .h-xl-250 {
    height: 250px !important; }
  .h-xl-300 {
    height: 300px !important; }
  .h-xl-350 {
    height: 350px !important; }
  .h-xl-400 {
    height: 400px !important; }
  .h-xl-450 {
    height: 450px !important; }
  .h-xl-500 {
    height: 500px !important; }
  .h-xl-550 {
    height: 550px !important; }
  .h-xl-600 {
    height: 600px !important; }
  .h-xl-650 {
    height: 650px !important; }
  .h-xl-700 {
    height: 700px !important; } }

@media (min-width: 1500px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .position-xxl-static {
    position: static !important; }
  .position-xxl-relative {
    position: relative !important; }
  .position-xxl-absolute {
    position: absolute !important; }
  .position-xxl-fixed {
    position: fixed !important; }
  .position-xxl-sticky {
    position: sticky !important; }
  .w-xxl-5 {
    width: 5% !important; }
  .w-xxl-10 {
    width: 10% !important; }
  .w-xxl-15 {
    width: 15% !important; }
  .w-xxl-20 {
    width: 20% !important; }
  .w-xxl-25 {
    width: 25% !important; }
  .w-xxl-30 {
    width: 30% !important; }
  .w-xxl-35 {
    width: 35% !important; }
  .w-xxl-40 {
    width: 40% !important; }
  .w-xxl-45 {
    width: 45% !important; }
  .w-xxl-50 {
    width: 50% !important; }
  .w-xxl-55 {
    width: 55% !important; }
  .w-xxl-60 {
    width: 60% !important; }
  .w-xxl-65 {
    width: 65% !important; }
  .w-xxl-70 {
    width: 70% !important; }
  .w-xxl-75 {
    width: 75% !important; }
  .w-xxl-80 {
    width: 80% !important; }
  .w-xxl-85 {
    width: 85% !important; }
  .w-xxl-90 {
    width: 90% !important; }
  .w-xxl-95 {
    width: 95% !important; }
  .w-xxl-100 {
    width: 100% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-5 {
    height: 5% !important; }
  .h-xxl-10 {
    height: 10% !important; }
  .h-xxl-15 {
    height: 15% !important; }
  .h-xxl-20 {
    height: 20% !important; }
  .h-xxl-25 {
    height: 25% !important; }
  .h-xxl-30 {
    height: 30% !important; }
  .h-xxl-35 {
    height: 35% !important; }
  .h-xxl-40 {
    height: 40% !important; }
  .h-xxl-45 {
    height: 45% !important; }
  .h-xxl-50 {
    height: 50% !important; }
  .h-xxl-55 {
    height: 55% !important; }
  .h-xxl-60 {
    height: 60% !important; }
  .h-xxl-65 {
    height: 65% !important; }
  .h-xxl-70 {
    height: 70% !important; }
  .h-xxl-75 {
    height: 75% !important; }
  .h-xxl-80 {
    height: 80% !important; }
  .h-xxl-85 {
    height: 85% !important; }
  .h-xxl-90 {
    height: 90% !important; }
  .h-xxl-95 {
    height: 95% !important; }
  .h-xxl-100 {
    height: 100% !important; }
  .h-xxl-auto {
    height: auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 2rem !important; }
  .m-xxl-6 {
    margin: 4rem !important; }
  .m-xxl-7 {
    margin: 6rem !important; }
  .m-xxl-8 {
    margin: 8rem !important; }
  .m-xxl-9 {
    margin: 10rem !important; }
  .m-xxl-10 {
    margin: 12rem !important; }
  .m-xxl-11 {
    margin: 14rem !important; }
  .m-xxl-12 {
    margin: 16rem !important; }
  .m-xxl-13 {
    margin: 18rem !important; }
  .m-xxl-14 {
    margin: 20rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-xxl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .mx-xxl-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important; }
  .mx-xxl-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important; }
  .mx-xxl-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important; }
  .mx-xxl-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !important; }
  .mx-xxl-13 {
    margin-right: 18rem !important;
    margin-left: 18rem !important; }
  .mx-xxl-14 {
    margin-right: 20rem !important;
    margin-left: 20rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-xxl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .my-xxl-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .my-xxl-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; }
  .my-xxl-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important; }
  .my-xxl-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important; }
  .my-xxl-13 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; }
  .my-xxl-14 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 2rem !important; }
  .mt-xxl-6 {
    margin-top: 4rem !important; }
  .mt-xxl-7 {
    margin-top: 6rem !important; }
  .mt-xxl-8 {
    margin-top: 8rem !important; }
  .mt-xxl-9 {
    margin-top: 10rem !important; }
  .mt-xxl-10 {
    margin-top: 12rem !important; }
  .mt-xxl-11 {
    margin-top: 14rem !important; }
  .mt-xxl-12 {
    margin-top: 16rem !important; }
  .mt-xxl-13 {
    margin-top: 18rem !important; }
  .mt-xxl-14 {
    margin-top: 20rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-0 {
    margin-right: 0 !important; }
  .mr-xxl-1 {
    margin-right: 0.25rem !important; }
  .mr-xxl-2 {
    margin-right: 0.5rem !important; }
  .mr-xxl-3 {
    margin-right: 1rem !important; }
  .mr-xxl-4 {
    margin-right: 1.5rem !important; }
  .mr-xxl-5 {
    margin-right: 2rem !important; }
  .mr-xxl-6 {
    margin-right: 4rem !important; }
  .mr-xxl-7 {
    margin-right: 6rem !important; }
  .mr-xxl-8 {
    margin-right: 8rem !important; }
  .mr-xxl-9 {
    margin-right: 10rem !important; }
  .mr-xxl-10 {
    margin-right: 12rem !important; }
  .mr-xxl-11 {
    margin-right: 14rem !important; }
  .mr-xxl-12 {
    margin-right: 16rem !important; }
  .mr-xxl-13 {
    margin-right: 18rem !important; }
  .mr-xxl-14 {
    margin-right: 20rem !important; }
  .mr-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 2rem !important; }
  .mb-xxl-6 {
    margin-bottom: 4rem !important; }
  .mb-xxl-7 {
    margin-bottom: 6rem !important; }
  .mb-xxl-8 {
    margin-bottom: 8rem !important; }
  .mb-xxl-9 {
    margin-bottom: 10rem !important; }
  .mb-xxl-10 {
    margin-bottom: 12rem !important; }
  .mb-xxl-11 {
    margin-bottom: 14rem !important; }
  .mb-xxl-12 {
    margin-bottom: 16rem !important; }
  .mb-xxl-13 {
    margin-bottom: 18rem !important; }
  .mb-xxl-14 {
    margin-bottom: 20rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-0 {
    margin-left: 0 !important; }
  .ml-xxl-1 {
    margin-left: 0.25rem !important; }
  .ml-xxl-2 {
    margin-left: 0.5rem !important; }
  .ml-xxl-3 {
    margin-left: 1rem !important; }
  .ml-xxl-4 {
    margin-left: 1.5rem !important; }
  .ml-xxl-5 {
    margin-left: 2rem !important; }
  .ml-xxl-6 {
    margin-left: 4rem !important; }
  .ml-xxl-7 {
    margin-left: 6rem !important; }
  .ml-xxl-8 {
    margin-left: 8rem !important; }
  .ml-xxl-9 {
    margin-left: 10rem !important; }
  .ml-xxl-10 {
    margin-left: 12rem !important; }
  .ml-xxl-11 {
    margin-left: 14rem !important; }
  .ml-xxl-12 {
    margin-left: 16rem !important; }
  .ml-xxl-13 {
    margin-left: 18rem !important; }
  .ml-xxl-14 {
    margin-left: 20rem !important; }
  .ml-xxl-auto {
    margin-left: auto !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -2rem !important; }
  .m-xxl-n6 {
    margin: -4rem !important; }
  .m-xxl-n7 {
    margin: -6rem !important; }
  .m-xxl-n8 {
    margin: -8rem !important; }
  .m-xxl-n9 {
    margin: -10rem !important; }
  .m-xxl-n10 {
    margin: -12rem !important; }
  .m-xxl-n11 {
    margin: -14rem !important; }
  .m-xxl-n12 {
    margin: -16rem !important; }
  .m-xxl-n13 {
    margin: -18rem !important; }
  .m-xxl-n14 {
    margin: -20rem !important; }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xxl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important; }
  .mx-xxl-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-xxl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-xxl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important; }
  .mx-xxl-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important; }
  .mx-xxl-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important; }
  .mx-xxl-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important; }
  .mx-xxl-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important; }
  .mx-xxl-n13 {
    margin-right: -18rem !important;
    margin-left: -18rem !important; }
  .mx-xxl-n14 {
    margin-right: -20rem !important;
    margin-left: -20rem !important; }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xxl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-xxl-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-xxl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-xxl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important; }
  .my-xxl-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important; }
  .my-xxl-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important; }
  .my-xxl-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important; }
  .my-xxl-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important; }
  .my-xxl-n13 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important; }
  .my-xxl-n14 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important; }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mt-xxl-n3 {
    margin-top: -1rem !important; }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mt-xxl-n5 {
    margin-top: -2rem !important; }
  .mt-xxl-n6 {
    margin-top: -4rem !important; }
  .mt-xxl-n7 {
    margin-top: -6rem !important; }
  .mt-xxl-n8 {
    margin-top: -8rem !important; }
  .mt-xxl-n9 {
    margin-top: -10rem !important; }
  .mt-xxl-n10 {
    margin-top: -12rem !important; }
  .mt-xxl-n11 {
    margin-top: -14rem !important; }
  .mt-xxl-n12 {
    margin-top: -16rem !important; }
  .mt-xxl-n13 {
    margin-top: -18rem !important; }
  .mt-xxl-n14 {
    margin-top: -20rem !important; }
  .mr-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mr-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mr-xxl-n3 {
    margin-right: -1rem !important; }
  .mr-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mr-xxl-n5 {
    margin-right: -2rem !important; }
  .mr-xxl-n6 {
    margin-right: -4rem !important; }
  .mr-xxl-n7 {
    margin-right: -6rem !important; }
  .mr-xxl-n8 {
    margin-right: -8rem !important; }
  .mr-xxl-n9 {
    margin-right: -10rem !important; }
  .mr-xxl-n10 {
    margin-right: -12rem !important; }
  .mr-xxl-n11 {
    margin-right: -14rem !important; }
  .mr-xxl-n12 {
    margin-right: -16rem !important; }
  .mr-xxl-n13 {
    margin-right: -18rem !important; }
  .mr-xxl-n14 {
    margin-right: -20rem !important; }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important; }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-xxl-n5 {
    margin-bottom: -2rem !important; }
  .mb-xxl-n6 {
    margin-bottom: -4rem !important; }
  .mb-xxl-n7 {
    margin-bottom: -6rem !important; }
  .mb-xxl-n8 {
    margin-bottom: -8rem !important; }
  .mb-xxl-n9 {
    margin-bottom: -10rem !important; }
  .mb-xxl-n10 {
    margin-bottom: -12rem !important; }
  .mb-xxl-n11 {
    margin-bottom: -14rem !important; }
  .mb-xxl-n12 {
    margin-bottom: -16rem !important; }
  .mb-xxl-n13 {
    margin-bottom: -18rem !important; }
  .mb-xxl-n14 {
    margin-bottom: -20rem !important; }
  .ml-xxl-n1 {
    margin-left: -0.25rem !important; }
  .ml-xxl-n2 {
    margin-left: -0.5rem !important; }
  .ml-xxl-n3 {
    margin-left: -1rem !important; }
  .ml-xxl-n4 {
    margin-left: -1.5rem !important; }
  .ml-xxl-n5 {
    margin-left: -2rem !important; }
  .ml-xxl-n6 {
    margin-left: -4rem !important; }
  .ml-xxl-n7 {
    margin-left: -6rem !important; }
  .ml-xxl-n8 {
    margin-left: -8rem !important; }
  .ml-xxl-n9 {
    margin-left: -10rem !important; }
  .ml-xxl-n10 {
    margin-left: -12rem !important; }
  .ml-xxl-n11 {
    margin-left: -14rem !important; }
  .ml-xxl-n12 {
    margin-left: -16rem !important; }
  .ml-xxl-n13 {
    margin-left: -18rem !important; }
  .ml-xxl-n14 {
    margin-left: -20rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 2rem !important; }
  .p-xxl-6 {
    padding: 4rem !important; }
  .p-xxl-7 {
    padding: 6rem !important; }
  .p-xxl-8 {
    padding: 8rem !important; }
  .p-xxl-9 {
    padding: 10rem !important; }
  .p-xxl-10 {
    padding: 12rem !important; }
  .p-xxl-11 {
    padding: 14rem !important; }
  .p-xxl-12 {
    padding: 16rem !important; }
  .p-xxl-13 {
    padding: 18rem !important; }
  .p-xxl-14 {
    padding: 20rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-xxl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .px-xxl-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important; }
  .px-xxl-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important; }
  .px-xxl-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important; }
  .px-xxl-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important; }
  .px-xxl-13 {
    padding-right: 18rem !important;
    padding-left: 18rem !important; }
  .px-xxl-14 {
    padding-right: 20rem !important;
    padding-left: 20rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-xxl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .py-xxl-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  .py-xxl-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; }
  .py-xxl-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important; }
  .py-xxl-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important; }
  .py-xxl-13 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; }
  .py-xxl-14 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 2rem !important; }
  .pt-xxl-6 {
    padding-top: 4rem !important; }
  .pt-xxl-7 {
    padding-top: 6rem !important; }
  .pt-xxl-8 {
    padding-top: 8rem !important; }
  .pt-xxl-9 {
    padding-top: 10rem !important; }
  .pt-xxl-10 {
    padding-top: 12rem !important; }
  .pt-xxl-11 {
    padding-top: 14rem !important; }
  .pt-xxl-12 {
    padding-top: 16rem !important; }
  .pt-xxl-13 {
    padding-top: 18rem !important; }
  .pt-xxl-14 {
    padding-top: 20rem !important; }
  .pr-xxl-0 {
    padding-right: 0 !important; }
  .pr-xxl-1 {
    padding-right: 0.25rem !important; }
  .pr-xxl-2 {
    padding-right: 0.5rem !important; }
  .pr-xxl-3 {
    padding-right: 1rem !important; }
  .pr-xxl-4 {
    padding-right: 1.5rem !important; }
  .pr-xxl-5 {
    padding-right: 2rem !important; }
  .pr-xxl-6 {
    padding-right: 4rem !important; }
  .pr-xxl-7 {
    padding-right: 6rem !important; }
  .pr-xxl-8 {
    padding-right: 8rem !important; }
  .pr-xxl-9 {
    padding-right: 10rem !important; }
  .pr-xxl-10 {
    padding-right: 12rem !important; }
  .pr-xxl-11 {
    padding-right: 14rem !important; }
  .pr-xxl-12 {
    padding-right: 16rem !important; }
  .pr-xxl-13 {
    padding-right: 18rem !important; }
  .pr-xxl-14 {
    padding-right: 20rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 2rem !important; }
  .pb-xxl-6 {
    padding-bottom: 4rem !important; }
  .pb-xxl-7 {
    padding-bottom: 6rem !important; }
  .pb-xxl-8 {
    padding-bottom: 8rem !important; }
  .pb-xxl-9 {
    padding-bottom: 10rem !important; }
  .pb-xxl-10 {
    padding-bottom: 12rem !important; }
  .pb-xxl-11 {
    padding-bottom: 14rem !important; }
  .pb-xxl-12 {
    padding-bottom: 16rem !important; }
  .pb-xxl-13 {
    padding-bottom: 18rem !important; }
  .pb-xxl-14 {
    padding-bottom: 20rem !important; }
  .pl-xxl-0 {
    padding-left: 0 !important; }
  .pl-xxl-1 {
    padding-left: 0.25rem !important; }
  .pl-xxl-2 {
    padding-left: 0.5rem !important; }
  .pl-xxl-3 {
    padding-left: 1rem !important; }
  .pl-xxl-4 {
    padding-left: 1.5rem !important; }
  .pl-xxl-5 {
    padding-left: 2rem !important; }
  .pl-xxl-6 {
    padding-left: 4rem !important; }
  .pl-xxl-7 {
    padding-left: 6rem !important; }
  .pl-xxl-8 {
    padding-left: 8rem !important; }
  .pl-xxl-9 {
    padding-left: 10rem !important; }
  .pl-xxl-10 {
    padding-left: 12rem !important; }
  .pl-xxl-11 {
    padding-left: 14rem !important; }
  .pl-xxl-12 {
    padding-left: 16rem !important; }
  .pl-xxl-13 {
    padding-left: 18rem !important; }
  .pl-xxl-14 {
    padding-left: 20rem !important; }
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; }
  .w-xxl-150 {
    width: 150px !important; }
  .w-xxl-200 {
    width: 200px !important; }
  .w-xxl-250 {
    width: 250px !important; }
  .w-xxl-300 {
    width: 300px !important; }
  .w-xxl-350 {
    width: 350px !important; }
  .w-xxl-400 {
    width: 400px !important; }
  .w-xxl-450 {
    width: 450px !important; }
  .w-xxl-500 {
    width: 500px !important; }
  .w-xxl-550 {
    width: 550px !important; }
  .w-xxl-600 {
    width: 600px !important; }
  .w-xxl-650 {
    width: 650px !important; }
  .w-xxl-700 {
    width: 700px !important; }
  .h-xxl-150 {
    height: 150px !important; }
  .h-xxl-200 {
    height: 200px !important; }
  .h-xxl-250 {
    height: 250px !important; }
  .h-xxl-300 {
    height: 300px !important; }
  .h-xxl-350 {
    height: 350px !important; }
  .h-xxl-400 {
    height: 400px !important; }
  .h-xxl-450 {
    height: 450px !important; }
  .h-xxl-500 {
    height: 500px !important; }
  .h-xxl-550 {
    height: 550px !important; }
  .h-xxl-600 {
    height: 600px !important; }
  .h-xxl-650 {
    height: 650px !important; }
  .h-xxl-700 {
    height: 700px !important; } }

@media print {
  .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; }
  .d-print-none {
    display: none !important; } }

@font-face {
  font-family: 'graphik';
  src: url("../fonts/graphik/used/Graphik-Light.otf");
  font-weight: 300;
  font-style: lighter;
  font-display: block; }

@font-face {
  font-family: 'graphik';
  src: url("../fonts/graphik/used/Graphik-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'graphik';
  src: url("../fonts/graphik/used/Graphik-Medium.otf");
  font-weight: 500;
  font-style: medium;
  font-display: block; }

@font-face {
  font-family: 'graphik';
  src: url("../fonts/graphik/used/Graphik-Semibold.otf");
  font-weight: 600;
  font-style: bold; }

body {
  overflow-x: hidden; }

body.rtl {
  direction: rtl; }

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

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

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

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

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

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

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

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

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

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

@keyframes fxFadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px); }
  100% {
    opacity: 1;
    transform: none; } }

.fx-fade-up {
  animation-name: fxFadeUp;
  animation-fill-mode: both;
  animation-duration: 1.3s;
  animation-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1); }

@keyframes fxFadeDown {
  0% {
    opacity: 0;
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    transform: none; } }

.fx-fade-down {
  animation-name: fxFadeDown;
  animation-fill-mode: both;
  animation-duration: 1s; }

@keyframes fxFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fx-fade-in {
  animation-name: fxFadeIn;
  animation-fill-mode: both;
  animation-duration: 1.5s; }

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-pastel-primary {
  background-color: #fde4e5 !important; }

.bg-pastel-secondary {
  background-color: #ebedf2 !important; }

.bg-pastel-success {
  background-color: #e7f7f2 !important; }

.bg-pastel-info {
  background-color: #e3f6ff !important; }

.bg-pastel-warning {
  background-color: #fff8e5 !important; }

.bg-pastel-danger {
  background-color: #f7e8e8 !important; }

.bg-pastel-light {
  background-color: #fefeff !important; }

.bg-pastel-dark {
  background-color: #e0e0e0 !important; }

.bg-pastel-purple {
  background-color: #edeefc !important; }

.bg-pastel-sky {
  background-color: #fcfeff !important; }

.bg-pastel-pistachio {
  background-color: #fffcfc !important; }

.bg-pastel-darkblue {
  background-color: #e0e0e0 !important; }

.bg-gradient-light {
  background: linear-gradient(to top, #f6f9fc 0, #fff 100%); }

.bg-gradient-light-top {
  background: linear-gradient(to bottom, #f6f9fc 0, #fff 100%); }

.bg-gradient-sky {
  background: linear-gradient(to top, #e9f4ff 0, #fff 100%); }

.bg-gradient-sky-top {
  background: linear-gradient(to bottom, #e9f4ff 0, #fff 100%); }

.bg-gray-100 {
  background: rgba(255, 255, 255, 0.26) !important; }

.bg-gray-200 {
  background: #f9f9f9 !important; }

.bg-gray-300 {
  background: #FFF6F6 !important; }

.bg-gray-400 {
  background: rgba(255, 255, 255, 0.52) !important; }

.bg-gray-500 {
  background: #B4B4B4 !important; }

.bg-gray-600 {
  background: #6c757d !important; }

.bg-gray-700 {
  background: #495057 !important; }

.bg-gray-800 {
  background: #343a40 !important; }

.bg-gray-900 {
  background: #000000 !important; }

.bg-topography-light {
  background-image: url("../img/svg/topography-light.svg"); }

.bg-topography-dark {
  background-image: url("../img/svg/topography-dark.svg"); }

.bg-primary-hover {
  transition: background-color .4s linear; }

.bg-primary-hover:hover {
  background-color: #d70f19 !important; }

.bg-pastel-primary-hover {
  transition: background-color .4s linear; }

.bg-pastel-primary-hover:hover {
  background-color: #fbc3c5 !important; }

.bg-secondary-hover {
  transition: background-color .4s linear; }

.bg-secondary-hover:hover {
  background-color: #4c5c7a !important; }

.bg-pastel-secondary-hover {
  transition: background-color .4s linear; }

.bg-pastel-secondary-hover:hover {
  background-color: #d5dae4 !important; }

.bg-success-hover {
  transition: background-color .4s linear; }

.bg-success-hover:hover {
  background-color: #2ca17c !important; }

.bg-pastel-success-hover {
  transition: background-color .4s linear; }

.bg-pastel-success-hover:hover {
  background-color: #cceee3 !important; }

.bg-info-hover {
  transition: background-color .4s linear; }

.bg-info-hover:hover {
  background-color: #00a7f3 !important; }

.bg-pastel-info-hover {
  transition: background-color .4s linear; }

.bg-pastel-info-hover:hover {
  background-color: #bfebff !important; }

.bg-warning-hover {
  transition: background-color .4s linear; }

.bg-warning-hover:hover {
  background-color: #fbbd02 !important; }

.bg-pastel-warning-hover {
  transition: background-color .4s linear; }

.bg-pastel-warning-hover:hover {
  background-color: #ffeec1 !important; }

.bg-danger-hover {
  transition: background-color .4s linear; }

.bg-danger-hover:hover {
  background-color: #a33939 !important; }

.bg-pastel-danger-hover {
  transition: background-color .4s linear; }

.bg-pastel-danger-hover:hover {
  background-color: #eecece !important; }

.bg-light-hover {
  transition: background-color .4s linear; }

.bg-light-hover:hover {
  background-color: #dbe7f3 !important; }

.bg-pastel-light-hover {
  transition: background-color .4s linear; }

.bg-pastel-light-hover:hover {
  background-color: #dadaff !important; }

.bg-dark-hover {
  transition: background-color .4s linear; }

.bg-dark-hover:hover {
  background-color: black !important; }

.bg-pastel-dark-hover {
  transition: background-color .4s linear; }

.bg-pastel-dark-hover:hover {
  background-color: #cecece !important; }

.bg-purple-hover {
  transition: background-color .4s linear; }

.bg-purple-hover:hover {
  background-color: #4755e3 !important; }

.bg-pastel-purple-hover {
  transition: background-color .4s linear; }

.bg-pastel-purple-hover:hover {
  background-color: #ced1f7 !important; }

.bg-sky-hover {
  transition: background-color .4s linear; }

.bg-sky-hover:hover {
  background-color: #c5e2ff !important; }

.bg-pastel-sky-hover {
  transition: background-color .4s linear; }

.bg-pastel-sky-hover:hover {
  background-color: #d8f2ff !important; }

.bg-pistachio-hover {
  transition: background-color .4s linear; }

.bg-pistachio-hover:hover {
  background-color: #ffc5c5 !important; }

.bg-pastel-pistachio-hover {
  transition: background-color .4s linear; }

.bg-pastel-pistachio-hover:hover {
  background-color: #ffd8d8 !important; }

.bg-darkblue-hover {
  transition: background-color .4s linear; }

.bg-darkblue-hover:hover {
  background-color: black !important; }

.bg-pastel-darkblue-hover {
  transition: background-color .4s linear; }

.bg-pastel-darkblue-hover:hover {
  background-color: #cecece !important; }

.hover-scale {
  transition: transform 0.25s ease, box-shadow 0.25s ease; }

@media (prefers-reduced-motion: reduce) {
  .hover-scale {
    transition: none; } }

.hover-scale:hover {
  transform: scale3d(1.09, 1.09, 1.09);
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.275) !important; }

.hover-lift {
  transition: box-shadow 0.25s ease, transform 0.25s ease, color 0.25s ease, background-color 0.15s ease-in; }

@media (prefers-reduced-motion: reduce) {
  .hover-lift {
    transition: none; } }

.hover-lift i.hover-lift-icon {
  transition: all 0.2s ease; }

@media (prefers-reduced-motion: reduce) {
  .hover-lift i.hover-lift-icon {
    transition: none; } }

.hover-lift:hover {
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.275) !important;
  transform: translate3d(0, -5px, 0); }

.hover-lift:hover i.hover-lift-icon {
  margin-left: 15px !important; }

.hover-lift-light {
  transition: box-shadow 0.25s ease, transform 0.25s ease, color 0.25s ease, background-color 0.15s ease-in; }

@media (prefers-reduced-motion: reduce) {
  .hover-lift-light {
    transition: none; } }

.hover-lift-light i.hover-lift-icon {
  transition: all 0.2s ease; }

@media (prefers-reduced-motion: reduce) {
  .hover-lift-light i.hover-lift-icon {
    transition: none; } }

.hover-lift-light:hover {
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.05) !important;
  transform: translate3d(0, -5px, 0); }

.hover-lift-light:hover i.hover-lift-icon {
  margin-left: 15px !important; }

body.rtl .hover-lift:hover i.hover-lift-icon,
body.rtl .hover-lift-right:hover i.hover-lift-icon {
  margin-left: initial !important;
  margin-right: 15px !important; }

.hover-mask {
  overflow: hidden;
  display: block;
  position: relative; }

.hover-mask:hover .hover-mask-content {
  opacity: 1; }

.hover-mask:hover .hover-mask-content .hover-mask-content-up,
.hover-mask:hover .hover-mask-content .hover-mask-content-down {
  transform: none; }

.hover-mask:hover .hover-mask-image:not(.jarallax) {
  transform: scale3d(1.15, 1.15, 1.15); }

.hover-mask-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 100%;
  transition: transform 0.5s ease; }

@media (prefers-reduced-motion: reduce) {
  .hover-mask-image {
    transition: none; } }

.hover-mask-content {
  display: block;
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 9;
  transition: all 0.4s ease; }

@media (prefers-reduced-motion: reduce) {
  .hover-mask-content {
    transition: none; } }

.hover-mask-content-up {
  transform: translateY(-15px);
  transition: transform 0.4s ease; }

@media (prefers-reduced-motion: reduce) {
  .hover-mask-content-up {
    transition: none; } }

.hover-mask-content-down {
  transform: translateY(15px);
  transition: transform 0.4s ease; }

@media (prefers-reduced-motion: reduce) {
  .hover-mask-content-down {
    transition: none; } }

.svg-icon[class*=text-] svg:not([fill=none]),
.svg-icon[class*=text-] [fill]:not([fill=none]),
.icon-circle[class*=text-] svg:not([fill=none]),
.icon-circle[class*=text-] [fill]:not([fill=none]) {
  fill: currentColor !important; }

.svg-icon[class*=text-] svg [style*=stroke],
.svg-icon[class*=text-] svg [stroke]:not([stroke=none]),
.icon-circle[class*=text-] svg [style*=stroke],
.icon-circle[class*=text-] svg [stroke]:not([stroke=none]) {
  stroke: currentColor !important; }

.svg-icon > svg {
  width: 1.5rem;
  height: 1.5rem; }

.svg-icon-xxl > svg {
  width: 4rem;
  height: 4rem; }

.svg-icon-xl > svg {
  width: 3.25rem;
  height: 3.25rem; }

.svg-icon-lg > svg {
  width: 2.5rem;
  height: 2.5rem; }

.svg-icon-sm > svg {
  width: 1rem;
  height: 1rem; }

.svg-icon-xs > svg {
  width: .8rem;
  height: .8rem; }

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%; }

a.icon-circle:hover,
a.icon-circle:focus {
  text-decoration: none; }

.icon-circle > svg {
  width: 1.35rem;
  height: 1.35rem; }

.icon-circle-xl {
  width: 5rem;
  height: 5rem; }

.icon-circle-xl > svg {
  width: 2.75rem;
  height: 2.75rem; }

.icon-circle-lg {
  width: 4rem;
  height: 4rem; }

.icon-circle-lg > svg {
  width: 2rem;
  height: 2rem; }

.icon-circle-sm {
  width: 1.7rem;
  height: 1.7rem; }

.icon-circle-sm > svg {
  width: 1rem;
  height: 1rem; }

.icon-circle-xs {
  width: 1.2rem;
  height: 1.2rem; }

.icon-circle-xs > svg {
  width: 0.75rem;
  height: 0.75rem; }

.overlay {
  position: relative; }

.overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit; }

.overlay-primary:before {
  background: #ef1b26 !important; }

.overlay-secondary:before {
  background: #5A6C90 !important; }

.overlay-success:before {
  background: #34bd91 !important; }

.overlay-info:before {
  background: #18b7ff !important; }

.overlay-warning:before {
  background: #fdc724 !important; }

.overlay-danger:before {
  background: #bd4242 !important; }

.overlay-light:before {
  background: #f6f9fc !important; }

.overlay-dark:before {
  background: #000000 !important; }

.overlay-purple:before {
  background: #6672e8 !important; }

.overlay-sky:before {
  background: #e9f4ff !important; }

.overlay-pistachio:before {
  background: #ffe9e9 !important; }

.overlay-darkblue:before {
  background: #000000 !important; }

.overlay-white:before {
  background: #fff !important; }

.overlay-gradient-dark-bottom:before {
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgba(29, 34, 45, 0.375) 100%); }

.overlay-gradient-white-to-dark:before {
  background: linear-gradient(-180deg, #fff 0, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0) 100%), linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.45) 100%); }

.overlay-5:before {
  opacity: 0.05; }

.overlay-10:before {
  opacity: 0.1; }

.overlay-15:before {
  opacity: 0.15; }

.overlay-20:before {
  opacity: 0.2; }

.overlay-25:before {
  opacity: 0.25; }

.overlay-30:before {
  opacity: 0.3; }

.overlay-35:before {
  opacity: 0.35; }

.overlay-40:before {
  opacity: 0.4; }

.overlay-45:before {
  opacity: 0.45; }

.overlay-50:before {
  opacity: 0.5; }

.overlay-55:before {
  opacity: 0.55; }

.overlay-60:before {
  opacity: 0.6; }

.overlay-65:before {
  opacity: 0.65; }

.overlay-70:before {
  opacity: 0.7; }

.overlay-75:before {
  opacity: 0.75; }

.overlay-80:before {
  opacity: 0.8; }

.overlay-85:before {
  opacity: 0.85; }

.overlay-90:before {
  opacity: 0.9; }

.overlay-95:before {
  opacity: 0.95; }

.overlay-100:before {
  opacity: 1; }

.center-x {
  left: 50%;
  transform: translate3d(-50%, 0, 0); }

.center-y {
  top: 50%;
  transform: translate3d(0, -50%, 0); }

.center-xy {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

@media (min-width: 576px) {
  .center-x-sm {
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  .center-y-sm {
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .center-xy-sm {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); } }

@media (min-width: 768px) {
  .center-x-md {
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  .center-y-md {
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .center-xy-md {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); } }

@media (min-width: 992px) {
  .center-x-lg {
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  .center-y-lg {
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .center-xy-lg {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); } }

@media (min-width: 1200px) {
  .center-x-xl {
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  .center-y-xl {
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .center-xy-xl {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); } }

@media (min-width: 1500px) {
  .center-x-xxl {
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  .center-y-xxl {
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .center-xy-xxl {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); } }

.relative-top-1 {
  position: relative;
  top: 1px; }

.relative-top--1 {
  position: relative;
  top: -1px; }

.relative-top-2 {
  position: relative;
  top: 2px; }

.relative-top--2 {
  position: relative;
  top: -2px; }

.relative-top-3 {
  position: relative;
  top: 3px; }

.relative-top--3 {
  position: relative;
  top: -3px; }

.relative-top-4 {
  position: relative;
  top: 4px; }

.relative-top--4 {
  position: relative;
  top: -4px; }

.relative-top-5 {
  position: relative;
  top: 5px; }

.relative-top--5 {
  position: relative;
  top: -5px; }

.relative-top-6 {
  position: relative;
  top: 6px; }

.relative-top--6 {
  position: relative;
  top: -6px; }

.relative-top-7 {
  position: relative;
  top: 7px; }

.relative-top--7 {
  position: relative;
  top: -7px; }

.relative-top-8 {
  position: relative;
  top: 8px; }

.relative-top--8 {
  position: relative;
  top: -8px; }

.relative-top-9 {
  position: relative;
  top: 9px; }

.relative-top--9 {
  position: relative;
  top: -9px; }

.relative-top-10 {
  position: relative;
  top: 10px; }

.relative-top--10 {
  position: relative;
  top: -10px; }

.vw-5 {
  width: 5vw !important; }

.vh-5 {
  height: 5vh !important; }

.min-vw-5 {
  min-width: 5vw !important; }

.min-vh-5 {
  min-height: 5vh !important; }

.vw-10 {
  width: 10vw !important; }

.vh-10 {
  height: 10vh !important; }

.min-vw-10 {
  min-width: 10vw !important; }

.min-vh-10 {
  min-height: 10vh !important; }

.vw-15 {
  width: 15vw !important; }

.vh-15 {
  height: 15vh !important; }

.min-vw-15 {
  min-width: 15vw !important; }

.min-vh-15 {
  min-height: 15vh !important; }

.vw-20 {
  width: 20vw !important; }

.vh-20 {
  height: 20vh !important; }

.min-vw-20 {
  min-width: 20vw !important; }

.min-vh-20 {
  min-height: 20vh !important; }

.vw-25 {
  width: 25vw !important; }

.vh-25 {
  height: 25vh !important; }

.min-vw-25 {
  min-width: 25vw !important; }

.min-vh-25 {
  min-height: 25vh !important; }

.vw-30 {
  width: 30vw !important; }

.vh-30 {
  height: 30vh !important; }

.min-vw-30 {
  min-width: 30vw !important; }

.min-vh-30 {
  min-height: 30vh !important; }

.vw-35 {
  width: 35vw !important; }

.vh-35 {
  height: 35vh !important; }

.min-vw-35 {
  min-width: 35vw !important; }

.min-vh-35 {
  min-height: 35vh !important; }

.vw-40 {
  width: 40vw !important; }

.vh-40 {
  height: 40vh !important; }

.min-vw-40 {
  min-width: 40vw !important; }

.min-vh-40 {
  min-height: 40vh !important; }

.vw-45 {
  width: 45vw !important; }

.vh-45 {
  height: 45vh !important; }

.min-vw-45 {
  min-width: 45vw !important; }

.min-vh-45 {
  min-height: 45vh !important; }

.vw-50 {
  width: 50vw !important; }

.vh-50 {
  height: 50vh !important; }

.min-vw-50 {
  min-width: 50vw !important; }

.min-vh-50 {
  min-height: 50vh !important; }

.vw-55 {
  width: 55vw !important; }

.vh-55 {
  height: 55vh !important; }

.min-vw-55 {
  min-width: 55vw !important; }

.min-vh-55 {
  min-height: 55vh !important; }

.vw-60 {
  width: 60vw !important; }

.vh-60 {
  height: 60vh !important; }

.min-vw-60 {
  min-width: 60vw !important; }

.min-vh-60 {
  min-height: 60vh !important; }

.vw-65 {
  width: 65vw !important; }

.vh-65 {
  height: 65vh !important; }

.min-vw-65 {
  min-width: 65vw !important; }

.min-vh-65 {
  min-height: 65vh !important; }

.vw-70 {
  width: 70vw !important; }

.vh-70 {
  height: 70vh !important; }

.min-vw-70 {
  min-width: 70vw !important; }

.min-vh-70 {
  min-height: 70vh !important; }

.vw-75 {
  width: 75vw !important; }

.vh-75 {
  height: 75vh !important; }

.min-vw-75 {
  min-width: 75vw !important; }

.min-vh-75 {
  min-height: 75vh !important; }

.vw-80 {
  width: 80vw !important; }

.vh-80 {
  height: 80vh !important; }

.min-vw-80 {
  min-width: 80vw !important; }

.min-vh-80 {
  min-height: 80vh !important; }

.vw-85 {
  width: 85vw !important; }

.vh-85 {
  height: 85vh !important; }

.min-vw-85 {
  min-width: 85vw !important; }

.min-vh-85 {
  min-height: 85vh !important; }

.vw-90 {
  width: 90vw !important; }

.vh-90 {
  height: 90vh !important; }

.min-vw-90 {
  min-width: 90vw !important; }

.min-vh-90 {
  min-height: 90vh !important; }

.vw-95 {
  width: 95vw !important; }

.vh-95 {
  height: 95vh !important; }

.min-vw-95 {
  min-width: 95vw !important; }

.min-vh-95 {
  min-height: 95vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

@media (min-width: 576px) {
  .vw-sm-5 {
    width: 5vw !important; }
  .vh-sm-5 {
    height: 5vh !important; }
  .min-vw-sm-5 {
    min-width: 5vw !important; }
  .min-vh-sm-5 {
    min-height: 5vh !important; }
  .vw-sm-10 {
    width: 10vw !important; }
  .vh-sm-10 {
    height: 10vh !important; }
  .min-vw-sm-10 {
    min-width: 10vw !important; }
  .min-vh-sm-10 {
    min-height: 10vh !important; }
  .vw-sm-15 {
    width: 15vw !important; }
  .vh-sm-15 {
    height: 15vh !important; }
  .min-vw-sm-15 {
    min-width: 15vw !important; }
  .min-vh-sm-15 {
    min-height: 15vh !important; }
  .vw-sm-20 {
    width: 20vw !important; }
  .vh-sm-20 {
    height: 20vh !important; }
  .min-vw-sm-20 {
    min-width: 20vw !important; }
  .min-vh-sm-20 {
    min-height: 20vh !important; }
  .vw-sm-25 {
    width: 25vw !important; }
  .vh-sm-25 {
    height: 25vh !important; }
  .min-vw-sm-25 {
    min-width: 25vw !important; }
  .min-vh-sm-25 {
    min-height: 25vh !important; }
  .vw-sm-30 {
    width: 30vw !important; }
  .vh-sm-30 {
    height: 30vh !important; }
  .min-vw-sm-30 {
    min-width: 30vw !important; }
  .min-vh-sm-30 {
    min-height: 30vh !important; }
  .vw-sm-35 {
    width: 35vw !important; }
  .vh-sm-35 {
    height: 35vh !important; }
  .min-vw-sm-35 {
    min-width: 35vw !important; }
  .min-vh-sm-35 {
    min-height: 35vh !important; }
  .vw-sm-40 {
    width: 40vw !important; }
  .vh-sm-40 {
    height: 40vh !important; }
  .min-vw-sm-40 {
    min-width: 40vw !important; }
  .min-vh-sm-40 {
    min-height: 40vh !important; }
  .vw-sm-45 {
    width: 45vw !important; }
  .vh-sm-45 {
    height: 45vh !important; }
  .min-vw-sm-45 {
    min-width: 45vw !important; }
  .min-vh-sm-45 {
    min-height: 45vh !important; }
  .vw-sm-50 {
    width: 50vw !important; }
  .vh-sm-50 {
    height: 50vh !important; }
  .min-vw-sm-50 {
    min-width: 50vw !important; }
  .min-vh-sm-50 {
    min-height: 50vh !important; }
  .vw-sm-55 {
    width: 55vw !important; }
  .vh-sm-55 {
    height: 55vh !important; }
  .min-vw-sm-55 {
    min-width: 55vw !important; }
  .min-vh-sm-55 {
    min-height: 55vh !important; }
  .vw-sm-60 {
    width: 60vw !important; }
  .vh-sm-60 {
    height: 60vh !important; }
  .min-vw-sm-60 {
    min-width: 60vw !important; }
  .min-vh-sm-60 {
    min-height: 60vh !important; }
  .vw-sm-65 {
    width: 65vw !important; }
  .vh-sm-65 {
    height: 65vh !important; }
  .min-vw-sm-65 {
    min-width: 65vw !important; }
  .min-vh-sm-65 {
    min-height: 65vh !important; }
  .vw-sm-70 {
    width: 70vw !important; }
  .vh-sm-70 {
    height: 70vh !important; }
  .min-vw-sm-70 {
    min-width: 70vw !important; }
  .min-vh-sm-70 {
    min-height: 70vh !important; }
  .vw-sm-75 {
    width: 75vw !important; }
  .vh-sm-75 {
    height: 75vh !important; }
  .min-vw-sm-75 {
    min-width: 75vw !important; }
  .min-vh-sm-75 {
    min-height: 75vh !important; }
  .vw-sm-80 {
    width: 80vw !important; }
  .vh-sm-80 {
    height: 80vh !important; }
  .min-vw-sm-80 {
    min-width: 80vw !important; }
  .min-vh-sm-80 {
    min-height: 80vh !important; }
  .vw-sm-85 {
    width: 85vw !important; }
  .vh-sm-85 {
    height: 85vh !important; }
  .min-vw-sm-85 {
    min-width: 85vw !important; }
  .min-vh-sm-85 {
    min-height: 85vh !important; }
  .vw-sm-90 {
    width: 90vw !important; }
  .vh-sm-90 {
    height: 90vh !important; }
  .min-vw-sm-90 {
    min-width: 90vw !important; }
  .min-vh-sm-90 {
    min-height: 90vh !important; }
  .vw-sm-95 {
    width: 95vw !important; }
  .vh-sm-95 {
    height: 95vh !important; }
  .min-vw-sm-95 {
    min-width: 95vw !important; }
  .min-vh-sm-95 {
    min-height: 95vh !important; }
  .vw-sm-100 {
    width: 100vw !important; }
  .vh-sm-100 {
    height: 100vh !important; }
  .min-vw-sm-100 {
    min-width: 100vw !important; }
  .min-vh-sm-100 {
    min-height: 100vh !important; } }

@media (min-width: 768px) {
  .vw-md-5 {
    width: 5vw !important; }
  .vh-md-5 {
    height: 5vh !important; }
  .min-vw-md-5 {
    min-width: 5vw !important; }
  .min-vh-md-5 {
    min-height: 5vh !important; }
  .vw-md-10 {
    width: 10vw !important; }
  .vh-md-10 {
    height: 10vh !important; }
  .min-vw-md-10 {
    min-width: 10vw !important; }
  .min-vh-md-10 {
    min-height: 10vh !important; }
  .vw-md-15 {
    width: 15vw !important; }
  .vh-md-15 {
    height: 15vh !important; }
  .min-vw-md-15 {
    min-width: 15vw !important; }
  .min-vh-md-15 {
    min-height: 15vh !important; }
  .vw-md-20 {
    width: 20vw !important; }
  .vh-md-20 {
    height: 20vh !important; }
  .min-vw-md-20 {
    min-width: 20vw !important; }
  .min-vh-md-20 {
    min-height: 20vh !important; }
  .vw-md-25 {
    width: 25vw !important; }
  .vh-md-25 {
    height: 25vh !important; }
  .min-vw-md-25 {
    min-width: 25vw !important; }
  .min-vh-md-25 {
    min-height: 25vh !important; }
  .vw-md-30 {
    width: 30vw !important; }
  .vh-md-30 {
    height: 30vh !important; }
  .min-vw-md-30 {
    min-width: 30vw !important; }
  .min-vh-md-30 {
    min-height: 30vh !important; }
  .vw-md-35 {
    width: 35vw !important; }
  .vh-md-35 {
    height: 35vh !important; }
  .min-vw-md-35 {
    min-width: 35vw !important; }
  .min-vh-md-35 {
    min-height: 35vh !important; }
  .vw-md-40 {
    width: 40vw !important; }
  .vh-md-40 {
    height: 40vh !important; }
  .min-vw-md-40 {
    min-width: 40vw !important; }
  .min-vh-md-40 {
    min-height: 40vh !important; }
  .vw-md-45 {
    width: 45vw !important; }
  .vh-md-45 {
    height: 45vh !important; }
  .min-vw-md-45 {
    min-width: 45vw !important; }
  .min-vh-md-45 {
    min-height: 45vh !important; }
  .vw-md-50 {
    width: 50vw !important; }
  .vh-md-50 {
    height: 50vh !important; }
  .min-vw-md-50 {
    min-width: 50vw !important; }
  .min-vh-md-50 {
    min-height: 50vh !important; }
  .vw-md-55 {
    width: 55vw !important; }
  .vh-md-55 {
    height: 55vh !important; }
  .min-vw-md-55 {
    min-width: 55vw !important; }
  .min-vh-md-55 {
    min-height: 55vh !important; }
  .vw-md-60 {
    width: 60vw !important; }
  .vh-md-60 {
    height: 60vh !important; }
  .min-vw-md-60 {
    min-width: 60vw !important; }
  .min-vh-md-60 {
    min-height: 60vh !important; }
  .vw-md-65 {
    width: 65vw !important; }
  .vh-md-65 {
    height: 65vh !important; }
  .min-vw-md-65 {
    min-width: 65vw !important; }
  .min-vh-md-65 {
    min-height: 65vh !important; }
  .vw-md-70 {
    width: 70vw !important; }
  .vh-md-70 {
    height: 70vh !important; }
  .min-vw-md-70 {
    min-width: 70vw !important; }
  .min-vh-md-70 {
    min-height: 70vh !important; }
  .vw-md-75 {
    width: 75vw !important; }
  .vh-md-75 {
    height: 75vh !important; }
  .min-vw-md-75 {
    min-width: 75vw !important; }
  .min-vh-md-75 {
    min-height: 75vh !important; }
  .vw-md-80 {
    width: 80vw !important; }
  .vh-md-80 {
    height: 80vh !important; }
  .min-vw-md-80 {
    min-width: 80vw !important; }
  .min-vh-md-80 {
    min-height: 80vh !important; }
  .vw-md-85 {
    width: 85vw !important; }
  .vh-md-85 {
    height: 85vh !important; }
  .min-vw-md-85 {
    min-width: 85vw !important; }
  .min-vh-md-85 {
    min-height: 85vh !important; }
  .vw-md-90 {
    width: 90vw !important; }
  .vh-md-90 {
    height: 90vh !important; }
  .min-vw-md-90 {
    min-width: 90vw !important; }
  .min-vh-md-90 {
    min-height: 90vh !important; }
  .vw-md-95 {
    width: 95vw !important; }
  .vh-md-95 {
    height: 95vh !important; }
  .min-vw-md-95 {
    min-width: 95vw !important; }
  .min-vh-md-95 {
    min-height: 95vh !important; }
  .vw-md-100 {
    width: 100vw !important; }
  .vh-md-100 {
    height: 100vh !important; }
  .min-vw-md-100 {
    min-width: 100vw !important; }
  .min-vh-md-100 {
    min-height: 100vh !important; } }

@media (min-width: 992px) {
  .vw-lg-5 {
    width: 5vw !important; }
  .vh-lg-5 {
    height: 5vh !important; }
  .min-vw-lg-5 {
    min-width: 5vw !important; }
  .min-vh-lg-5 {
    min-height: 5vh !important; }
  .vw-lg-10 {
    width: 10vw !important; }
  .vh-lg-10 {
    height: 10vh !important; }
  .min-vw-lg-10 {
    min-width: 10vw !important; }
  .min-vh-lg-10 {
    min-height: 10vh !important; }
  .vw-lg-15 {
    width: 15vw !important; }
  .vh-lg-15 {
    height: 15vh !important; }
  .min-vw-lg-15 {
    min-width: 15vw !important; }
  .min-vh-lg-15 {
    min-height: 15vh !important; }
  .vw-lg-20 {
    width: 20vw !important; }
  .vh-lg-20 {
    height: 20vh !important; }
  .min-vw-lg-20 {
    min-width: 20vw !important; }
  .min-vh-lg-20 {
    min-height: 20vh !important; }
  .vw-lg-25 {
    width: 25vw !important; }
  .vh-lg-25 {
    height: 25vh !important; }
  .min-vw-lg-25 {
    min-width: 25vw !important; }
  .min-vh-lg-25 {
    min-height: 25vh !important; }
  .vw-lg-30 {
    width: 30vw !important; }
  .vh-lg-30 {
    height: 30vh !important; }
  .min-vw-lg-30 {
    min-width: 30vw !important; }
  .min-vh-lg-30 {
    min-height: 30vh !important; }
  .vw-lg-35 {
    width: 35vw !important; }
  .vh-lg-35 {
    height: 35vh !important; }
  .min-vw-lg-35 {
    min-width: 35vw !important; }
  .min-vh-lg-35 {
    min-height: 35vh !important; }
  .vw-lg-40 {
    width: 40vw !important; }
  .vh-lg-40 {
    height: 40vh !important; }
  .min-vw-lg-40 {
    min-width: 40vw !important; }
  .min-vh-lg-40 {
    min-height: 40vh !important; }
  .vw-lg-45 {
    width: 45vw !important; }
  .vh-lg-45 {
    height: 45vh !important; }
  .min-vw-lg-45 {
    min-width: 45vw !important; }
  .min-vh-lg-45 {
    min-height: 45vh !important; }
  .vw-lg-50 {
    width: 50vw !important; }
  .vh-lg-50 {
    height: 50vh !important; }
  .min-vw-lg-50 {
    min-width: 50vw !important; }
  .min-vh-lg-50 {
    min-height: 50vh !important; }
  .vw-lg-55 {
    width: 55vw !important; }
  .vh-lg-55 {
    height: 55vh !important; }
  .min-vw-lg-55 {
    min-width: 55vw !important; }
  .min-vh-lg-55 {
    min-height: 55vh !important; }
  .vw-lg-60 {
    width: 60vw !important; }
  .vh-lg-60 {
    height: 60vh !important; }
  .min-vw-lg-60 {
    min-width: 60vw !important; }
  .min-vh-lg-60 {
    min-height: 60vh !important; }
  .vw-lg-65 {
    width: 65vw !important; }
  .vh-lg-65 {
    height: 65vh !important; }
  .min-vw-lg-65 {
    min-width: 65vw !important; }
  .min-vh-lg-65 {
    min-height: 65vh !important; }
  .vw-lg-70 {
    width: 70vw !important; }
  .vh-lg-70 {
    height: 70vh !important; }
  .min-vw-lg-70 {
    min-width: 70vw !important; }
  .min-vh-lg-70 {
    min-height: 70vh !important; }
  .vw-lg-75 {
    width: 75vw !important; }
  .vh-lg-75 {
    height: 75vh !important; }
  .min-vw-lg-75 {
    min-width: 75vw !important; }
  .min-vh-lg-75 {
    min-height: 75vh !important; }
  .vw-lg-80 {
    width: 80vw !important; }
  .vh-lg-80 {
    height: 80vh !important; }
  .min-vw-lg-80 {
    min-width: 80vw !important; }
  .min-vh-lg-80 {
    min-height: 80vh !important; }
  .vw-lg-85 {
    width: 85vw !important; }
  .vh-lg-85 {
    height: 85vh !important; }
  .min-vw-lg-85 {
    min-width: 85vw !important; }
  .min-vh-lg-85 {
    min-height: 85vh !important; }
  .vw-lg-90 {
    width: 90vw !important; }
  .vh-lg-90 {
    height: 90vh !important; }
  .min-vw-lg-90 {
    min-width: 90vw !important; }
  .min-vh-lg-90 {
    min-height: 90vh !important; }
  .vw-lg-95 {
    width: 95vw !important; }
  .vh-lg-95 {
    height: 95vh !important; }
  .min-vw-lg-95 {
    min-width: 95vw !important; }
  .min-vh-lg-95 {
    min-height: 95vh !important; }
  .vw-lg-100 {
    width: 100vw !important; }
  .vh-lg-100 {
    height: 100vh !important; }
  .min-vw-lg-100 {
    min-width: 100vw !important; }
  .min-vh-lg-100 {
    min-height: 100vh !important; } }

@media (min-width: 1200px) {
  .vw-xl-5 {
    width: 5vw !important; }
  .vh-xl-5 {
    height: 5vh !important; }
  .min-vw-xl-5 {
    min-width: 5vw !important; }
  .min-vh-xl-5 {
    min-height: 5vh !important; }
  .vw-xl-10 {
    width: 10vw !important; }
  .vh-xl-10 {
    height: 10vh !important; }
  .min-vw-xl-10 {
    min-width: 10vw !important; }
  .min-vh-xl-10 {
    min-height: 10vh !important; }
  .vw-xl-15 {
    width: 15vw !important; }
  .vh-xl-15 {
    height: 15vh !important; }
  .min-vw-xl-15 {
    min-width: 15vw !important; }
  .min-vh-xl-15 {
    min-height: 15vh !important; }
  .vw-xl-20 {
    width: 20vw !important; }
  .vh-xl-20 {
    height: 20vh !important; }
  .min-vw-xl-20 {
    min-width: 20vw !important; }
  .min-vh-xl-20 {
    min-height: 20vh !important; }
  .vw-xl-25 {
    width: 25vw !important; }
  .vh-xl-25 {
    height: 25vh !important; }
  .min-vw-xl-25 {
    min-width: 25vw !important; }
  .min-vh-xl-25 {
    min-height: 25vh !important; }
  .vw-xl-30 {
    width: 30vw !important; }
  .vh-xl-30 {
    height: 30vh !important; }
  .min-vw-xl-30 {
    min-width: 30vw !important; }
  .min-vh-xl-30 {
    min-height: 30vh !important; }
  .vw-xl-35 {
    width: 35vw !important; }
  .vh-xl-35 {
    height: 35vh !important; }
  .min-vw-xl-35 {
    min-width: 35vw !important; }
  .min-vh-xl-35 {
    min-height: 35vh !important; }
  .vw-xl-40 {
    width: 40vw !important; }
  .vh-xl-40 {
    height: 40vh !important; }
  .min-vw-xl-40 {
    min-width: 40vw !important; }
  .min-vh-xl-40 {
    min-height: 40vh !important; }
  .vw-xl-45 {
    width: 45vw !important; }
  .vh-xl-45 {
    height: 45vh !important; }
  .min-vw-xl-45 {
    min-width: 45vw !important; }
  .min-vh-xl-45 {
    min-height: 45vh !important; }
  .vw-xl-50 {
    width: 50vw !important; }
  .vh-xl-50 {
    height: 50vh !important; }
  .min-vw-xl-50 {
    min-width: 50vw !important; }
  .min-vh-xl-50 {
    min-height: 50vh !important; }
  .vw-xl-55 {
    width: 55vw !important; }
  .vh-xl-55 {
    height: 55vh !important; }
  .min-vw-xl-55 {
    min-width: 55vw !important; }
  .min-vh-xl-55 {
    min-height: 55vh !important; }
  .vw-xl-60 {
    width: 60vw !important; }
  .vh-xl-60 {
    height: 60vh !important; }
  .min-vw-xl-60 {
    min-width: 60vw !important; }
  .min-vh-xl-60 {
    min-height: 60vh !important; }
  .vw-xl-65 {
    width: 65vw !important; }
  .vh-xl-65 {
    height: 65vh !important; }
  .min-vw-xl-65 {
    min-width: 65vw !important; }
  .min-vh-xl-65 {
    min-height: 65vh !important; }
  .vw-xl-70 {
    width: 70vw !important; }
  .vh-xl-70 {
    height: 70vh !important; }
  .min-vw-xl-70 {
    min-width: 70vw !important; }
  .min-vh-xl-70 {
    min-height: 70vh !important; }
  .vw-xl-75 {
    width: 75vw !important; }
  .vh-xl-75 {
    height: 75vh !important; }
  .min-vw-xl-75 {
    min-width: 75vw !important; }
  .min-vh-xl-75 {
    min-height: 75vh !important; }
  .vw-xl-80 {
    width: 80vw !important; }
  .vh-xl-80 {
    height: 80vh !important; }
  .min-vw-xl-80 {
    min-width: 80vw !important; }
  .min-vh-xl-80 {
    min-height: 80vh !important; }
  .vw-xl-85 {
    width: 85vw !important; }
  .vh-xl-85 {
    height: 85vh !important; }
  .min-vw-xl-85 {
    min-width: 85vw !important; }
  .min-vh-xl-85 {
    min-height: 85vh !important; }
  .vw-xl-90 {
    width: 90vw !important; }
  .vh-xl-90 {
    height: 90vh !important; }
  .min-vw-xl-90 {
    min-width: 90vw !important; }
  .min-vh-xl-90 {
    min-height: 90vh !important; }
  .vw-xl-95 {
    width: 95vw !important; }
  .vh-xl-95 {
    height: 95vh !important; }
  .min-vw-xl-95 {
    min-width: 95vw !important; }
  .min-vh-xl-95 {
    min-height: 95vh !important; }
  .vw-xl-100 {
    width: 100vw !important; }
  .vh-xl-100 {
    height: 100vh !important; }
  .min-vw-xl-100 {
    min-width: 100vw !important; }
  .min-vh-xl-100 {
    min-height: 100vh !important; } }

@media (min-width: 1500px) {
  .vw-xxl-5 {
    width: 5vw !important; }
  .vh-xxl-5 {
    height: 5vh !important; }
  .min-vw-xxl-5 {
    min-width: 5vw !important; }
  .min-vh-xxl-5 {
    min-height: 5vh !important; }
  .vw-xxl-10 {
    width: 10vw !important; }
  .vh-xxl-10 {
    height: 10vh !important; }
  .min-vw-xxl-10 {
    min-width: 10vw !important; }
  .min-vh-xxl-10 {
    min-height: 10vh !important; }
  .vw-xxl-15 {
    width: 15vw !important; }
  .vh-xxl-15 {
    height: 15vh !important; }
  .min-vw-xxl-15 {
    min-width: 15vw !important; }
  .min-vh-xxl-15 {
    min-height: 15vh !important; }
  .vw-xxl-20 {
    width: 20vw !important; }
  .vh-xxl-20 {
    height: 20vh !important; }
  .min-vw-xxl-20 {
    min-width: 20vw !important; }
  .min-vh-xxl-20 {
    min-height: 20vh !important; }
  .vw-xxl-25 {
    width: 25vw !important; }
  .vh-xxl-25 {
    height: 25vh !important; }
  .min-vw-xxl-25 {
    min-width: 25vw !important; }
  .min-vh-xxl-25 {
    min-height: 25vh !important; }
  .vw-xxl-30 {
    width: 30vw !important; }
  .vh-xxl-30 {
    height: 30vh !important; }
  .min-vw-xxl-30 {
    min-width: 30vw !important; }
  .min-vh-xxl-30 {
    min-height: 30vh !important; }
  .vw-xxl-35 {
    width: 35vw !important; }
  .vh-xxl-35 {
    height: 35vh !important; }
  .min-vw-xxl-35 {
    min-width: 35vw !important; }
  .min-vh-xxl-35 {
    min-height: 35vh !important; }
  .vw-xxl-40 {
    width: 40vw !important; }
  .vh-xxl-40 {
    height: 40vh !important; }
  .min-vw-xxl-40 {
    min-width: 40vw !important; }
  .min-vh-xxl-40 {
    min-height: 40vh !important; }
  .vw-xxl-45 {
    width: 45vw !important; }
  .vh-xxl-45 {
    height: 45vh !important; }
  .min-vw-xxl-45 {
    min-width: 45vw !important; }
  .min-vh-xxl-45 {
    min-height: 45vh !important; }
  .vw-xxl-50 {
    width: 50vw !important; }
  .vh-xxl-50 {
    height: 50vh !important; }
  .min-vw-xxl-50 {
    min-width: 50vw !important; }
  .min-vh-xxl-50 {
    min-height: 50vh !important; }
  .vw-xxl-55 {
    width: 55vw !important; }
  .vh-xxl-55 {
    height: 55vh !important; }
  .min-vw-xxl-55 {
    min-width: 55vw !important; }
  .min-vh-xxl-55 {
    min-height: 55vh !important; }
  .vw-xxl-60 {
    width: 60vw !important; }
  .vh-xxl-60 {
    height: 60vh !important; }
  .min-vw-xxl-60 {
    min-width: 60vw !important; }
  .min-vh-xxl-60 {
    min-height: 60vh !important; }
  .vw-xxl-65 {
    width: 65vw !important; }
  .vh-xxl-65 {
    height: 65vh !important; }
  .min-vw-xxl-65 {
    min-width: 65vw !important; }
  .min-vh-xxl-65 {
    min-height: 65vh !important; }
  .vw-xxl-70 {
    width: 70vw !important; }
  .vh-xxl-70 {
    height: 70vh !important; }
  .min-vw-xxl-70 {
    min-width: 70vw !important; }
  .min-vh-xxl-70 {
    min-height: 70vh !important; }
  .vw-xxl-75 {
    width: 75vw !important; }
  .vh-xxl-75 {
    height: 75vh !important; }
  .min-vw-xxl-75 {
    min-width: 75vw !important; }
  .min-vh-xxl-75 {
    min-height: 75vh !important; }
  .vw-xxl-80 {
    width: 80vw !important; }
  .vh-xxl-80 {
    height: 80vh !important; }
  .min-vw-xxl-80 {
    min-width: 80vw !important; }
  .min-vh-xxl-80 {
    min-height: 80vh !important; }
  .vw-xxl-85 {
    width: 85vw !important; }
  .vh-xxl-85 {
    height: 85vh !important; }
  .min-vw-xxl-85 {
    min-width: 85vw !important; }
  .min-vh-xxl-85 {
    min-height: 85vh !important; }
  .vw-xxl-90 {
    width: 90vw !important; }
  .vh-xxl-90 {
    height: 90vh !important; }
  .min-vw-xxl-90 {
    min-width: 90vw !important; }
  .min-vh-xxl-90 {
    min-height: 90vh !important; }
  .vw-xxl-95 {
    width: 95vw !important; }
  .vh-xxl-95 {
    height: 95vh !important; }
  .min-vw-xxl-95 {
    min-width: 95vw !important; }
  .min-vh-xxl-95 {
    min-height: 95vh !important; }
  .vw-xxl-100 {
    width: 100vw !important; }
  .vh-xxl-100 {
    height: 100vh !important; }
  .min-vw-xxl-100 {
    min-width: 100vw !important; }
  .min-vh-xxl-100 {
    min-height: 100vh !important; } }

.cap-view-space {
  height: 100vh; }

.p-sub-desc {
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 31.4px;
  opacity: 0.99;
  width: 242px;
  font-family: secondary;
  position: absolute;
  bottom: 40px;
  left: 35vw; }

.h3 {
  font-size: 31.25px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: primary; }

.p_title {
  font-size: 35.2px;
  line-height: 1.4;
  font-weight: normal;
  font-family: secondary; }

.one-stop-slider {
  display: flex;
  width: 100%;
  min-height: 70vh;
  position: relative; }

.o-slide {
  flex-shrink: 0;
  width: 40vw;
  margin-right: 0%; }

.banner-inner .p-2 p {
  margin-bottom: 0px; }

.counts_values {
  display: flex;
  align-items: strech;
  padding-top: 80px;
  padding-bottom: 70px; }

.count_1 {
  padding-left: 240px; }

.count_2 {
  padding-left: 42px; }

.count_3 {
  padding-left: 42px; }

.count .count-inner {
  max-width: 350px;
  width: 100%; }

.line-y {
  z-index: 0 !important; }

.px-75 {
  padding-left: 75px;
  padding-right: 75px; }

.img-c img {
  max-width: 100%;
  width: 100%; }

.img-c {
  margin-left: 42px; }

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

.jwefaawivd {
  display: flex;
  align-items: flex-end; }

.eexhhfiarh {
  margin-left: 0; }

.video-section {
  height: 100vh;
  width: 100vw; }

.video-section * {
  height: 100vh !important;
  width: 100vw !important; }

.video-section video {
  width: 101vw;
  height: 101vh;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.counts_values {
  display: flex;
  align-items: strech;
  padding-top: 80px;
  padding-bottom: 70px; }

.count_1 {
  padding-left: 240px; }

.count_2 {
  padding-left: 42px; }

.count_3 {
  padding-left: 42px; }

.count .count-inner {
  max-width: 350px;
  width: 100%; }

.line-y {
  z-index: 0 !important; }

.px-75 {
  padding-left: 75px;
  padding-right: 75px; }

.img-c img {
  max-width: 100%;
  width: 100%; }

.img-c {
  margin-left: 42px; }

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

.jwefaawivd {
  display: flex;
  align-items: flex-end; }

.eexhhfiarh {
  margin-left: 0; }

.video-section {
  height: 100vh;
  width: 100vw; }

.video-section * {
  height: 100vh !important;
  width: 100vw !important; }

.video-section video {
  width: 101vw;
  height: 101vh;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.egyaebcfeh {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%; }

.img-block img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.egyaebcfeh::after {
  content: "";
  padding-bottom: 500px;
  width: 100%;
  overflow: hidden;
  display: block; }

.img-block::after {
  content: "";
  width: 100%;
  overflow: hidden;
  display: block; }

.img-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%; }

.fuabgtrbry::after {
  padding-bottom: 400px; }

.fuabgtrbry {
  margin-left: 90px; }

.dffnqioufv::after {
  padding-bottom: 400px; }

.dffnqioufv {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }

.eexhhfiarh::after {
  padding-bottom: 600px; }

.uarnrauctx {
  max-width: 350px;
  width: 100%; }

.uarnrauctx::after {
  padding-bottom: 450px; }

.video-sections {
  height: 100vh;
  width: 100vw;
  position: relative;
  will-change: transform; }

.video-sections .video-wrapper {
  height: 101vh;
  width: 101vw;
  position: relative; }

.video-sections video {
  height: 101vh;
  width: 101vw;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }

.video-content {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0; }

.swiper {
  width: 100%; }

.testimonial-slider .avatar img {
  min-width: 100px;
  min-height: 100px; }

.testimonial-slider {
  overflow: visible !important; }

.slider-wrapper-i {
  margin-left: 240px !important;
  margin-right: 50px !important;
  overflow: visible !important; }

.testimonial-slider .avatar {
  margin-right: 35px; }

.product-models {
  width: 60vw;
  margin-left: 0;
  text-align: center;
  margin-top: 200px; }

.product-model-c {
  width: calc(35vw - 4px); }

.product-models .product-m-inner {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
    position: relative;
    margin-left: 17.65vw;
  position: relative; }

.product-m-inner .inner {
  position: relative;
  width: 329px;
  height: 549px; }

.product-m-inner img {
  width: 329px;
  height: 549px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0; }

.about-us #canva {
  z-index: -1; }

.about-banner-img {
  width: 554px;
  height: 540px;
  margin-top: 100px;
  position: relative;
  margin-left: 110px;
  opacity: 0; }

.about-banner-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.our-products .banner-title {
  margin-left: 0;
  padding-top: 30%;
  margin-top: 0; }

.our-products .banner {
  position: relative; }

.banner-section {
  position: relative;
  z-index: 1; }

.our-products .banner .draggable_products {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0; }

.banner-p-img {
  position: absolute; }

.banner-p-img:first-child img {
  width: 200px; }

.banner-p-img:first-child {
  left: 20%;
  bottom: 10%; }

.banner-p-img:nth-child(2) img {
  width: 100px; }

.banner-p-img:nth-child(2) {
  right: 20%;
  bottom: 10%; }

.banner-p-img:nth-child(3) {
  right: 10%;
  bottom: 35%; }

.banner-p-img:nth-child(4) {
  right: 35%;
  top: 10%; }

.banner-p-img:nth-child(5) {
  right: 15%;
  top: 10%; }

.banner-p-img:nth-child(6) img {
  width: 150px; }

.banner-p-img:nth-child(6) {
  left: 25%;
  top: 10%; }

.banner-p-img:nth-child(7) {
  left: 5%;
  bottom: 25%; }

.banner-p-img:nth-child(8) {
  left: 5%;
  top: 15%; }

.banner-section .title {
  line-height: 1; }

.shhleyhjnd {
  text-align: center; }

.shhleyhjnd {
  height: 600px;
  width: 500px;
  position: relative; }

.history-slide .p_title {
  max-width: 700px;
  color: #fff; }

.history-slide {
  display: flex;
  align-items: flex-end;
  padding: 80px;
  height: 100%;
  flex-shrink: 0;
  width: 100%;
  background-size: cover; }

.history-slider {
  height: 100%;
  display: flex;
  overflow: hidden; }

.slider-btns a {
  display: inline-block; }

.accordion-button {
  color: #221E1E !important;
  font-size: 50px !important;
  padding-left: 60px;
  padding-right: 240px;
  padding-top: 50px;
  padding-bottom: 40px; }

.accordion-body {
  font-size: 22px;
  letter-spacing: 0.58px;
  line-height: 33px;
  opacity: 0.99;
  font-family: secondary; }

.accordion-button:not(.collapsed) {
  background-color: #FFF5F4 !important;
  box-shadow: none !important; }

.accordion-button:focus {
  box-shadow: none !important; }

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='39px' height='39px' viewBox='0 0 39 39' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg id='About' transform='translate(-1653.000000, -4561.000000)' stroke='%23221E1E' stroke-width='1.5'%3E%3Cpath d='M1672.5,4562.5 L1672.5,4598.5 M1654.5,4580.5 L1690.5,4580.5' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important; }

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='39px' height='3px' viewBox='0 0 39 3' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg id='About' transform='translate(-1653.000000, -4725.000000)' stroke='%23221E1E' stroke-width='1.5'%3E%3Cline x1='1672.5' y1='4708.5' x2='1672.5' y2='4744.5' id='Line' transform='translate(1672.500000, 4726.500000) rotate(-90.000000) translate(-1672.500000, -4726.500000) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important; }

.other-partners ul {
  font-family: secondary;
  margin-right: 72px; }

.product-filters-f {
  background-color: #FFF5F4;
  border-bottom: 1px solid #ECDDDD; }

.product-filters {
  position: relative; }

.drop-down-categories .drop-down {
  position: absolute;
  width: 400px;
  height: 400px;
  left: 0;
  background: red;
  z-index: 2;
  top: 100px;
  height: 400px;
  top: 160px; }

.product-filters #filters {
  width: 100%;
  justify-content: center; }

.p-cat-buttons button {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  padding: 0px 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'secondary'; }

.p-cat-buttons button.is-checked {
  background-color: #FFF5F4;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px; }

.contact-form .contact-field {
  display: flex;
  align-items: center; }

.contact-form .contact-field .label {
  width: 20vw;
  color: #221E1E;
  font-family: primary;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  padding-left: 60px; }

.contact-form .contact-field .field {
  width: 30vw;
  margin-left: 42px; }

.contact-form .contact-field .field * {
  background-color: #FFF5F4;
  height: 68px;
  padding-left: 30px;
  font-family: secondary;
  font-size: 19px;
  letter-spacing: 0.5px;
  padding-right: 30px; }

.contact-form .contact-field .field select {
  background-size: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/dropdown.svg);
  background-position-y: center;
  background-position-x: calc(100% - 30px); }

.contact-form .contact-field {
  margin-bottom: 60px; }

.contact-form .contact-field .field button {
  background-color: var(--main-color); }

.contact-form .contact-field .field textarea {
  height: 170px;
  resize: none;
  padding-top: 20px; }

.ml-42 {
  margin-left: 42px; }

.font-s-regular {
  color: #221E1E;
  font-family: secondary;
  font-size: 22px;
  letter-spacing: 0.58px;
  line-height: 33px; }

.address {
  max-width: 411px;
  width: 100%; }

.map {
  height: 100%; }

.map iframe {
  width: 100%;
  height: 100%; }

iframe {
  pointer-events: none; }

footer {
  background-color: var(--main-color);
  padding-top: 130px;
  padding-bottom: 30px;
  min-height: 100vh;
  position: relative; }
  footer p.p {
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 29px;
    opacity: 0.99;
    max-width: 455px;
    width: 100%; }
  footer .f-lines .f-line {
    pointer-events: none;
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #ECDDDD;
    top: 0;
    left: 40vw; }
  footer .f-lines .f-line:nth-child(2) {
    left: 60vw; }

.footer-links li a {
  color: #ffffffda;
  font-size: 19px;
  font-family: secondary;
  letter-spacing: .5px; }

.footer-links li {
  margin-bottom: 30px; }

.social-links ul {
  display: flex;
  padding-left: 0; }

.social-links ul li:not(:last-child) {
  margin-right: 35px; }

.social-links ul li svg {
  height: 100%;
  width: 100%; }

.social-links ul li a {
  width: 45px;
  height: 45px;
  background-color: #fff;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 12px; }

.c-icon svg {
  height: 40px;
  width: 40px;
  margin-top: 11px;
  margin-right: 36px; }

.product-industries.industries .industry {
  background-color: #fff;
  text-align: left;
  border-bottom: 1px solid #ecdddd;
  cursor: pointer; }

.product-industries.industries {
  padding-bottom: 1px; }

.product-industries.industries .industry .industry-img {
  background-color: #F2EFEF; }

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  z-index: 2; }

.preloader div {
  width: 20vw;
  height: 100%;
  background-color: #ffd9d6;
  border-right: 1px solid #ef4b439e;
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transform-origin: top; }

.preloader div:first-child {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: transparent; }
  .preloader div:first-child img {
    max-width: 100px;
    width: 100%; }

.preloader div:last-child {
  border-right: 0; }

.is-loaded-x .preloader div:first-child {
  opacity: 0;
  transform: none;
  pointer-events: none;
  touch-action: none; }

.is-loaded-x .preloader div {
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0); }

.is-loaded-x .preloader {
  pointer-events: none;
  touch-action: none; }

.is-loaded-x .preloader div:nth-child(2) {
  transition-delay: .1s; }

.is-loaded-x .preloader div:nth-child(3) {
  transition-delay: .2s; }

.is-loaded-x .preloader div:nth-child(4) {
  transition-delay: .3s; }

.is-loaded-x .preloader div:nth-child(5) {
  transition-delay: .4s; }

.is-loaded-x .preloader div:nth-child(6) {
  transition-delay: .5s; }

#colorPicker {
  max-width: 450px;
  width: 100%; }

.about-canvas {
  height: 500px;
  width: 550px;
  margin-left: auto; }

.about-banner-img-c {
  width: 551px;
  height: 501px;
  display: flex;
  align-self: center;
  margin-top: 130px; }

.panel-c {
  height: 600px;
  overflow: hidden; }
  .panel {
    background: #fff;
}
.smart-approach {
  position: relative; }

.btn-bg {
  position: absolute;
  height: 158px;
  width: 100%;
  background: var(--main-color);
  top: 0;
  z-index: 1; }

.a-button span {
  position: relative;
  z-index: 1; }

.a-button:nth-child(2) {
  color: #fff; }

#colorPicker .noUi-connects {
  border-radius: 0.45vw;
  background: linear-gradient(to right, black 0%, red 20%, #ff4800 30%, #ff9000 40%, #ffe400 55%, #00ff66 65%, #00fff0 75%, #008aff 80%, #4605ff 85%, #d800ff 100%); }

#colorPicker {
  border: 0px !important;
  height: 14px; }

#colorPicker .noUi-handle:before,
.noUi-handle:after {
  display: none; }

#colorPicker .noUi-handle {
  width: 25px !important;
  height: 25px !important;
  right: -17px;
  top: -6px;
  border-radius: 50% !important;
  background: #fc0000;
  border: 0;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  box-shadow: 0 0px 4px 2px #fff; }

div#m-line-1 {
  top: 37vh !important; }

div#m-line-2 {
  top: 60vh !important; }

div#m-line-3 {
  top: 70vh !important; }

.custom-design-page .banner-inner .p-2 {
  position: absolute;
  top: 39vh;
  left: 0;
  max-width: 250px;
  width: 100%; }

.custom-design-page .banner {
  height: auto; }

.full-service-cap {
  position: relative;
  padding-bottom: 700px;
  width: 100%;
  overflow: hidden; }

.full-service-cap img {
  width: 100%;
  height: auto;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  top: 137px; }

.service-capability {
  margin-top: 120px;
  margin-bottom: 120px; }

.case-study-img {
  position: relative;
  padding-bottom: 650px; }

.case-study-img img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0px;
  right: 8px;
  -o-object-fit: contain;
  object-fit: contain; }

.btn-circle {
  width: 142px;
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 0px !important; }

#filters .drop-down {
  width: 100%;
  background: #fff5f4;
  top: 150px;
  position: absolute;
  left: 0;
  height: 230px;
  padding: 30px 0 0 0;
  z-index: 10;
  font-size: 32px;
  color: #222;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0); }

#filters .button:hover .drop-down {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none; }

#filters .button a.title {
  padding: 50px;
  padding-bottom: 40px;
  display: block; }

#filters .drop-down a {
  color: #222;
  margin-bottom: 10px; }

#filters .drop-down ul {
  padding-left: 0;
  opacity: 0;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transition: .35s;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  -ms-transition: .35s;
  -o-transition: .35s; }

#filters .drop-down {
  transition-delay: .2s; }

#filters .button:hover .drop-down ul {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transition-delay: .2s; }

#filters .button:hover .drop-down {
  transition-delay: 0s; }

header {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s; }

.hide_header header {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%); }

*[data-direction=up].hide_header header {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none; }

#filters .drop-down a.is-checked {
  color: #f3483b; }

.object-cover {
  -o-object-fit: cover;
  object-fit: cover; }

.career-bannrer-image {
  margin-left: -18.5vw; }

.department {
  background-color: #FFFFFF;
  border: 1px solid #ECDDDD;
  max-width: 332px;
  width: 100%;
  padding-left: 25px;
  height: 68px;
  font-family: 'secondary';
  background-size: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/dropdown.svg);
  background-position-y: center;
  background-position-x: calc(100% - 30px); }

.bottle-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
  position: relative;
  width: 12vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  height: 33vw; }
  .bottle-img img {
    height: auto;
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.about-banner-home .banner-title {
  margin-left: 0px; }

.footer-middle {
  padding-top: 103px; }
  .footer-middle .footer-header {
    border-top: 1px solid #ecdddd;
    border-bottom: 1px solid #ecdddd;
    padding-top: 25px;
    padding-bottom: 25px; }
  .footer-middle .h3 {
    margin-bottom: 0; }

footer iframe {
  width: 39.947916666666666667vw;
  height: 29.791666666666666667vw; }

.products-banner .banner-section {
  height: 100%;
  display: grid;
  align-items: center; }

.product-industries.industries {
  background-color: transparent; }

.industries-borders {
  position: relative; }
  .industries-borders .line:nth-child(1) {
    top: 1px;
    left: 0;
    z-index: 1; }
  .industries-borders .line:nth-child(2) {
    left: 0;
    z-index: 1;
    top: 1px;
    height: calc(100% - 2px); }
  .industries-borders .line:nth-child(3) {
    left: 20vw;
    z-index: 1; }
  .industries-borders .line:nth-child(4) {
    height: 100%;
    width: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 1px;
    height: calc(100% - 2px); }
  .industries-borders .line:nth-child(5) {
    bottom: -1px;
    z-index: 1;
    width: 100%;
    height: 1px;
    left: 0;
    position: absolute; }

.custom-design-s {
  position: relative; }
  .custom-design-s .h1 {
    max-width: 600px; }
  .custom-design-s .canva-c {
    position: absolute;
    pointer-events: none;
    touch-action: none; }

.custom-design-s .line:nth-child(1) {
  width: 1px;
  height: 100%;
  left: calc(40vw);
  z-index: 1; }

.custom-design-s .line:nth-child(2) {
  left: calc(60vw - 1px); }

.home .industries {
  border-left: 1px solid #ecdddd;
  border-bottom: 1px solid #ecdddd; }

.result-img {
  width: 13.125vw;
  position: relative;
  height: 16.61vw;
  margin-right: 2.65vw; }
  .result-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    left: 0; }

.jobs-listing .t1 {
  padding-left: 40px; }

.jobs-listing .job-item {
  padding-top: 50px;
  padding-bottom: 46px;
  margin-bottom: 60px;
  border: 1px solid #ecdddd;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  display: block;
  width: 100%; }
  .jobs-listing .job-item .job-location {
    color: #000; }
  .jobs-listing .job-item .icon {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%); }
  .jobs-listing .job-item:last-child {
    margin-bottom: 0; }

.jobs .col-right {
  margin-left: -30px;
  width: calc(60% + 30px);
  padding-left: 0; }

.job-departments .li {
  margin-bottom: 83px;
  cursor: pointer; }

.why-us .title {
  padding-left: 160px; }

.why-us .why-us-desc {
  margin-left: 160px;
  max-width: 500px; }
  .why-us .why-us-desc .h1 {
    margin-top: 50px; }
  .why-us .why-us-desc .p {
    margin-top: 28px; }

.why-us .why-us-option {
  margin-top: 70px;
  border-bottom: 1px solid #ecdddd;
  padding-bottom: 47px; }
  .why-us .why-us-option .t1 {
    padding-left: 40px; }
  .why-us .why-us-option .details {
    padding-left: 40px; }
  .why-us .why-us-option .p {
    max-width: 411px;
    margin-top: 20px;
    width: 100%; }
  .why-us .why-us-option .icon {
    position: relative;
    width: 56px;
    height: 65px; }
    .why-us .why-us-option .icon img {
      position: absolute;
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      top: 0;
      left: 0; }

.career-form {
  position: fixed;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: center bottom;
  transform: translateY(100%); }
  .career-form .inner {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .career-form.shw {
    transform: translateY(0);
    transform: none; }
    .career-form.shw .inner {
      opacity: 1;
      transform: none;
      transition-delay: .7s; }
  .career-form .line:nth-child(1) {
    top: 109px; }
  .career-form .line:nth-child(2) {
    left: 40vw; }
  .career-form .line:nth-child(3) {
    left: 60vw; }
  .career-form .career-header a {
    background-color: #F2EFEF;
    padding-top: 33px;
    padding-bottom: 33px;
    padding-left: 160px;
    display: flex;
    position: relative;
    text-transform: uppercase; }
    .career-form .career-header a .icon {
      display: flex;
      align-items: center;
      position: absolute;
      top: 50%;
      transform: translate(-60px, -50%); }
    .career-form .career-header a:hover {
      color: var(--main-color); }
  .career-form .job-details {
    padding-top: 100px;
    padding-left: 160px; }
    .career-form .job-details .p {
      opacity: .5; }
      .career-form .job-details .p span {
        padding-left: 15px;
        padding-right: 15px; }
  .career-form .career-side-form {
    padding-top: 213px;
    height: 100vh;
    overflow: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */ }
    .career-form .career-side-form::-webkit-scrollbar {
      display: none;
      /* Safari and Chrome */ }

a:focus, a:hover {
  color: inherit; }

.drop-zone {
  max-width: 200px;
  height: 200px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  border-radius: 10px; }

.drop-zone--over {
  border-style: solid; }

.drop-zone__input {
  display: none; }

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative; }

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center; }

.drop-zone {
  height: 100%;
  padding: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0; }

.drop-zone__prompt {
  height: auto !important;
  font-family: 'primary' !important;
  font-size: 22px !important; }
  .drop-zone__prompt span {
    color: var(--main-color);
    border-bottom: 1px solid;
    padding: 0 !important;
    font-family: 'primary' !important;
    font-size: 22px !important; }

.privacy-banner {
  padding-top: 190px;
  background: #f0f0f0;
  padding-bottom: 70px; }
  .privacy-banner .banner-title {
    padding: 0;
    margin: 0; }

.privacy-content {
  background: #fff;
  padding-top: 50px; }
  .privacy-content .h1 {
    margin-bottom: 50px;
    margin-top: 70px; }
  .privacy-content p.p {
    margin-bottom: 30px; }

.case-study-nav a {
  transition: .5; }

.case-study-nav a.current {
  color: var(--main-color); }

.product-details {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: center bottom;
  transform: translateY(100%); }
  .product-details .line:nth-child(1) {
    top: 109px; }
  .product-details .line:nth-child(2) {
    left: 40vw; }
  .product-details .line:nth-child(3) {
    left: 60vw; }
  .product-details .product-details-header a {
    background-color: #F2EFEF;
    padding-top: 33px;
    padding-bottom: 33px;
    padding-left: 160px;
    display: flex;
    position: relative;
    text-transform: uppercase; }
    .product-details .product-details-header a .icon {
      display: flex;
      align-items: center;
      position: absolute;
      top: 50%;
      transform: translate(-60px, -50%); }
    .product-details .product-details-header a:hover {
      color: var(--main-color); }
  .product-details .p-detail-title {
    margin-top: 110px;
    padding-left: 0px; }
    .product-details .p-detail-title .h1 {
      background: #FFF5F4;
      padding: 40px; }
    .product-details .p-detail-title .p-detail, .product-details .p-detail-title label {
      padding-left: 40px; }
  .product-details .product-single-details {
    margin-top: 110px;
    padding-left: 40px; }
    .product-details .product-single-details .h1 {
      padding: 40px;
      padding-left: 0; }
  .product-details label {
    color: #221E1E;
    font-family: 'primary';
    font-size: 30px;
    line-height: 40px;
    opacity: 0.5;
    text-align: left;
    text-transform: uppercase;
    margin-top: 43px; }
  .product-details .p-detail {
    color: #221E1E;
    font-family: "secondary";
    font-size: 22px;
    line-height: 1.4;
    text-align: left;
    margin-top: 6px; }
  .product-details .btn-red {
    display: block;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-top: 80px; }
  .product-details .product-single-image {
    width: 40vw;
    height: 40vw;
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-details .product-single-image img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      max-width: 550px; }
  .product-details .inner {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .product-details.shw {
    transform: translateY(0);
    transform: none; }
    .product-details.shw .inner {
      opacity: 1;
      transform: none;
      transition-delay: .5s; }

.result-img {
  margin-left: -30px; }

@media screen and (max-width: 767px) {
  html,
  body {
    overflow-y: auto; }
  .container {
    max-width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .header--btn, .header--menu {
    display: none; }
  header {
    padding-top: 20px;
    padding-bottom: 20px; }
    header .line:nth-child(3), header .line:nth-child(2) {
      display: none; }
    header .header--inner .header--logo {
      max-width: 150px;
      width: 100%; }
  .banner-title {
    font-size: 50px;
    line-height: 0.911;
    font-weight: bolder;
    margin-left: 0px; }
  .banner-inner .p-2 {
    position: relative;
    top: 20px;
    max-width: 230px;
    width: 100%;
    left: 30%; }
    .banner-inner .p-2 hr {
      display: none; }
  .title-c {
    width: 100%; }
  .line-y {
    left: 30%; }
  .line-y2 {
    right: 30%;
    left: auto; }
  .canva-c {
    width: 100vw;
    height: 50vh; }
  .banner {
    margin-top: 150px; }
    .banner .m-line {
      display: none; }
  .customize-section {
    max-width: 100%;
    margin-top: 100px; }
  .title {
    font-size: 40px;
    line-height: 56px;
    padding: 30px 30px 30px; }
  .h1 {
    color: #221E1E;
    font-size: 30px;
    line-height: 1; }
  .customize-section-s .title {
    margin-bottom: 140px; }
  #colorPicker {
    max-width: 300px;
    width: 100%; }
  .ingredients__items {
    width: 100%;
    min-height: 300vh; }
  .ingredients-item {
    width: 100%;
    background-color: #fff; }
  .product-models {
    width: 100%;
    margin-top: 100px; }
  .product-model-c {
    width: calc(100vw - 0px);
    height: 50vh; }
  .ingredients__wrapper {
    flex-direction: column; }
  .product-m-inner img {
    width: 200px;
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain; }
  .product-models .product-m-inner {
    justify-content: center; }
  .title-large {
    color: #221E1E;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bolder; }
  .preloader div {
    flex-shrink: 0;
    width: 33.33vw; } }

.case-study-1 .w-lg-550.ml-auto {
  margin-left: 160px !important; }

@media screen and (min-width: 1025px) and (max-width: 1800px) {
  .container {
    max-width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important; }
  .banner-title {
    font-size: 100px;
    line-height: 0.911;
    font-weight: bolder;
    margin-left: 0; }
  .banner {
    margin-top: 200px;
    min-height: 520px; }
  .banner-inner .p-2 {
    position: absolute;
    top: 70%;
    left: 65.5%;
    max-width: 250px;
    width: 100%; }
  .product-model-c {
    width: calc(35vw - 4px); }
  .product-m-inner img {
    width: 17vw; }
  .title-large {
    color: #221E1E;
    font-size: 80px;
    line-height: 75.17px; }
  .title {
    color: #221E1E;
    font-size: 60px;
    line-height: 50px;
    padding: 43px 32px 35px;
    background-color: #FFF5F4;
    text-transform: uppercase;
    font-weight: 700; }
  .pl-8, .pl-lg-8 {
    padding-left: 50px !important; }
  .ml-lg-8 {
    margin-left: 50px !important; }
  .pioneer-section .title-large {
    margin-left: 100px; }
  .px-75 {
    padding-left: 0;
    padding-right: 0; }
  p.p {
    font-size: 18px;
    letter-spacing: 0.58px;
    line-height: 28px; }
  .slider-wrapper-i {
    margin-left: 50px !important; }
  .industries .industry .industry-img {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto; }
  .industries .industry {
    padding: 30px !important;
    padding-bottom: 20px !important; }
  .service-capability {
    max-width: 412px; }
  .case-study-img {
    position: relative;
    padding-bottom: 400px; }
    .case-study-img img {
      -o-object-fit: contain;
      object-fit: contain; }
  .case-study-1 .w-lg-500 {
    max-width: 412px; }
  .h1 {
    font-size: 40px; }
  .case-study-1 .w-lg-550 {
    max-width: 450px; }
  .case-study-1 .w-lg-550.ml-auto {
    margin-left: 50px !important; }
  .result-img {
    margin-left: -30px; }
  footer p.p {
    font-size: 18px;
    max-width: 400px; }
  .banner-title.ml-42 {
    margin-left: 32px !important; }
  .banner-section p.p {
    max-width: 200px; }
  .contact-section .pl-8 .ml-3 {
    margin-left: 0 !important; }
  .address a {
    font-size: 18px;
    letter-spacing: 0.58px;
    line-height: 26px; }
  .p-details {
    font-size: 18px;
    letter-spacing: 0.58px;
    line-height: 28px;
    max-width: 370px; }
  #colorPicker {
    max-width: 410px; }
  .partner-logos .p-logo img {
     height: 100%;
    width: 100%;
    object-fit: contain;}
  .slider-btns a {
    max-width: 80px; }
    .slider-btns a svg {
      width: 100%; }
  .home .industries .industry .industry-img {
    width: 13.125vw;
    height: 13.125vw; }
  .home .industries {
    border-left: 0;
    border-bottom: 0; }
  .huge-collection .title {
    padding-top: 53px;
    padding-bottom: 53px; } }

@media (min-width: 1366px) and (max-width: 1800px) {
  .title-large {
    color: #221E1E;
    font-size: 120px;
    line-height: 125.17px; }
  .banner-title {
    font-size: 120px;
    line-height: 0.911; }
  .slider-wrapper-i {
    margin-left: 128px !important;
    margin-right: 50px !important;
    overflow: visible !important; }
  p.p {
    font-size: 18px;
    letter-spacing: 0.58px;
    line-height: 26px;
    opacity: 0.99;
    font-family: secondary; }
  .px-75 {
    padding-left: 0;
    padding-right: 0; }
  .industries .industry .industry-img {
    width: 190px;
    height: 190px;
    margin-left: auto;
    margin-right: auto; }
  .industries-borders .line:nth-child(4) {
    right: -1px; }
  .pl-8, .pl-lg-8 {
    padding-left: 50px !important; }
  .ml-lg-8 {
    margin-left: 50px !important; }
  .slider-wrapper-i {
    margin-left: 50px !important; }
  .product-details .product-details-header a {
    background-color: #F2EFEF;
    padding-top: 36px;
    padding-bottom: 35px; }
  .ml-42 {
    margin-left: 42px; }
  .p-container {
    max-width: 100%; }
  .products .p-container {
    max-width: 80vw; }
  .case-study-img {
    position: relative;
    padding-bottom: 500px; }
    .case-study-img img {
      -o-object-fit: contain;
      object-fit: contain; } }

.mr--1 {
  margin-right: -1px; }

.mlx-1 {
  margin-left: 1px; }
  .p-box .p-inner img {
    position: absolute;
    top: 0;
    width: 180px;
    height: 180px;
    object-fit: cover;
}
.p-box .p-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}