/*$header-font: ('Source Sans Pro', sans-serif);
$header-baseline: 0.1445;

$body-font: ('Source Sans Pro', sans-serif);
$body-baseline: 0.1445;

$gh: 1rem;*/
/*$ultraLight:	200;
$light:			300;
$normal:		400;
$semiBold:		500;
$bold:			600;
$ultraBold: 	900;*/
/*$max-width: 1114px;
$tablet: 1024px;
$phablet: 768px;
$phone: 436px;*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  text-align: left;
  background-color: #f1f1f1; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #d01f39;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #8d1527;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.625rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.563rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 5.625rem;
  font-weight: 300;
  line-height: 1.05; }

.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.05; }

.display-3 {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.05; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.05; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f1f1f1;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto, .col-full-1, .col-full-2, .col-full-3, .col-full-4, .col-full-5, .col-full-6, .col-full-7, .col-full-8, .col-full-9, .col-full-10, .col-full-11, .col-full-12, .col-full,
.col-full-auto, .col-fullMax-1, .col-fullMax-2, .col-fullMax-3, .col-fullMax-4, .col-fullMax-5, .col-fullMax-6, .col-fullMax-7, .col-fullMax-8, .col-fullMax-9, .col-fullMax-10, .col-fullMax-11, .col-fullMax-12, .col-fullMax,
.col-fullMax-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1366px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1560px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1680px) {
  .col-full {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-full-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-full-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-full-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-full-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-full-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-full-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-full-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-full-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-full-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-full-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-full-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-full-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-full-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-full-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-full-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-full-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-full-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-full-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-full-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-full-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-full-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-full-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-full-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-full-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-full-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-full-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-full-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-full-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-full-0 {
    margin-left: 0; }
  .offset-full-1 {
    margin-left: 8.33333%; }
  .offset-full-2 {
    margin-left: 16.66667%; }
  .offset-full-3 {
    margin-left: 25%; }
  .offset-full-4 {
    margin-left: 33.33333%; }
  .offset-full-5 {
    margin-left: 41.66667%; }
  .offset-full-6 {
    margin-left: 50%; }
  .offset-full-7 {
    margin-left: 58.33333%; }
  .offset-full-8 {
    margin-left: 66.66667%; }
  .offset-full-9 {
    margin-left: 75%; }
  .offset-full-10 {
    margin-left: 83.33333%; }
  .offset-full-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1920px) {
  .col-fullMax {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-fullMax-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-fullMax-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-fullMax-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-fullMax-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-fullMax-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-fullMax-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-fullMax-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-fullMax-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-fullMax-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-fullMax-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-fullMax-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-fullMax-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-fullMax-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-fullMax-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-fullMax-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-fullMax-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-fullMax-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-fullMax-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-fullMax-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-fullMax-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-fullMax-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-fullMax-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-fullMax-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-fullMax-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-fullMax-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-fullMax-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-fullMax-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-fullMax-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-fullMax-0 {
    margin-left: 0; }
  .offset-fullMax-1 {
    margin-left: 8.33333%; }
  .offset-fullMax-2 {
    margin-left: 16.66667%; }
  .offset-fullMax-3 {
    margin-left: 25%; }
  .offset-fullMax-4 {
    margin-left: 33.33333%; }
  .offset-fullMax-5 {
    margin-left: 41.66667%; }
  .offset-fullMax-6 {
    margin-left: 50%; }
  .offset-fullMax-7 {
    margin-left: 58.33333%; }
  .offset-fullMax-8 {
    margin-left: 66.66667%; }
  .offset-fullMax-9 {
    margin-left: 75%; }
  .offset-fullMax-10 {
    margin-left: 83.33333%; }
  .offset-fullMax-11 {
    margin-left: 91.66667%; } }

.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; }

.bg-primary {
  background-color: #d01f39 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #a4182d !important; }

.bg-secondary {
  background-color: #7E0C6E !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #4f0845 !important; }

.bg-success {
  background-color: #00ffb3 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00cc8f !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffe719 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e5cd00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f1f1f1 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d8d8d8 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-brand-01 {
  background-color: #7E0C6E !important; }

a.bg-brand-01:hover, a.bg-brand-01:focus,
button.bg-brand-01:hover,
button.bg-brand-01:focus {
  background-color: #4f0845 !important; }

.bg-brand-02 {
  background-color: #2b2b2b !important; }

a.bg-brand-02:hover, a.bg-brand-02:focus,
button.bg-brand-02:hover,
button.bg-brand-02:focus {
  background-color: #121212 !important; }

.bg-brand-03 {
  background-color: #99875d !important; }

a.bg-brand-03:hover, a.bg-brand-03:focus,
button.bg-brand-03:hover,
button.bg-brand-03:focus {
  background-color: #796b4a !important; }

.bg-brand-04 {
  background-color: #0095f8 !important; }

a.bg-brand-04:hover, a.bg-brand-04:focus,
button.bg-brand-04:hover,
button.bg-brand-04:focus {
  background-color: #0076c5 !important; }

.bg-brand-05 {
  background-color: #9278bb !important; }

a.bg-brand-05:hover, a.bg-brand-05:focus,
button.bg-brand-05:hover,
button.bg-brand-05:focus {
  background-color: #7756aa !important; }

.bg-brand-06 {
  background-color: #00aaff !important; }

a.bg-brand-06:hover, a.bg-brand-06:focus,
button.bg-brand-06:hover,
button.bg-brand-06:focus {
  background-color: #0088cc !important; }

.bg-brand-07 {
  background-color: #d01f39 !important; }

a.bg-brand-07:hover, a.bg-brand-07:focus,
button.bg-brand-07:hover,
button.bg-brand-07:focus {
  background-color: #a4182d !important; }

.bg-brand-08 {
  background-color: #000000 !important; }

a.bg-brand-08:hover, a.bg-brand-08:focus,
button.bg-brand-08:hover,
button.bg-brand-08:focus {
  background-color: black !important; }

.bg-brand-09 {
  background-color: #001C36 !important; }

a.bg-brand-09:hover, a.bg-brand-09:focus,
button.bg-brand-09:hover,
button.bg-brand-09:focus {
  background-color: #000203 !important; }

.bg-brand-sec-09 {
  background-color: #D1AFA2 !important; }

a.bg-brand-sec-09:hover, a.bg-brand-sec-09:focus,
button.bg-brand-sec-09:hover,
button.bg-brand-sec-09:focus {
  background-color: #c09280 !important; }

.bg-black {
  background-color: #000 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

.bg-yellow {
  background-color: #ffe719 !important; }

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #e5cd00 !important; }

.bg-green {
  background-color: #00ffb3 !important; }

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #00cc8f !important; }

.bg-green-02 {
  background-color: #1ecd97 !important; }

a.bg-green-02:hover, a.bg-green-02:focus,
button.bg-green-02:hover,
button.bg-green-02:focus {
  background-color: #17a176 !important; }

.bg-white {
  background-color: #fff !important; }

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #d01f39 !important; }

.border-secondary {
  border-color: #7E0C6E !important; }

.border-success {
  border-color: #00ffb3 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffe719 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f1f1f1 !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-brand-01 {
  border-color: #7E0C6E !important; }

.border-brand-02 {
  border-color: #2b2b2b !important; }

.border-brand-03 {
  border-color: #99875d !important; }

.border-brand-04 {
  border-color: #0095f8 !important; }

.border-brand-05 {
  border-color: #9278bb !important; }

.border-brand-06 {
  border-color: #00aaff !important; }

.border-brand-07 {
  border-color: #d01f39 !important; }

.border-brand-08 {
  border-color: #000000 !important; }

.border-brand-09 {
  border-color: #001C36 !important; }

.border-brand-sec-09 {
  border-color: #D1AFA2 !important; }

.border-black {
  border-color: #000 !important; }

.border-yellow {
  border-color: #ffe719 !important; }

.border-green {
  border-color: #00ffb3 !important; }

.border-green-02 {
  border-color: #1ecd97 !important; }

.border-white {
  border-color: #fff !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !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-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1366px) {
  .d-xxl-none {
    display: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1560px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1680px) {
  .d-full-none {
    display: none !important; }
  .d-full-inline {
    display: inline !important; }
  .d-full-inline-block {
    display: inline-block !important; }
  .d-full-block {
    display: block !important; }
  .d-full-table {
    display: table !important; }
  .d-full-table-row {
    display: table-row !important; }
  .d-full-table-cell {
    display: table-cell !important; }
  .d-full-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-full-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1920px) {
  .d-fullMax-none {
    display: none !important; }
  .d-fullMax-inline {
    display: inline !important; }
  .d-fullMax-inline-block {
    display: inline-block !important; }
  .d-fullMax-block {
    display: block !important; }
  .d-fullMax-table {
    display: table !important; }
  .d-fullMax-table-row {
    display: table-row !important; }
  .d-fullMax-table-cell {
    display: table-cell !important; }
  .d-fullMax-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-fullMax-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1366px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1560px) {
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1680px) {
  .flex-full-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-full-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-full-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-full-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-full-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-full-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-full-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-full-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-full-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-full-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-full-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-full-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-full-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-full-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-full-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-full-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-full-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-full-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-full-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-full-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-full-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-full-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-full-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-full-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-full-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-full-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-full-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-full-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-full-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-full-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-full-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-full-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-full-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-full-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1920px) {
  .flex-fullMax-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-fullMax-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-fullMax-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-fullMax-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-fullMax-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-fullMax-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-fullMax-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-fullMax-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-fullMax-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-fullMax-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-fullMax-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-fullMax-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-fullMax-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-fullMax-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-fullMax-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-fullMax-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-fullMax-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-fullMax-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-fullMax-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-fullMax-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-fullMax-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-fullMax-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-fullMax-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-fullMax-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-fullMax-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-fullMax-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-fullMax-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-fullMax-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-fullMax-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-fullMax-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-fullMax-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-fullMax-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-fullMax-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-fullMax-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1366px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

@media (min-width: 1560px) {
  .float-xxxl-left {
    float: left !important; }
  .float-xxxl-right {
    float: right !important; }
  .float-xxxl-none {
    float: none !important; } }

@media (min-width: 1680px) {
  .float-full-left {
    float: left !important; }
  .float-full-right {
    float: right !important; }
  .float-full-none {
    float: none !important; } }

@media (min-width: 1920px) {
  .float-fullMax-left {
    float: left !important; }
  .float-fullMax-right {
    float: right !important; }
  .float-fullMax-none {
    float: 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: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 0.3125rem !important; }

.mt-5,
.my-5 {
  margin-top: 0.3125rem !important; }

.mr-5,
.mx-5 {
  margin-right: 0.3125rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 0.3125rem !important; }

.ml-5,
.mx-5 {
  margin-left: 0.3125rem !important; }

.m--175 {
  margin: -10.9375rem !important; }

.mt--175,
.my--175 {
  margin-top: -10.9375rem !important; }

.mr--175,
.mx--175 {
  margin-right: -10.9375rem !important; }

.mb--175,
.my--175 {
  margin-bottom: -10.9375rem !important; }

.ml--175,
.mx--175 {
  margin-left: -10.9375rem !important; }

.m--150 {
  margin: -9.375rem !important; }

.mt--150,
.my--150 {
  margin-top: -9.375rem !important; }

.mr--150,
.mx--150 {
  margin-right: -9.375rem !important; }

.mb--150,
.my--150 {
  margin-bottom: -9.375rem !important; }

.ml--150,
.mx--150 {
  margin-left: -9.375rem !important; }

.m--140 {
  margin: -8.75rem !important; }

.mt--140,
.my--140 {
  margin-top: -8.75rem !important; }

.mr--140,
.mx--140 {
  margin-right: -8.75rem !important; }

.mb--140,
.my--140 {
  margin-bottom: -8.75rem !important; }

.ml--140,
.mx--140 {
  margin-left: -8.75rem !important; }

.m--110 {
  margin: -6.875rem !important; }

.mt--110,
.my--110 {
  margin-top: -6.875rem !important; }

.mr--110,
.mx--110 {
  margin-right: -6.875rem !important; }

.mb--110,
.my--110 {
  margin-bottom: -6.875rem !important; }

.ml--110,
.mx--110 {
  margin-left: -6.875rem !important; }

.m--100 {
  margin: -6.25rem !important; }

.mt--100,
.my--100 {
  margin-top: -6.25rem !important; }

.mr--100,
.mx--100 {
  margin-right: -6.25rem !important; }

.mb--100,
.my--100 {
  margin-bottom: -6.25rem !important; }

.ml--100,
.mx--100 {
  margin-left: -6.25rem !important; }

.m--90 {
  margin: -5.625rem !important; }

.mt--90,
.my--90 {
  margin-top: -5.625rem !important; }

.mr--90,
.mx--90 {
  margin-right: -5.625rem !important; }

.mb--90,
.my--90 {
  margin-bottom: -5.625rem !important; }

.ml--90,
.mx--90 {
  margin-left: -5.625rem !important; }

.m--80 {
  margin: -5rem !important; }

.mt--80,
.my--80 {
  margin-top: -5rem !important; }

.mr--80,
.mx--80 {
  margin-right: -5rem !important; }

.mb--80,
.my--80 {
  margin-bottom: -5rem !important; }

.ml--80,
.mx--80 {
  margin-left: -5rem !important; }

.m--70 {
  margin: -4.375rem !important; }

.mt--70,
.my--70 {
  margin-top: -4.375rem !important; }

.mr--70,
.mx--70 {
  margin-right: -4.375rem !important; }

.mb--70,
.my--70 {
  margin-bottom: -4.375rem !important; }

.ml--70,
.mx--70 {
  margin-left: -4.375rem !important; }

.m--60 {
  margin: -3.75rem !important; }

.mt--60,
.my--60 {
  margin-top: -3.75rem !important; }

.mr--60,
.mx--60 {
  margin-right: -3.75rem !important; }

.mb--60,
.my--60 {
  margin-bottom: -3.75rem !important; }

.ml--60,
.mx--60 {
  margin-left: -3.75rem !important; }

.m--55 {
  margin: -3.4375rem !important; }

.mt--55,
.my--55 {
  margin-top: -3.4375rem !important; }

.mr--55,
.mx--55 {
  margin-right: -3.4375rem !important; }

.mb--55,
.my--55 {
  margin-bottom: -3.4375rem !important; }

.ml--55,
.mx--55 {
  margin-left: -3.4375rem !important; }

.m--50 {
  margin: -3.125rem !important; }

.mt--50,
.my--50 {
  margin-top: -3.125rem !important; }

.mr--50,
.mx--50 {
  margin-right: -3.125rem !important; }

.mb--50,
.my--50 {
  margin-bottom: -3.125rem !important; }

.ml--50,
.mx--50 {
  margin-left: -3.125rem !important; }

.m--40 {
  margin: -2.5rem !important; }

.mt--40,
.my--40 {
  margin-top: -2.5rem !important; }

.mr--40,
.mx--40 {
  margin-right: -2.5rem !important; }

.mb--40,
.my--40 {
  margin-bottom: -2.5rem !important; }

.ml--40,
.mx--40 {
  margin-left: -2.5rem !important; }

.m--30 {
  margin: -1.875rem !important; }

.mt--30,
.my--30 {
  margin-top: -1.875rem !important; }

.mr--30,
.mx--30 {
  margin-right: -1.875rem !important; }

.mb--30,
.my--30 {
  margin-bottom: -1.875rem !important; }

.ml--30,
.mx--30 {
  margin-left: -1.875rem !important; }

.m--28 {
  margin: -1.75rem !important; }

.mt--28,
.my--28 {
  margin-top: -1.75rem !important; }

.mr--28,
.mx--28 {
  margin-right: -1.75rem !important; }

.mb--28,
.my--28 {
  margin-bottom: -1.75rem !important; }

.ml--28,
.mx--28 {
  margin-left: -1.75rem !important; }

.m--25 {
  margin: -1.5625rem !important; }

.mt--25,
.my--25 {
  margin-top: -1.5625rem !important; }

.mr--25,
.mx--25 {
  margin-right: -1.5625rem !important; }

.mb--25,
.my--25 {
  margin-bottom: -1.5625rem !important; }

.ml--25,
.mx--25 {
  margin-left: -1.5625rem !important; }

.m--15 {
  margin: -0.9375rem !important; }

.mt--15,
.my--15 {
  margin-top: -0.9375rem !important; }

.mr--15,
.mx--15 {
  margin-right: -0.9375rem !important; }

.mb--15,
.my--15 {
  margin-bottom: -0.9375rem !important; }

.ml--15,
.mx--15 {
  margin-left: -0.9375rem !important; }

.m--10 {
  margin: -0.625rem !important; }

.mt--10,
.my--10 {
  margin-top: -0.625rem !important; }

.mr--10,
.mx--10 {
  margin-right: -0.625rem !important; }

.mb--10,
.my--10 {
  margin-bottom: -0.625rem !important; }

.ml--10,
.mx--10 {
  margin-left: -0.625rem !important; }

.m--5 {
  margin: -0.3125rem !important; }

.mt--5,
.my--5 {
  margin-top: -0.3125rem !important; }

.mr--5,
.mx--5 {
  margin-right: -0.3125rem !important; }

.mb--5,
.my--5 {
  margin-bottom: -0.3125rem !important; }

.ml--5,
.mx--5 {
  margin-left: -0.3125rem !important; }

.m-8 {
  margin: 0.5rem !important; }

.mt-8,
.my-8 {
  margin-top: 0.5rem !important; }

.mr-8,
.mx-8 {
  margin-right: 0.5rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 0.5rem !important; }

.ml-8,
.mx-8 {
  margin-left: 0.5rem !important; }

.m-10 {
  margin: 0.625rem !important; }

.mt-10,
.my-10 {
  margin-top: 0.625rem !important; }

.mr-10,
.mx-10 {
  margin-right: 0.625rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 0.625rem !important; }

.ml-10,
.mx-10 {
  margin-left: 0.625rem !important; }

.m-15 {
  margin: 0.9375rem !important; }

.mt-15,
.my-15 {
  margin-top: 0.9375rem !important; }

.mr-15,
.mx-15 {
  margin-right: 0.9375rem !important; }

.mb-15,
.my-15 {
  margin-bottom: 0.9375rem !important; }

.ml-15,
.mx-15 {
  margin-left: 0.9375rem !important; }

.m-20 {
  margin: 1.25rem !important; }

.mt-20,
.my-20 {
  margin-top: 1.25rem !important; }

.mr-20,
.mx-20 {
  margin-right: 1.25rem !important; }

.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important; }

.ml-20,
.mx-20 {
  margin-left: 1.25rem !important; }

.m-25 {
  margin: 1.5625rem !important; }

.mt-25,
.my-25 {
  margin-top: 1.5625rem !important; }

.mr-25,
.mx-25 {
  margin-right: 1.5625rem !important; }

.mb-25,
.my-25 {
  margin-bottom: 1.5625rem !important; }

.ml-25,
.mx-25 {
  margin-left: 1.5625rem !important; }

.m-30 {
  margin: 1.875rem !important; }

.mt-30,
.my-30 {
  margin-top: 1.875rem !important; }

.mr-30,
.mx-30 {
  margin-right: 1.875rem !important; }

.mb-30,
.my-30 {
  margin-bottom: 1.875rem !important; }

.ml-30,
.mx-30 {
  margin-left: 1.875rem !important; }

.m-35 {
  margin: 2.1875rem !important; }

.mt-35,
.my-35 {
  margin-top: 2.1875rem !important; }

.mr-35,
.mx-35 {
  margin-right: 2.1875rem !important; }

.mb-35,
.my-35 {
  margin-bottom: 2.1875rem !important; }

.ml-35,
.mx-35 {
  margin-left: 2.1875rem !important; }

.m-40 {
  margin: 2.5rem !important; }

.mt-40,
.my-40 {
  margin-top: 2.5rem !important; }

.mr-40,
.mx-40 {
  margin-right: 2.5rem !important; }

.mb-40,
.my-40 {
  margin-bottom: 2.5rem !important; }

.ml-40,
.mx-40 {
  margin-left: 2.5rem !important; }

.m-50 {
  margin: 3.125rem !important; }

.mt-50,
.my-50 {
  margin-top: 3.125rem !important; }

.mr-50,
.mx-50 {
  margin-right: 3.125rem !important; }

.mb-50,
.my-50 {
  margin-bottom: 3.125rem !important; }

.ml-50,
.mx-50 {
  margin-left: 3.125rem !important; }

.m-60 {
  margin: 3.75rem !important; }

.mt-60,
.my-60 {
  margin-top: 3.75rem !important; }

.mr-60,
.mx-60 {
  margin-right: 3.75rem !important; }

.mb-60,
.my-60 {
  margin-bottom: 3.75rem !important; }

.ml-60,
.mx-60 {
  margin-left: 3.75rem !important; }

.m-70 {
  margin: 4.375rem !important; }

.mt-70,
.my-70 {
  margin-top: 4.375rem !important; }

.mr-70,
.mx-70 {
  margin-right: 4.375rem !important; }

.mb-70,
.my-70 {
  margin-bottom: 4.375rem !important; }

.ml-70,
.mx-70 {
  margin-left: 4.375rem !important; }

.m-80 {
  margin: 5rem !important; }

.mt-80,
.my-80 {
  margin-top: 5rem !important; }

.mr-80,
.mx-80 {
  margin-right: 5rem !important; }

.mb-80,
.my-80 {
  margin-bottom: 5rem !important; }

.ml-80,
.mx-80 {
  margin-left: 5rem !important; }

.m-90 {
  margin: 5.625rem !important; }

.mt-90,
.my-90 {
  margin-top: 5.625rem !important; }

.mr-90,
.mx-90 {
  margin-right: 5.625rem !important; }

.mb-90,
.my-90 {
  margin-bottom: 5.625rem !important; }

.ml-90,
.mx-90 {
  margin-left: 5.625rem !important; }

.m-100 {
  margin: 6.25rem !important; }

.mt-100,
.my-100 {
  margin-top: 6.25rem !important; }

.mr-100,
.mx-100 {
  margin-right: 6.25rem !important; }

.mb-100,
.my-100 {
  margin-bottom: 6.25rem !important; }

.ml-100,
.mx-100 {
  margin-left: 6.25rem !important; }

.m-120 {
  margin: 7.5rem !important; }

.mt-120,
.my-120 {
  margin-top: 7.5rem !important; }

.mr-120,
.mx-120 {
  margin-right: 7.5rem !important; }

.mb-120,
.my-120 {
  margin-bottom: 7.5rem !important; }

.ml-120,
.mx-120 {
  margin-left: 7.5rem !important; }

.m-130 {
  margin: 8.125rem !important; }

.mt-130,
.my-130 {
  margin-top: 8.125rem !important; }

.mr-130,
.mx-130 {
  margin-right: 8.125rem !important; }

.mb-130,
.my-130 {
  margin-bottom: 8.125rem !important; }

.ml-130,
.mx-130 {
  margin-left: 8.125rem !important; }

.m-150 {
  margin: 9.375rem !important; }

.mt-150,
.my-150 {
  margin-top: 9.375rem !important; }

.mr-150,
.mx-150 {
  margin-right: 9.375rem !important; }

.mb-150,
.my-150 {
  margin-bottom: 9.375rem !important; }

.ml-150,
.mx-150 {
  margin-left: 9.375rem !important; }

.m-200 {
  margin: 12.5rem !important; }

.mt-200,
.my-200 {
  margin-top: 12.5rem !important; }

.mr-200,
.mx-200 {
  margin-right: 12.5rem !important; }

.mb-200,
.my-200 {
  margin-bottom: 12.5rem !important; }

.ml-200,
.mx-200 {
  margin-left: 12.5rem !important; }

.m-225 {
  margin: 14.0625rem !important; }

.mt-225,
.my-225 {
  margin-top: 14.0625rem !important; }

.mr-225,
.mx-225 {
  margin-right: 14.0625rem !important; }

.mb-225,
.my-225 {
  margin-bottom: 14.0625rem !important; }

.ml-225,
.mx-225 {
  margin-left: 14.0625rem !important; }

.m-250 {
  margin: 15.625rem !important; }

.mt-250,
.my-250 {
  margin-top: 15.625rem !important; }

.mr-250,
.mx-250 {
  margin-right: 15.625rem !important; }

.mb-250,
.my-250 {
  margin-bottom: 15.625rem !important; }

.ml-250,
.mx-250 {
  margin-left: 15.625rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 0.3125rem !important; }

.pt-5,
.py-5 {
  padding-top: 0.3125rem !important; }

.pr-5,
.px-5 {
  padding-right: 0.3125rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 0.3125rem !important; }

.pl-5,
.px-5 {
  padding-left: 0.3125rem !important; }

.p--175 {
  padding: -10.9375rem !important; }

.pt--175,
.py--175 {
  padding-top: -10.9375rem !important; }

.pr--175,
.px--175 {
  padding-right: -10.9375rem !important; }

.pb--175,
.py--175 {
  padding-bottom: -10.9375rem !important; }

.pl--175,
.px--175 {
  padding-left: -10.9375rem !important; }

.p--150 {
  padding: -9.375rem !important; }

.pt--150,
.py--150 {
  padding-top: -9.375rem !important; }

.pr--150,
.px--150 {
  padding-right: -9.375rem !important; }

.pb--150,
.py--150 {
  padding-bottom: -9.375rem !important; }

.pl--150,
.px--150 {
  padding-left: -9.375rem !important; }

.p--140 {
  padding: -8.75rem !important; }

.pt--140,
.py--140 {
  padding-top: -8.75rem !important; }

.pr--140,
.px--140 {
  padding-right: -8.75rem !important; }

.pb--140,
.py--140 {
  padding-bottom: -8.75rem !important; }

.pl--140,
.px--140 {
  padding-left: -8.75rem !important; }

.p--110 {
  padding: -6.875rem !important; }

.pt--110,
.py--110 {
  padding-top: -6.875rem !important; }

.pr--110,
.px--110 {
  padding-right: -6.875rem !important; }

.pb--110,
.py--110 {
  padding-bottom: -6.875rem !important; }

.pl--110,
.px--110 {
  padding-left: -6.875rem !important; }

.p--100 {
  padding: -6.25rem !important; }

.pt--100,
.py--100 {
  padding-top: -6.25rem !important; }

.pr--100,
.px--100 {
  padding-right: -6.25rem !important; }

.pb--100,
.py--100 {
  padding-bottom: -6.25rem !important; }

.pl--100,
.px--100 {
  padding-left: -6.25rem !important; }

.p--90 {
  padding: -5.625rem !important; }

.pt--90,
.py--90 {
  padding-top: -5.625rem !important; }

.pr--90,
.px--90 {
  padding-right: -5.625rem !important; }

.pb--90,
.py--90 {
  padding-bottom: -5.625rem !important; }

.pl--90,
.px--90 {
  padding-left: -5.625rem !important; }

.p--80 {
  padding: -5rem !important; }

.pt--80,
.py--80 {
  padding-top: -5rem !important; }

.pr--80,
.px--80 {
  padding-right: -5rem !important; }

.pb--80,
.py--80 {
  padding-bottom: -5rem !important; }

.pl--80,
.px--80 {
  padding-left: -5rem !important; }

.p--70 {
  padding: -4.375rem !important; }

.pt--70,
.py--70 {
  padding-top: -4.375rem !important; }

.pr--70,
.px--70 {
  padding-right: -4.375rem !important; }

.pb--70,
.py--70 {
  padding-bottom: -4.375rem !important; }

.pl--70,
.px--70 {
  padding-left: -4.375rem !important; }

.p--60 {
  padding: -3.75rem !important; }

.pt--60,
.py--60 {
  padding-top: -3.75rem !important; }

.pr--60,
.px--60 {
  padding-right: -3.75rem !important; }

.pb--60,
.py--60 {
  padding-bottom: -3.75rem !important; }

.pl--60,
.px--60 {
  padding-left: -3.75rem !important; }

.p--55 {
  padding: -3.4375rem !important; }

.pt--55,
.py--55 {
  padding-top: -3.4375rem !important; }

.pr--55,
.px--55 {
  padding-right: -3.4375rem !important; }

.pb--55,
.py--55 {
  padding-bottom: -3.4375rem !important; }

.pl--55,
.px--55 {
  padding-left: -3.4375rem !important; }

.p--50 {
  padding: -3.125rem !important; }

.pt--50,
.py--50 {
  padding-top: -3.125rem !important; }

.pr--50,
.px--50 {
  padding-right: -3.125rem !important; }

.pb--50,
.py--50 {
  padding-bottom: -3.125rem !important; }

.pl--50,
.px--50 {
  padding-left: -3.125rem !important; }

.p--40 {
  padding: -2.5rem !important; }

.pt--40,
.py--40 {
  padding-top: -2.5rem !important; }

.pr--40,
.px--40 {
  padding-right: -2.5rem !important; }

.pb--40,
.py--40 {
  padding-bottom: -2.5rem !important; }

.pl--40,
.px--40 {
  padding-left: -2.5rem !important; }

.p--30 {
  padding: -1.875rem !important; }

.pt--30,
.py--30 {
  padding-top: -1.875rem !important; }

.pr--30,
.px--30 {
  padding-right: -1.875rem !important; }

.pb--30,
.py--30 {
  padding-bottom: -1.875rem !important; }

.pl--30,
.px--30 {
  padding-left: -1.875rem !important; }

.p--28 {
  padding: -1.75rem !important; }

.pt--28,
.py--28 {
  padding-top: -1.75rem !important; }

.pr--28,
.px--28 {
  padding-right: -1.75rem !important; }

.pb--28,
.py--28 {
  padding-bottom: -1.75rem !important; }

.pl--28,
.px--28 {
  padding-left: -1.75rem !important; }

.p--25 {
  padding: -1.5625rem !important; }

.pt--25,
.py--25 {
  padding-top: -1.5625rem !important; }

.pr--25,
.px--25 {
  padding-right: -1.5625rem !important; }

.pb--25,
.py--25 {
  padding-bottom: -1.5625rem !important; }

.pl--25,
.px--25 {
  padding-left: -1.5625rem !important; }

.p--15 {
  padding: -0.9375rem !important; }

.pt--15,
.py--15 {
  padding-top: -0.9375rem !important; }

.pr--15,
.px--15 {
  padding-right: -0.9375rem !important; }

.pb--15,
.py--15 {
  padding-bottom: -0.9375rem !important; }

.pl--15,
.px--15 {
  padding-left: -0.9375rem !important; }

.p--10 {
  padding: -0.625rem !important; }

.pt--10,
.py--10 {
  padding-top: -0.625rem !important; }

.pr--10,
.px--10 {
  padding-right: -0.625rem !important; }

.pb--10,
.py--10 {
  padding-bottom: -0.625rem !important; }

.pl--10,
.px--10 {
  padding-left: -0.625rem !important; }

.p--5 {
  padding: -0.3125rem !important; }

.pt--5,
.py--5 {
  padding-top: -0.3125rem !important; }

.pr--5,
.px--5 {
  padding-right: -0.3125rem !important; }

.pb--5,
.py--5 {
  padding-bottom: -0.3125rem !important; }

.pl--5,
.px--5 {
  padding-left: -0.3125rem !important; }

.p-8 {
  padding: 0.5rem !important; }

.pt-8,
.py-8 {
  padding-top: 0.5rem !important; }

.pr-8,
.px-8 {
  padding-right: 0.5rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 0.5rem !important; }

.pl-8,
.px-8 {
  padding-left: 0.5rem !important; }

.p-10 {
  padding: 0.625rem !important; }

.pt-10,
.py-10 {
  padding-top: 0.625rem !important; }

.pr-10,
.px-10 {
  padding-right: 0.625rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 0.625rem !important; }

.pl-10,
.px-10 {
  padding-left: 0.625rem !important; }

.p-15 {
  padding: 0.9375rem !important; }

.pt-15,
.py-15 {
  padding-top: 0.9375rem !important; }

.pr-15,
.px-15 {
  padding-right: 0.9375rem !important; }

.pb-15,
.py-15 {
  padding-bottom: 0.9375rem !important; }

.pl-15,
.px-15 {
  padding-left: 0.9375rem !important; }

.p-20 {
  padding: 1.25rem !important; }

.pt-20,
.py-20 {
  padding-top: 1.25rem !important; }

.pr-20,
.px-20 {
  padding-right: 1.25rem !important; }

.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important; }

.pl-20,
.px-20 {
  padding-left: 1.25rem !important; }

.p-25 {
  padding: 1.5625rem !important; }

.pt-25,
.py-25 {
  padding-top: 1.5625rem !important; }

.pr-25,
.px-25 {
  padding-right: 1.5625rem !important; }

.pb-25,
.py-25 {
  padding-bottom: 1.5625rem !important; }

.pl-25,
.px-25 {
  padding-left: 1.5625rem !important; }

.p-30 {
  padding: 1.875rem !important; }

.pt-30,
.py-30 {
  padding-top: 1.875rem !important; }

.pr-30,
.px-30 {
  padding-right: 1.875rem !important; }

.pb-30,
.py-30 {
  padding-bottom: 1.875rem !important; }

.pl-30,
.px-30 {
  padding-left: 1.875rem !important; }

.p-35 {
  padding: 2.1875rem !important; }

.pt-35,
.py-35 {
  padding-top: 2.1875rem !important; }

.pr-35,
.px-35 {
  padding-right: 2.1875rem !important; }

.pb-35,
.py-35 {
  padding-bottom: 2.1875rem !important; }

.pl-35,
.px-35 {
  padding-left: 2.1875rem !important; }

.p-40 {
  padding: 2.5rem !important; }

.pt-40,
.py-40 {
  padding-top: 2.5rem !important; }

.pr-40,
.px-40 {
  padding-right: 2.5rem !important; }

.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important; }

.pl-40,
.px-40 {
  padding-left: 2.5rem !important; }

.p-50 {
  padding: 3.125rem !important; }

.pt-50,
.py-50 {
  padding-top: 3.125rem !important; }

.pr-50,
.px-50 {
  padding-right: 3.125rem !important; }

.pb-50,
.py-50 {
  padding-bottom: 3.125rem !important; }

.pl-50,
.px-50 {
  padding-left: 3.125rem !important; }

.p-60 {
  padding: 3.75rem !important; }

.pt-60,
.py-60 {
  padding-top: 3.75rem !important; }

.pr-60,
.px-60 {
  padding-right: 3.75rem !important; }

.pb-60,
.py-60 {
  padding-bottom: 3.75rem !important; }

.pl-60,
.px-60 {
  padding-left: 3.75rem !important; }

.p-70 {
  padding: 4.375rem !important; }

.pt-70,
.py-70 {
  padding-top: 4.375rem !important; }

.pr-70,
.px-70 {
  padding-right: 4.375rem !important; }

.pb-70,
.py-70 {
  padding-bottom: 4.375rem !important; }

.pl-70,
.px-70 {
  padding-left: 4.375rem !important; }

.p-80 {
  padding: 5rem !important; }

.pt-80,
.py-80 {
  padding-top: 5rem !important; }

.pr-80,
.px-80 {
  padding-right: 5rem !important; }

.pb-80,
.py-80 {
  padding-bottom: 5rem !important; }

.pl-80,
.px-80 {
  padding-left: 5rem !important; }

.p-90 {
  padding: 5.625rem !important; }

.pt-90,
.py-90 {
  padding-top: 5.625rem !important; }

.pr-90,
.px-90 {
  padding-right: 5.625rem !important; }

.pb-90,
.py-90 {
  padding-bottom: 5.625rem !important; }

.pl-90,
.px-90 {
  padding-left: 5.625rem !important; }

.p-100 {
  padding: 6.25rem !important; }

.pt-100,
.py-100 {
  padding-top: 6.25rem !important; }

.pr-100,
.px-100 {
  padding-right: 6.25rem !important; }

.pb-100,
.py-100 {
  padding-bottom: 6.25rem !important; }

.pl-100,
.px-100 {
  padding-left: 6.25rem !important; }

.p-120 {
  padding: 7.5rem !important; }

.pt-120,
.py-120 {
  padding-top: 7.5rem !important; }

.pr-120,
.px-120 {
  padding-right: 7.5rem !important; }

.pb-120,
.py-120 {
  padding-bottom: 7.5rem !important; }

.pl-120,
.px-120 {
  padding-left: 7.5rem !important; }

.p-130 {
  padding: 8.125rem !important; }

.pt-130,
.py-130 {
  padding-top: 8.125rem !important; }

.pr-130,
.px-130 {
  padding-right: 8.125rem !important; }

.pb-130,
.py-130 {
  padding-bottom: 8.125rem !important; }

.pl-130,
.px-130 {
  padding-left: 8.125rem !important; }

.p-150 {
  padding: 9.375rem !important; }

.pt-150,
.py-150 {
  padding-top: 9.375rem !important; }

.pr-150,
.px-150 {
  padding-right: 9.375rem !important; }

.pb-150,
.py-150 {
  padding-bottom: 9.375rem !important; }

.pl-150,
.px-150 {
  padding-left: 9.375rem !important; }

.p-200 {
  padding: 12.5rem !important; }

.pt-200,
.py-200 {
  padding-top: 12.5rem !important; }

.pr-200,
.px-200 {
  padding-right: 12.5rem !important; }

.pb-200,
.py-200 {
  padding-bottom: 12.5rem !important; }

.pl-200,
.px-200 {
  padding-left: 12.5rem !important; }

.p-225 {
  padding: 14.0625rem !important; }

.pt-225,
.py-225 {
  padding-top: 14.0625rem !important; }

.pr-225,
.px-225 {
  padding-right: 14.0625rem !important; }

.pb-225,
.py-225 {
  padding-bottom: 14.0625rem !important; }

.pl-225,
.px-225 {
  padding-left: 14.0625rem !important; }

.p-250 {
  padding: 15.625rem !important; }

.pt-250,
.py-250 {
  padding-top: 15.625rem !important; }

.pr-250,
.px-250 {
  padding-right: 15.625rem !important; }

.pb-250,
.py-250 {
  padding-bottom: 15.625rem !important; }

.pl-250,
.px-250 {
  padding-left: 15.625rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 0.3125rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 0.3125rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 0.3125rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 0.3125rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 0.3125rem !important; }
  .m-sm--175 {
    margin: -10.9375rem !important; }
  .mt-sm--175,
  .my-sm--175 {
    margin-top: -10.9375rem !important; }
  .mr-sm--175,
  .mx-sm--175 {
    margin-right: -10.9375rem !important; }
  .mb-sm--175,
  .my-sm--175 {
    margin-bottom: -10.9375rem !important; }
  .ml-sm--175,
  .mx-sm--175 {
    margin-left: -10.9375rem !important; }
  .m-sm--150 {
    margin: -9.375rem !important; }
  .mt-sm--150,
  .my-sm--150 {
    margin-top: -9.375rem !important; }
  .mr-sm--150,
  .mx-sm--150 {
    margin-right: -9.375rem !important; }
  .mb-sm--150,
  .my-sm--150 {
    margin-bottom: -9.375rem !important; }
  .ml-sm--150,
  .mx-sm--150 {
    margin-left: -9.375rem !important; }
  .m-sm--140 {
    margin: -8.75rem !important; }
  .mt-sm--140,
  .my-sm--140 {
    margin-top: -8.75rem !important; }
  .mr-sm--140,
  .mx-sm--140 {
    margin-right: -8.75rem !important; }
  .mb-sm--140,
  .my-sm--140 {
    margin-bottom: -8.75rem !important; }
  .ml-sm--140,
  .mx-sm--140 {
    margin-left: -8.75rem !important; }
  .m-sm--110 {
    margin: -6.875rem !important; }
  .mt-sm--110,
  .my-sm--110 {
    margin-top: -6.875rem !important; }
  .mr-sm--110,
  .mx-sm--110 {
    margin-right: -6.875rem !important; }
  .mb-sm--110,
  .my-sm--110 {
    margin-bottom: -6.875rem !important; }
  .ml-sm--110,
  .mx-sm--110 {
    margin-left: -6.875rem !important; }
  .m-sm--100 {
    margin: -6.25rem !important; }
  .mt-sm--100,
  .my-sm--100 {
    margin-top: -6.25rem !important; }
  .mr-sm--100,
  .mx-sm--100 {
    margin-right: -6.25rem !important; }
  .mb-sm--100,
  .my-sm--100 {
    margin-bottom: -6.25rem !important; }
  .ml-sm--100,
  .mx-sm--100 {
    margin-left: -6.25rem !important; }
  .m-sm--90 {
    margin: -5.625rem !important; }
  .mt-sm--90,
  .my-sm--90 {
    margin-top: -5.625rem !important; }
  .mr-sm--90,
  .mx-sm--90 {
    margin-right: -5.625rem !important; }
  .mb-sm--90,
  .my-sm--90 {
    margin-bottom: -5.625rem !important; }
  .ml-sm--90,
  .mx-sm--90 {
    margin-left: -5.625rem !important; }
  .m-sm--80 {
    margin: -5rem !important; }
  .mt-sm--80,
  .my-sm--80 {
    margin-top: -5rem !important; }
  .mr-sm--80,
  .mx-sm--80 {
    margin-right: -5rem !important; }
  .mb-sm--80,
  .my-sm--80 {
    margin-bottom: -5rem !important; }
  .ml-sm--80,
  .mx-sm--80 {
    margin-left: -5rem !important; }
  .m-sm--70 {
    margin: -4.375rem !important; }
  .mt-sm--70,
  .my-sm--70 {
    margin-top: -4.375rem !important; }
  .mr-sm--70,
  .mx-sm--70 {
    margin-right: -4.375rem !important; }
  .mb-sm--70,
  .my-sm--70 {
    margin-bottom: -4.375rem !important; }
  .ml-sm--70,
  .mx-sm--70 {
    margin-left: -4.375rem !important; }
  .m-sm--60 {
    margin: -3.75rem !important; }
  .mt-sm--60,
  .my-sm--60 {
    margin-top: -3.75rem !important; }
  .mr-sm--60,
  .mx-sm--60 {
    margin-right: -3.75rem !important; }
  .mb-sm--60,
  .my-sm--60 {
    margin-bottom: -3.75rem !important; }
  .ml-sm--60,
  .mx-sm--60 {
    margin-left: -3.75rem !important; }
  .m-sm--55 {
    margin: -3.4375rem !important; }
  .mt-sm--55,
  .my-sm--55 {
    margin-top: -3.4375rem !important; }
  .mr-sm--55,
  .mx-sm--55 {
    margin-right: -3.4375rem !important; }
  .mb-sm--55,
  .my-sm--55 {
    margin-bottom: -3.4375rem !important; }
  .ml-sm--55,
  .mx-sm--55 {
    margin-left: -3.4375rem !important; }
  .m-sm--50 {
    margin: -3.125rem !important; }
  .mt-sm--50,
  .my-sm--50 {
    margin-top: -3.125rem !important; }
  .mr-sm--50,
  .mx-sm--50 {
    margin-right: -3.125rem !important; }
  .mb-sm--50,
  .my-sm--50 {
    margin-bottom: -3.125rem !important; }
  .ml-sm--50,
  .mx-sm--50 {
    margin-left: -3.125rem !important; }
  .m-sm--40 {
    margin: -2.5rem !important; }
  .mt-sm--40,
  .my-sm--40 {
    margin-top: -2.5rem !important; }
  .mr-sm--40,
  .mx-sm--40 {
    margin-right: -2.5rem !important; }
  .mb-sm--40,
  .my-sm--40 {
    margin-bottom: -2.5rem !important; }
  .ml-sm--40,
  .mx-sm--40 {
    margin-left: -2.5rem !important; }
  .m-sm--30 {
    margin: -1.875rem !important; }
  .mt-sm--30,
  .my-sm--30 {
    margin-top: -1.875rem !important; }
  .mr-sm--30,
  .mx-sm--30 {
    margin-right: -1.875rem !important; }
  .mb-sm--30,
  .my-sm--30 {
    margin-bottom: -1.875rem !important; }
  .ml-sm--30,
  .mx-sm--30 {
    margin-left: -1.875rem !important; }
  .m-sm--28 {
    margin: -1.75rem !important; }
  .mt-sm--28,
  .my-sm--28 {
    margin-top: -1.75rem !important; }
  .mr-sm--28,
  .mx-sm--28 {
    margin-right: -1.75rem !important; }
  .mb-sm--28,
  .my-sm--28 {
    margin-bottom: -1.75rem !important; }
  .ml-sm--28,
  .mx-sm--28 {
    margin-left: -1.75rem !important; }
  .m-sm--25 {
    margin: -1.5625rem !important; }
  .mt-sm--25,
  .my-sm--25 {
    margin-top: -1.5625rem !important; }
  .mr-sm--25,
  .mx-sm--25 {
    margin-right: -1.5625rem !important; }
  .mb-sm--25,
  .my-sm--25 {
    margin-bottom: -1.5625rem !important; }
  .ml-sm--25,
  .mx-sm--25 {
    margin-left: -1.5625rem !important; }
  .m-sm--15 {
    margin: -0.9375rem !important; }
  .mt-sm--15,
  .my-sm--15 {
    margin-top: -0.9375rem !important; }
  .mr-sm--15,
  .mx-sm--15 {
    margin-right: -0.9375rem !important; }
  .mb-sm--15,
  .my-sm--15 {
    margin-bottom: -0.9375rem !important; }
  .ml-sm--15,
  .mx-sm--15 {
    margin-left: -0.9375rem !important; }
  .m-sm--10 {
    margin: -0.625rem !important; }
  .mt-sm--10,
  .my-sm--10 {
    margin-top: -0.625rem !important; }
  .mr-sm--10,
  .mx-sm--10 {
    margin-right: -0.625rem !important; }
  .mb-sm--10,
  .my-sm--10 {
    margin-bottom: -0.625rem !important; }
  .ml-sm--10,
  .mx-sm--10 {
    margin-left: -0.625rem !important; }
  .m-sm--5 {
    margin: -0.3125rem !important; }
  .mt-sm--5,
  .my-sm--5 {
    margin-top: -0.3125rem !important; }
  .mr-sm--5,
  .mx-sm--5 {
    margin-right: -0.3125rem !important; }
  .mb-sm--5,
  .my-sm--5 {
    margin-bottom: -0.3125rem !important; }
  .ml-sm--5,
  .mx-sm--5 {
    margin-left: -0.3125rem !important; }
  .m-sm-8 {
    margin: 0.5rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 0.5rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 0.5rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 0.5rem !important; }
  .m-sm-10 {
    margin: 0.625rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 0.625rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 0.625rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 0.625rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 0.625rem !important; }
  .m-sm-15 {
    margin: 0.9375rem !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 0.9375rem !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 0.9375rem !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 0.9375rem !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 0.9375rem !important; }
  .m-sm-20 {
    margin: 1.25rem !important; }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 1.25rem !important; }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 1.25rem !important; }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 1.25rem !important; }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 1.25rem !important; }
  .m-sm-25 {
    margin: 1.5625rem !important; }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 1.5625rem !important; }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 1.5625rem !important; }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 1.5625rem !important; }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 1.5625rem !important; }
  .m-sm-30 {
    margin: 1.875rem !important; }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 1.875rem !important; }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 1.875rem !important; }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 1.875rem !important; }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 1.875rem !important; }
  .m-sm-35 {
    margin: 2.1875rem !important; }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 2.1875rem !important; }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 2.1875rem !important; }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 2.1875rem !important; }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 2.1875rem !important; }
  .m-sm-40 {
    margin: 2.5rem !important; }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 2.5rem !important; }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 2.5rem !important; }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 2.5rem !important; }
  .m-sm-50 {
    margin: 3.125rem !important; }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 3.125rem !important; }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 3.125rem !important; }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 3.125rem !important; }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 3.125rem !important; }
  .m-sm-60 {
    margin: 3.75rem !important; }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 3.75rem !important; }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 3.75rem !important; }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 3.75rem !important; }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 3.75rem !important; }
  .m-sm-70 {
    margin: 4.375rem !important; }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 4.375rem !important; }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 4.375rem !important; }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 4.375rem !important; }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 4.375rem !important; }
  .m-sm-80 {
    margin: 5rem !important; }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 5rem !important; }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 5rem !important; }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 5rem !important; }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 5rem !important; }
  .m-sm-90 {
    margin: 5.625rem !important; }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 5.625rem !important; }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 5.625rem !important; }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 5.625rem !important; }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 5.625rem !important; }
  .m-sm-100 {
    margin: 6.25rem !important; }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 6.25rem !important; }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 6.25rem !important; }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 6.25rem !important; }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 6.25rem !important; }
  .m-sm-120 {
    margin: 7.5rem !important; }
  .mt-sm-120,
  .my-sm-120 {
    margin-top: 7.5rem !important; }
  .mr-sm-120,
  .mx-sm-120 {
    margin-right: 7.5rem !important; }
  .mb-sm-120,
  .my-sm-120 {
    margin-bottom: 7.5rem !important; }
  .ml-sm-120,
  .mx-sm-120 {
    margin-left: 7.5rem !important; }
  .m-sm-130 {
    margin: 8.125rem !important; }
  .mt-sm-130,
  .my-sm-130 {
    margin-top: 8.125rem !important; }
  .mr-sm-130,
  .mx-sm-130 {
    margin-right: 8.125rem !important; }
  .mb-sm-130,
  .my-sm-130 {
    margin-bottom: 8.125rem !important; }
  .ml-sm-130,
  .mx-sm-130 {
    margin-left: 8.125rem !important; }
  .m-sm-150 {
    margin: 9.375rem !important; }
  .mt-sm-150,
  .my-sm-150 {
    margin-top: 9.375rem !important; }
  .mr-sm-150,
  .mx-sm-150 {
    margin-right: 9.375rem !important; }
  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 9.375rem !important; }
  .ml-sm-150,
  .mx-sm-150 {
    margin-left: 9.375rem !important; }
  .m-sm-200 {
    margin: 12.5rem !important; }
  .mt-sm-200,
  .my-sm-200 {
    margin-top: 12.5rem !important; }
  .mr-sm-200,
  .mx-sm-200 {
    margin-right: 12.5rem !important; }
  .mb-sm-200,
  .my-sm-200 {
    margin-bottom: 12.5rem !important; }
  .ml-sm-200,
  .mx-sm-200 {
    margin-left: 12.5rem !important; }
  .m-sm-225 {
    margin: 14.0625rem !important; }
  .mt-sm-225,
  .my-sm-225 {
    margin-top: 14.0625rem !important; }
  .mr-sm-225,
  .mx-sm-225 {
    margin-right: 14.0625rem !important; }
  .mb-sm-225,
  .my-sm-225 {
    margin-bottom: 14.0625rem !important; }
  .ml-sm-225,
  .mx-sm-225 {
    margin-left: 14.0625rem !important; }
  .m-sm-250 {
    margin: 15.625rem !important; }
  .mt-sm-250,
  .my-sm-250 {
    margin-top: 15.625rem !important; }
  .mr-sm-250,
  .mx-sm-250 {
    margin-right: 15.625rem !important; }
  .mb-sm-250,
  .my-sm-250 {
    margin-bottom: 15.625rem !important; }
  .ml-sm-250,
  .mx-sm-250 {
    margin-left: 15.625rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 0.3125rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 0.3125rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 0.3125rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 0.3125rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 0.3125rem !important; }
  .p-sm--175 {
    padding: -10.9375rem !important; }
  .pt-sm--175,
  .py-sm--175 {
    padding-top: -10.9375rem !important; }
  .pr-sm--175,
  .px-sm--175 {
    padding-right: -10.9375rem !important; }
  .pb-sm--175,
  .py-sm--175 {
    padding-bottom: -10.9375rem !important; }
  .pl-sm--175,
  .px-sm--175 {
    padding-left: -10.9375rem !important; }
  .p-sm--150 {
    padding: -9.375rem !important; }
  .pt-sm--150,
  .py-sm--150 {
    padding-top: -9.375rem !important; }
  .pr-sm--150,
  .px-sm--150 {
    padding-right: -9.375rem !important; }
  .pb-sm--150,
  .py-sm--150 {
    padding-bottom: -9.375rem !important; }
  .pl-sm--150,
  .px-sm--150 {
    padding-left: -9.375rem !important; }
  .p-sm--140 {
    padding: -8.75rem !important; }
  .pt-sm--140,
  .py-sm--140 {
    padding-top: -8.75rem !important; }
  .pr-sm--140,
  .px-sm--140 {
    padding-right: -8.75rem !important; }
  .pb-sm--140,
  .py-sm--140 {
    padding-bottom: -8.75rem !important; }
  .pl-sm--140,
  .px-sm--140 {
    padding-left: -8.75rem !important; }
  .p-sm--110 {
    padding: -6.875rem !important; }
  .pt-sm--110,
  .py-sm--110 {
    padding-top: -6.875rem !important; }
  .pr-sm--110,
  .px-sm--110 {
    padding-right: -6.875rem !important; }
  .pb-sm--110,
  .py-sm--110 {
    padding-bottom: -6.875rem !important; }
  .pl-sm--110,
  .px-sm--110 {
    padding-left: -6.875rem !important; }
  .p-sm--100 {
    padding: -6.25rem !important; }
  .pt-sm--100,
  .py-sm--100 {
    padding-top: -6.25rem !important; }
  .pr-sm--100,
  .px-sm--100 {
    padding-right: -6.25rem !important; }
  .pb-sm--100,
  .py-sm--100 {
    padding-bottom: -6.25rem !important; }
  .pl-sm--100,
  .px-sm--100 {
    padding-left: -6.25rem !important; }
  .p-sm--90 {
    padding: -5.625rem !important; }
  .pt-sm--90,
  .py-sm--90 {
    padding-top: -5.625rem !important; }
  .pr-sm--90,
  .px-sm--90 {
    padding-right: -5.625rem !important; }
  .pb-sm--90,
  .py-sm--90 {
    padding-bottom: -5.625rem !important; }
  .pl-sm--90,
  .px-sm--90 {
    padding-left: -5.625rem !important; }
  .p-sm--80 {
    padding: -5rem !important; }
  .pt-sm--80,
  .py-sm--80 {
    padding-top: -5rem !important; }
  .pr-sm--80,
  .px-sm--80 {
    padding-right: -5rem !important; }
  .pb-sm--80,
  .py-sm--80 {
    padding-bottom: -5rem !important; }
  .pl-sm--80,
  .px-sm--80 {
    padding-left: -5rem !important; }
  .p-sm--70 {
    padding: -4.375rem !important; }
  .pt-sm--70,
  .py-sm--70 {
    padding-top: -4.375rem !important; }
  .pr-sm--70,
  .px-sm--70 {
    padding-right: -4.375rem !important; }
  .pb-sm--70,
  .py-sm--70 {
    padding-bottom: -4.375rem !important; }
  .pl-sm--70,
  .px-sm--70 {
    padding-left: -4.375rem !important; }
  .p-sm--60 {
    padding: -3.75rem !important; }
  .pt-sm--60,
  .py-sm--60 {
    padding-top: -3.75rem !important; }
  .pr-sm--60,
  .px-sm--60 {
    padding-right: -3.75rem !important; }
  .pb-sm--60,
  .py-sm--60 {
    padding-bottom: -3.75rem !important; }
  .pl-sm--60,
  .px-sm--60 {
    padding-left: -3.75rem !important; }
  .p-sm--55 {
    padding: -3.4375rem !important; }
  .pt-sm--55,
  .py-sm--55 {
    padding-top: -3.4375rem !important; }
  .pr-sm--55,
  .px-sm--55 {
    padding-right: -3.4375rem !important; }
  .pb-sm--55,
  .py-sm--55 {
    padding-bottom: -3.4375rem !important; }
  .pl-sm--55,
  .px-sm--55 {
    padding-left: -3.4375rem !important; }
  .p-sm--50 {
    padding: -3.125rem !important; }
  .pt-sm--50,
  .py-sm--50 {
    padding-top: -3.125rem !important; }
  .pr-sm--50,
  .px-sm--50 {
    padding-right: -3.125rem !important; }
  .pb-sm--50,
  .py-sm--50 {
    padding-bottom: -3.125rem !important; }
  .pl-sm--50,
  .px-sm--50 {
    padding-left: -3.125rem !important; }
  .p-sm--40 {
    padding: -2.5rem !important; }
  .pt-sm--40,
  .py-sm--40 {
    padding-top: -2.5rem !important; }
  .pr-sm--40,
  .px-sm--40 {
    padding-right: -2.5rem !important; }
  .pb-sm--40,
  .py-sm--40 {
    padding-bottom: -2.5rem !important; }
  .pl-sm--40,
  .px-sm--40 {
    padding-left: -2.5rem !important; }
  .p-sm--30 {
    padding: -1.875rem !important; }
  .pt-sm--30,
  .py-sm--30 {
    padding-top: -1.875rem !important; }
  .pr-sm--30,
  .px-sm--30 {
    padding-right: -1.875rem !important; }
  .pb-sm--30,
  .py-sm--30 {
    padding-bottom: -1.875rem !important; }
  .pl-sm--30,
  .px-sm--30 {
    padding-left: -1.875rem !important; }
  .p-sm--28 {
    padding: -1.75rem !important; }
  .pt-sm--28,
  .py-sm--28 {
    padding-top: -1.75rem !important; }
  .pr-sm--28,
  .px-sm--28 {
    padding-right: -1.75rem !important; }
  .pb-sm--28,
  .py-sm--28 {
    padding-bottom: -1.75rem !important; }
  .pl-sm--28,
  .px-sm--28 {
    padding-left: -1.75rem !important; }
  .p-sm--25 {
    padding: -1.5625rem !important; }
  .pt-sm--25,
  .py-sm--25 {
    padding-top: -1.5625rem !important; }
  .pr-sm--25,
  .px-sm--25 {
    padding-right: -1.5625rem !important; }
  .pb-sm--25,
  .py-sm--25 {
    padding-bottom: -1.5625rem !important; }
  .pl-sm--25,
  .px-sm--25 {
    padding-left: -1.5625rem !important; }
  .p-sm--15 {
    padding: -0.9375rem !important; }
  .pt-sm--15,
  .py-sm--15 {
    padding-top: -0.9375rem !important; }
  .pr-sm--15,
  .px-sm--15 {
    padding-right: -0.9375rem !important; }
  .pb-sm--15,
  .py-sm--15 {
    padding-bottom: -0.9375rem !important; }
  .pl-sm--15,
  .px-sm--15 {
    padding-left: -0.9375rem !important; }
  .p-sm--10 {
    padding: -0.625rem !important; }
  .pt-sm--10,
  .py-sm--10 {
    padding-top: -0.625rem !important; }
  .pr-sm--10,
  .px-sm--10 {
    padding-right: -0.625rem !important; }
  .pb-sm--10,
  .py-sm--10 {
    padding-bottom: -0.625rem !important; }
  .pl-sm--10,
  .px-sm--10 {
    padding-left: -0.625rem !important; }
  .p-sm--5 {
    padding: -0.3125rem !important; }
  .pt-sm--5,
  .py-sm--5 {
    padding-top: -0.3125rem !important; }
  .pr-sm--5,
  .px-sm--5 {
    padding-right: -0.3125rem !important; }
  .pb-sm--5,
  .py-sm--5 {
    padding-bottom: -0.3125rem !important; }
  .pl-sm--5,
  .px-sm--5 {
    padding-left: -0.3125rem !important; }
  .p-sm-8 {
    padding: 0.5rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 0.5rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 0.5rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 0.5rem !important; }
  .p-sm-10 {
    padding: 0.625rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 0.625rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 0.625rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 0.625rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 0.625rem !important; }
  .p-sm-15 {
    padding: 0.9375rem !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 0.9375rem !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 0.9375rem !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 0.9375rem !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 0.9375rem !important; }
  .p-sm-20 {
    padding: 1.25rem !important; }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 1.25rem !important; }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 1.25rem !important; }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 1.25rem !important; }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 1.25rem !important; }
  .p-sm-25 {
    padding: 1.5625rem !important; }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 1.5625rem !important; }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 1.5625rem !important; }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 1.5625rem !important; }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 1.5625rem !important; }
  .p-sm-30 {
    padding: 1.875rem !important; }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 1.875rem !important; }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 1.875rem !important; }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 1.875rem !important; }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 1.875rem !important; }
  .p-sm-35 {
    padding: 2.1875rem !important; }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 2.1875rem !important; }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 2.1875rem !important; }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 2.1875rem !important; }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 2.1875rem !important; }
  .p-sm-40 {
    padding: 2.5rem !important; }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 2.5rem !important; }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 2.5rem !important; }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 2.5rem !important; }
  .p-sm-50 {
    padding: 3.125rem !important; }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 3.125rem !important; }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 3.125rem !important; }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 3.125rem !important; }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 3.125rem !important; }
  .p-sm-60 {
    padding: 3.75rem !important; }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 3.75rem !important; }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 3.75rem !important; }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 3.75rem !important; }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 3.75rem !important; }
  .p-sm-70 {
    padding: 4.375rem !important; }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 4.375rem !important; }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 4.375rem !important; }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 4.375rem !important; }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 4.375rem !important; }
  .p-sm-80 {
    padding: 5rem !important; }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 5rem !important; }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 5rem !important; }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 5rem !important; }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 5rem !important; }
  .p-sm-90 {
    padding: 5.625rem !important; }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 5.625rem !important; }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 5.625rem !important; }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 5.625rem !important; }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 5.625rem !important; }
  .p-sm-100 {
    padding: 6.25rem !important; }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 6.25rem !important; }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 6.25rem !important; }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 6.25rem !important; }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 6.25rem !important; }
  .p-sm-120 {
    padding: 7.5rem !important; }
  .pt-sm-120,
  .py-sm-120 {
    padding-top: 7.5rem !important; }
  .pr-sm-120,
  .px-sm-120 {
    padding-right: 7.5rem !important; }
  .pb-sm-120,
  .py-sm-120 {
    padding-bottom: 7.5rem !important; }
  .pl-sm-120,
  .px-sm-120 {
    padding-left: 7.5rem !important; }
  .p-sm-130 {
    padding: 8.125rem !important; }
  .pt-sm-130,
  .py-sm-130 {
    padding-top: 8.125rem !important; }
  .pr-sm-130,
  .px-sm-130 {
    padding-right: 8.125rem !important; }
  .pb-sm-130,
  .py-sm-130 {
    padding-bottom: 8.125rem !important; }
  .pl-sm-130,
  .px-sm-130 {
    padding-left: 8.125rem !important; }
  .p-sm-150 {
    padding: 9.375rem !important; }
  .pt-sm-150,
  .py-sm-150 {
    padding-top: 9.375rem !important; }
  .pr-sm-150,
  .px-sm-150 {
    padding-right: 9.375rem !important; }
  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 9.375rem !important; }
  .pl-sm-150,
  .px-sm-150 {
    padding-left: 9.375rem !important; }
  .p-sm-200 {
    padding: 12.5rem !important; }
  .pt-sm-200,
  .py-sm-200 {
    padding-top: 12.5rem !important; }
  .pr-sm-200,
  .px-sm-200 {
    padding-right: 12.5rem !important; }
  .pb-sm-200,
  .py-sm-200 {
    padding-bottom: 12.5rem !important; }
  .pl-sm-200,
  .px-sm-200 {
    padding-left: 12.5rem !important; }
  .p-sm-225 {
    padding: 14.0625rem !important; }
  .pt-sm-225,
  .py-sm-225 {
    padding-top: 14.0625rem !important; }
  .pr-sm-225,
  .px-sm-225 {
    padding-right: 14.0625rem !important; }
  .pb-sm-225,
  .py-sm-225 {
    padding-bottom: 14.0625rem !important; }
  .pl-sm-225,
  .px-sm-225 {
    padding-left: 14.0625rem !important; }
  .p-sm-250 {
    padding: 15.625rem !important; }
  .pt-sm-250,
  .py-sm-250 {
    padding-top: 15.625rem !important; }
  .pr-sm-250,
  .px-sm-250 {
    padding-right: 15.625rem !important; }
  .pb-sm-250,
  .py-sm-250 {
    padding-bottom: 15.625rem !important; }
  .pl-sm-250,
  .px-sm-250 {
    padding-left: 15.625rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 0.3125rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 0.3125rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 0.3125rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 0.3125rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 0.3125rem !important; }
  .m-md--175 {
    margin: -10.9375rem !important; }
  .mt-md--175,
  .my-md--175 {
    margin-top: -10.9375rem !important; }
  .mr-md--175,
  .mx-md--175 {
    margin-right: -10.9375rem !important; }
  .mb-md--175,
  .my-md--175 {
    margin-bottom: -10.9375rem !important; }
  .ml-md--175,
  .mx-md--175 {
    margin-left: -10.9375rem !important; }
  .m-md--150 {
    margin: -9.375rem !important; }
  .mt-md--150,
  .my-md--150 {
    margin-top: -9.375rem !important; }
  .mr-md--150,
  .mx-md--150 {
    margin-right: -9.375rem !important; }
  .mb-md--150,
  .my-md--150 {
    margin-bottom: -9.375rem !important; }
  .ml-md--150,
  .mx-md--150 {
    margin-left: -9.375rem !important; }
  .m-md--140 {
    margin: -8.75rem !important; }
  .mt-md--140,
  .my-md--140 {
    margin-top: -8.75rem !important; }
  .mr-md--140,
  .mx-md--140 {
    margin-right: -8.75rem !important; }
  .mb-md--140,
  .my-md--140 {
    margin-bottom: -8.75rem !important; }
  .ml-md--140,
  .mx-md--140 {
    margin-left: -8.75rem !important; }
  .m-md--110 {
    margin: -6.875rem !important; }
  .mt-md--110,
  .my-md--110 {
    margin-top: -6.875rem !important; }
  .mr-md--110,
  .mx-md--110 {
    margin-right: -6.875rem !important; }
  .mb-md--110,
  .my-md--110 {
    margin-bottom: -6.875rem !important; }
  .ml-md--110,
  .mx-md--110 {
    margin-left: -6.875rem !important; }
  .m-md--100 {
    margin: -6.25rem !important; }
  .mt-md--100,
  .my-md--100 {
    margin-top: -6.25rem !important; }
  .mr-md--100,
  .mx-md--100 {
    margin-right: -6.25rem !important; }
  .mb-md--100,
  .my-md--100 {
    margin-bottom: -6.25rem !important; }
  .ml-md--100,
  .mx-md--100 {
    margin-left: -6.25rem !important; }
  .m-md--90 {
    margin: -5.625rem !important; }
  .mt-md--90,
  .my-md--90 {
    margin-top: -5.625rem !important; }
  .mr-md--90,
  .mx-md--90 {
    margin-right: -5.625rem !important; }
  .mb-md--90,
  .my-md--90 {
    margin-bottom: -5.625rem !important; }
  .ml-md--90,
  .mx-md--90 {
    margin-left: -5.625rem !important; }
  .m-md--80 {
    margin: -5rem !important; }
  .mt-md--80,
  .my-md--80 {
    margin-top: -5rem !important; }
  .mr-md--80,
  .mx-md--80 {
    margin-right: -5rem !important; }
  .mb-md--80,
  .my-md--80 {
    margin-bottom: -5rem !important; }
  .ml-md--80,
  .mx-md--80 {
    margin-left: -5rem !important; }
  .m-md--70 {
    margin: -4.375rem !important; }
  .mt-md--70,
  .my-md--70 {
    margin-top: -4.375rem !important; }
  .mr-md--70,
  .mx-md--70 {
    margin-right: -4.375rem !important; }
  .mb-md--70,
  .my-md--70 {
    margin-bottom: -4.375rem !important; }
  .ml-md--70,
  .mx-md--70 {
    margin-left: -4.375rem !important; }
  .m-md--60 {
    margin: -3.75rem !important; }
  .mt-md--60,
  .my-md--60 {
    margin-top: -3.75rem !important; }
  .mr-md--60,
  .mx-md--60 {
    margin-right: -3.75rem !important; }
  .mb-md--60,
  .my-md--60 {
    margin-bottom: -3.75rem !important; }
  .ml-md--60,
  .mx-md--60 {
    margin-left: -3.75rem !important; }
  .m-md--55 {
    margin: -3.4375rem !important; }
  .mt-md--55,
  .my-md--55 {
    margin-top: -3.4375rem !important; }
  .mr-md--55,
  .mx-md--55 {
    margin-right: -3.4375rem !important; }
  .mb-md--55,
  .my-md--55 {
    margin-bottom: -3.4375rem !important; }
  .ml-md--55,
  .mx-md--55 {
    margin-left: -3.4375rem !important; }
  .m-md--50 {
    margin: -3.125rem !important; }
  .mt-md--50,
  .my-md--50 {
    margin-top: -3.125rem !important; }
  .mr-md--50,
  .mx-md--50 {
    margin-right: -3.125rem !important; }
  .mb-md--50,
  .my-md--50 {
    margin-bottom: -3.125rem !important; }
  .ml-md--50,
  .mx-md--50 {
    margin-left: -3.125rem !important; }
  .m-md--40 {
    margin: -2.5rem !important; }
  .mt-md--40,
  .my-md--40 {
    margin-top: -2.5rem !important; }
  .mr-md--40,
  .mx-md--40 {
    margin-right: -2.5rem !important; }
  .mb-md--40,
  .my-md--40 {
    margin-bottom: -2.5rem !important; }
  .ml-md--40,
  .mx-md--40 {
    margin-left: -2.5rem !important; }
  .m-md--30 {
    margin: -1.875rem !important; }
  .mt-md--30,
  .my-md--30 {
    margin-top: -1.875rem !important; }
  .mr-md--30,
  .mx-md--30 {
    margin-right: -1.875rem !important; }
  .mb-md--30,
  .my-md--30 {
    margin-bottom: -1.875rem !important; }
  .ml-md--30,
  .mx-md--30 {
    margin-left: -1.875rem !important; }
  .m-md--28 {
    margin: -1.75rem !important; }
  .mt-md--28,
  .my-md--28 {
    margin-top: -1.75rem !important; }
  .mr-md--28,
  .mx-md--28 {
    margin-right: -1.75rem !important; }
  .mb-md--28,
  .my-md--28 {
    margin-bottom: -1.75rem !important; }
  .ml-md--28,
  .mx-md--28 {
    margin-left: -1.75rem !important; }
  .m-md--25 {
    margin: -1.5625rem !important; }
  .mt-md--25,
  .my-md--25 {
    margin-top: -1.5625rem !important; }
  .mr-md--25,
  .mx-md--25 {
    margin-right: -1.5625rem !important; }
  .mb-md--25,
  .my-md--25 {
    margin-bottom: -1.5625rem !important; }
  .ml-md--25,
  .mx-md--25 {
    margin-left: -1.5625rem !important; }
  .m-md--15 {
    margin: -0.9375rem !important; }
  .mt-md--15,
  .my-md--15 {
    margin-top: -0.9375rem !important; }
  .mr-md--15,
  .mx-md--15 {
    margin-right: -0.9375rem !important; }
  .mb-md--15,
  .my-md--15 {
    margin-bottom: -0.9375rem !important; }
  .ml-md--15,
  .mx-md--15 {
    margin-left: -0.9375rem !important; }
  .m-md--10 {
    margin: -0.625rem !important; }
  .mt-md--10,
  .my-md--10 {
    margin-top: -0.625rem !important; }
  .mr-md--10,
  .mx-md--10 {
    margin-right: -0.625rem !important; }
  .mb-md--10,
  .my-md--10 {
    margin-bottom: -0.625rem !important; }
  .ml-md--10,
  .mx-md--10 {
    margin-left: -0.625rem !important; }
  .m-md--5 {
    margin: -0.3125rem !important; }
  .mt-md--5,
  .my-md--5 {
    margin-top: -0.3125rem !important; }
  .mr-md--5,
  .mx-md--5 {
    margin-right: -0.3125rem !important; }
  .mb-md--5,
  .my-md--5 {
    margin-bottom: -0.3125rem !important; }
  .ml-md--5,
  .mx-md--5 {
    margin-left: -0.3125rem !important; }
  .m-md-8 {
    margin: 0.5rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 0.5rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 0.5rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 0.5rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 0.5rem !important; }
  .m-md-10 {
    margin: 0.625rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 0.625rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 0.625rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 0.625rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 0.625rem !important; }
  .m-md-15 {
    margin: 0.9375rem !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 0.9375rem !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 0.9375rem !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 0.9375rem !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 0.9375rem !important; }
  .m-md-20 {
    margin: 1.25rem !important; }
  .mt-md-20,
  .my-md-20 {
    margin-top: 1.25rem !important; }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 1.25rem !important; }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 1.25rem !important; }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 1.25rem !important; }
  .m-md-25 {
    margin: 1.5625rem !important; }
  .mt-md-25,
  .my-md-25 {
    margin-top: 1.5625rem !important; }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 1.5625rem !important; }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 1.5625rem !important; }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 1.5625rem !important; }
  .m-md-30 {
    margin: 1.875rem !important; }
  .mt-md-30,
  .my-md-30 {
    margin-top: 1.875rem !important; }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 1.875rem !important; }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 1.875rem !important; }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 1.875rem !important; }
  .m-md-35 {
    margin: 2.1875rem !important; }
  .mt-md-35,
  .my-md-35 {
    margin-top: 2.1875rem !important; }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 2.1875rem !important; }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 2.1875rem !important; }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 2.1875rem !important; }
  .m-md-40 {
    margin: 2.5rem !important; }
  .mt-md-40,
  .my-md-40 {
    margin-top: 2.5rem !important; }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 2.5rem !important; }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 2.5rem !important; }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 2.5rem !important; }
  .m-md-50 {
    margin: 3.125rem !important; }
  .mt-md-50,
  .my-md-50 {
    margin-top: 3.125rem !important; }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 3.125rem !important; }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 3.125rem !important; }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 3.125rem !important; }
  .m-md-60 {
    margin: 3.75rem !important; }
  .mt-md-60,
  .my-md-60 {
    margin-top: 3.75rem !important; }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 3.75rem !important; }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 3.75rem !important; }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 3.75rem !important; }
  .m-md-70 {
    margin: 4.375rem !important; }
  .mt-md-70,
  .my-md-70 {
    margin-top: 4.375rem !important; }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 4.375rem !important; }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 4.375rem !important; }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 4.375rem !important; }
  .m-md-80 {
    margin: 5rem !important; }
  .mt-md-80,
  .my-md-80 {
    margin-top: 5rem !important; }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 5rem !important; }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 5rem !important; }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 5rem !important; }
  .m-md-90 {
    margin: 5.625rem !important; }
  .mt-md-90,
  .my-md-90 {
    margin-top: 5.625rem !important; }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 5.625rem !important; }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 5.625rem !important; }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 5.625rem !important; }
  .m-md-100 {
    margin: 6.25rem !important; }
  .mt-md-100,
  .my-md-100 {
    margin-top: 6.25rem !important; }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 6.25rem !important; }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 6.25rem !important; }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 6.25rem !important; }
  .m-md-120 {
    margin: 7.5rem !important; }
  .mt-md-120,
  .my-md-120 {
    margin-top: 7.5rem !important; }
  .mr-md-120,
  .mx-md-120 {
    margin-right: 7.5rem !important; }
  .mb-md-120,
  .my-md-120 {
    margin-bottom: 7.5rem !important; }
  .ml-md-120,
  .mx-md-120 {
    margin-left: 7.5rem !important; }
  .m-md-130 {
    margin: 8.125rem !important; }
  .mt-md-130,
  .my-md-130 {
    margin-top: 8.125rem !important; }
  .mr-md-130,
  .mx-md-130 {
    margin-right: 8.125rem !important; }
  .mb-md-130,
  .my-md-130 {
    margin-bottom: 8.125rem !important; }
  .ml-md-130,
  .mx-md-130 {
    margin-left: 8.125rem !important; }
  .m-md-150 {
    margin: 9.375rem !important; }
  .mt-md-150,
  .my-md-150 {
    margin-top: 9.375rem !important; }
  .mr-md-150,
  .mx-md-150 {
    margin-right: 9.375rem !important; }
  .mb-md-150,
  .my-md-150 {
    margin-bottom: 9.375rem !important; }
  .ml-md-150,
  .mx-md-150 {
    margin-left: 9.375rem !important; }
  .m-md-200 {
    margin: 12.5rem !important; }
  .mt-md-200,
  .my-md-200 {
    margin-top: 12.5rem !important; }
  .mr-md-200,
  .mx-md-200 {
    margin-right: 12.5rem !important; }
  .mb-md-200,
  .my-md-200 {
    margin-bottom: 12.5rem !important; }
  .ml-md-200,
  .mx-md-200 {
    margin-left: 12.5rem !important; }
  .m-md-225 {
    margin: 14.0625rem !important; }
  .mt-md-225,
  .my-md-225 {
    margin-top: 14.0625rem !important; }
  .mr-md-225,
  .mx-md-225 {
    margin-right: 14.0625rem !important; }
  .mb-md-225,
  .my-md-225 {
    margin-bottom: 14.0625rem !important; }
  .ml-md-225,
  .mx-md-225 {
    margin-left: 14.0625rem !important; }
  .m-md-250 {
    margin: 15.625rem !important; }
  .mt-md-250,
  .my-md-250 {
    margin-top: 15.625rem !important; }
  .mr-md-250,
  .mx-md-250 {
    margin-right: 15.625rem !important; }
  .mb-md-250,
  .my-md-250 {
    margin-bottom: 15.625rem !important; }
  .ml-md-250,
  .mx-md-250 {
    margin-left: 15.625rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 0.3125rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 0.3125rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 0.3125rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 0.3125rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 0.3125rem !important; }
  .p-md--175 {
    padding: -10.9375rem !important; }
  .pt-md--175,
  .py-md--175 {
    padding-top: -10.9375rem !important; }
  .pr-md--175,
  .px-md--175 {
    padding-right: -10.9375rem !important; }
  .pb-md--175,
  .py-md--175 {
    padding-bottom: -10.9375rem !important; }
  .pl-md--175,
  .px-md--175 {
    padding-left: -10.9375rem !important; }
  .p-md--150 {
    padding: -9.375rem !important; }
  .pt-md--150,
  .py-md--150 {
    padding-top: -9.375rem !important; }
  .pr-md--150,
  .px-md--150 {
    padding-right: -9.375rem !important; }
  .pb-md--150,
  .py-md--150 {
    padding-bottom: -9.375rem !important; }
  .pl-md--150,
  .px-md--150 {
    padding-left: -9.375rem !important; }
  .p-md--140 {
    padding: -8.75rem !important; }
  .pt-md--140,
  .py-md--140 {
    padding-top: -8.75rem !important; }
  .pr-md--140,
  .px-md--140 {
    padding-right: -8.75rem !important; }
  .pb-md--140,
  .py-md--140 {
    padding-bottom: -8.75rem !important; }
  .pl-md--140,
  .px-md--140 {
    padding-left: -8.75rem !important; }
  .p-md--110 {
    padding: -6.875rem !important; }
  .pt-md--110,
  .py-md--110 {
    padding-top: -6.875rem !important; }
  .pr-md--110,
  .px-md--110 {
    padding-right: -6.875rem !important; }
  .pb-md--110,
  .py-md--110 {
    padding-bottom: -6.875rem !important; }
  .pl-md--110,
  .px-md--110 {
    padding-left: -6.875rem !important; }
  .p-md--100 {
    padding: -6.25rem !important; }
  .pt-md--100,
  .py-md--100 {
    padding-top: -6.25rem !important; }
  .pr-md--100,
  .px-md--100 {
    padding-right: -6.25rem !important; }
  .pb-md--100,
  .py-md--100 {
    padding-bottom: -6.25rem !important; }
  .pl-md--100,
  .px-md--100 {
    padding-left: -6.25rem !important; }
  .p-md--90 {
    padding: -5.625rem !important; }
  .pt-md--90,
  .py-md--90 {
    padding-top: -5.625rem !important; }
  .pr-md--90,
  .px-md--90 {
    padding-right: -5.625rem !important; }
  .pb-md--90,
  .py-md--90 {
    padding-bottom: -5.625rem !important; }
  .pl-md--90,
  .px-md--90 {
    padding-left: -5.625rem !important; }
  .p-md--80 {
    padding: -5rem !important; }
  .pt-md--80,
  .py-md--80 {
    padding-top: -5rem !important; }
  .pr-md--80,
  .px-md--80 {
    padding-right: -5rem !important; }
  .pb-md--80,
  .py-md--80 {
    padding-bottom: -5rem !important; }
  .pl-md--80,
  .px-md--80 {
    padding-left: -5rem !important; }
  .p-md--70 {
    padding: -4.375rem !important; }
  .pt-md--70,
  .py-md--70 {
    padding-top: -4.375rem !important; }
  .pr-md--70,
  .px-md--70 {
    padding-right: -4.375rem !important; }
  .pb-md--70,
  .py-md--70 {
    padding-bottom: -4.375rem !important; }
  .pl-md--70,
  .px-md--70 {
    padding-left: -4.375rem !important; }
  .p-md--60 {
    padding: -3.75rem !important; }
  .pt-md--60,
  .py-md--60 {
    padding-top: -3.75rem !important; }
  .pr-md--60,
  .px-md--60 {
    padding-right: -3.75rem !important; }
  .pb-md--60,
  .py-md--60 {
    padding-bottom: -3.75rem !important; }
  .pl-md--60,
  .px-md--60 {
    padding-left: -3.75rem !important; }
  .p-md--55 {
    padding: -3.4375rem !important; }
  .pt-md--55,
  .py-md--55 {
    padding-top: -3.4375rem !important; }
  .pr-md--55,
  .px-md--55 {
    padding-right: -3.4375rem !important; }
  .pb-md--55,
  .py-md--55 {
    padding-bottom: -3.4375rem !important; }
  .pl-md--55,
  .px-md--55 {
    padding-left: -3.4375rem !important; }
  .p-md--50 {
    padding: -3.125rem !important; }
  .pt-md--50,
  .py-md--50 {
    padding-top: -3.125rem !important; }
  .pr-md--50,
  .px-md--50 {
    padding-right: -3.125rem !important; }
  .pb-md--50,
  .py-md--50 {
    padding-bottom: -3.125rem !important; }
  .pl-md--50,
  .px-md--50 {
    padding-left: -3.125rem !important; }
  .p-md--40 {
    padding: -2.5rem !important; }
  .pt-md--40,
  .py-md--40 {
    padding-top: -2.5rem !important; }
  .pr-md--40,
  .px-md--40 {
    padding-right: -2.5rem !important; }
  .pb-md--40,
  .py-md--40 {
    padding-bottom: -2.5rem !important; }
  .pl-md--40,
  .px-md--40 {
    padding-left: -2.5rem !important; }
  .p-md--30 {
    padding: -1.875rem !important; }
  .pt-md--30,
  .py-md--30 {
    padding-top: -1.875rem !important; }
  .pr-md--30,
  .px-md--30 {
    padding-right: -1.875rem !important; }
  .pb-md--30,
  .py-md--30 {
    padding-bottom: -1.875rem !important; }
  .pl-md--30,
  .px-md--30 {
    padding-left: -1.875rem !important; }
  .p-md--28 {
    padding: -1.75rem !important; }
  .pt-md--28,
  .py-md--28 {
    padding-top: -1.75rem !important; }
  .pr-md--28,
  .px-md--28 {
    padding-right: -1.75rem !important; }
  .pb-md--28,
  .py-md--28 {
    padding-bottom: -1.75rem !important; }
  .pl-md--28,
  .px-md--28 {
    padding-left: -1.75rem !important; }
  .p-md--25 {
    padding: -1.5625rem !important; }
  .pt-md--25,
  .py-md--25 {
    padding-top: -1.5625rem !important; }
  .pr-md--25,
  .px-md--25 {
    padding-right: -1.5625rem !important; }
  .pb-md--25,
  .py-md--25 {
    padding-bottom: -1.5625rem !important; }
  .pl-md--25,
  .px-md--25 {
    padding-left: -1.5625rem !important; }
  .p-md--15 {
    padding: -0.9375rem !important; }
  .pt-md--15,
  .py-md--15 {
    padding-top: -0.9375rem !important; }
  .pr-md--15,
  .px-md--15 {
    padding-right: -0.9375rem !important; }
  .pb-md--15,
  .py-md--15 {
    padding-bottom: -0.9375rem !important; }
  .pl-md--15,
  .px-md--15 {
    padding-left: -0.9375rem !important; }
  .p-md--10 {
    padding: -0.625rem !important; }
  .pt-md--10,
  .py-md--10 {
    padding-top: -0.625rem !important; }
  .pr-md--10,
  .px-md--10 {
    padding-right: -0.625rem !important; }
  .pb-md--10,
  .py-md--10 {
    padding-bottom: -0.625rem !important; }
  .pl-md--10,
  .px-md--10 {
    padding-left: -0.625rem !important; }
  .p-md--5 {
    padding: -0.3125rem !important; }
  .pt-md--5,
  .py-md--5 {
    padding-top: -0.3125rem !important; }
  .pr-md--5,
  .px-md--5 {
    padding-right: -0.3125rem !important; }
  .pb-md--5,
  .py-md--5 {
    padding-bottom: -0.3125rem !important; }
  .pl-md--5,
  .px-md--5 {
    padding-left: -0.3125rem !important; }
  .p-md-8 {
    padding: 0.5rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 0.5rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 0.5rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 0.5rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 0.5rem !important; }
  .p-md-10 {
    padding: 0.625rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 0.625rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 0.625rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 0.625rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 0.625rem !important; }
  .p-md-15 {
    padding: 0.9375rem !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 0.9375rem !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 0.9375rem !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 0.9375rem !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 0.9375rem !important; }
  .p-md-20 {
    padding: 1.25rem !important; }
  .pt-md-20,
  .py-md-20 {
    padding-top: 1.25rem !important; }
  .pr-md-20,
  .px-md-20 {
    padding-right: 1.25rem !important; }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 1.25rem !important; }
  .pl-md-20,
  .px-md-20 {
    padding-left: 1.25rem !important; }
  .p-md-25 {
    padding: 1.5625rem !important; }
  .pt-md-25,
  .py-md-25 {
    padding-top: 1.5625rem !important; }
  .pr-md-25,
  .px-md-25 {
    padding-right: 1.5625rem !important; }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 1.5625rem !important; }
  .pl-md-25,
  .px-md-25 {
    padding-left: 1.5625rem !important; }
  .p-md-30 {
    padding: 1.875rem !important; }
  .pt-md-30,
  .py-md-30 {
    padding-top: 1.875rem !important; }
  .pr-md-30,
  .px-md-30 {
    padding-right: 1.875rem !important; }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 1.875rem !important; }
  .pl-md-30,
  .px-md-30 {
    padding-left: 1.875rem !important; }
  .p-md-35 {
    padding: 2.1875rem !important; }
  .pt-md-35,
  .py-md-35 {
    padding-top: 2.1875rem !important; }
  .pr-md-35,
  .px-md-35 {
    padding-right: 2.1875rem !important; }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 2.1875rem !important; }
  .pl-md-35,
  .px-md-35 {
    padding-left: 2.1875rem !important; }
  .p-md-40 {
    padding: 2.5rem !important; }
  .pt-md-40,
  .py-md-40 {
    padding-top: 2.5rem !important; }
  .pr-md-40,
  .px-md-40 {
    padding-right: 2.5rem !important; }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 2.5rem !important; }
  .pl-md-40,
  .px-md-40 {
    padding-left: 2.5rem !important; }
  .p-md-50 {
    padding: 3.125rem !important; }
  .pt-md-50,
  .py-md-50 {
    padding-top: 3.125rem !important; }
  .pr-md-50,
  .px-md-50 {
    padding-right: 3.125rem !important; }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 3.125rem !important; }
  .pl-md-50,
  .px-md-50 {
    padding-left: 3.125rem !important; }
  .p-md-60 {
    padding: 3.75rem !important; }
  .pt-md-60,
  .py-md-60 {
    padding-top: 3.75rem !important; }
  .pr-md-60,
  .px-md-60 {
    padding-right: 3.75rem !important; }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 3.75rem !important; }
  .pl-md-60,
  .px-md-60 {
    padding-left: 3.75rem !important; }
  .p-md-70 {
    padding: 4.375rem !important; }
  .pt-md-70,
  .py-md-70 {
    padding-top: 4.375rem !important; }
  .pr-md-70,
  .px-md-70 {
    padding-right: 4.375rem !important; }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 4.375rem !important; }
  .pl-md-70,
  .px-md-70 {
    padding-left: 4.375rem !important; }
  .p-md-80 {
    padding: 5rem !important; }
  .pt-md-80,
  .py-md-80 {
    padding-top: 5rem !important; }
  .pr-md-80,
  .px-md-80 {
    padding-right: 5rem !important; }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 5rem !important; }
  .pl-md-80,
  .px-md-80 {
    padding-left: 5rem !important; }
  .p-md-90 {
    padding: 5.625rem !important; }
  .pt-md-90,
  .py-md-90 {
    padding-top: 5.625rem !important; }
  .pr-md-90,
  .px-md-90 {
    padding-right: 5.625rem !important; }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 5.625rem !important; }
  .pl-md-90,
  .px-md-90 {
    padding-left: 5.625rem !important; }
  .p-md-100 {
    padding: 6.25rem !important; }
  .pt-md-100,
  .py-md-100 {
    padding-top: 6.25rem !important; }
  .pr-md-100,
  .px-md-100 {
    padding-right: 6.25rem !important; }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 6.25rem !important; }
  .pl-md-100,
  .px-md-100 {
    padding-left: 6.25rem !important; }
  .p-md-120 {
    padding: 7.5rem !important; }
  .pt-md-120,
  .py-md-120 {
    padding-top: 7.5rem !important; }
  .pr-md-120,
  .px-md-120 {
    padding-right: 7.5rem !important; }
  .pb-md-120,
  .py-md-120 {
    padding-bottom: 7.5rem !important; }
  .pl-md-120,
  .px-md-120 {
    padding-left: 7.5rem !important; }
  .p-md-130 {
    padding: 8.125rem !important; }
  .pt-md-130,
  .py-md-130 {
    padding-top: 8.125rem !important; }
  .pr-md-130,
  .px-md-130 {
    padding-right: 8.125rem !important; }
  .pb-md-130,
  .py-md-130 {
    padding-bottom: 8.125rem !important; }
  .pl-md-130,
  .px-md-130 {
    padding-left: 8.125rem !important; }
  .p-md-150 {
    padding: 9.375rem !important; }
  .pt-md-150,
  .py-md-150 {
    padding-top: 9.375rem !important; }
  .pr-md-150,
  .px-md-150 {
    padding-right: 9.375rem !important; }
  .pb-md-150,
  .py-md-150 {
    padding-bottom: 9.375rem !important; }
  .pl-md-150,
  .px-md-150 {
    padding-left: 9.375rem !important; }
  .p-md-200 {
    padding: 12.5rem !important; }
  .pt-md-200,
  .py-md-200 {
    padding-top: 12.5rem !important; }
  .pr-md-200,
  .px-md-200 {
    padding-right: 12.5rem !important; }
  .pb-md-200,
  .py-md-200 {
    padding-bottom: 12.5rem !important; }
  .pl-md-200,
  .px-md-200 {
    padding-left: 12.5rem !important; }
  .p-md-225 {
    padding: 14.0625rem !important; }
  .pt-md-225,
  .py-md-225 {
    padding-top: 14.0625rem !important; }
  .pr-md-225,
  .px-md-225 {
    padding-right: 14.0625rem !important; }
  .pb-md-225,
  .py-md-225 {
    padding-bottom: 14.0625rem !important; }
  .pl-md-225,
  .px-md-225 {
    padding-left: 14.0625rem !important; }
  .p-md-250 {
    padding: 15.625rem !important; }
  .pt-md-250,
  .py-md-250 {
    padding-top: 15.625rem !important; }
  .pr-md-250,
  .px-md-250 {
    padding-right: 15.625rem !important; }
  .pb-md-250,
  .py-md-250 {
    padding-bottom: 15.625rem !important; }
  .pl-md-250,
  .px-md-250 {
    padding-left: 15.625rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 0.3125rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 0.3125rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 0.3125rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 0.3125rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 0.3125rem !important; }
  .m-lg--175 {
    margin: -10.9375rem !important; }
  .mt-lg--175,
  .my-lg--175 {
    margin-top: -10.9375rem !important; }
  .mr-lg--175,
  .mx-lg--175 {
    margin-right: -10.9375rem !important; }
  .mb-lg--175,
  .my-lg--175 {
    margin-bottom: -10.9375rem !important; }
  .ml-lg--175,
  .mx-lg--175 {
    margin-left: -10.9375rem !important; }
  .m-lg--150 {
    margin: -9.375rem !important; }
  .mt-lg--150,
  .my-lg--150 {
    margin-top: -9.375rem !important; }
  .mr-lg--150,
  .mx-lg--150 {
    margin-right: -9.375rem !important; }
  .mb-lg--150,
  .my-lg--150 {
    margin-bottom: -9.375rem !important; }
  .ml-lg--150,
  .mx-lg--150 {
    margin-left: -9.375rem !important; }
  .m-lg--140 {
    margin: -8.75rem !important; }
  .mt-lg--140,
  .my-lg--140 {
    margin-top: -8.75rem !important; }
  .mr-lg--140,
  .mx-lg--140 {
    margin-right: -8.75rem !important; }
  .mb-lg--140,
  .my-lg--140 {
    margin-bottom: -8.75rem !important; }
  .ml-lg--140,
  .mx-lg--140 {
    margin-left: -8.75rem !important; }
  .m-lg--110 {
    margin: -6.875rem !important; }
  .mt-lg--110,
  .my-lg--110 {
    margin-top: -6.875rem !important; }
  .mr-lg--110,
  .mx-lg--110 {
    margin-right: -6.875rem !important; }
  .mb-lg--110,
  .my-lg--110 {
    margin-bottom: -6.875rem !important; }
  .ml-lg--110,
  .mx-lg--110 {
    margin-left: -6.875rem !important; }
  .m-lg--100 {
    margin: -6.25rem !important; }
  .mt-lg--100,
  .my-lg--100 {
    margin-top: -6.25rem !important; }
  .mr-lg--100,
  .mx-lg--100 {
    margin-right: -6.25rem !important; }
  .mb-lg--100,
  .my-lg--100 {
    margin-bottom: -6.25rem !important; }
  .ml-lg--100,
  .mx-lg--100 {
    margin-left: -6.25rem !important; }
  .m-lg--90 {
    margin: -5.625rem !important; }
  .mt-lg--90,
  .my-lg--90 {
    margin-top: -5.625rem !important; }
  .mr-lg--90,
  .mx-lg--90 {
    margin-right: -5.625rem !important; }
  .mb-lg--90,
  .my-lg--90 {
    margin-bottom: -5.625rem !important; }
  .ml-lg--90,
  .mx-lg--90 {
    margin-left: -5.625rem !important; }
  .m-lg--80 {
    margin: -5rem !important; }
  .mt-lg--80,
  .my-lg--80 {
    margin-top: -5rem !important; }
  .mr-lg--80,
  .mx-lg--80 {
    margin-right: -5rem !important; }
  .mb-lg--80,
  .my-lg--80 {
    margin-bottom: -5rem !important; }
  .ml-lg--80,
  .mx-lg--80 {
    margin-left: -5rem !important; }
  .m-lg--70 {
    margin: -4.375rem !important; }
  .mt-lg--70,
  .my-lg--70 {
    margin-top: -4.375rem !important; }
  .mr-lg--70,
  .mx-lg--70 {
    margin-right: -4.375rem !important; }
  .mb-lg--70,
  .my-lg--70 {
    margin-bottom: -4.375rem !important; }
  .ml-lg--70,
  .mx-lg--70 {
    margin-left: -4.375rem !important; }
  .m-lg--60 {
    margin: -3.75rem !important; }
  .mt-lg--60,
  .my-lg--60 {
    margin-top: -3.75rem !important; }
  .mr-lg--60,
  .mx-lg--60 {
    margin-right: -3.75rem !important; }
  .mb-lg--60,
  .my-lg--60 {
    margin-bottom: -3.75rem !important; }
  .ml-lg--60,
  .mx-lg--60 {
    margin-left: -3.75rem !important; }
  .m-lg--55 {
    margin: -3.4375rem !important; }
  .mt-lg--55,
  .my-lg--55 {
    margin-top: -3.4375rem !important; }
  .mr-lg--55,
  .mx-lg--55 {
    margin-right: -3.4375rem !important; }
  .mb-lg--55,
  .my-lg--55 {
    margin-bottom: -3.4375rem !important; }
  .ml-lg--55,
  .mx-lg--55 {
    margin-left: -3.4375rem !important; }
  .m-lg--50 {
    margin: -3.125rem !important; }
  .mt-lg--50,
  .my-lg--50 {
    margin-top: -3.125rem !important; }
  .mr-lg--50,
  .mx-lg--50 {
    margin-right: -3.125rem !important; }
  .mb-lg--50,
  .my-lg--50 {
    margin-bottom: -3.125rem !important; }
  .ml-lg--50,
  .mx-lg--50 {
    margin-left: -3.125rem !important; }
  .m-lg--40 {
    margin: -2.5rem !important; }
  .mt-lg--40,
  .my-lg--40 {
    margin-top: -2.5rem !important; }
  .mr-lg--40,
  .mx-lg--40 {
    margin-right: -2.5rem !important; }
  .mb-lg--40,
  .my-lg--40 {
    margin-bottom: -2.5rem !important; }
  .ml-lg--40,
  .mx-lg--40 {
    margin-left: -2.5rem !important; }
  .m-lg--30 {
    margin: -1.875rem !important; }
  .mt-lg--30,
  .my-lg--30 {
    margin-top: -1.875rem !important; }
  .mr-lg--30,
  .mx-lg--30 {
    margin-right: -1.875rem !important; }
  .mb-lg--30,
  .my-lg--30 {
    margin-bottom: -1.875rem !important; }
  .ml-lg--30,
  .mx-lg--30 {
    margin-left: -1.875rem !important; }
  .m-lg--28 {
    margin: -1.75rem !important; }
  .mt-lg--28,
  .my-lg--28 {
    margin-top: -1.75rem !important; }
  .mr-lg--28,
  .mx-lg--28 {
    margin-right: -1.75rem !important; }
  .mb-lg--28,
  .my-lg--28 {
    margin-bottom: -1.75rem !important; }
  .ml-lg--28,
  .mx-lg--28 {
    margin-left: -1.75rem !important; }
  .m-lg--25 {
    margin: -1.5625rem !important; }
  .mt-lg--25,
  .my-lg--25 {
    margin-top: -1.5625rem !important; }
  .mr-lg--25,
  .mx-lg--25 {
    margin-right: -1.5625rem !important; }
  .mb-lg--25,
  .my-lg--25 {
    margin-bottom: -1.5625rem !important; }
  .ml-lg--25,
  .mx-lg--25 {
    margin-left: -1.5625rem !important; }
  .m-lg--15 {
    margin: -0.9375rem !important; }
  .mt-lg--15,
  .my-lg--15 {
    margin-top: -0.9375rem !important; }
  .mr-lg--15,
  .mx-lg--15 {
    margin-right: -0.9375rem !important; }
  .mb-lg--15,
  .my-lg--15 {
    margin-bottom: -0.9375rem !important; }
  .ml-lg--15,
  .mx-lg--15 {
    margin-left: -0.9375rem !important; }
  .m-lg--10 {
    margin: -0.625rem !important; }
  .mt-lg--10,
  .my-lg--10 {
    margin-top: -0.625rem !important; }
  .mr-lg--10,
  .mx-lg--10 {
    margin-right: -0.625rem !important; }
  .mb-lg--10,
  .my-lg--10 {
    margin-bottom: -0.625rem !important; }
  .ml-lg--10,
  .mx-lg--10 {
    margin-left: -0.625rem !important; }
  .m-lg--5 {
    margin: -0.3125rem !important; }
  .mt-lg--5,
  .my-lg--5 {
    margin-top: -0.3125rem !important; }
  .mr-lg--5,
  .mx-lg--5 {
    margin-right: -0.3125rem !important; }
  .mb-lg--5,
  .my-lg--5 {
    margin-bottom: -0.3125rem !important; }
  .ml-lg--5,
  .mx-lg--5 {
    margin-left: -0.3125rem !important; }
  .m-lg-8 {
    margin: 0.5rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 0.5rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 0.5rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 0.5rem !important; }
  .m-lg-10 {
    margin: 0.625rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 0.625rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 0.625rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 0.625rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 0.625rem !important; }
  .m-lg-15 {
    margin: 0.9375rem !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 0.9375rem !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 0.9375rem !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 0.9375rem !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 0.9375rem !important; }
  .m-lg-20 {
    margin: 1.25rem !important; }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 1.25rem !important; }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 1.25rem !important; }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 1.25rem !important; }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 1.25rem !important; }
  .m-lg-25 {
    margin: 1.5625rem !important; }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 1.5625rem !important; }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 1.5625rem !important; }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 1.5625rem !important; }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 1.5625rem !important; }
  .m-lg-30 {
    margin: 1.875rem !important; }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 1.875rem !important; }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 1.875rem !important; }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 1.875rem !important; }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 1.875rem !important; }
  .m-lg-35 {
    margin: 2.1875rem !important; }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 2.1875rem !important; }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 2.1875rem !important; }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 2.1875rem !important; }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 2.1875rem !important; }
  .m-lg-40 {
    margin: 2.5rem !important; }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 2.5rem !important; }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 2.5rem !important; }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 2.5rem !important; }
  .m-lg-50 {
    margin: 3.125rem !important; }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 3.125rem !important; }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 3.125rem !important; }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 3.125rem !important; }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 3.125rem !important; }
  .m-lg-60 {
    margin: 3.75rem !important; }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 3.75rem !important; }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 3.75rem !important; }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 3.75rem !important; }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 3.75rem !important; }
  .m-lg-70 {
    margin: 4.375rem !important; }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 4.375rem !important; }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 4.375rem !important; }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 4.375rem !important; }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 4.375rem !important; }
  .m-lg-80 {
    margin: 5rem !important; }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 5rem !important; }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 5rem !important; }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 5rem !important; }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 5rem !important; }
  .m-lg-90 {
    margin: 5.625rem !important; }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 5.625rem !important; }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 5.625rem !important; }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 5.625rem !important; }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 5.625rem !important; }
  .m-lg-100 {
    margin: 6.25rem !important; }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 6.25rem !important; }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 6.25rem !important; }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 6.25rem !important; }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 6.25rem !important; }
  .m-lg-120 {
    margin: 7.5rem !important; }
  .mt-lg-120,
  .my-lg-120 {
    margin-top: 7.5rem !important; }
  .mr-lg-120,
  .mx-lg-120 {
    margin-right: 7.5rem !important; }
  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 7.5rem !important; }
  .ml-lg-120,
  .mx-lg-120 {
    margin-left: 7.5rem !important; }
  .m-lg-130 {
    margin: 8.125rem !important; }
  .mt-lg-130,
  .my-lg-130 {
    margin-top: 8.125rem !important; }
  .mr-lg-130,
  .mx-lg-130 {
    margin-right: 8.125rem !important; }
  .mb-lg-130,
  .my-lg-130 {
    margin-bottom: 8.125rem !important; }
  .ml-lg-130,
  .mx-lg-130 {
    margin-left: 8.125rem !important; }
  .m-lg-150 {
    margin: 9.375rem !important; }
  .mt-lg-150,
  .my-lg-150 {
    margin-top: 9.375rem !important; }
  .mr-lg-150,
  .mx-lg-150 {
    margin-right: 9.375rem !important; }
  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 9.375rem !important; }
  .ml-lg-150,
  .mx-lg-150 {
    margin-left: 9.375rem !important; }
  .m-lg-200 {
    margin: 12.5rem !important; }
  .mt-lg-200,
  .my-lg-200 {
    margin-top: 12.5rem !important; }
  .mr-lg-200,
  .mx-lg-200 {
    margin-right: 12.5rem !important; }
  .mb-lg-200,
  .my-lg-200 {
    margin-bottom: 12.5rem !important; }
  .ml-lg-200,
  .mx-lg-200 {
    margin-left: 12.5rem !important; }
  .m-lg-225 {
    margin: 14.0625rem !important; }
  .mt-lg-225,
  .my-lg-225 {
    margin-top: 14.0625rem !important; }
  .mr-lg-225,
  .mx-lg-225 {
    margin-right: 14.0625rem !important; }
  .mb-lg-225,
  .my-lg-225 {
    margin-bottom: 14.0625rem !important; }
  .ml-lg-225,
  .mx-lg-225 {
    margin-left: 14.0625rem !important; }
  .m-lg-250 {
    margin: 15.625rem !important; }
  .mt-lg-250,
  .my-lg-250 {
    margin-top: 15.625rem !important; }
  .mr-lg-250,
  .mx-lg-250 {
    margin-right: 15.625rem !important; }
  .mb-lg-250,
  .my-lg-250 {
    margin-bottom: 15.625rem !important; }
  .ml-lg-250,
  .mx-lg-250 {
    margin-left: 15.625rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 0.3125rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 0.3125rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 0.3125rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 0.3125rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 0.3125rem !important; }
  .p-lg--175 {
    padding: -10.9375rem !important; }
  .pt-lg--175,
  .py-lg--175 {
    padding-top: -10.9375rem !important; }
  .pr-lg--175,
  .px-lg--175 {
    padding-right: -10.9375rem !important; }
  .pb-lg--175,
  .py-lg--175 {
    padding-bottom: -10.9375rem !important; }
  .pl-lg--175,
  .px-lg--175 {
    padding-left: -10.9375rem !important; }
  .p-lg--150 {
    padding: -9.375rem !important; }
  .pt-lg--150,
  .py-lg--150 {
    padding-top: -9.375rem !important; }
  .pr-lg--150,
  .px-lg--150 {
    padding-right: -9.375rem !important; }
  .pb-lg--150,
  .py-lg--150 {
    padding-bottom: -9.375rem !important; }
  .pl-lg--150,
  .px-lg--150 {
    padding-left: -9.375rem !important; }
  .p-lg--140 {
    padding: -8.75rem !important; }
  .pt-lg--140,
  .py-lg--140 {
    padding-top: -8.75rem !important; }
  .pr-lg--140,
  .px-lg--140 {
    padding-right: -8.75rem !important; }
  .pb-lg--140,
  .py-lg--140 {
    padding-bottom: -8.75rem !important; }
  .pl-lg--140,
  .px-lg--140 {
    padding-left: -8.75rem !important; }
  .p-lg--110 {
    padding: -6.875rem !important; }
  .pt-lg--110,
  .py-lg--110 {
    padding-top: -6.875rem !important; }
  .pr-lg--110,
  .px-lg--110 {
    padding-right: -6.875rem !important; }
  .pb-lg--110,
  .py-lg--110 {
    padding-bottom: -6.875rem !important; }
  .pl-lg--110,
  .px-lg--110 {
    padding-left: -6.875rem !important; }
  .p-lg--100 {
    padding: -6.25rem !important; }
  .pt-lg--100,
  .py-lg--100 {
    padding-top: -6.25rem !important; }
  .pr-lg--100,
  .px-lg--100 {
    padding-right: -6.25rem !important; }
  .pb-lg--100,
  .py-lg--100 {
    padding-bottom: -6.25rem !important; }
  .pl-lg--100,
  .px-lg--100 {
    padding-left: -6.25rem !important; }
  .p-lg--90 {
    padding: -5.625rem !important; }
  .pt-lg--90,
  .py-lg--90 {
    padding-top: -5.625rem !important; }
  .pr-lg--90,
  .px-lg--90 {
    padding-right: -5.625rem !important; }
  .pb-lg--90,
  .py-lg--90 {
    padding-bottom: -5.625rem !important; }
  .pl-lg--90,
  .px-lg--90 {
    padding-left: -5.625rem !important; }
  .p-lg--80 {
    padding: -5rem !important; }
  .pt-lg--80,
  .py-lg--80 {
    padding-top: -5rem !important; }
  .pr-lg--80,
  .px-lg--80 {
    padding-right: -5rem !important; }
  .pb-lg--80,
  .py-lg--80 {
    padding-bottom: -5rem !important; }
  .pl-lg--80,
  .px-lg--80 {
    padding-left: -5rem !important; }
  .p-lg--70 {
    padding: -4.375rem !important; }
  .pt-lg--70,
  .py-lg--70 {
    padding-top: -4.375rem !important; }
  .pr-lg--70,
  .px-lg--70 {
    padding-right: -4.375rem !important; }
  .pb-lg--70,
  .py-lg--70 {
    padding-bottom: -4.375rem !important; }
  .pl-lg--70,
  .px-lg--70 {
    padding-left: -4.375rem !important; }
  .p-lg--60 {
    padding: -3.75rem !important; }
  .pt-lg--60,
  .py-lg--60 {
    padding-top: -3.75rem !important; }
  .pr-lg--60,
  .px-lg--60 {
    padding-right: -3.75rem !important; }
  .pb-lg--60,
  .py-lg--60 {
    padding-bottom: -3.75rem !important; }
  .pl-lg--60,
  .px-lg--60 {
    padding-left: -3.75rem !important; }
  .p-lg--55 {
    padding: -3.4375rem !important; }
  .pt-lg--55,
  .py-lg--55 {
    padding-top: -3.4375rem !important; }
  .pr-lg--55,
  .px-lg--55 {
    padding-right: -3.4375rem !important; }
  .pb-lg--55,
  .py-lg--55 {
    padding-bottom: -3.4375rem !important; }
  .pl-lg--55,
  .px-lg--55 {
    padding-left: -3.4375rem !important; }
  .p-lg--50 {
    padding: -3.125rem !important; }
  .pt-lg--50,
  .py-lg--50 {
    padding-top: -3.125rem !important; }
  .pr-lg--50,
  .px-lg--50 {
    padding-right: -3.125rem !important; }
  .pb-lg--50,
  .py-lg--50 {
    padding-bottom: -3.125rem !important; }
  .pl-lg--50,
  .px-lg--50 {
    padding-left: -3.125rem !important; }
  .p-lg--40 {
    padding: -2.5rem !important; }
  .pt-lg--40,
  .py-lg--40 {
    padding-top: -2.5rem !important; }
  .pr-lg--40,
  .px-lg--40 {
    padding-right: -2.5rem !important; }
  .pb-lg--40,
  .py-lg--40 {
    padding-bottom: -2.5rem !important; }
  .pl-lg--40,
  .px-lg--40 {
    padding-left: -2.5rem !important; }
  .p-lg--30 {
    padding: -1.875rem !important; }
  .pt-lg--30,
  .py-lg--30 {
    padding-top: -1.875rem !important; }
  .pr-lg--30,
  .px-lg--30 {
    padding-right: -1.875rem !important; }
  .pb-lg--30,
  .py-lg--30 {
    padding-bottom: -1.875rem !important; }
  .pl-lg--30,
  .px-lg--30 {
    padding-left: -1.875rem !important; }
  .p-lg--28 {
    padding: -1.75rem !important; }
  .pt-lg--28,
  .py-lg--28 {
    padding-top: -1.75rem !important; }
  .pr-lg--28,
  .px-lg--28 {
    padding-right: -1.75rem !important; }
  .pb-lg--28,
  .py-lg--28 {
    padding-bottom: -1.75rem !important; }
  .pl-lg--28,
  .px-lg--28 {
    padding-left: -1.75rem !important; }
  .p-lg--25 {
    padding: -1.5625rem !important; }
  .pt-lg--25,
  .py-lg--25 {
    padding-top: -1.5625rem !important; }
  .pr-lg--25,
  .px-lg--25 {
    padding-right: -1.5625rem !important; }
  .pb-lg--25,
  .py-lg--25 {
    padding-bottom: -1.5625rem !important; }
  .pl-lg--25,
  .px-lg--25 {
    padding-left: -1.5625rem !important; }
  .p-lg--15 {
    padding: -0.9375rem !important; }
  .pt-lg--15,
  .py-lg--15 {
    padding-top: -0.9375rem !important; }
  .pr-lg--15,
  .px-lg--15 {
    padding-right: -0.9375rem !important; }
  .pb-lg--15,
  .py-lg--15 {
    padding-bottom: -0.9375rem !important; }
  .pl-lg--15,
  .px-lg--15 {
    padding-left: -0.9375rem !important; }
  .p-lg--10 {
    padding: -0.625rem !important; }
  .pt-lg--10,
  .py-lg--10 {
    padding-top: -0.625rem !important; }
  .pr-lg--10,
  .px-lg--10 {
    padding-right: -0.625rem !important; }
  .pb-lg--10,
  .py-lg--10 {
    padding-bottom: -0.625rem !important; }
  .pl-lg--10,
  .px-lg--10 {
    padding-left: -0.625rem !important; }
  .p-lg--5 {
    padding: -0.3125rem !important; }
  .pt-lg--5,
  .py-lg--5 {
    padding-top: -0.3125rem !important; }
  .pr-lg--5,
  .px-lg--5 {
    padding-right: -0.3125rem !important; }
  .pb-lg--5,
  .py-lg--5 {
    padding-bottom: -0.3125rem !important; }
  .pl-lg--5,
  .px-lg--5 {
    padding-left: -0.3125rem !important; }
  .p-lg-8 {
    padding: 0.5rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 0.5rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 0.5rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 0.5rem !important; }
  .p-lg-10 {
    padding: 0.625rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 0.625rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 0.625rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 0.625rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 0.625rem !important; }
  .p-lg-15 {
    padding: 0.9375rem !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 0.9375rem !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 0.9375rem !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 0.9375rem !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 0.9375rem !important; }
  .p-lg-20 {
    padding: 1.25rem !important; }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 1.25rem !important; }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 1.25rem !important; }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 1.25rem !important; }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 1.25rem !important; }
  .p-lg-25 {
    padding: 1.5625rem !important; }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 1.5625rem !important; }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 1.5625rem !important; }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 1.5625rem !important; }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 1.5625rem !important; }
  .p-lg-30 {
    padding: 1.875rem !important; }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 1.875rem !important; }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 1.875rem !important; }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 1.875rem !important; }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 1.875rem !important; }
  .p-lg-35 {
    padding: 2.1875rem !important; }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 2.1875rem !important; }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 2.1875rem !important; }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 2.1875rem !important; }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 2.1875rem !important; }
  .p-lg-40 {
    padding: 2.5rem !important; }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 2.5rem !important; }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 2.5rem !important; }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 2.5rem !important; }
  .p-lg-50 {
    padding: 3.125rem !important; }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 3.125rem !important; }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 3.125rem !important; }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 3.125rem !important; }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 3.125rem !important; }
  .p-lg-60 {
    padding: 3.75rem !important; }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 3.75rem !important; }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 3.75rem !important; }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 3.75rem !important; }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 3.75rem !important; }
  .p-lg-70 {
    padding: 4.375rem !important; }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 4.375rem !important; }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 4.375rem !important; }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 4.375rem !important; }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 4.375rem !important; }
  .p-lg-80 {
    padding: 5rem !important; }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 5rem !important; }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 5rem !important; }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 5rem !important; }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 5rem !important; }
  .p-lg-90 {
    padding: 5.625rem !important; }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 5.625rem !important; }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 5.625rem !important; }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 5.625rem !important; }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 5.625rem !important; }
  .p-lg-100 {
    padding: 6.25rem !important; }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 6.25rem !important; }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 6.25rem !important; }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 6.25rem !important; }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 6.25rem !important; }
  .p-lg-120 {
    padding: 7.5rem !important; }
  .pt-lg-120,
  .py-lg-120 {
    padding-top: 7.5rem !important; }
  .pr-lg-120,
  .px-lg-120 {
    padding-right: 7.5rem !important; }
  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 7.5rem !important; }
  .pl-lg-120,
  .px-lg-120 {
    padding-left: 7.5rem !important; }
  .p-lg-130 {
    padding: 8.125rem !important; }
  .pt-lg-130,
  .py-lg-130 {
    padding-top: 8.125rem !important; }
  .pr-lg-130,
  .px-lg-130 {
    padding-right: 8.125rem !important; }
  .pb-lg-130,
  .py-lg-130 {
    padding-bottom: 8.125rem !important; }
  .pl-lg-130,
  .px-lg-130 {
    padding-left: 8.125rem !important; }
  .p-lg-150 {
    padding: 9.375rem !important; }
  .pt-lg-150,
  .py-lg-150 {
    padding-top: 9.375rem !important; }
  .pr-lg-150,
  .px-lg-150 {
    padding-right: 9.375rem !important; }
  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 9.375rem !important; }
  .pl-lg-150,
  .px-lg-150 {
    padding-left: 9.375rem !important; }
  .p-lg-200 {
    padding: 12.5rem !important; }
  .pt-lg-200,
  .py-lg-200 {
    padding-top: 12.5rem !important; }
  .pr-lg-200,
  .px-lg-200 {
    padding-right: 12.5rem !important; }
  .pb-lg-200,
  .py-lg-200 {
    padding-bottom: 12.5rem !important; }
  .pl-lg-200,
  .px-lg-200 {
    padding-left: 12.5rem !important; }
  .p-lg-225 {
    padding: 14.0625rem !important; }
  .pt-lg-225,
  .py-lg-225 {
    padding-top: 14.0625rem !important; }
  .pr-lg-225,
  .px-lg-225 {
    padding-right: 14.0625rem !important; }
  .pb-lg-225,
  .py-lg-225 {
    padding-bottom: 14.0625rem !important; }
  .pl-lg-225,
  .px-lg-225 {
    padding-left: 14.0625rem !important; }
  .p-lg-250 {
    padding: 15.625rem !important; }
  .pt-lg-250,
  .py-lg-250 {
    padding-top: 15.625rem !important; }
  .pr-lg-250,
  .px-lg-250 {
    padding-right: 15.625rem !important; }
  .pb-lg-250,
  .py-lg-250 {
    padding-bottom: 15.625rem !important; }
  .pl-lg-250,
  .px-lg-250 {
    padding-left: 15.625rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 0.3125rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 0.3125rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 0.3125rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 0.3125rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 0.3125rem !important; }
  .m-xl--175 {
    margin: -10.9375rem !important; }
  .mt-xl--175,
  .my-xl--175 {
    margin-top: -10.9375rem !important; }
  .mr-xl--175,
  .mx-xl--175 {
    margin-right: -10.9375rem !important; }
  .mb-xl--175,
  .my-xl--175 {
    margin-bottom: -10.9375rem !important; }
  .ml-xl--175,
  .mx-xl--175 {
    margin-left: -10.9375rem !important; }
  .m-xl--150 {
    margin: -9.375rem !important; }
  .mt-xl--150,
  .my-xl--150 {
    margin-top: -9.375rem !important; }
  .mr-xl--150,
  .mx-xl--150 {
    margin-right: -9.375rem !important; }
  .mb-xl--150,
  .my-xl--150 {
    margin-bottom: -9.375rem !important; }
  .ml-xl--150,
  .mx-xl--150 {
    margin-left: -9.375rem !important; }
  .m-xl--140 {
    margin: -8.75rem !important; }
  .mt-xl--140,
  .my-xl--140 {
    margin-top: -8.75rem !important; }
  .mr-xl--140,
  .mx-xl--140 {
    margin-right: -8.75rem !important; }
  .mb-xl--140,
  .my-xl--140 {
    margin-bottom: -8.75rem !important; }
  .ml-xl--140,
  .mx-xl--140 {
    margin-left: -8.75rem !important; }
  .m-xl--110 {
    margin: -6.875rem !important; }
  .mt-xl--110,
  .my-xl--110 {
    margin-top: -6.875rem !important; }
  .mr-xl--110,
  .mx-xl--110 {
    margin-right: -6.875rem !important; }
  .mb-xl--110,
  .my-xl--110 {
    margin-bottom: -6.875rem !important; }
  .ml-xl--110,
  .mx-xl--110 {
    margin-left: -6.875rem !important; }
  .m-xl--100 {
    margin: -6.25rem !important; }
  .mt-xl--100,
  .my-xl--100 {
    margin-top: -6.25rem !important; }
  .mr-xl--100,
  .mx-xl--100 {
    margin-right: -6.25rem !important; }
  .mb-xl--100,
  .my-xl--100 {
    margin-bottom: -6.25rem !important; }
  .ml-xl--100,
  .mx-xl--100 {
    margin-left: -6.25rem !important; }
  .m-xl--90 {
    margin: -5.625rem !important; }
  .mt-xl--90,
  .my-xl--90 {
    margin-top: -5.625rem !important; }
  .mr-xl--90,
  .mx-xl--90 {
    margin-right: -5.625rem !important; }
  .mb-xl--90,
  .my-xl--90 {
    margin-bottom: -5.625rem !important; }
  .ml-xl--90,
  .mx-xl--90 {
    margin-left: -5.625rem !important; }
  .m-xl--80 {
    margin: -5rem !important; }
  .mt-xl--80,
  .my-xl--80 {
    margin-top: -5rem !important; }
  .mr-xl--80,
  .mx-xl--80 {
    margin-right: -5rem !important; }
  .mb-xl--80,
  .my-xl--80 {
    margin-bottom: -5rem !important; }
  .ml-xl--80,
  .mx-xl--80 {
    margin-left: -5rem !important; }
  .m-xl--70 {
    margin: -4.375rem !important; }
  .mt-xl--70,
  .my-xl--70 {
    margin-top: -4.375rem !important; }
  .mr-xl--70,
  .mx-xl--70 {
    margin-right: -4.375rem !important; }
  .mb-xl--70,
  .my-xl--70 {
    margin-bottom: -4.375rem !important; }
  .ml-xl--70,
  .mx-xl--70 {
    margin-left: -4.375rem !important; }
  .m-xl--60 {
    margin: -3.75rem !important; }
  .mt-xl--60,
  .my-xl--60 {
    margin-top: -3.75rem !important; }
  .mr-xl--60,
  .mx-xl--60 {
    margin-right: -3.75rem !important; }
  .mb-xl--60,
  .my-xl--60 {
    margin-bottom: -3.75rem !important; }
  .ml-xl--60,
  .mx-xl--60 {
    margin-left: -3.75rem !important; }
  .m-xl--55 {
    margin: -3.4375rem !important; }
  .mt-xl--55,
  .my-xl--55 {
    margin-top: -3.4375rem !important; }
  .mr-xl--55,
  .mx-xl--55 {
    margin-right: -3.4375rem !important; }
  .mb-xl--55,
  .my-xl--55 {
    margin-bottom: -3.4375rem !important; }
  .ml-xl--55,
  .mx-xl--55 {
    margin-left: -3.4375rem !important; }
  .m-xl--50 {
    margin: -3.125rem !important; }
  .mt-xl--50,
  .my-xl--50 {
    margin-top: -3.125rem !important; }
  .mr-xl--50,
  .mx-xl--50 {
    margin-right: -3.125rem !important; }
  .mb-xl--50,
  .my-xl--50 {
    margin-bottom: -3.125rem !important; }
  .ml-xl--50,
  .mx-xl--50 {
    margin-left: -3.125rem !important; }
  .m-xl--40 {
    margin: -2.5rem !important; }
  .mt-xl--40,
  .my-xl--40 {
    margin-top: -2.5rem !important; }
  .mr-xl--40,
  .mx-xl--40 {
    margin-right: -2.5rem !important; }
  .mb-xl--40,
  .my-xl--40 {
    margin-bottom: -2.5rem !important; }
  .ml-xl--40,
  .mx-xl--40 {
    margin-left: -2.5rem !important; }
  .m-xl--30 {
    margin: -1.875rem !important; }
  .mt-xl--30,
  .my-xl--30 {
    margin-top: -1.875rem !important; }
  .mr-xl--30,
  .mx-xl--30 {
    margin-right: -1.875rem !important; }
  .mb-xl--30,
  .my-xl--30 {
    margin-bottom: -1.875rem !important; }
  .ml-xl--30,
  .mx-xl--30 {
    margin-left: -1.875rem !important; }
  .m-xl--28 {
    margin: -1.75rem !important; }
  .mt-xl--28,
  .my-xl--28 {
    margin-top: -1.75rem !important; }
  .mr-xl--28,
  .mx-xl--28 {
    margin-right: -1.75rem !important; }
  .mb-xl--28,
  .my-xl--28 {
    margin-bottom: -1.75rem !important; }
  .ml-xl--28,
  .mx-xl--28 {
    margin-left: -1.75rem !important; }
  .m-xl--25 {
    margin: -1.5625rem !important; }
  .mt-xl--25,
  .my-xl--25 {
    margin-top: -1.5625rem !important; }
  .mr-xl--25,
  .mx-xl--25 {
    margin-right: -1.5625rem !important; }
  .mb-xl--25,
  .my-xl--25 {
    margin-bottom: -1.5625rem !important; }
  .ml-xl--25,
  .mx-xl--25 {
    margin-left: -1.5625rem !important; }
  .m-xl--15 {
    margin: -0.9375rem !important; }
  .mt-xl--15,
  .my-xl--15 {
    margin-top: -0.9375rem !important; }
  .mr-xl--15,
  .mx-xl--15 {
    margin-right: -0.9375rem !important; }
  .mb-xl--15,
  .my-xl--15 {
    margin-bottom: -0.9375rem !important; }
  .ml-xl--15,
  .mx-xl--15 {
    margin-left: -0.9375rem !important; }
  .m-xl--10 {
    margin: -0.625rem !important; }
  .mt-xl--10,
  .my-xl--10 {
    margin-top: -0.625rem !important; }
  .mr-xl--10,
  .mx-xl--10 {
    margin-right: -0.625rem !important; }
  .mb-xl--10,
  .my-xl--10 {
    margin-bottom: -0.625rem !important; }
  .ml-xl--10,
  .mx-xl--10 {
    margin-left: -0.625rem !important; }
  .m-xl--5 {
    margin: -0.3125rem !important; }
  .mt-xl--5,
  .my-xl--5 {
    margin-top: -0.3125rem !important; }
  .mr-xl--5,
  .mx-xl--5 {
    margin-right: -0.3125rem !important; }
  .mb-xl--5,
  .my-xl--5 {
    margin-bottom: -0.3125rem !important; }
  .ml-xl--5,
  .mx-xl--5 {
    margin-left: -0.3125rem !important; }
  .m-xl-8 {
    margin: 0.5rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 0.5rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 0.5rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 0.5rem !important; }
  .m-xl-10 {
    margin: 0.625rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 0.625rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 0.625rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 0.625rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 0.625rem !important; }
  .m-xl-15 {
    margin: 0.9375rem !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 0.9375rem !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 0.9375rem !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 0.9375rem !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 0.9375rem !important; }
  .m-xl-20 {
    margin: 1.25rem !important; }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 1.25rem !important; }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 1.25rem !important; }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 1.25rem !important; }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 1.25rem !important; }
  .m-xl-25 {
    margin: 1.5625rem !important; }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 1.5625rem !important; }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 1.5625rem !important; }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 1.5625rem !important; }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 1.5625rem !important; }
  .m-xl-30 {
    margin: 1.875rem !important; }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 1.875rem !important; }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 1.875rem !important; }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 1.875rem !important; }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 1.875rem !important; }
  .m-xl-35 {
    margin: 2.1875rem !important; }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 2.1875rem !important; }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 2.1875rem !important; }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 2.1875rem !important; }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 2.1875rem !important; }
  .m-xl-40 {
    margin: 2.5rem !important; }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 2.5rem !important; }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 2.5rem !important; }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 2.5rem !important; }
  .m-xl-50 {
    margin: 3.125rem !important; }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 3.125rem !important; }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 3.125rem !important; }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 3.125rem !important; }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 3.125rem !important; }
  .m-xl-60 {
    margin: 3.75rem !important; }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 3.75rem !important; }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 3.75rem !important; }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 3.75rem !important; }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 3.75rem !important; }
  .m-xl-70 {
    margin: 4.375rem !important; }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 4.375rem !important; }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 4.375rem !important; }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 4.375rem !important; }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 4.375rem !important; }
  .m-xl-80 {
    margin: 5rem !important; }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 5rem !important; }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 5rem !important; }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 5rem !important; }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 5rem !important; }
  .m-xl-90 {
    margin: 5.625rem !important; }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 5.625rem !important; }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 5.625rem !important; }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 5.625rem !important; }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 5.625rem !important; }
  .m-xl-100 {
    margin: 6.25rem !important; }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 6.25rem !important; }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 6.25rem !important; }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 6.25rem !important; }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 6.25rem !important; }
  .m-xl-120 {
    margin: 7.5rem !important; }
  .mt-xl-120,
  .my-xl-120 {
    margin-top: 7.5rem !important; }
  .mr-xl-120,
  .mx-xl-120 {
    margin-right: 7.5rem !important; }
  .mb-xl-120,
  .my-xl-120 {
    margin-bottom: 7.5rem !important; }
  .ml-xl-120,
  .mx-xl-120 {
    margin-left: 7.5rem !important; }
  .m-xl-130 {
    margin: 8.125rem !important; }
  .mt-xl-130,
  .my-xl-130 {
    margin-top: 8.125rem !important; }
  .mr-xl-130,
  .mx-xl-130 {
    margin-right: 8.125rem !important; }
  .mb-xl-130,
  .my-xl-130 {
    margin-bottom: 8.125rem !important; }
  .ml-xl-130,
  .mx-xl-130 {
    margin-left: 8.125rem !important; }
  .m-xl-150 {
    margin: 9.375rem !important; }
  .mt-xl-150,
  .my-xl-150 {
    margin-top: 9.375rem !important; }
  .mr-xl-150,
  .mx-xl-150 {
    margin-right: 9.375rem !important; }
  .mb-xl-150,
  .my-xl-150 {
    margin-bottom: 9.375rem !important; }
  .ml-xl-150,
  .mx-xl-150 {
    margin-left: 9.375rem !important; }
  .m-xl-200 {
    margin: 12.5rem !important; }
  .mt-xl-200,
  .my-xl-200 {
    margin-top: 12.5rem !important; }
  .mr-xl-200,
  .mx-xl-200 {
    margin-right: 12.5rem !important; }
  .mb-xl-200,
  .my-xl-200 {
    margin-bottom: 12.5rem !important; }
  .ml-xl-200,
  .mx-xl-200 {
    margin-left: 12.5rem !important; }
  .m-xl-225 {
    margin: 14.0625rem !important; }
  .mt-xl-225,
  .my-xl-225 {
    margin-top: 14.0625rem !important; }
  .mr-xl-225,
  .mx-xl-225 {
    margin-right: 14.0625rem !important; }
  .mb-xl-225,
  .my-xl-225 {
    margin-bottom: 14.0625rem !important; }
  .ml-xl-225,
  .mx-xl-225 {
    margin-left: 14.0625rem !important; }
  .m-xl-250 {
    margin: 15.625rem !important; }
  .mt-xl-250,
  .my-xl-250 {
    margin-top: 15.625rem !important; }
  .mr-xl-250,
  .mx-xl-250 {
    margin-right: 15.625rem !important; }
  .mb-xl-250,
  .my-xl-250 {
    margin-bottom: 15.625rem !important; }
  .ml-xl-250,
  .mx-xl-250 {
    margin-left: 15.625rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 0.3125rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 0.3125rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 0.3125rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 0.3125rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 0.3125rem !important; }
  .p-xl--175 {
    padding: -10.9375rem !important; }
  .pt-xl--175,
  .py-xl--175 {
    padding-top: -10.9375rem !important; }
  .pr-xl--175,
  .px-xl--175 {
    padding-right: -10.9375rem !important; }
  .pb-xl--175,
  .py-xl--175 {
    padding-bottom: -10.9375rem !important; }
  .pl-xl--175,
  .px-xl--175 {
    padding-left: -10.9375rem !important; }
  .p-xl--150 {
    padding: -9.375rem !important; }
  .pt-xl--150,
  .py-xl--150 {
    padding-top: -9.375rem !important; }
  .pr-xl--150,
  .px-xl--150 {
    padding-right: -9.375rem !important; }
  .pb-xl--150,
  .py-xl--150 {
    padding-bottom: -9.375rem !important; }
  .pl-xl--150,
  .px-xl--150 {
    padding-left: -9.375rem !important; }
  .p-xl--140 {
    padding: -8.75rem !important; }
  .pt-xl--140,
  .py-xl--140 {
    padding-top: -8.75rem !important; }
  .pr-xl--140,
  .px-xl--140 {
    padding-right: -8.75rem !important; }
  .pb-xl--140,
  .py-xl--140 {
    padding-bottom: -8.75rem !important; }
  .pl-xl--140,
  .px-xl--140 {
    padding-left: -8.75rem !important; }
  .p-xl--110 {
    padding: -6.875rem !important; }
  .pt-xl--110,
  .py-xl--110 {
    padding-top: -6.875rem !important; }
  .pr-xl--110,
  .px-xl--110 {
    padding-right: -6.875rem !important; }
  .pb-xl--110,
  .py-xl--110 {
    padding-bottom: -6.875rem !important; }
  .pl-xl--110,
  .px-xl--110 {
    padding-left: -6.875rem !important; }
  .p-xl--100 {
    padding: -6.25rem !important; }
  .pt-xl--100,
  .py-xl--100 {
    padding-top: -6.25rem !important; }
  .pr-xl--100,
  .px-xl--100 {
    padding-right: -6.25rem !important; }
  .pb-xl--100,
  .py-xl--100 {
    padding-bottom: -6.25rem !important; }
  .pl-xl--100,
  .px-xl--100 {
    padding-left: -6.25rem !important; }
  .p-xl--90 {
    padding: -5.625rem !important; }
  .pt-xl--90,
  .py-xl--90 {
    padding-top: -5.625rem !important; }
  .pr-xl--90,
  .px-xl--90 {
    padding-right: -5.625rem !important; }
  .pb-xl--90,
  .py-xl--90 {
    padding-bottom: -5.625rem !important; }
  .pl-xl--90,
  .px-xl--90 {
    padding-left: -5.625rem !important; }
  .p-xl--80 {
    padding: -5rem !important; }
  .pt-xl--80,
  .py-xl--80 {
    padding-top: -5rem !important; }
  .pr-xl--80,
  .px-xl--80 {
    padding-right: -5rem !important; }
  .pb-xl--80,
  .py-xl--80 {
    padding-bottom: -5rem !important; }
  .pl-xl--80,
  .px-xl--80 {
    padding-left: -5rem !important; }
  .p-xl--70 {
    padding: -4.375rem !important; }
  .pt-xl--70,
  .py-xl--70 {
    padding-top: -4.375rem !important; }
  .pr-xl--70,
  .px-xl--70 {
    padding-right: -4.375rem !important; }
  .pb-xl--70,
  .py-xl--70 {
    padding-bottom: -4.375rem !important; }
  .pl-xl--70,
  .px-xl--70 {
    padding-left: -4.375rem !important; }
  .p-xl--60 {
    padding: -3.75rem !important; }
  .pt-xl--60,
  .py-xl--60 {
    padding-top: -3.75rem !important; }
  .pr-xl--60,
  .px-xl--60 {
    padding-right: -3.75rem !important; }
  .pb-xl--60,
  .py-xl--60 {
    padding-bottom: -3.75rem !important; }
  .pl-xl--60,
  .px-xl--60 {
    padding-left: -3.75rem !important; }
  .p-xl--55 {
    padding: -3.4375rem !important; }
  .pt-xl--55,
  .py-xl--55 {
    padding-top: -3.4375rem !important; }
  .pr-xl--55,
  .px-xl--55 {
    padding-right: -3.4375rem !important; }
  .pb-xl--55,
  .py-xl--55 {
    padding-bottom: -3.4375rem !important; }
  .pl-xl--55,
  .px-xl--55 {
    padding-left: -3.4375rem !important; }
  .p-xl--50 {
    padding: -3.125rem !important; }
  .pt-xl--50,
  .py-xl--50 {
    padding-top: -3.125rem !important; }
  .pr-xl--50,
  .px-xl--50 {
    padding-right: -3.125rem !important; }
  .pb-xl--50,
  .py-xl--50 {
    padding-bottom: -3.125rem !important; }
  .pl-xl--50,
  .px-xl--50 {
    padding-left: -3.125rem !important; }
  .p-xl--40 {
    padding: -2.5rem !important; }
  .pt-xl--40,
  .py-xl--40 {
    padding-top: -2.5rem !important; }
  .pr-xl--40,
  .px-xl--40 {
    padding-right: -2.5rem !important; }
  .pb-xl--40,
  .py-xl--40 {
    padding-bottom: -2.5rem !important; }
  .pl-xl--40,
  .px-xl--40 {
    padding-left: -2.5rem !important; }
  .p-xl--30 {
    padding: -1.875rem !important; }
  .pt-xl--30,
  .py-xl--30 {
    padding-top: -1.875rem !important; }
  .pr-xl--30,
  .px-xl--30 {
    padding-right: -1.875rem !important; }
  .pb-xl--30,
  .py-xl--30 {
    padding-bottom: -1.875rem !important; }
  .pl-xl--30,
  .px-xl--30 {
    padding-left: -1.875rem !important; }
  .p-xl--28 {
    padding: -1.75rem !important; }
  .pt-xl--28,
  .py-xl--28 {
    padding-top: -1.75rem !important; }
  .pr-xl--28,
  .px-xl--28 {
    padding-right: -1.75rem !important; }
  .pb-xl--28,
  .py-xl--28 {
    padding-bottom: -1.75rem !important; }
  .pl-xl--28,
  .px-xl--28 {
    padding-left: -1.75rem !important; }
  .p-xl--25 {
    padding: -1.5625rem !important; }
  .pt-xl--25,
  .py-xl--25 {
    padding-top: -1.5625rem !important; }
  .pr-xl--25,
  .px-xl--25 {
    padding-right: -1.5625rem !important; }
  .pb-xl--25,
  .py-xl--25 {
    padding-bottom: -1.5625rem !important; }
  .pl-xl--25,
  .px-xl--25 {
    padding-left: -1.5625rem !important; }
  .p-xl--15 {
    padding: -0.9375rem !important; }
  .pt-xl--15,
  .py-xl--15 {
    padding-top: -0.9375rem !important; }
  .pr-xl--15,
  .px-xl--15 {
    padding-right: -0.9375rem !important; }
  .pb-xl--15,
  .py-xl--15 {
    padding-bottom: -0.9375rem !important; }
  .pl-xl--15,
  .px-xl--15 {
    padding-left: -0.9375rem !important; }
  .p-xl--10 {
    padding: -0.625rem !important; }
  .pt-xl--10,
  .py-xl--10 {
    padding-top: -0.625rem !important; }
  .pr-xl--10,
  .px-xl--10 {
    padding-right: -0.625rem !important; }
  .pb-xl--10,
  .py-xl--10 {
    padding-bottom: -0.625rem !important; }
  .pl-xl--10,
  .px-xl--10 {
    padding-left: -0.625rem !important; }
  .p-xl--5 {
    padding: -0.3125rem !important; }
  .pt-xl--5,
  .py-xl--5 {
    padding-top: -0.3125rem !important; }
  .pr-xl--5,
  .px-xl--5 {
    padding-right: -0.3125rem !important; }
  .pb-xl--5,
  .py-xl--5 {
    padding-bottom: -0.3125rem !important; }
  .pl-xl--5,
  .px-xl--5 {
    padding-left: -0.3125rem !important; }
  .p-xl-8 {
    padding: 0.5rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 0.5rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 0.5rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 0.5rem !important; }
  .p-xl-10 {
    padding: 0.625rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 0.625rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 0.625rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 0.625rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 0.625rem !important; }
  .p-xl-15 {
    padding: 0.9375rem !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 0.9375rem !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 0.9375rem !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 0.9375rem !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 0.9375rem !important; }
  .p-xl-20 {
    padding: 1.25rem !important; }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 1.25rem !important; }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 1.25rem !important; }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 1.25rem !important; }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 1.25rem !important; }
  .p-xl-25 {
    padding: 1.5625rem !important; }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 1.5625rem !important; }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 1.5625rem !important; }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 1.5625rem !important; }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 1.5625rem !important; }
  .p-xl-30 {
    padding: 1.875rem !important; }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 1.875rem !important; }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 1.875rem !important; }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 1.875rem !important; }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 1.875rem !important; }
  .p-xl-35 {
    padding: 2.1875rem !important; }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 2.1875rem !important; }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 2.1875rem !important; }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 2.1875rem !important; }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 2.1875rem !important; }
  .p-xl-40 {
    padding: 2.5rem !important; }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 2.5rem !important; }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 2.5rem !important; }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 2.5rem !important; }
  .p-xl-50 {
    padding: 3.125rem !important; }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 3.125rem !important; }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 3.125rem !important; }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 3.125rem !important; }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 3.125rem !important; }
  .p-xl-60 {
    padding: 3.75rem !important; }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 3.75rem !important; }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 3.75rem !important; }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 3.75rem !important; }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 3.75rem !important; }
  .p-xl-70 {
    padding: 4.375rem !important; }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 4.375rem !important; }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 4.375rem !important; }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 4.375rem !important; }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 4.375rem !important; }
  .p-xl-80 {
    padding: 5rem !important; }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 5rem !important; }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 5rem !important; }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 5rem !important; }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 5rem !important; }
  .p-xl-90 {
    padding: 5.625rem !important; }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 5.625rem !important; }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 5.625rem !important; }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 5.625rem !important; }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 5.625rem !important; }
  .p-xl-100 {
    padding: 6.25rem !important; }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 6.25rem !important; }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 6.25rem !important; }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 6.25rem !important; }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 6.25rem !important; }
  .p-xl-120 {
    padding: 7.5rem !important; }
  .pt-xl-120,
  .py-xl-120 {
    padding-top: 7.5rem !important; }
  .pr-xl-120,
  .px-xl-120 {
    padding-right: 7.5rem !important; }
  .pb-xl-120,
  .py-xl-120 {
    padding-bottom: 7.5rem !important; }
  .pl-xl-120,
  .px-xl-120 {
    padding-left: 7.5rem !important; }
  .p-xl-130 {
    padding: 8.125rem !important; }
  .pt-xl-130,
  .py-xl-130 {
    padding-top: 8.125rem !important; }
  .pr-xl-130,
  .px-xl-130 {
    padding-right: 8.125rem !important; }
  .pb-xl-130,
  .py-xl-130 {
    padding-bottom: 8.125rem !important; }
  .pl-xl-130,
  .px-xl-130 {
    padding-left: 8.125rem !important; }
  .p-xl-150 {
    padding: 9.375rem !important; }
  .pt-xl-150,
  .py-xl-150 {
    padding-top: 9.375rem !important; }
  .pr-xl-150,
  .px-xl-150 {
    padding-right: 9.375rem !important; }
  .pb-xl-150,
  .py-xl-150 {
    padding-bottom: 9.375rem !important; }
  .pl-xl-150,
  .px-xl-150 {
    padding-left: 9.375rem !important; }
  .p-xl-200 {
    padding: 12.5rem !important; }
  .pt-xl-200,
  .py-xl-200 {
    padding-top: 12.5rem !important; }
  .pr-xl-200,
  .px-xl-200 {
    padding-right: 12.5rem !important; }
  .pb-xl-200,
  .py-xl-200 {
    padding-bottom: 12.5rem !important; }
  .pl-xl-200,
  .px-xl-200 {
    padding-left: 12.5rem !important; }
  .p-xl-225 {
    padding: 14.0625rem !important; }
  .pt-xl-225,
  .py-xl-225 {
    padding-top: 14.0625rem !important; }
  .pr-xl-225,
  .px-xl-225 {
    padding-right: 14.0625rem !important; }
  .pb-xl-225,
  .py-xl-225 {
    padding-bottom: 14.0625rem !important; }
  .pl-xl-225,
  .px-xl-225 {
    padding-left: 14.0625rem !important; }
  .p-xl-250 {
    padding: 15.625rem !important; }
  .pt-xl-250,
  .py-xl-250 {
    padding-top: 15.625rem !important; }
  .pr-xl-250,
  .px-xl-250 {
    padding-right: 15.625rem !important; }
  .pb-xl-250,
  .py-xl-250 {
    padding-bottom: 15.625rem !important; }
  .pl-xl-250,
  .px-xl-250 {
    padding-left: 15.625rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1366px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 0.3125rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 0.3125rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 0.3125rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 0.3125rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 0.3125rem !important; }
  .m-xxl--175 {
    margin: -10.9375rem !important; }
  .mt-xxl--175,
  .my-xxl--175 {
    margin-top: -10.9375rem !important; }
  .mr-xxl--175,
  .mx-xxl--175 {
    margin-right: -10.9375rem !important; }
  .mb-xxl--175,
  .my-xxl--175 {
    margin-bottom: -10.9375rem !important; }
  .ml-xxl--175,
  .mx-xxl--175 {
    margin-left: -10.9375rem !important; }
  .m-xxl--150 {
    margin: -9.375rem !important; }
  .mt-xxl--150,
  .my-xxl--150 {
    margin-top: -9.375rem !important; }
  .mr-xxl--150,
  .mx-xxl--150 {
    margin-right: -9.375rem !important; }
  .mb-xxl--150,
  .my-xxl--150 {
    margin-bottom: -9.375rem !important; }
  .ml-xxl--150,
  .mx-xxl--150 {
    margin-left: -9.375rem !important; }
  .m-xxl--140 {
    margin: -8.75rem !important; }
  .mt-xxl--140,
  .my-xxl--140 {
    margin-top: -8.75rem !important; }
  .mr-xxl--140,
  .mx-xxl--140 {
    margin-right: -8.75rem !important; }
  .mb-xxl--140,
  .my-xxl--140 {
    margin-bottom: -8.75rem !important; }
  .ml-xxl--140,
  .mx-xxl--140 {
    margin-left: -8.75rem !important; }
  .m-xxl--110 {
    margin: -6.875rem !important; }
  .mt-xxl--110,
  .my-xxl--110 {
    margin-top: -6.875rem !important; }
  .mr-xxl--110,
  .mx-xxl--110 {
    margin-right: -6.875rem !important; }
  .mb-xxl--110,
  .my-xxl--110 {
    margin-bottom: -6.875rem !important; }
  .ml-xxl--110,
  .mx-xxl--110 {
    margin-left: -6.875rem !important; }
  .m-xxl--100 {
    margin: -6.25rem !important; }
  .mt-xxl--100,
  .my-xxl--100 {
    margin-top: -6.25rem !important; }
  .mr-xxl--100,
  .mx-xxl--100 {
    margin-right: -6.25rem !important; }
  .mb-xxl--100,
  .my-xxl--100 {
    margin-bottom: -6.25rem !important; }
  .ml-xxl--100,
  .mx-xxl--100 {
    margin-left: -6.25rem !important; }
  .m-xxl--90 {
    margin: -5.625rem !important; }
  .mt-xxl--90,
  .my-xxl--90 {
    margin-top: -5.625rem !important; }
  .mr-xxl--90,
  .mx-xxl--90 {
    margin-right: -5.625rem !important; }
  .mb-xxl--90,
  .my-xxl--90 {
    margin-bottom: -5.625rem !important; }
  .ml-xxl--90,
  .mx-xxl--90 {
    margin-left: -5.625rem !important; }
  .m-xxl--80 {
    margin: -5rem !important; }
  .mt-xxl--80,
  .my-xxl--80 {
    margin-top: -5rem !important; }
  .mr-xxl--80,
  .mx-xxl--80 {
    margin-right: -5rem !important; }
  .mb-xxl--80,
  .my-xxl--80 {
    margin-bottom: -5rem !important; }
  .ml-xxl--80,
  .mx-xxl--80 {
    margin-left: -5rem !important; }
  .m-xxl--70 {
    margin: -4.375rem !important; }
  .mt-xxl--70,
  .my-xxl--70 {
    margin-top: -4.375rem !important; }
  .mr-xxl--70,
  .mx-xxl--70 {
    margin-right: -4.375rem !important; }
  .mb-xxl--70,
  .my-xxl--70 {
    margin-bottom: -4.375rem !important; }
  .ml-xxl--70,
  .mx-xxl--70 {
    margin-left: -4.375rem !important; }
  .m-xxl--60 {
    margin: -3.75rem !important; }
  .mt-xxl--60,
  .my-xxl--60 {
    margin-top: -3.75rem !important; }
  .mr-xxl--60,
  .mx-xxl--60 {
    margin-right: -3.75rem !important; }
  .mb-xxl--60,
  .my-xxl--60 {
    margin-bottom: -3.75rem !important; }
  .ml-xxl--60,
  .mx-xxl--60 {
    margin-left: -3.75rem !important; }
  .m-xxl--55 {
    margin: -3.4375rem !important; }
  .mt-xxl--55,
  .my-xxl--55 {
    margin-top: -3.4375rem !important; }
  .mr-xxl--55,
  .mx-xxl--55 {
    margin-right: -3.4375rem !important; }
  .mb-xxl--55,
  .my-xxl--55 {
    margin-bottom: -3.4375rem !important; }
  .ml-xxl--55,
  .mx-xxl--55 {
    margin-left: -3.4375rem !important; }
  .m-xxl--50 {
    margin: -3.125rem !important; }
  .mt-xxl--50,
  .my-xxl--50 {
    margin-top: -3.125rem !important; }
  .mr-xxl--50,
  .mx-xxl--50 {
    margin-right: -3.125rem !important; }
  .mb-xxl--50,
  .my-xxl--50 {
    margin-bottom: -3.125rem !important; }
  .ml-xxl--50,
  .mx-xxl--50 {
    margin-left: -3.125rem !important; }
  .m-xxl--40 {
    margin: -2.5rem !important; }
  .mt-xxl--40,
  .my-xxl--40 {
    margin-top: -2.5rem !important; }
  .mr-xxl--40,
  .mx-xxl--40 {
    margin-right: -2.5rem !important; }
  .mb-xxl--40,
  .my-xxl--40 {
    margin-bottom: -2.5rem !important; }
  .ml-xxl--40,
  .mx-xxl--40 {
    margin-left: -2.5rem !important; }
  .m-xxl--30 {
    margin: -1.875rem !important; }
  .mt-xxl--30,
  .my-xxl--30 {
    margin-top: -1.875rem !important; }
  .mr-xxl--30,
  .mx-xxl--30 {
    margin-right: -1.875rem !important; }
  .mb-xxl--30,
  .my-xxl--30 {
    margin-bottom: -1.875rem !important; }
  .ml-xxl--30,
  .mx-xxl--30 {
    margin-left: -1.875rem !important; }
  .m-xxl--28 {
    margin: -1.75rem !important; }
  .mt-xxl--28,
  .my-xxl--28 {
    margin-top: -1.75rem !important; }
  .mr-xxl--28,
  .mx-xxl--28 {
    margin-right: -1.75rem !important; }
  .mb-xxl--28,
  .my-xxl--28 {
    margin-bottom: -1.75rem !important; }
  .ml-xxl--28,
  .mx-xxl--28 {
    margin-left: -1.75rem !important; }
  .m-xxl--25 {
    margin: -1.5625rem !important; }
  .mt-xxl--25,
  .my-xxl--25 {
    margin-top: -1.5625rem !important; }
  .mr-xxl--25,
  .mx-xxl--25 {
    margin-right: -1.5625rem !important; }
  .mb-xxl--25,
  .my-xxl--25 {
    margin-bottom: -1.5625rem !important; }
  .ml-xxl--25,
  .mx-xxl--25 {
    margin-left: -1.5625rem !important; }
  .m-xxl--15 {
    margin: -0.9375rem !important; }
  .mt-xxl--15,
  .my-xxl--15 {
    margin-top: -0.9375rem !important; }
  .mr-xxl--15,
  .mx-xxl--15 {
    margin-right: -0.9375rem !important; }
  .mb-xxl--15,
  .my-xxl--15 {
    margin-bottom: -0.9375rem !important; }
  .ml-xxl--15,
  .mx-xxl--15 {
    margin-left: -0.9375rem !important; }
  .m-xxl--10 {
    margin: -0.625rem !important; }
  .mt-xxl--10,
  .my-xxl--10 {
    margin-top: -0.625rem !important; }
  .mr-xxl--10,
  .mx-xxl--10 {
    margin-right: -0.625rem !important; }
  .mb-xxl--10,
  .my-xxl--10 {
    margin-bottom: -0.625rem !important; }
  .ml-xxl--10,
  .mx-xxl--10 {
    margin-left: -0.625rem !important; }
  .m-xxl--5 {
    margin: -0.3125rem !important; }
  .mt-xxl--5,
  .my-xxl--5 {
    margin-top: -0.3125rem !important; }
  .mr-xxl--5,
  .mx-xxl--5 {
    margin-right: -0.3125rem !important; }
  .mb-xxl--5,
  .my-xxl--5 {
    margin-bottom: -0.3125rem !important; }
  .ml-xxl--5,
  .mx-xxl--5 {
    margin-left: -0.3125rem !important; }
  .m-xxl-8 {
    margin: 0.5rem !important; }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 0.5rem !important; }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 0.5rem !important; }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 0.5rem !important; }
  .m-xxl-10 {
    margin: 0.625rem !important; }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 0.625rem !important; }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 0.625rem !important; }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 0.625rem !important; }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 0.625rem !important; }
  .m-xxl-15 {
    margin: 0.9375rem !important; }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 0.9375rem !important; }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 0.9375rem !important; }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 0.9375rem !important; }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 0.9375rem !important; }
  .m-xxl-20 {
    margin: 1.25rem !important; }
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 1.25rem !important; }
  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 1.25rem !important; }
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 1.25rem !important; }
  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 1.25rem !important; }
  .m-xxl-25 {
    margin: 1.5625rem !important; }
  .mt-xxl-25,
  .my-xxl-25 {
    margin-top: 1.5625rem !important; }
  .mr-xxl-25,
  .mx-xxl-25 {
    margin-right: 1.5625rem !important; }
  .mb-xxl-25,
  .my-xxl-25 {
    margin-bottom: 1.5625rem !important; }
  .ml-xxl-25,
  .mx-xxl-25 {
    margin-left: 1.5625rem !important; }
  .m-xxl-30 {
    margin: 1.875rem !important; }
  .mt-xxl-30,
  .my-xxl-30 {
    margin-top: 1.875rem !important; }
  .mr-xxl-30,
  .mx-xxl-30 {
    margin-right: 1.875rem !important; }
  .mb-xxl-30,
  .my-xxl-30 {
    margin-bottom: 1.875rem !important; }
  .ml-xxl-30,
  .mx-xxl-30 {
    margin-left: 1.875rem !important; }
  .m-xxl-35 {
    margin: 2.1875rem !important; }
  .mt-xxl-35,
  .my-xxl-35 {
    margin-top: 2.1875rem !important; }
  .mr-xxl-35,
  .mx-xxl-35 {
    margin-right: 2.1875rem !important; }
  .mb-xxl-35,
  .my-xxl-35 {
    margin-bottom: 2.1875rem !important; }
  .ml-xxl-35,
  .mx-xxl-35 {
    margin-left: 2.1875rem !important; }
  .m-xxl-40 {
    margin: 2.5rem !important; }
  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 2.5rem !important; }
  .mr-xxl-40,
  .mx-xxl-40 {
    margin-right: 2.5rem !important; }
  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 2.5rem !important; }
  .ml-xxl-40,
  .mx-xxl-40 {
    margin-left: 2.5rem !important; }
  .m-xxl-50 {
    margin: 3.125rem !important; }
  .mt-xxl-50,
  .my-xxl-50 {
    margin-top: 3.125rem !important; }
  .mr-xxl-50,
  .mx-xxl-50 {
    margin-right: 3.125rem !important; }
  .mb-xxl-50,
  .my-xxl-50 {
    margin-bottom: 3.125rem !important; }
  .ml-xxl-50,
  .mx-xxl-50 {
    margin-left: 3.125rem !important; }
  .m-xxl-60 {
    margin: 3.75rem !important; }
  .mt-xxl-60,
  .my-xxl-60 {
    margin-top: 3.75rem !important; }
  .mr-xxl-60,
  .mx-xxl-60 {
    margin-right: 3.75rem !important; }
  .mb-xxl-60,
  .my-xxl-60 {
    margin-bottom: 3.75rem !important; }
  .ml-xxl-60,
  .mx-xxl-60 {
    margin-left: 3.75rem !important; }
  .m-xxl-70 {
    margin: 4.375rem !important; }
  .mt-xxl-70,
  .my-xxl-70 {
    margin-top: 4.375rem !important; }
  .mr-xxl-70,
  .mx-xxl-70 {
    margin-right: 4.375rem !important; }
  .mb-xxl-70,
  .my-xxl-70 {
    margin-bottom: 4.375rem !important; }
  .ml-xxl-70,
  .mx-xxl-70 {
    margin-left: 4.375rem !important; }
  .m-xxl-80 {
    margin: 5rem !important; }
  .mt-xxl-80,
  .my-xxl-80 {
    margin-top: 5rem !important; }
  .mr-xxl-80,
  .mx-xxl-80 {
    margin-right: 5rem !important; }
  .mb-xxl-80,
  .my-xxl-80 {
    margin-bottom: 5rem !important; }
  .ml-xxl-80,
  .mx-xxl-80 {
    margin-left: 5rem !important; }
  .m-xxl-90 {
    margin: 5.625rem !important; }
  .mt-xxl-90,
  .my-xxl-90 {
    margin-top: 5.625rem !important; }
  .mr-xxl-90,
  .mx-xxl-90 {
    margin-right: 5.625rem !important; }
  .mb-xxl-90,
  .my-xxl-90 {
    margin-bottom: 5.625rem !important; }
  .ml-xxl-90,
  .mx-xxl-90 {
    margin-left: 5.625rem !important; }
  .m-xxl-100 {
    margin: 6.25rem !important; }
  .mt-xxl-100,
  .my-xxl-100 {
    margin-top: 6.25rem !important; }
  .mr-xxl-100,
  .mx-xxl-100 {
    margin-right: 6.25rem !important; }
  .mb-xxl-100,
  .my-xxl-100 {
    margin-bottom: 6.25rem !important; }
  .ml-xxl-100,
  .mx-xxl-100 {
    margin-left: 6.25rem !important; }
  .m-xxl-120 {
    margin: 7.5rem !important; }
  .mt-xxl-120,
  .my-xxl-120 {
    margin-top: 7.5rem !important; }
  .mr-xxl-120,
  .mx-xxl-120 {
    margin-right: 7.5rem !important; }
  .mb-xxl-120,
  .my-xxl-120 {
    margin-bottom: 7.5rem !important; }
  .ml-xxl-120,
  .mx-xxl-120 {
    margin-left: 7.5rem !important; }
  .m-xxl-130 {
    margin: 8.125rem !important; }
  .mt-xxl-130,
  .my-xxl-130 {
    margin-top: 8.125rem !important; }
  .mr-xxl-130,
  .mx-xxl-130 {
    margin-right: 8.125rem !important; }
  .mb-xxl-130,
  .my-xxl-130 {
    margin-bottom: 8.125rem !important; }
  .ml-xxl-130,
  .mx-xxl-130 {
    margin-left: 8.125rem !important; }
  .m-xxl-150 {
    margin: 9.375rem !important; }
  .mt-xxl-150,
  .my-xxl-150 {
    margin-top: 9.375rem !important; }
  .mr-xxl-150,
  .mx-xxl-150 {
    margin-right: 9.375rem !important; }
  .mb-xxl-150,
  .my-xxl-150 {
    margin-bottom: 9.375rem !important; }
  .ml-xxl-150,
  .mx-xxl-150 {
    margin-left: 9.375rem !important; }
  .m-xxl-200 {
    margin: 12.5rem !important; }
  .mt-xxl-200,
  .my-xxl-200 {
    margin-top: 12.5rem !important; }
  .mr-xxl-200,
  .mx-xxl-200 {
    margin-right: 12.5rem !important; }
  .mb-xxl-200,
  .my-xxl-200 {
    margin-bottom: 12.5rem !important; }
  .ml-xxl-200,
  .mx-xxl-200 {
    margin-left: 12.5rem !important; }
  .m-xxl-225 {
    margin: 14.0625rem !important; }
  .mt-xxl-225,
  .my-xxl-225 {
    margin-top: 14.0625rem !important; }
  .mr-xxl-225,
  .mx-xxl-225 {
    margin-right: 14.0625rem !important; }
  .mb-xxl-225,
  .my-xxl-225 {
    margin-bottom: 14.0625rem !important; }
  .ml-xxl-225,
  .mx-xxl-225 {
    margin-left: 14.0625rem !important; }
  .m-xxl-250 {
    margin: 15.625rem !important; }
  .mt-xxl-250,
  .my-xxl-250 {
    margin-top: 15.625rem !important; }
  .mr-xxl-250,
  .mx-xxl-250 {
    margin-right: 15.625rem !important; }
  .mb-xxl-250,
  .my-xxl-250 {
    margin-bottom: 15.625rem !important; }
  .ml-xxl-250,
  .mx-xxl-250 {
    margin-left: 15.625rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 0.3125rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 0.3125rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 0.3125rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 0.3125rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 0.3125rem !important; }
  .p-xxl--175 {
    padding: -10.9375rem !important; }
  .pt-xxl--175,
  .py-xxl--175 {
    padding-top: -10.9375rem !important; }
  .pr-xxl--175,
  .px-xxl--175 {
    padding-right: -10.9375rem !important; }
  .pb-xxl--175,
  .py-xxl--175 {
    padding-bottom: -10.9375rem !important; }
  .pl-xxl--175,
  .px-xxl--175 {
    padding-left: -10.9375rem !important; }
  .p-xxl--150 {
    padding: -9.375rem !important; }
  .pt-xxl--150,
  .py-xxl--150 {
    padding-top: -9.375rem !important; }
  .pr-xxl--150,
  .px-xxl--150 {
    padding-right: -9.375rem !important; }
  .pb-xxl--150,
  .py-xxl--150 {
    padding-bottom: -9.375rem !important; }
  .pl-xxl--150,
  .px-xxl--150 {
    padding-left: -9.375rem !important; }
  .p-xxl--140 {
    padding: -8.75rem !important; }
  .pt-xxl--140,
  .py-xxl--140 {
    padding-top: -8.75rem !important; }
  .pr-xxl--140,
  .px-xxl--140 {
    padding-right: -8.75rem !important; }
  .pb-xxl--140,
  .py-xxl--140 {
    padding-bottom: -8.75rem !important; }
  .pl-xxl--140,
  .px-xxl--140 {
    padding-left: -8.75rem !important; }
  .p-xxl--110 {
    padding: -6.875rem !important; }
  .pt-xxl--110,
  .py-xxl--110 {
    padding-top: -6.875rem !important; }
  .pr-xxl--110,
  .px-xxl--110 {
    padding-right: -6.875rem !important; }
  .pb-xxl--110,
  .py-xxl--110 {
    padding-bottom: -6.875rem !important; }
  .pl-xxl--110,
  .px-xxl--110 {
    padding-left: -6.875rem !important; }
  .p-xxl--100 {
    padding: -6.25rem !important; }
  .pt-xxl--100,
  .py-xxl--100 {
    padding-top: -6.25rem !important; }
  .pr-xxl--100,
  .px-xxl--100 {
    padding-right: -6.25rem !important; }
  .pb-xxl--100,
  .py-xxl--100 {
    padding-bottom: -6.25rem !important; }
  .pl-xxl--100,
  .px-xxl--100 {
    padding-left: -6.25rem !important; }
  .p-xxl--90 {
    padding: -5.625rem !important; }
  .pt-xxl--90,
  .py-xxl--90 {
    padding-top: -5.625rem !important; }
  .pr-xxl--90,
  .px-xxl--90 {
    padding-right: -5.625rem !important; }
  .pb-xxl--90,
  .py-xxl--90 {
    padding-bottom: -5.625rem !important; }
  .pl-xxl--90,
  .px-xxl--90 {
    padding-left: -5.625rem !important; }
  .p-xxl--80 {
    padding: -5rem !important; }
  .pt-xxl--80,
  .py-xxl--80 {
    padding-top: -5rem !important; }
  .pr-xxl--80,
  .px-xxl--80 {
    padding-right: -5rem !important; }
  .pb-xxl--80,
  .py-xxl--80 {
    padding-bottom: -5rem !important; }
  .pl-xxl--80,
  .px-xxl--80 {
    padding-left: -5rem !important; }
  .p-xxl--70 {
    padding: -4.375rem !important; }
  .pt-xxl--70,
  .py-xxl--70 {
    padding-top: -4.375rem !important; }
  .pr-xxl--70,
  .px-xxl--70 {
    padding-right: -4.375rem !important; }
  .pb-xxl--70,
  .py-xxl--70 {
    padding-bottom: -4.375rem !important; }
  .pl-xxl--70,
  .px-xxl--70 {
    padding-left: -4.375rem !important; }
  .p-xxl--60 {
    padding: -3.75rem !important; }
  .pt-xxl--60,
  .py-xxl--60 {
    padding-top: -3.75rem !important; }
  .pr-xxl--60,
  .px-xxl--60 {
    padding-right: -3.75rem !important; }
  .pb-xxl--60,
  .py-xxl--60 {
    padding-bottom: -3.75rem !important; }
  .pl-xxl--60,
  .px-xxl--60 {
    padding-left: -3.75rem !important; }
  .p-xxl--55 {
    padding: -3.4375rem !important; }
  .pt-xxl--55,
  .py-xxl--55 {
    padding-top: -3.4375rem !important; }
  .pr-xxl--55,
  .px-xxl--55 {
    padding-right: -3.4375rem !important; }
  .pb-xxl--55,
  .py-xxl--55 {
    padding-bottom: -3.4375rem !important; }
  .pl-xxl--55,
  .px-xxl--55 {
    padding-left: -3.4375rem !important; }
  .p-xxl--50 {
    padding: -3.125rem !important; }
  .pt-xxl--50,
  .py-xxl--50 {
    padding-top: -3.125rem !important; }
  .pr-xxl--50,
  .px-xxl--50 {
    padding-right: -3.125rem !important; }
  .pb-xxl--50,
  .py-xxl--50 {
    padding-bottom: -3.125rem !important; }
  .pl-xxl--50,
  .px-xxl--50 {
    padding-left: -3.125rem !important; }
  .p-xxl--40 {
    padding: -2.5rem !important; }
  .pt-xxl--40,
  .py-xxl--40 {
    padding-top: -2.5rem !important; }
  .pr-xxl--40,
  .px-xxl--40 {
    padding-right: -2.5rem !important; }
  .pb-xxl--40,
  .py-xxl--40 {
    padding-bottom: -2.5rem !important; }
  .pl-xxl--40,
  .px-xxl--40 {
    padding-left: -2.5rem !important; }
  .p-xxl--30 {
    padding: -1.875rem !important; }
  .pt-xxl--30,
  .py-xxl--30 {
    padding-top: -1.875rem !important; }
  .pr-xxl--30,
  .px-xxl--30 {
    padding-right: -1.875rem !important; }
  .pb-xxl--30,
  .py-xxl--30 {
    padding-bottom: -1.875rem !important; }
  .pl-xxl--30,
  .px-xxl--30 {
    padding-left: -1.875rem !important; }
  .p-xxl--28 {
    padding: -1.75rem !important; }
  .pt-xxl--28,
  .py-xxl--28 {
    padding-top: -1.75rem !important; }
  .pr-xxl--28,
  .px-xxl--28 {
    padding-right: -1.75rem !important; }
  .pb-xxl--28,
  .py-xxl--28 {
    padding-bottom: -1.75rem !important; }
  .pl-xxl--28,
  .px-xxl--28 {
    padding-left: -1.75rem !important; }
  .p-xxl--25 {
    padding: -1.5625rem !important; }
  .pt-xxl--25,
  .py-xxl--25 {
    padding-top: -1.5625rem !important; }
  .pr-xxl--25,
  .px-xxl--25 {
    padding-right: -1.5625rem !important; }
  .pb-xxl--25,
  .py-xxl--25 {
    padding-bottom: -1.5625rem !important; }
  .pl-xxl--25,
  .px-xxl--25 {
    padding-left: -1.5625rem !important; }
  .p-xxl--15 {
    padding: -0.9375rem !important; }
  .pt-xxl--15,
  .py-xxl--15 {
    padding-top: -0.9375rem !important; }
  .pr-xxl--15,
  .px-xxl--15 {
    padding-right: -0.9375rem !important; }
  .pb-xxl--15,
  .py-xxl--15 {
    padding-bottom: -0.9375rem !important; }
  .pl-xxl--15,
  .px-xxl--15 {
    padding-left: -0.9375rem !important; }
  .p-xxl--10 {
    padding: -0.625rem !important; }
  .pt-xxl--10,
  .py-xxl--10 {
    padding-top: -0.625rem !important; }
  .pr-xxl--10,
  .px-xxl--10 {
    padding-right: -0.625rem !important; }
  .pb-xxl--10,
  .py-xxl--10 {
    padding-bottom: -0.625rem !important; }
  .pl-xxl--10,
  .px-xxl--10 {
    padding-left: -0.625rem !important; }
  .p-xxl--5 {
    padding: -0.3125rem !important; }
  .pt-xxl--5,
  .py-xxl--5 {
    padding-top: -0.3125rem !important; }
  .pr-xxl--5,
  .px-xxl--5 {
    padding-right: -0.3125rem !important; }
  .pb-xxl--5,
  .py-xxl--5 {
    padding-bottom: -0.3125rem !important; }
  .pl-xxl--5,
  .px-xxl--5 {
    padding-left: -0.3125rem !important; }
  .p-xxl-8 {
    padding: 0.5rem !important; }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 0.5rem !important; }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 0.5rem !important; }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 0.5rem !important; }
  .p-xxl-10 {
    padding: 0.625rem !important; }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 0.625rem !important; }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 0.625rem !important; }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 0.625rem !important; }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 0.625rem !important; }
  .p-xxl-15 {
    padding: 0.9375rem !important; }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 0.9375rem !important; }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 0.9375rem !important; }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 0.9375rem !important; }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 0.9375rem !important; }
  .p-xxl-20 {
    padding: 1.25rem !important; }
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 1.25rem !important; }
  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 1.25rem !important; }
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 1.25rem !important; }
  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 1.25rem !important; }
  .p-xxl-25 {
    padding: 1.5625rem !important; }
  .pt-xxl-25,
  .py-xxl-25 {
    padding-top: 1.5625rem !important; }
  .pr-xxl-25,
  .px-xxl-25 {
    padding-right: 1.5625rem !important; }
  .pb-xxl-25,
  .py-xxl-25 {
    padding-bottom: 1.5625rem !important; }
  .pl-xxl-25,
  .px-xxl-25 {
    padding-left: 1.5625rem !important; }
  .p-xxl-30 {
    padding: 1.875rem !important; }
  .pt-xxl-30,
  .py-xxl-30 {
    padding-top: 1.875rem !important; }
  .pr-xxl-30,
  .px-xxl-30 {
    padding-right: 1.875rem !important; }
  .pb-xxl-30,
  .py-xxl-30 {
    padding-bottom: 1.875rem !important; }
  .pl-xxl-30,
  .px-xxl-30 {
    padding-left: 1.875rem !important; }
  .p-xxl-35 {
    padding: 2.1875rem !important; }
  .pt-xxl-35,
  .py-xxl-35 {
    padding-top: 2.1875rem !important; }
  .pr-xxl-35,
  .px-xxl-35 {
    padding-right: 2.1875rem !important; }
  .pb-xxl-35,
  .py-xxl-35 {
    padding-bottom: 2.1875rem !important; }
  .pl-xxl-35,
  .px-xxl-35 {
    padding-left: 2.1875rem !important; }
  .p-xxl-40 {
    padding: 2.5rem !important; }
  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 2.5rem !important; }
  .pr-xxl-40,
  .px-xxl-40 {
    padding-right: 2.5rem !important; }
  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 2.5rem !important; }
  .pl-xxl-40,
  .px-xxl-40 {
    padding-left: 2.5rem !important; }
  .p-xxl-50 {
    padding: 3.125rem !important; }
  .pt-xxl-50,
  .py-xxl-50 {
    padding-top: 3.125rem !important; }
  .pr-xxl-50,
  .px-xxl-50 {
    padding-right: 3.125rem !important; }
  .pb-xxl-50,
  .py-xxl-50 {
    padding-bottom: 3.125rem !important; }
  .pl-xxl-50,
  .px-xxl-50 {
    padding-left: 3.125rem !important; }
  .p-xxl-60 {
    padding: 3.75rem !important; }
  .pt-xxl-60,
  .py-xxl-60 {
    padding-top: 3.75rem !important; }
  .pr-xxl-60,
  .px-xxl-60 {
    padding-right: 3.75rem !important; }
  .pb-xxl-60,
  .py-xxl-60 {
    padding-bottom: 3.75rem !important; }
  .pl-xxl-60,
  .px-xxl-60 {
    padding-left: 3.75rem !important; }
  .p-xxl-70 {
    padding: 4.375rem !important; }
  .pt-xxl-70,
  .py-xxl-70 {
    padding-top: 4.375rem !important; }
  .pr-xxl-70,
  .px-xxl-70 {
    padding-right: 4.375rem !important; }
  .pb-xxl-70,
  .py-xxl-70 {
    padding-bottom: 4.375rem !important; }
  .pl-xxl-70,
  .px-xxl-70 {
    padding-left: 4.375rem !important; }
  .p-xxl-80 {
    padding: 5rem !important; }
  .pt-xxl-80,
  .py-xxl-80 {
    padding-top: 5rem !important; }
  .pr-xxl-80,
  .px-xxl-80 {
    padding-right: 5rem !important; }
  .pb-xxl-80,
  .py-xxl-80 {
    padding-bottom: 5rem !important; }
  .pl-xxl-80,
  .px-xxl-80 {
    padding-left: 5rem !important; }
  .p-xxl-90 {
    padding: 5.625rem !important; }
  .pt-xxl-90,
  .py-xxl-90 {
    padding-top: 5.625rem !important; }
  .pr-xxl-90,
  .px-xxl-90 {
    padding-right: 5.625rem !important; }
  .pb-xxl-90,
  .py-xxl-90 {
    padding-bottom: 5.625rem !important; }
  .pl-xxl-90,
  .px-xxl-90 {
    padding-left: 5.625rem !important; }
  .p-xxl-100 {
    padding: 6.25rem !important; }
  .pt-xxl-100,
  .py-xxl-100 {
    padding-top: 6.25rem !important; }
  .pr-xxl-100,
  .px-xxl-100 {
    padding-right: 6.25rem !important; }
  .pb-xxl-100,
  .py-xxl-100 {
    padding-bottom: 6.25rem !important; }
  .pl-xxl-100,
  .px-xxl-100 {
    padding-left: 6.25rem !important; }
  .p-xxl-120 {
    padding: 7.5rem !important; }
  .pt-xxl-120,
  .py-xxl-120 {
    padding-top: 7.5rem !important; }
  .pr-xxl-120,
  .px-xxl-120 {
    padding-right: 7.5rem !important; }
  .pb-xxl-120,
  .py-xxl-120 {
    padding-bottom: 7.5rem !important; }
  .pl-xxl-120,
  .px-xxl-120 {
    padding-left: 7.5rem !important; }
  .p-xxl-130 {
    padding: 8.125rem !important; }
  .pt-xxl-130,
  .py-xxl-130 {
    padding-top: 8.125rem !important; }
  .pr-xxl-130,
  .px-xxl-130 {
    padding-right: 8.125rem !important; }
  .pb-xxl-130,
  .py-xxl-130 {
    padding-bottom: 8.125rem !important; }
  .pl-xxl-130,
  .px-xxl-130 {
    padding-left: 8.125rem !important; }
  .p-xxl-150 {
    padding: 9.375rem !important; }
  .pt-xxl-150,
  .py-xxl-150 {
    padding-top: 9.375rem !important; }
  .pr-xxl-150,
  .px-xxl-150 {
    padding-right: 9.375rem !important; }
  .pb-xxl-150,
  .py-xxl-150 {
    padding-bottom: 9.375rem !important; }
  .pl-xxl-150,
  .px-xxl-150 {
    padding-left: 9.375rem !important; }
  .p-xxl-200 {
    padding: 12.5rem !important; }
  .pt-xxl-200,
  .py-xxl-200 {
    padding-top: 12.5rem !important; }
  .pr-xxl-200,
  .px-xxl-200 {
    padding-right: 12.5rem !important; }
  .pb-xxl-200,
  .py-xxl-200 {
    padding-bottom: 12.5rem !important; }
  .pl-xxl-200,
  .px-xxl-200 {
    padding-left: 12.5rem !important; }
  .p-xxl-225 {
    padding: 14.0625rem !important; }
  .pt-xxl-225,
  .py-xxl-225 {
    padding-top: 14.0625rem !important; }
  .pr-xxl-225,
  .px-xxl-225 {
    padding-right: 14.0625rem !important; }
  .pb-xxl-225,
  .py-xxl-225 {
    padding-bottom: 14.0625rem !important; }
  .pl-xxl-225,
  .px-xxl-225 {
    padding-left: 14.0625rem !important; }
  .p-xxl-250 {
    padding: 15.625rem !important; }
  .pt-xxl-250,
  .py-xxl-250 {
    padding-top: 15.625rem !important; }
  .pr-xxl-250,
  .px-xxl-250 {
    padding-right: 15.625rem !important; }
  .pb-xxl-250,
  .py-xxl-250 {
    padding-bottom: 15.625rem !important; }
  .pl-xxl-250,
  .px-xxl-250 {
    padding-left: 15.625rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1560px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 0.3125rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 0.3125rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 0.3125rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 0.3125rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 0.3125rem !important; }
  .m-xxxl--175 {
    margin: -10.9375rem !important; }
  .mt-xxxl--175,
  .my-xxxl--175 {
    margin-top: -10.9375rem !important; }
  .mr-xxxl--175,
  .mx-xxxl--175 {
    margin-right: -10.9375rem !important; }
  .mb-xxxl--175,
  .my-xxxl--175 {
    margin-bottom: -10.9375rem !important; }
  .ml-xxxl--175,
  .mx-xxxl--175 {
    margin-left: -10.9375rem !important; }
  .m-xxxl--150 {
    margin: -9.375rem !important; }
  .mt-xxxl--150,
  .my-xxxl--150 {
    margin-top: -9.375rem !important; }
  .mr-xxxl--150,
  .mx-xxxl--150 {
    margin-right: -9.375rem !important; }
  .mb-xxxl--150,
  .my-xxxl--150 {
    margin-bottom: -9.375rem !important; }
  .ml-xxxl--150,
  .mx-xxxl--150 {
    margin-left: -9.375rem !important; }
  .m-xxxl--140 {
    margin: -8.75rem !important; }
  .mt-xxxl--140,
  .my-xxxl--140 {
    margin-top: -8.75rem !important; }
  .mr-xxxl--140,
  .mx-xxxl--140 {
    margin-right: -8.75rem !important; }
  .mb-xxxl--140,
  .my-xxxl--140 {
    margin-bottom: -8.75rem !important; }
  .ml-xxxl--140,
  .mx-xxxl--140 {
    margin-left: -8.75rem !important; }
  .m-xxxl--110 {
    margin: -6.875rem !important; }
  .mt-xxxl--110,
  .my-xxxl--110 {
    margin-top: -6.875rem !important; }
  .mr-xxxl--110,
  .mx-xxxl--110 {
    margin-right: -6.875rem !important; }
  .mb-xxxl--110,
  .my-xxxl--110 {
    margin-bottom: -6.875rem !important; }
  .ml-xxxl--110,
  .mx-xxxl--110 {
    margin-left: -6.875rem !important; }
  .m-xxxl--100 {
    margin: -6.25rem !important; }
  .mt-xxxl--100,
  .my-xxxl--100 {
    margin-top: -6.25rem !important; }
  .mr-xxxl--100,
  .mx-xxxl--100 {
    margin-right: -6.25rem !important; }
  .mb-xxxl--100,
  .my-xxxl--100 {
    margin-bottom: -6.25rem !important; }
  .ml-xxxl--100,
  .mx-xxxl--100 {
    margin-left: -6.25rem !important; }
  .m-xxxl--90 {
    margin: -5.625rem !important; }
  .mt-xxxl--90,
  .my-xxxl--90 {
    margin-top: -5.625rem !important; }
  .mr-xxxl--90,
  .mx-xxxl--90 {
    margin-right: -5.625rem !important; }
  .mb-xxxl--90,
  .my-xxxl--90 {
    margin-bottom: -5.625rem !important; }
  .ml-xxxl--90,
  .mx-xxxl--90 {
    margin-left: -5.625rem !important; }
  .m-xxxl--80 {
    margin: -5rem !important; }
  .mt-xxxl--80,
  .my-xxxl--80 {
    margin-top: -5rem !important; }
  .mr-xxxl--80,
  .mx-xxxl--80 {
    margin-right: -5rem !important; }
  .mb-xxxl--80,
  .my-xxxl--80 {
    margin-bottom: -5rem !important; }
  .ml-xxxl--80,
  .mx-xxxl--80 {
    margin-left: -5rem !important; }
  .m-xxxl--70 {
    margin: -4.375rem !important; }
  .mt-xxxl--70,
  .my-xxxl--70 {
    margin-top: -4.375rem !important; }
  .mr-xxxl--70,
  .mx-xxxl--70 {
    margin-right: -4.375rem !important; }
  .mb-xxxl--70,
  .my-xxxl--70 {
    margin-bottom: -4.375rem !important; }
  .ml-xxxl--70,
  .mx-xxxl--70 {
    margin-left: -4.375rem !important; }
  .m-xxxl--60 {
    margin: -3.75rem !important; }
  .mt-xxxl--60,
  .my-xxxl--60 {
    margin-top: -3.75rem !important; }
  .mr-xxxl--60,
  .mx-xxxl--60 {
    margin-right: -3.75rem !important; }
  .mb-xxxl--60,
  .my-xxxl--60 {
    margin-bottom: -3.75rem !important; }
  .ml-xxxl--60,
  .mx-xxxl--60 {
    margin-left: -3.75rem !important; }
  .m-xxxl--55 {
    margin: -3.4375rem !important; }
  .mt-xxxl--55,
  .my-xxxl--55 {
    margin-top: -3.4375rem !important; }
  .mr-xxxl--55,
  .mx-xxxl--55 {
    margin-right: -3.4375rem !important; }
  .mb-xxxl--55,
  .my-xxxl--55 {
    margin-bottom: -3.4375rem !important; }
  .ml-xxxl--55,
  .mx-xxxl--55 {
    margin-left: -3.4375rem !important; }
  .m-xxxl--50 {
    margin: -3.125rem !important; }
  .mt-xxxl--50,
  .my-xxxl--50 {
    margin-top: -3.125rem !important; }
  .mr-xxxl--50,
  .mx-xxxl--50 {
    margin-right: -3.125rem !important; }
  .mb-xxxl--50,
  .my-xxxl--50 {
    margin-bottom: -3.125rem !important; }
  .ml-xxxl--50,
  .mx-xxxl--50 {
    margin-left: -3.125rem !important; }
  .m-xxxl--40 {
    margin: -2.5rem !important; }
  .mt-xxxl--40,
  .my-xxxl--40 {
    margin-top: -2.5rem !important; }
  .mr-xxxl--40,
  .mx-xxxl--40 {
    margin-right: -2.5rem !important; }
  .mb-xxxl--40,
  .my-xxxl--40 {
    margin-bottom: -2.5rem !important; }
  .ml-xxxl--40,
  .mx-xxxl--40 {
    margin-left: -2.5rem !important; }
  .m-xxxl--30 {
    margin: -1.875rem !important; }
  .mt-xxxl--30,
  .my-xxxl--30 {
    margin-top: -1.875rem !important; }
  .mr-xxxl--30,
  .mx-xxxl--30 {
    margin-right: -1.875rem !important; }
  .mb-xxxl--30,
  .my-xxxl--30 {
    margin-bottom: -1.875rem !important; }
  .ml-xxxl--30,
  .mx-xxxl--30 {
    margin-left: -1.875rem !important; }
  .m-xxxl--28 {
    margin: -1.75rem !important; }
  .mt-xxxl--28,
  .my-xxxl--28 {
    margin-top: -1.75rem !important; }
  .mr-xxxl--28,
  .mx-xxxl--28 {
    margin-right: -1.75rem !important; }
  .mb-xxxl--28,
  .my-xxxl--28 {
    margin-bottom: -1.75rem !important; }
  .ml-xxxl--28,
  .mx-xxxl--28 {
    margin-left: -1.75rem !important; }
  .m-xxxl--25 {
    margin: -1.5625rem !important; }
  .mt-xxxl--25,
  .my-xxxl--25 {
    margin-top: -1.5625rem !important; }
  .mr-xxxl--25,
  .mx-xxxl--25 {
    margin-right: -1.5625rem !important; }
  .mb-xxxl--25,
  .my-xxxl--25 {
    margin-bottom: -1.5625rem !important; }
  .ml-xxxl--25,
  .mx-xxxl--25 {
    margin-left: -1.5625rem !important; }
  .m-xxxl--15 {
    margin: -0.9375rem !important; }
  .mt-xxxl--15,
  .my-xxxl--15 {
    margin-top: -0.9375rem !important; }
  .mr-xxxl--15,
  .mx-xxxl--15 {
    margin-right: -0.9375rem !important; }
  .mb-xxxl--15,
  .my-xxxl--15 {
    margin-bottom: -0.9375rem !important; }
  .ml-xxxl--15,
  .mx-xxxl--15 {
    margin-left: -0.9375rem !important; }
  .m-xxxl--10 {
    margin: -0.625rem !important; }
  .mt-xxxl--10,
  .my-xxxl--10 {
    margin-top: -0.625rem !important; }
  .mr-xxxl--10,
  .mx-xxxl--10 {
    margin-right: -0.625rem !important; }
  .mb-xxxl--10,
  .my-xxxl--10 {
    margin-bottom: -0.625rem !important; }
  .ml-xxxl--10,
  .mx-xxxl--10 {
    margin-left: -0.625rem !important; }
  .m-xxxl--5 {
    margin: -0.3125rem !important; }
  .mt-xxxl--5,
  .my-xxxl--5 {
    margin-top: -0.3125rem !important; }
  .mr-xxxl--5,
  .mx-xxxl--5 {
    margin-right: -0.3125rem !important; }
  .mb-xxxl--5,
  .my-xxxl--5 {
    margin-bottom: -0.3125rem !important; }
  .ml-xxxl--5,
  .mx-xxxl--5 {
    margin-left: -0.3125rem !important; }
  .m-xxxl-8 {
    margin: 0.5rem !important; }
  .mt-xxxl-8,
  .my-xxxl-8 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-8,
  .mx-xxxl-8 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-8,
  .my-xxxl-8 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-8,
  .mx-xxxl-8 {
    margin-left: 0.5rem !important; }
  .m-xxxl-10 {
    margin: 0.625rem !important; }
  .mt-xxxl-10,
  .my-xxxl-10 {
    margin-top: 0.625rem !important; }
  .mr-xxxl-10,
  .mx-xxxl-10 {
    margin-right: 0.625rem !important; }
  .mb-xxxl-10,
  .my-xxxl-10 {
    margin-bottom: 0.625rem !important; }
  .ml-xxxl-10,
  .mx-xxxl-10 {
    margin-left: 0.625rem !important; }
  .m-xxxl-15 {
    margin: 0.9375rem !important; }
  .mt-xxxl-15,
  .my-xxxl-15 {
    margin-top: 0.9375rem !important; }
  .mr-xxxl-15,
  .mx-xxxl-15 {
    margin-right: 0.9375rem !important; }
  .mb-xxxl-15,
  .my-xxxl-15 {
    margin-bottom: 0.9375rem !important; }
  .ml-xxxl-15,
  .mx-xxxl-15 {
    margin-left: 0.9375rem !important; }
  .m-xxxl-20 {
    margin: 1.25rem !important; }
  .mt-xxxl-20,
  .my-xxxl-20 {
    margin-top: 1.25rem !important; }
  .mr-xxxl-20,
  .mx-xxxl-20 {
    margin-right: 1.25rem !important; }
  .mb-xxxl-20,
  .my-xxxl-20 {
    margin-bottom: 1.25rem !important; }
  .ml-xxxl-20,
  .mx-xxxl-20 {
    margin-left: 1.25rem !important; }
  .m-xxxl-25 {
    margin: 1.5625rem !important; }
  .mt-xxxl-25,
  .my-xxxl-25 {
    margin-top: 1.5625rem !important; }
  .mr-xxxl-25,
  .mx-xxxl-25 {
    margin-right: 1.5625rem !important; }
  .mb-xxxl-25,
  .my-xxxl-25 {
    margin-bottom: 1.5625rem !important; }
  .ml-xxxl-25,
  .mx-xxxl-25 {
    margin-left: 1.5625rem !important; }
  .m-xxxl-30 {
    margin: 1.875rem !important; }
  .mt-xxxl-30,
  .my-xxxl-30 {
    margin-top: 1.875rem !important; }
  .mr-xxxl-30,
  .mx-xxxl-30 {
    margin-right: 1.875rem !important; }
  .mb-xxxl-30,
  .my-xxxl-30 {
    margin-bottom: 1.875rem !important; }
  .ml-xxxl-30,
  .mx-xxxl-30 {
    margin-left: 1.875rem !important; }
  .m-xxxl-35 {
    margin: 2.1875rem !important; }
  .mt-xxxl-35,
  .my-xxxl-35 {
    margin-top: 2.1875rem !important; }
  .mr-xxxl-35,
  .mx-xxxl-35 {
    margin-right: 2.1875rem !important; }
  .mb-xxxl-35,
  .my-xxxl-35 {
    margin-bottom: 2.1875rem !important; }
  .ml-xxxl-35,
  .mx-xxxl-35 {
    margin-left: 2.1875rem !important; }
  .m-xxxl-40 {
    margin: 2.5rem !important; }
  .mt-xxxl-40,
  .my-xxxl-40 {
    margin-top: 2.5rem !important; }
  .mr-xxxl-40,
  .mx-xxxl-40 {
    margin-right: 2.5rem !important; }
  .mb-xxxl-40,
  .my-xxxl-40 {
    margin-bottom: 2.5rem !important; }
  .ml-xxxl-40,
  .mx-xxxl-40 {
    margin-left: 2.5rem !important; }
  .m-xxxl-50 {
    margin: 3.125rem !important; }
  .mt-xxxl-50,
  .my-xxxl-50 {
    margin-top: 3.125rem !important; }
  .mr-xxxl-50,
  .mx-xxxl-50 {
    margin-right: 3.125rem !important; }
  .mb-xxxl-50,
  .my-xxxl-50 {
    margin-bottom: 3.125rem !important; }
  .ml-xxxl-50,
  .mx-xxxl-50 {
    margin-left: 3.125rem !important; }
  .m-xxxl-60 {
    margin: 3.75rem !important; }
  .mt-xxxl-60,
  .my-xxxl-60 {
    margin-top: 3.75rem !important; }
  .mr-xxxl-60,
  .mx-xxxl-60 {
    margin-right: 3.75rem !important; }
  .mb-xxxl-60,
  .my-xxxl-60 {
    margin-bottom: 3.75rem !important; }
  .ml-xxxl-60,
  .mx-xxxl-60 {
    margin-left: 3.75rem !important; }
  .m-xxxl-70 {
    margin: 4.375rem !important; }
  .mt-xxxl-70,
  .my-xxxl-70 {
    margin-top: 4.375rem !important; }
  .mr-xxxl-70,
  .mx-xxxl-70 {
    margin-right: 4.375rem !important; }
  .mb-xxxl-70,
  .my-xxxl-70 {
    margin-bottom: 4.375rem !important; }
  .ml-xxxl-70,
  .mx-xxxl-70 {
    margin-left: 4.375rem !important; }
  .m-xxxl-80 {
    margin: 5rem !important; }
  .mt-xxxl-80,
  .my-xxxl-80 {
    margin-top: 5rem !important; }
  .mr-xxxl-80,
  .mx-xxxl-80 {
    margin-right: 5rem !important; }
  .mb-xxxl-80,
  .my-xxxl-80 {
    margin-bottom: 5rem !important; }
  .ml-xxxl-80,
  .mx-xxxl-80 {
    margin-left: 5rem !important; }
  .m-xxxl-90 {
    margin: 5.625rem !important; }
  .mt-xxxl-90,
  .my-xxxl-90 {
    margin-top: 5.625rem !important; }
  .mr-xxxl-90,
  .mx-xxxl-90 {
    margin-right: 5.625rem !important; }
  .mb-xxxl-90,
  .my-xxxl-90 {
    margin-bottom: 5.625rem !important; }
  .ml-xxxl-90,
  .mx-xxxl-90 {
    margin-left: 5.625rem !important; }
  .m-xxxl-100 {
    margin: 6.25rem !important; }
  .mt-xxxl-100,
  .my-xxxl-100 {
    margin-top: 6.25rem !important; }
  .mr-xxxl-100,
  .mx-xxxl-100 {
    margin-right: 6.25rem !important; }
  .mb-xxxl-100,
  .my-xxxl-100 {
    margin-bottom: 6.25rem !important; }
  .ml-xxxl-100,
  .mx-xxxl-100 {
    margin-left: 6.25rem !important; }
  .m-xxxl-120 {
    margin: 7.5rem !important; }
  .mt-xxxl-120,
  .my-xxxl-120 {
    margin-top: 7.5rem !important; }
  .mr-xxxl-120,
  .mx-xxxl-120 {
    margin-right: 7.5rem !important; }
  .mb-xxxl-120,
  .my-xxxl-120 {
    margin-bottom: 7.5rem !important; }
  .ml-xxxl-120,
  .mx-xxxl-120 {
    margin-left: 7.5rem !important; }
  .m-xxxl-130 {
    margin: 8.125rem !important; }
  .mt-xxxl-130,
  .my-xxxl-130 {
    margin-top: 8.125rem !important; }
  .mr-xxxl-130,
  .mx-xxxl-130 {
    margin-right: 8.125rem !important; }
  .mb-xxxl-130,
  .my-xxxl-130 {
    margin-bottom: 8.125rem !important; }
  .ml-xxxl-130,
  .mx-xxxl-130 {
    margin-left: 8.125rem !important; }
  .m-xxxl-150 {
    margin: 9.375rem !important; }
  .mt-xxxl-150,
  .my-xxxl-150 {
    margin-top: 9.375rem !important; }
  .mr-xxxl-150,
  .mx-xxxl-150 {
    margin-right: 9.375rem !important; }
  .mb-xxxl-150,
  .my-xxxl-150 {
    margin-bottom: 9.375rem !important; }
  .ml-xxxl-150,
  .mx-xxxl-150 {
    margin-left: 9.375rem !important; }
  .m-xxxl-200 {
    margin: 12.5rem !important; }
  .mt-xxxl-200,
  .my-xxxl-200 {
    margin-top: 12.5rem !important; }
  .mr-xxxl-200,
  .mx-xxxl-200 {
    margin-right: 12.5rem !important; }
  .mb-xxxl-200,
  .my-xxxl-200 {
    margin-bottom: 12.5rem !important; }
  .ml-xxxl-200,
  .mx-xxxl-200 {
    margin-left: 12.5rem !important; }
  .m-xxxl-225 {
    margin: 14.0625rem !important; }
  .mt-xxxl-225,
  .my-xxxl-225 {
    margin-top: 14.0625rem !important; }
  .mr-xxxl-225,
  .mx-xxxl-225 {
    margin-right: 14.0625rem !important; }
  .mb-xxxl-225,
  .my-xxxl-225 {
    margin-bottom: 14.0625rem !important; }
  .ml-xxxl-225,
  .mx-xxxl-225 {
    margin-left: 14.0625rem !important; }
  .m-xxxl-250 {
    margin: 15.625rem !important; }
  .mt-xxxl-250,
  .my-xxxl-250 {
    margin-top: 15.625rem !important; }
  .mr-xxxl-250,
  .mx-xxxl-250 {
    margin-right: 15.625rem !important; }
  .mb-xxxl-250,
  .my-xxxl-250 {
    margin-bottom: 15.625rem !important; }
  .ml-xxxl-250,
  .mx-xxxl-250 {
    margin-left: 15.625rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 0.3125rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 0.3125rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 0.3125rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 0.3125rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 0.3125rem !important; }
  .p-xxxl--175 {
    padding: -10.9375rem !important; }
  .pt-xxxl--175,
  .py-xxxl--175 {
    padding-top: -10.9375rem !important; }
  .pr-xxxl--175,
  .px-xxxl--175 {
    padding-right: -10.9375rem !important; }
  .pb-xxxl--175,
  .py-xxxl--175 {
    padding-bottom: -10.9375rem !important; }
  .pl-xxxl--175,
  .px-xxxl--175 {
    padding-left: -10.9375rem !important; }
  .p-xxxl--150 {
    padding: -9.375rem !important; }
  .pt-xxxl--150,
  .py-xxxl--150 {
    padding-top: -9.375rem !important; }
  .pr-xxxl--150,
  .px-xxxl--150 {
    padding-right: -9.375rem !important; }
  .pb-xxxl--150,
  .py-xxxl--150 {
    padding-bottom: -9.375rem !important; }
  .pl-xxxl--150,
  .px-xxxl--150 {
    padding-left: -9.375rem !important; }
  .p-xxxl--140 {
    padding: -8.75rem !important; }
  .pt-xxxl--140,
  .py-xxxl--140 {
    padding-top: -8.75rem !important; }
  .pr-xxxl--140,
  .px-xxxl--140 {
    padding-right: -8.75rem !important; }
  .pb-xxxl--140,
  .py-xxxl--140 {
    padding-bottom: -8.75rem !important; }
  .pl-xxxl--140,
  .px-xxxl--140 {
    padding-left: -8.75rem !important; }
  .p-xxxl--110 {
    padding: -6.875rem !important; }
  .pt-xxxl--110,
  .py-xxxl--110 {
    padding-top: -6.875rem !important; }
  .pr-xxxl--110,
  .px-xxxl--110 {
    padding-right: -6.875rem !important; }
  .pb-xxxl--110,
  .py-xxxl--110 {
    padding-bottom: -6.875rem !important; }
  .pl-xxxl--110,
  .px-xxxl--110 {
    padding-left: -6.875rem !important; }
  .p-xxxl--100 {
    padding: -6.25rem !important; }
  .pt-xxxl--100,
  .py-xxxl--100 {
    padding-top: -6.25rem !important; }
  .pr-xxxl--100,
  .px-xxxl--100 {
    padding-right: -6.25rem !important; }
  .pb-xxxl--100,
  .py-xxxl--100 {
    padding-bottom: -6.25rem !important; }
  .pl-xxxl--100,
  .px-xxxl--100 {
    padding-left: -6.25rem !important; }
  .p-xxxl--90 {
    padding: -5.625rem !important; }
  .pt-xxxl--90,
  .py-xxxl--90 {
    padding-top: -5.625rem !important; }
  .pr-xxxl--90,
  .px-xxxl--90 {
    padding-right: -5.625rem !important; }
  .pb-xxxl--90,
  .py-xxxl--90 {
    padding-bottom: -5.625rem !important; }
  .pl-xxxl--90,
  .px-xxxl--90 {
    padding-left: -5.625rem !important; }
  .p-xxxl--80 {
    padding: -5rem !important; }
  .pt-xxxl--80,
  .py-xxxl--80 {
    padding-top: -5rem !important; }
  .pr-xxxl--80,
  .px-xxxl--80 {
    padding-right: -5rem !important; }
  .pb-xxxl--80,
  .py-xxxl--80 {
    padding-bottom: -5rem !important; }
  .pl-xxxl--80,
  .px-xxxl--80 {
    padding-left: -5rem !important; }
  .p-xxxl--70 {
    padding: -4.375rem !important; }
  .pt-xxxl--70,
  .py-xxxl--70 {
    padding-top: -4.375rem !important; }
  .pr-xxxl--70,
  .px-xxxl--70 {
    padding-right: -4.375rem !important; }
  .pb-xxxl--70,
  .py-xxxl--70 {
    padding-bottom: -4.375rem !important; }
  .pl-xxxl--70,
  .px-xxxl--70 {
    padding-left: -4.375rem !important; }
  .p-xxxl--60 {
    padding: -3.75rem !important; }
  .pt-xxxl--60,
  .py-xxxl--60 {
    padding-top: -3.75rem !important; }
  .pr-xxxl--60,
  .px-xxxl--60 {
    padding-right: -3.75rem !important; }
  .pb-xxxl--60,
  .py-xxxl--60 {
    padding-bottom: -3.75rem !important; }
  .pl-xxxl--60,
  .px-xxxl--60 {
    padding-left: -3.75rem !important; }
  .p-xxxl--55 {
    padding: -3.4375rem !important; }
  .pt-xxxl--55,
  .py-xxxl--55 {
    padding-top: -3.4375rem !important; }
  .pr-xxxl--55,
  .px-xxxl--55 {
    padding-right: -3.4375rem !important; }
  .pb-xxxl--55,
  .py-xxxl--55 {
    padding-bottom: -3.4375rem !important; }
  .pl-xxxl--55,
  .px-xxxl--55 {
    padding-left: -3.4375rem !important; }
  .p-xxxl--50 {
    padding: -3.125rem !important; }
  .pt-xxxl--50,
  .py-xxxl--50 {
    padding-top: -3.125rem !important; }
  .pr-xxxl--50,
  .px-xxxl--50 {
    padding-right: -3.125rem !important; }
  .pb-xxxl--50,
  .py-xxxl--50 {
    padding-bottom: -3.125rem !important; }
  .pl-xxxl--50,
  .px-xxxl--50 {
    padding-left: -3.125rem !important; }
  .p-xxxl--40 {
    padding: -2.5rem !important; }
  .pt-xxxl--40,
  .py-xxxl--40 {
    padding-top: -2.5rem !important; }
  .pr-xxxl--40,
  .px-xxxl--40 {
    padding-right: -2.5rem !important; }
  .pb-xxxl--40,
  .py-xxxl--40 {
    padding-bottom: -2.5rem !important; }
  .pl-xxxl--40,
  .px-xxxl--40 {
    padding-left: -2.5rem !important; }
  .p-xxxl--30 {
    padding: -1.875rem !important; }
  .pt-xxxl--30,
  .py-xxxl--30 {
    padding-top: -1.875rem !important; }
  .pr-xxxl--30,
  .px-xxxl--30 {
    padding-right: -1.875rem !important; }
  .pb-xxxl--30,
  .py-xxxl--30 {
    padding-bottom: -1.875rem !important; }
  .pl-xxxl--30,
  .px-xxxl--30 {
    padding-left: -1.875rem !important; }
  .p-xxxl--28 {
    padding: -1.75rem !important; }
  .pt-xxxl--28,
  .py-xxxl--28 {
    padding-top: -1.75rem !important; }
  .pr-xxxl--28,
  .px-xxxl--28 {
    padding-right: -1.75rem !important; }
  .pb-xxxl--28,
  .py-xxxl--28 {
    padding-bottom: -1.75rem !important; }
  .pl-xxxl--28,
  .px-xxxl--28 {
    padding-left: -1.75rem !important; }
  .p-xxxl--25 {
    padding: -1.5625rem !important; }
  .pt-xxxl--25,
  .py-xxxl--25 {
    padding-top: -1.5625rem !important; }
  .pr-xxxl--25,
  .px-xxxl--25 {
    padding-right: -1.5625rem !important; }
  .pb-xxxl--25,
  .py-xxxl--25 {
    padding-bottom: -1.5625rem !important; }
  .pl-xxxl--25,
  .px-xxxl--25 {
    padding-left: -1.5625rem !important; }
  .p-xxxl--15 {
    padding: -0.9375rem !important; }
  .pt-xxxl--15,
  .py-xxxl--15 {
    padding-top: -0.9375rem !important; }
  .pr-xxxl--15,
  .px-xxxl--15 {
    padding-right: -0.9375rem !important; }
  .pb-xxxl--15,
  .py-xxxl--15 {
    padding-bottom: -0.9375rem !important; }
  .pl-xxxl--15,
  .px-xxxl--15 {
    padding-left: -0.9375rem !important; }
  .p-xxxl--10 {
    padding: -0.625rem !important; }
  .pt-xxxl--10,
  .py-xxxl--10 {
    padding-top: -0.625rem !important; }
  .pr-xxxl--10,
  .px-xxxl--10 {
    padding-right: -0.625rem !important; }
  .pb-xxxl--10,
  .py-xxxl--10 {
    padding-bottom: -0.625rem !important; }
  .pl-xxxl--10,
  .px-xxxl--10 {
    padding-left: -0.625rem !important; }
  .p-xxxl--5 {
    padding: -0.3125rem !important; }
  .pt-xxxl--5,
  .py-xxxl--5 {
    padding-top: -0.3125rem !important; }
  .pr-xxxl--5,
  .px-xxxl--5 {
    padding-right: -0.3125rem !important; }
  .pb-xxxl--5,
  .py-xxxl--5 {
    padding-bottom: -0.3125rem !important; }
  .pl-xxxl--5,
  .px-xxxl--5 {
    padding-left: -0.3125rem !important; }
  .p-xxxl-8 {
    padding: 0.5rem !important; }
  .pt-xxxl-8,
  .py-xxxl-8 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-8,
  .px-xxxl-8 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-8,
  .py-xxxl-8 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-8,
  .px-xxxl-8 {
    padding-left: 0.5rem !important; }
  .p-xxxl-10 {
    padding: 0.625rem !important; }
  .pt-xxxl-10,
  .py-xxxl-10 {
    padding-top: 0.625rem !important; }
  .pr-xxxl-10,
  .px-xxxl-10 {
    padding-right: 0.625rem !important; }
  .pb-xxxl-10,
  .py-xxxl-10 {
    padding-bottom: 0.625rem !important; }
  .pl-xxxl-10,
  .px-xxxl-10 {
    padding-left: 0.625rem !important; }
  .p-xxxl-15 {
    padding: 0.9375rem !important; }
  .pt-xxxl-15,
  .py-xxxl-15 {
    padding-top: 0.9375rem !important; }
  .pr-xxxl-15,
  .px-xxxl-15 {
    padding-right: 0.9375rem !important; }
  .pb-xxxl-15,
  .py-xxxl-15 {
    padding-bottom: 0.9375rem !important; }
  .pl-xxxl-15,
  .px-xxxl-15 {
    padding-left: 0.9375rem !important; }
  .p-xxxl-20 {
    padding: 1.25rem !important; }
  .pt-xxxl-20,
  .py-xxxl-20 {
    padding-top: 1.25rem !important; }
  .pr-xxxl-20,
  .px-xxxl-20 {
    padding-right: 1.25rem !important; }
  .pb-xxxl-20,
  .py-xxxl-20 {
    padding-bottom: 1.25rem !important; }
  .pl-xxxl-20,
  .px-xxxl-20 {
    padding-left: 1.25rem !important; }
  .p-xxxl-25 {
    padding: 1.5625rem !important; }
  .pt-xxxl-25,
  .py-xxxl-25 {
    padding-top: 1.5625rem !important; }
  .pr-xxxl-25,
  .px-xxxl-25 {
    padding-right: 1.5625rem !important; }
  .pb-xxxl-25,
  .py-xxxl-25 {
    padding-bottom: 1.5625rem !important; }
  .pl-xxxl-25,
  .px-xxxl-25 {
    padding-left: 1.5625rem !important; }
  .p-xxxl-30 {
    padding: 1.875rem !important; }
  .pt-xxxl-30,
  .py-xxxl-30 {
    padding-top: 1.875rem !important; }
  .pr-xxxl-30,
  .px-xxxl-30 {
    padding-right: 1.875rem !important; }
  .pb-xxxl-30,
  .py-xxxl-30 {
    padding-bottom: 1.875rem !important; }
  .pl-xxxl-30,
  .px-xxxl-30 {
    padding-left: 1.875rem !important; }
  .p-xxxl-35 {
    padding: 2.1875rem !important; }
  .pt-xxxl-35,
  .py-xxxl-35 {
    padding-top: 2.1875rem !important; }
  .pr-xxxl-35,
  .px-xxxl-35 {
    padding-right: 2.1875rem !important; }
  .pb-xxxl-35,
  .py-xxxl-35 {
    padding-bottom: 2.1875rem !important; }
  .pl-xxxl-35,
  .px-xxxl-35 {
    padding-left: 2.1875rem !important; }
  .p-xxxl-40 {
    padding: 2.5rem !important; }
  .pt-xxxl-40,
  .py-xxxl-40 {
    padding-top: 2.5rem !important; }
  .pr-xxxl-40,
  .px-xxxl-40 {
    padding-right: 2.5rem !important; }
  .pb-xxxl-40,
  .py-xxxl-40 {
    padding-bottom: 2.5rem !important; }
  .pl-xxxl-40,
  .px-xxxl-40 {
    padding-left: 2.5rem !important; }
  .p-xxxl-50 {
    padding: 3.125rem !important; }
  .pt-xxxl-50,
  .py-xxxl-50 {
    padding-top: 3.125rem !important; }
  .pr-xxxl-50,
  .px-xxxl-50 {
    padding-right: 3.125rem !important; }
  .pb-xxxl-50,
  .py-xxxl-50 {
    padding-bottom: 3.125rem !important; }
  .pl-xxxl-50,
  .px-xxxl-50 {
    padding-left: 3.125rem !important; }
  .p-xxxl-60 {
    padding: 3.75rem !important; }
  .pt-xxxl-60,
  .py-xxxl-60 {
    padding-top: 3.75rem !important; }
  .pr-xxxl-60,
  .px-xxxl-60 {
    padding-right: 3.75rem !important; }
  .pb-xxxl-60,
  .py-xxxl-60 {
    padding-bottom: 3.75rem !important; }
  .pl-xxxl-60,
  .px-xxxl-60 {
    padding-left: 3.75rem !important; }
  .p-xxxl-70 {
    padding: 4.375rem !important; }
  .pt-xxxl-70,
  .py-xxxl-70 {
    padding-top: 4.375rem !important; }
  .pr-xxxl-70,
  .px-xxxl-70 {
    padding-right: 4.375rem !important; }
  .pb-xxxl-70,
  .py-xxxl-70 {
    padding-bottom: 4.375rem !important; }
  .pl-xxxl-70,
  .px-xxxl-70 {
    padding-left: 4.375rem !important; }
  .p-xxxl-80 {
    padding: 5rem !important; }
  .pt-xxxl-80,
  .py-xxxl-80 {
    padding-top: 5rem !important; }
  .pr-xxxl-80,
  .px-xxxl-80 {
    padding-right: 5rem !important; }
  .pb-xxxl-80,
  .py-xxxl-80 {
    padding-bottom: 5rem !important; }
  .pl-xxxl-80,
  .px-xxxl-80 {
    padding-left: 5rem !important; }
  .p-xxxl-90 {
    padding: 5.625rem !important; }
  .pt-xxxl-90,
  .py-xxxl-90 {
    padding-top: 5.625rem !important; }
  .pr-xxxl-90,
  .px-xxxl-90 {
    padding-right: 5.625rem !important; }
  .pb-xxxl-90,
  .py-xxxl-90 {
    padding-bottom: 5.625rem !important; }
  .pl-xxxl-90,
  .px-xxxl-90 {
    padding-left: 5.625rem !important; }
  .p-xxxl-100 {
    padding: 6.25rem !important; }
  .pt-xxxl-100,
  .py-xxxl-100 {
    padding-top: 6.25rem !important; }
  .pr-xxxl-100,
  .px-xxxl-100 {
    padding-right: 6.25rem !important; }
  .pb-xxxl-100,
  .py-xxxl-100 {
    padding-bottom: 6.25rem !important; }
  .pl-xxxl-100,
  .px-xxxl-100 {
    padding-left: 6.25rem !important; }
  .p-xxxl-120 {
    padding: 7.5rem !important; }
  .pt-xxxl-120,
  .py-xxxl-120 {
    padding-top: 7.5rem !important; }
  .pr-xxxl-120,
  .px-xxxl-120 {
    padding-right: 7.5rem !important; }
  .pb-xxxl-120,
  .py-xxxl-120 {
    padding-bottom: 7.5rem !important; }
  .pl-xxxl-120,
  .px-xxxl-120 {
    padding-left: 7.5rem !important; }
  .p-xxxl-130 {
    padding: 8.125rem !important; }
  .pt-xxxl-130,
  .py-xxxl-130 {
    padding-top: 8.125rem !important; }
  .pr-xxxl-130,
  .px-xxxl-130 {
    padding-right: 8.125rem !important; }
  .pb-xxxl-130,
  .py-xxxl-130 {
    padding-bottom: 8.125rem !important; }
  .pl-xxxl-130,
  .px-xxxl-130 {
    padding-left: 8.125rem !important; }
  .p-xxxl-150 {
    padding: 9.375rem !important; }
  .pt-xxxl-150,
  .py-xxxl-150 {
    padding-top: 9.375rem !important; }
  .pr-xxxl-150,
  .px-xxxl-150 {
    padding-right: 9.375rem !important; }
  .pb-xxxl-150,
  .py-xxxl-150 {
    padding-bottom: 9.375rem !important; }
  .pl-xxxl-150,
  .px-xxxl-150 {
    padding-left: 9.375rem !important; }
  .p-xxxl-200 {
    padding: 12.5rem !important; }
  .pt-xxxl-200,
  .py-xxxl-200 {
    padding-top: 12.5rem !important; }
  .pr-xxxl-200,
  .px-xxxl-200 {
    padding-right: 12.5rem !important; }
  .pb-xxxl-200,
  .py-xxxl-200 {
    padding-bottom: 12.5rem !important; }
  .pl-xxxl-200,
  .px-xxxl-200 {
    padding-left: 12.5rem !important; }
  .p-xxxl-225 {
    padding: 14.0625rem !important; }
  .pt-xxxl-225,
  .py-xxxl-225 {
    padding-top: 14.0625rem !important; }
  .pr-xxxl-225,
  .px-xxxl-225 {
    padding-right: 14.0625rem !important; }
  .pb-xxxl-225,
  .py-xxxl-225 {
    padding-bottom: 14.0625rem !important; }
  .pl-xxxl-225,
  .px-xxxl-225 {
    padding-left: 14.0625rem !important; }
  .p-xxxl-250 {
    padding: 15.625rem !important; }
  .pt-xxxl-250,
  .py-xxxl-250 {
    padding-top: 15.625rem !important; }
  .pr-xxxl-250,
  .px-xxxl-250 {
    padding-right: 15.625rem !important; }
  .pb-xxxl-250,
  .py-xxxl-250 {
    padding-bottom: 15.625rem !important; }
  .pl-xxxl-250,
  .px-xxxl-250 {
    padding-left: 15.625rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1680px) {
  .m-full-0 {
    margin: 0 !important; }
  .mt-full-0,
  .my-full-0 {
    margin-top: 0 !important; }
  .mr-full-0,
  .mx-full-0 {
    margin-right: 0 !important; }
  .mb-full-0,
  .my-full-0 {
    margin-bottom: 0 !important; }
  .ml-full-0,
  .mx-full-0 {
    margin-left: 0 !important; }
  .m-full-1 {
    margin: 0.25rem !important; }
  .mt-full-1,
  .my-full-1 {
    margin-top: 0.25rem !important; }
  .mr-full-1,
  .mx-full-1 {
    margin-right: 0.25rem !important; }
  .mb-full-1,
  .my-full-1 {
    margin-bottom: 0.25rem !important; }
  .ml-full-1,
  .mx-full-1 {
    margin-left: 0.25rem !important; }
  .m-full-2 {
    margin: 0.5rem !important; }
  .mt-full-2,
  .my-full-2 {
    margin-top: 0.5rem !important; }
  .mr-full-2,
  .mx-full-2 {
    margin-right: 0.5rem !important; }
  .mb-full-2,
  .my-full-2 {
    margin-bottom: 0.5rem !important; }
  .ml-full-2,
  .mx-full-2 {
    margin-left: 0.5rem !important; }
  .m-full-3 {
    margin: 1rem !important; }
  .mt-full-3,
  .my-full-3 {
    margin-top: 1rem !important; }
  .mr-full-3,
  .mx-full-3 {
    margin-right: 1rem !important; }
  .mb-full-3,
  .my-full-3 {
    margin-bottom: 1rem !important; }
  .ml-full-3,
  .mx-full-3 {
    margin-left: 1rem !important; }
  .m-full-4 {
    margin: 1.5rem !important; }
  .mt-full-4,
  .my-full-4 {
    margin-top: 1.5rem !important; }
  .mr-full-4,
  .mx-full-4 {
    margin-right: 1.5rem !important; }
  .mb-full-4,
  .my-full-4 {
    margin-bottom: 1.5rem !important; }
  .ml-full-4,
  .mx-full-4 {
    margin-left: 1.5rem !important; }
  .m-full-5 {
    margin: 0.3125rem !important; }
  .mt-full-5,
  .my-full-5 {
    margin-top: 0.3125rem !important; }
  .mr-full-5,
  .mx-full-5 {
    margin-right: 0.3125rem !important; }
  .mb-full-5,
  .my-full-5 {
    margin-bottom: 0.3125rem !important; }
  .ml-full-5,
  .mx-full-5 {
    margin-left: 0.3125rem !important; }
  .m-full--175 {
    margin: -10.9375rem !important; }
  .mt-full--175,
  .my-full--175 {
    margin-top: -10.9375rem !important; }
  .mr-full--175,
  .mx-full--175 {
    margin-right: -10.9375rem !important; }
  .mb-full--175,
  .my-full--175 {
    margin-bottom: -10.9375rem !important; }
  .ml-full--175,
  .mx-full--175 {
    margin-left: -10.9375rem !important; }
  .m-full--150 {
    margin: -9.375rem !important; }
  .mt-full--150,
  .my-full--150 {
    margin-top: -9.375rem !important; }
  .mr-full--150,
  .mx-full--150 {
    margin-right: -9.375rem !important; }
  .mb-full--150,
  .my-full--150 {
    margin-bottom: -9.375rem !important; }
  .ml-full--150,
  .mx-full--150 {
    margin-left: -9.375rem !important; }
  .m-full--140 {
    margin: -8.75rem !important; }
  .mt-full--140,
  .my-full--140 {
    margin-top: -8.75rem !important; }
  .mr-full--140,
  .mx-full--140 {
    margin-right: -8.75rem !important; }
  .mb-full--140,
  .my-full--140 {
    margin-bottom: -8.75rem !important; }
  .ml-full--140,
  .mx-full--140 {
    margin-left: -8.75rem !important; }
  .m-full--110 {
    margin: -6.875rem !important; }
  .mt-full--110,
  .my-full--110 {
    margin-top: -6.875rem !important; }
  .mr-full--110,
  .mx-full--110 {
    margin-right: -6.875rem !important; }
  .mb-full--110,
  .my-full--110 {
    margin-bottom: -6.875rem !important; }
  .ml-full--110,
  .mx-full--110 {
    margin-left: -6.875rem !important; }
  .m-full--100 {
    margin: -6.25rem !important; }
  .mt-full--100,
  .my-full--100 {
    margin-top: -6.25rem !important; }
  .mr-full--100,
  .mx-full--100 {
    margin-right: -6.25rem !important; }
  .mb-full--100,
  .my-full--100 {
    margin-bottom: -6.25rem !important; }
  .ml-full--100,
  .mx-full--100 {
    margin-left: -6.25rem !important; }
  .m-full--90 {
    margin: -5.625rem !important; }
  .mt-full--90,
  .my-full--90 {
    margin-top: -5.625rem !important; }
  .mr-full--90,
  .mx-full--90 {
    margin-right: -5.625rem !important; }
  .mb-full--90,
  .my-full--90 {
    margin-bottom: -5.625rem !important; }
  .ml-full--90,
  .mx-full--90 {
    margin-left: -5.625rem !important; }
  .m-full--80 {
    margin: -5rem !important; }
  .mt-full--80,
  .my-full--80 {
    margin-top: -5rem !important; }
  .mr-full--80,
  .mx-full--80 {
    margin-right: -5rem !important; }
  .mb-full--80,
  .my-full--80 {
    margin-bottom: -5rem !important; }
  .ml-full--80,
  .mx-full--80 {
    margin-left: -5rem !important; }
  .m-full--70 {
    margin: -4.375rem !important; }
  .mt-full--70,
  .my-full--70 {
    margin-top: -4.375rem !important; }
  .mr-full--70,
  .mx-full--70 {
    margin-right: -4.375rem !important; }
  .mb-full--70,
  .my-full--70 {
    margin-bottom: -4.375rem !important; }
  .ml-full--70,
  .mx-full--70 {
    margin-left: -4.375rem !important; }
  .m-full--60 {
    margin: -3.75rem !important; }
  .mt-full--60,
  .my-full--60 {
    margin-top: -3.75rem !important; }
  .mr-full--60,
  .mx-full--60 {
    margin-right: -3.75rem !important; }
  .mb-full--60,
  .my-full--60 {
    margin-bottom: -3.75rem !important; }
  .ml-full--60,
  .mx-full--60 {
    margin-left: -3.75rem !important; }
  .m-full--55 {
    margin: -3.4375rem !important; }
  .mt-full--55,
  .my-full--55 {
    margin-top: -3.4375rem !important; }
  .mr-full--55,
  .mx-full--55 {
    margin-right: -3.4375rem !important; }
  .mb-full--55,
  .my-full--55 {
    margin-bottom: -3.4375rem !important; }
  .ml-full--55,
  .mx-full--55 {
    margin-left: -3.4375rem !important; }
  .m-full--50 {
    margin: -3.125rem !important; }
  .mt-full--50,
  .my-full--50 {
    margin-top: -3.125rem !important; }
  .mr-full--50,
  .mx-full--50 {
    margin-right: -3.125rem !important; }
  .mb-full--50,
  .my-full--50 {
    margin-bottom: -3.125rem !important; }
  .ml-full--50,
  .mx-full--50 {
    margin-left: -3.125rem !important; }
  .m-full--40 {
    margin: -2.5rem !important; }
  .mt-full--40,
  .my-full--40 {
    margin-top: -2.5rem !important; }
  .mr-full--40,
  .mx-full--40 {
    margin-right: -2.5rem !important; }
  .mb-full--40,
  .my-full--40 {
    margin-bottom: -2.5rem !important; }
  .ml-full--40,
  .mx-full--40 {
    margin-left: -2.5rem !important; }
  .m-full--30 {
    margin: -1.875rem !important; }
  .mt-full--30,
  .my-full--30 {
    margin-top: -1.875rem !important; }
  .mr-full--30,
  .mx-full--30 {
    margin-right: -1.875rem !important; }
  .mb-full--30,
  .my-full--30 {
    margin-bottom: -1.875rem !important; }
  .ml-full--30,
  .mx-full--30 {
    margin-left: -1.875rem !important; }
  .m-full--28 {
    margin: -1.75rem !important; }
  .mt-full--28,
  .my-full--28 {
    margin-top: -1.75rem !important; }
  .mr-full--28,
  .mx-full--28 {
    margin-right: -1.75rem !important; }
  .mb-full--28,
  .my-full--28 {
    margin-bottom: -1.75rem !important; }
  .ml-full--28,
  .mx-full--28 {
    margin-left: -1.75rem !important; }
  .m-full--25 {
    margin: -1.5625rem !important; }
  .mt-full--25,
  .my-full--25 {
    margin-top: -1.5625rem !important; }
  .mr-full--25,
  .mx-full--25 {
    margin-right: -1.5625rem !important; }
  .mb-full--25,
  .my-full--25 {
    margin-bottom: -1.5625rem !important; }
  .ml-full--25,
  .mx-full--25 {
    margin-left: -1.5625rem !important; }
  .m-full--15 {
    margin: -0.9375rem !important; }
  .mt-full--15,
  .my-full--15 {
    margin-top: -0.9375rem !important; }
  .mr-full--15,
  .mx-full--15 {
    margin-right: -0.9375rem !important; }
  .mb-full--15,
  .my-full--15 {
    margin-bottom: -0.9375rem !important; }
  .ml-full--15,
  .mx-full--15 {
    margin-left: -0.9375rem !important; }
  .m-full--10 {
    margin: -0.625rem !important; }
  .mt-full--10,
  .my-full--10 {
    margin-top: -0.625rem !important; }
  .mr-full--10,
  .mx-full--10 {
    margin-right: -0.625rem !important; }
  .mb-full--10,
  .my-full--10 {
    margin-bottom: -0.625rem !important; }
  .ml-full--10,
  .mx-full--10 {
    margin-left: -0.625rem !important; }
  .m-full--5 {
    margin: -0.3125rem !important; }
  .mt-full--5,
  .my-full--5 {
    margin-top: -0.3125rem !important; }
  .mr-full--5,
  .mx-full--5 {
    margin-right: -0.3125rem !important; }
  .mb-full--5,
  .my-full--5 {
    margin-bottom: -0.3125rem !important; }
  .ml-full--5,
  .mx-full--5 {
    margin-left: -0.3125rem !important; }
  .m-full-8 {
    margin: 0.5rem !important; }
  .mt-full-8,
  .my-full-8 {
    margin-top: 0.5rem !important; }
  .mr-full-8,
  .mx-full-8 {
    margin-right: 0.5rem !important; }
  .mb-full-8,
  .my-full-8 {
    margin-bottom: 0.5rem !important; }
  .ml-full-8,
  .mx-full-8 {
    margin-left: 0.5rem !important; }
  .m-full-10 {
    margin: 0.625rem !important; }
  .mt-full-10,
  .my-full-10 {
    margin-top: 0.625rem !important; }
  .mr-full-10,
  .mx-full-10 {
    margin-right: 0.625rem !important; }
  .mb-full-10,
  .my-full-10 {
    margin-bottom: 0.625rem !important; }
  .ml-full-10,
  .mx-full-10 {
    margin-left: 0.625rem !important; }
  .m-full-15 {
    margin: 0.9375rem !important; }
  .mt-full-15,
  .my-full-15 {
    margin-top: 0.9375rem !important; }
  .mr-full-15,
  .mx-full-15 {
    margin-right: 0.9375rem !important; }
  .mb-full-15,
  .my-full-15 {
    margin-bottom: 0.9375rem !important; }
  .ml-full-15,
  .mx-full-15 {
    margin-left: 0.9375rem !important; }
  .m-full-20 {
    margin: 1.25rem !important; }
  .mt-full-20,
  .my-full-20 {
    margin-top: 1.25rem !important; }
  .mr-full-20,
  .mx-full-20 {
    margin-right: 1.25rem !important; }
  .mb-full-20,
  .my-full-20 {
    margin-bottom: 1.25rem !important; }
  .ml-full-20,
  .mx-full-20 {
    margin-left: 1.25rem !important; }
  .m-full-25 {
    margin: 1.5625rem !important; }
  .mt-full-25,
  .my-full-25 {
    margin-top: 1.5625rem !important; }
  .mr-full-25,
  .mx-full-25 {
    margin-right: 1.5625rem !important; }
  .mb-full-25,
  .my-full-25 {
    margin-bottom: 1.5625rem !important; }
  .ml-full-25,
  .mx-full-25 {
    margin-left: 1.5625rem !important; }
  .m-full-30 {
    margin: 1.875rem !important; }
  .mt-full-30,
  .my-full-30 {
    margin-top: 1.875rem !important; }
  .mr-full-30,
  .mx-full-30 {
    margin-right: 1.875rem !important; }
  .mb-full-30,
  .my-full-30 {
    margin-bottom: 1.875rem !important; }
  .ml-full-30,
  .mx-full-30 {
    margin-left: 1.875rem !important; }
  .m-full-35 {
    margin: 2.1875rem !important; }
  .mt-full-35,
  .my-full-35 {
    margin-top: 2.1875rem !important; }
  .mr-full-35,
  .mx-full-35 {
    margin-right: 2.1875rem !important; }
  .mb-full-35,
  .my-full-35 {
    margin-bottom: 2.1875rem !important; }
  .ml-full-35,
  .mx-full-35 {
    margin-left: 2.1875rem !important; }
  .m-full-40 {
    margin: 2.5rem !important; }
  .mt-full-40,
  .my-full-40 {
    margin-top: 2.5rem !important; }
  .mr-full-40,
  .mx-full-40 {
    margin-right: 2.5rem !important; }
  .mb-full-40,
  .my-full-40 {
    margin-bottom: 2.5rem !important; }
  .ml-full-40,
  .mx-full-40 {
    margin-left: 2.5rem !important; }
  .m-full-50 {
    margin: 3.125rem !important; }
  .mt-full-50,
  .my-full-50 {
    margin-top: 3.125rem !important; }
  .mr-full-50,
  .mx-full-50 {
    margin-right: 3.125rem !important; }
  .mb-full-50,
  .my-full-50 {
    margin-bottom: 3.125rem !important; }
  .ml-full-50,
  .mx-full-50 {
    margin-left: 3.125rem !important; }
  .m-full-60 {
    margin: 3.75rem !important; }
  .mt-full-60,
  .my-full-60 {
    margin-top: 3.75rem !important; }
  .mr-full-60,
  .mx-full-60 {
    margin-right: 3.75rem !important; }
  .mb-full-60,
  .my-full-60 {
    margin-bottom: 3.75rem !important; }
  .ml-full-60,
  .mx-full-60 {
    margin-left: 3.75rem !important; }
  .m-full-70 {
    margin: 4.375rem !important; }
  .mt-full-70,
  .my-full-70 {
    margin-top: 4.375rem !important; }
  .mr-full-70,
  .mx-full-70 {
    margin-right: 4.375rem !important; }
  .mb-full-70,
  .my-full-70 {
    margin-bottom: 4.375rem !important; }
  .ml-full-70,
  .mx-full-70 {
    margin-left: 4.375rem !important; }
  .m-full-80 {
    margin: 5rem !important; }
  .mt-full-80,
  .my-full-80 {
    margin-top: 5rem !important; }
  .mr-full-80,
  .mx-full-80 {
    margin-right: 5rem !important; }
  .mb-full-80,
  .my-full-80 {
    margin-bottom: 5rem !important; }
  .ml-full-80,
  .mx-full-80 {
    margin-left: 5rem !important; }
  .m-full-90 {
    margin: 5.625rem !important; }
  .mt-full-90,
  .my-full-90 {
    margin-top: 5.625rem !important; }
  .mr-full-90,
  .mx-full-90 {
    margin-right: 5.625rem !important; }
  .mb-full-90,
  .my-full-90 {
    margin-bottom: 5.625rem !important; }
  .ml-full-90,
  .mx-full-90 {
    margin-left: 5.625rem !important; }
  .m-full-100 {
    margin: 6.25rem !important; }
  .mt-full-100,
  .my-full-100 {
    margin-top: 6.25rem !important; }
  .mr-full-100,
  .mx-full-100 {
    margin-right: 6.25rem !important; }
  .mb-full-100,
  .my-full-100 {
    margin-bottom: 6.25rem !important; }
  .ml-full-100,
  .mx-full-100 {
    margin-left: 6.25rem !important; }
  .m-full-120 {
    margin: 7.5rem !important; }
  .mt-full-120,
  .my-full-120 {
    margin-top: 7.5rem !important; }
  .mr-full-120,
  .mx-full-120 {
    margin-right: 7.5rem !important; }
  .mb-full-120,
  .my-full-120 {
    margin-bottom: 7.5rem !important; }
  .ml-full-120,
  .mx-full-120 {
    margin-left: 7.5rem !important; }
  .m-full-130 {
    margin: 8.125rem !important; }
  .mt-full-130,
  .my-full-130 {
    margin-top: 8.125rem !important; }
  .mr-full-130,
  .mx-full-130 {
    margin-right: 8.125rem !important; }
  .mb-full-130,
  .my-full-130 {
    margin-bottom: 8.125rem !important; }
  .ml-full-130,
  .mx-full-130 {
    margin-left: 8.125rem !important; }
  .m-full-150 {
    margin: 9.375rem !important; }
  .mt-full-150,
  .my-full-150 {
    margin-top: 9.375rem !important; }
  .mr-full-150,
  .mx-full-150 {
    margin-right: 9.375rem !important; }
  .mb-full-150,
  .my-full-150 {
    margin-bottom: 9.375rem !important; }
  .ml-full-150,
  .mx-full-150 {
    margin-left: 9.375rem !important; }
  .m-full-200 {
    margin: 12.5rem !important; }
  .mt-full-200,
  .my-full-200 {
    margin-top: 12.5rem !important; }
  .mr-full-200,
  .mx-full-200 {
    margin-right: 12.5rem !important; }
  .mb-full-200,
  .my-full-200 {
    margin-bottom: 12.5rem !important; }
  .ml-full-200,
  .mx-full-200 {
    margin-left: 12.5rem !important; }
  .m-full-225 {
    margin: 14.0625rem !important; }
  .mt-full-225,
  .my-full-225 {
    margin-top: 14.0625rem !important; }
  .mr-full-225,
  .mx-full-225 {
    margin-right: 14.0625rem !important; }
  .mb-full-225,
  .my-full-225 {
    margin-bottom: 14.0625rem !important; }
  .ml-full-225,
  .mx-full-225 {
    margin-left: 14.0625rem !important; }
  .m-full-250 {
    margin: 15.625rem !important; }
  .mt-full-250,
  .my-full-250 {
    margin-top: 15.625rem !important; }
  .mr-full-250,
  .mx-full-250 {
    margin-right: 15.625rem !important; }
  .mb-full-250,
  .my-full-250 {
    margin-bottom: 15.625rem !important; }
  .ml-full-250,
  .mx-full-250 {
    margin-left: 15.625rem !important; }
  .p-full-0 {
    padding: 0 !important; }
  .pt-full-0,
  .py-full-0 {
    padding-top: 0 !important; }
  .pr-full-0,
  .px-full-0 {
    padding-right: 0 !important; }
  .pb-full-0,
  .py-full-0 {
    padding-bottom: 0 !important; }
  .pl-full-0,
  .px-full-0 {
    padding-left: 0 !important; }
  .p-full-1 {
    padding: 0.25rem !important; }
  .pt-full-1,
  .py-full-1 {
    padding-top: 0.25rem !important; }
  .pr-full-1,
  .px-full-1 {
    padding-right: 0.25rem !important; }
  .pb-full-1,
  .py-full-1 {
    padding-bottom: 0.25rem !important; }
  .pl-full-1,
  .px-full-1 {
    padding-left: 0.25rem !important; }
  .p-full-2 {
    padding: 0.5rem !important; }
  .pt-full-2,
  .py-full-2 {
    padding-top: 0.5rem !important; }
  .pr-full-2,
  .px-full-2 {
    padding-right: 0.5rem !important; }
  .pb-full-2,
  .py-full-2 {
    padding-bottom: 0.5rem !important; }
  .pl-full-2,
  .px-full-2 {
    padding-left: 0.5rem !important; }
  .p-full-3 {
    padding: 1rem !important; }
  .pt-full-3,
  .py-full-3 {
    padding-top: 1rem !important; }
  .pr-full-3,
  .px-full-3 {
    padding-right: 1rem !important; }
  .pb-full-3,
  .py-full-3 {
    padding-bottom: 1rem !important; }
  .pl-full-3,
  .px-full-3 {
    padding-left: 1rem !important; }
  .p-full-4 {
    padding: 1.5rem !important; }
  .pt-full-4,
  .py-full-4 {
    padding-top: 1.5rem !important; }
  .pr-full-4,
  .px-full-4 {
    padding-right: 1.5rem !important; }
  .pb-full-4,
  .py-full-4 {
    padding-bottom: 1.5rem !important; }
  .pl-full-4,
  .px-full-4 {
    padding-left: 1.5rem !important; }
  .p-full-5 {
    padding: 0.3125rem !important; }
  .pt-full-5,
  .py-full-5 {
    padding-top: 0.3125rem !important; }
  .pr-full-5,
  .px-full-5 {
    padding-right: 0.3125rem !important; }
  .pb-full-5,
  .py-full-5 {
    padding-bottom: 0.3125rem !important; }
  .pl-full-5,
  .px-full-5 {
    padding-left: 0.3125rem !important; }
  .p-full--175 {
    padding: -10.9375rem !important; }
  .pt-full--175,
  .py-full--175 {
    padding-top: -10.9375rem !important; }
  .pr-full--175,
  .px-full--175 {
    padding-right: -10.9375rem !important; }
  .pb-full--175,
  .py-full--175 {
    padding-bottom: -10.9375rem !important; }
  .pl-full--175,
  .px-full--175 {
    padding-left: -10.9375rem !important; }
  .p-full--150 {
    padding: -9.375rem !important; }
  .pt-full--150,
  .py-full--150 {
    padding-top: -9.375rem !important; }
  .pr-full--150,
  .px-full--150 {
    padding-right: -9.375rem !important; }
  .pb-full--150,
  .py-full--150 {
    padding-bottom: -9.375rem !important; }
  .pl-full--150,
  .px-full--150 {
    padding-left: -9.375rem !important; }
  .p-full--140 {
    padding: -8.75rem !important; }
  .pt-full--140,
  .py-full--140 {
    padding-top: -8.75rem !important; }
  .pr-full--140,
  .px-full--140 {
    padding-right: -8.75rem !important; }
  .pb-full--140,
  .py-full--140 {
    padding-bottom: -8.75rem !important; }
  .pl-full--140,
  .px-full--140 {
    padding-left: -8.75rem !important; }
  .p-full--110 {
    padding: -6.875rem !important; }
  .pt-full--110,
  .py-full--110 {
    padding-top: -6.875rem !important; }
  .pr-full--110,
  .px-full--110 {
    padding-right: -6.875rem !important; }
  .pb-full--110,
  .py-full--110 {
    padding-bottom: -6.875rem !important; }
  .pl-full--110,
  .px-full--110 {
    padding-left: -6.875rem !important; }
  .p-full--100 {
    padding: -6.25rem !important; }
  .pt-full--100,
  .py-full--100 {
    padding-top: -6.25rem !important; }
  .pr-full--100,
  .px-full--100 {
    padding-right: -6.25rem !important; }
  .pb-full--100,
  .py-full--100 {
    padding-bottom: -6.25rem !important; }
  .pl-full--100,
  .px-full--100 {
    padding-left: -6.25rem !important; }
  .p-full--90 {
    padding: -5.625rem !important; }
  .pt-full--90,
  .py-full--90 {
    padding-top: -5.625rem !important; }
  .pr-full--90,
  .px-full--90 {
    padding-right: -5.625rem !important; }
  .pb-full--90,
  .py-full--90 {
    padding-bottom: -5.625rem !important; }
  .pl-full--90,
  .px-full--90 {
    padding-left: -5.625rem !important; }
  .p-full--80 {
    padding: -5rem !important; }
  .pt-full--80,
  .py-full--80 {
    padding-top: -5rem !important; }
  .pr-full--80,
  .px-full--80 {
    padding-right: -5rem !important; }
  .pb-full--80,
  .py-full--80 {
    padding-bottom: -5rem !important; }
  .pl-full--80,
  .px-full--80 {
    padding-left: -5rem !important; }
  .p-full--70 {
    padding: -4.375rem !important; }
  .pt-full--70,
  .py-full--70 {
    padding-top: -4.375rem !important; }
  .pr-full--70,
  .px-full--70 {
    padding-right: -4.375rem !important; }
  .pb-full--70,
  .py-full--70 {
    padding-bottom: -4.375rem !important; }
  .pl-full--70,
  .px-full--70 {
    padding-left: -4.375rem !important; }
  .p-full--60 {
    padding: -3.75rem !important; }
  .pt-full--60,
  .py-full--60 {
    padding-top: -3.75rem !important; }
  .pr-full--60,
  .px-full--60 {
    padding-right: -3.75rem !important; }
  .pb-full--60,
  .py-full--60 {
    padding-bottom: -3.75rem !important; }
  .pl-full--60,
  .px-full--60 {
    padding-left: -3.75rem !important; }
  .p-full--55 {
    padding: -3.4375rem !important; }
  .pt-full--55,
  .py-full--55 {
    padding-top: -3.4375rem !important; }
  .pr-full--55,
  .px-full--55 {
    padding-right: -3.4375rem !important; }
  .pb-full--55,
  .py-full--55 {
    padding-bottom: -3.4375rem !important; }
  .pl-full--55,
  .px-full--55 {
    padding-left: -3.4375rem !important; }
  .p-full--50 {
    padding: -3.125rem !important; }
  .pt-full--50,
  .py-full--50 {
    padding-top: -3.125rem !important; }
  .pr-full--50,
  .px-full--50 {
    padding-right: -3.125rem !important; }
  .pb-full--50,
  .py-full--50 {
    padding-bottom: -3.125rem !important; }
  .pl-full--50,
  .px-full--50 {
    padding-left: -3.125rem !important; }
  .p-full--40 {
    padding: -2.5rem !important; }
  .pt-full--40,
  .py-full--40 {
    padding-top: -2.5rem !important; }
  .pr-full--40,
  .px-full--40 {
    padding-right: -2.5rem !important; }
  .pb-full--40,
  .py-full--40 {
    padding-bottom: -2.5rem !important; }
  .pl-full--40,
  .px-full--40 {
    padding-left: -2.5rem !important; }
  .p-full--30 {
    padding: -1.875rem !important; }
  .pt-full--30,
  .py-full--30 {
    padding-top: -1.875rem !important; }
  .pr-full--30,
  .px-full--30 {
    padding-right: -1.875rem !important; }
  .pb-full--30,
  .py-full--30 {
    padding-bottom: -1.875rem !important; }
  .pl-full--30,
  .px-full--30 {
    padding-left: -1.875rem !important; }
  .p-full--28 {
    padding: -1.75rem !important; }
  .pt-full--28,
  .py-full--28 {
    padding-top: -1.75rem !important; }
  .pr-full--28,
  .px-full--28 {
    padding-right: -1.75rem !important; }
  .pb-full--28,
  .py-full--28 {
    padding-bottom: -1.75rem !important; }
  .pl-full--28,
  .px-full--28 {
    padding-left: -1.75rem !important; }
  .p-full--25 {
    padding: -1.5625rem !important; }
  .pt-full--25,
  .py-full--25 {
    padding-top: -1.5625rem !important; }
  .pr-full--25,
  .px-full--25 {
    padding-right: -1.5625rem !important; }
  .pb-full--25,
  .py-full--25 {
    padding-bottom: -1.5625rem !important; }
  .pl-full--25,
  .px-full--25 {
    padding-left: -1.5625rem !important; }
  .p-full--15 {
    padding: -0.9375rem !important; }
  .pt-full--15,
  .py-full--15 {
    padding-top: -0.9375rem !important; }
  .pr-full--15,
  .px-full--15 {
    padding-right: -0.9375rem !important; }
  .pb-full--15,
  .py-full--15 {
    padding-bottom: -0.9375rem !important; }
  .pl-full--15,
  .px-full--15 {
    padding-left: -0.9375rem !important; }
  .p-full--10 {
    padding: -0.625rem !important; }
  .pt-full--10,
  .py-full--10 {
    padding-top: -0.625rem !important; }
  .pr-full--10,
  .px-full--10 {
    padding-right: -0.625rem !important; }
  .pb-full--10,
  .py-full--10 {
    padding-bottom: -0.625rem !important; }
  .pl-full--10,
  .px-full--10 {
    padding-left: -0.625rem !important; }
  .p-full--5 {
    padding: -0.3125rem !important; }
  .pt-full--5,
  .py-full--5 {
    padding-top: -0.3125rem !important; }
  .pr-full--5,
  .px-full--5 {
    padding-right: -0.3125rem !important; }
  .pb-full--5,
  .py-full--5 {
    padding-bottom: -0.3125rem !important; }
  .pl-full--5,
  .px-full--5 {
    padding-left: -0.3125rem !important; }
  .p-full-8 {
    padding: 0.5rem !important; }
  .pt-full-8,
  .py-full-8 {
    padding-top: 0.5rem !important; }
  .pr-full-8,
  .px-full-8 {
    padding-right: 0.5rem !important; }
  .pb-full-8,
  .py-full-8 {
    padding-bottom: 0.5rem !important; }
  .pl-full-8,
  .px-full-8 {
    padding-left: 0.5rem !important; }
  .p-full-10 {
    padding: 0.625rem !important; }
  .pt-full-10,
  .py-full-10 {
    padding-top: 0.625rem !important; }
  .pr-full-10,
  .px-full-10 {
    padding-right: 0.625rem !important; }
  .pb-full-10,
  .py-full-10 {
    padding-bottom: 0.625rem !important; }
  .pl-full-10,
  .px-full-10 {
    padding-left: 0.625rem !important; }
  .p-full-15 {
    padding: 0.9375rem !important; }
  .pt-full-15,
  .py-full-15 {
    padding-top: 0.9375rem !important; }
  .pr-full-15,
  .px-full-15 {
    padding-right: 0.9375rem !important; }
  .pb-full-15,
  .py-full-15 {
    padding-bottom: 0.9375rem !important; }
  .pl-full-15,
  .px-full-15 {
    padding-left: 0.9375rem !important; }
  .p-full-20 {
    padding: 1.25rem !important; }
  .pt-full-20,
  .py-full-20 {
    padding-top: 1.25rem !important; }
  .pr-full-20,
  .px-full-20 {
    padding-right: 1.25rem !important; }
  .pb-full-20,
  .py-full-20 {
    padding-bottom: 1.25rem !important; }
  .pl-full-20,
  .px-full-20 {
    padding-left: 1.25rem !important; }
  .p-full-25 {
    padding: 1.5625rem !important; }
  .pt-full-25,
  .py-full-25 {
    padding-top: 1.5625rem !important; }
  .pr-full-25,
  .px-full-25 {
    padding-right: 1.5625rem !important; }
  .pb-full-25,
  .py-full-25 {
    padding-bottom: 1.5625rem !important; }
  .pl-full-25,
  .px-full-25 {
    padding-left: 1.5625rem !important; }
  .p-full-30 {
    padding: 1.875rem !important; }
  .pt-full-30,
  .py-full-30 {
    padding-top: 1.875rem !important; }
  .pr-full-30,
  .px-full-30 {
    padding-right: 1.875rem !important; }
  .pb-full-30,
  .py-full-30 {
    padding-bottom: 1.875rem !important; }
  .pl-full-30,
  .px-full-30 {
    padding-left: 1.875rem !important; }
  .p-full-35 {
    padding: 2.1875rem !important; }
  .pt-full-35,
  .py-full-35 {
    padding-top: 2.1875rem !important; }
  .pr-full-35,
  .px-full-35 {
    padding-right: 2.1875rem !important; }
  .pb-full-35,
  .py-full-35 {
    padding-bottom: 2.1875rem !important; }
  .pl-full-35,
  .px-full-35 {
    padding-left: 2.1875rem !important; }
  .p-full-40 {
    padding: 2.5rem !important; }
  .pt-full-40,
  .py-full-40 {
    padding-top: 2.5rem !important; }
  .pr-full-40,
  .px-full-40 {
    padding-right: 2.5rem !important; }
  .pb-full-40,
  .py-full-40 {
    padding-bottom: 2.5rem !important; }
  .pl-full-40,
  .px-full-40 {
    padding-left: 2.5rem !important; }
  .p-full-50 {
    padding: 3.125rem !important; }
  .pt-full-50,
  .py-full-50 {
    padding-top: 3.125rem !important; }
  .pr-full-50,
  .px-full-50 {
    padding-right: 3.125rem !important; }
  .pb-full-50,
  .py-full-50 {
    padding-bottom: 3.125rem !important; }
  .pl-full-50,
  .px-full-50 {
    padding-left: 3.125rem !important; }
  .p-full-60 {
    padding: 3.75rem !important; }
  .pt-full-60,
  .py-full-60 {
    padding-top: 3.75rem !important; }
  .pr-full-60,
  .px-full-60 {
    padding-right: 3.75rem !important; }
  .pb-full-60,
  .py-full-60 {
    padding-bottom: 3.75rem !important; }
  .pl-full-60,
  .px-full-60 {
    padding-left: 3.75rem !important; }
  .p-full-70 {
    padding: 4.375rem !important; }
  .pt-full-70,
  .py-full-70 {
    padding-top: 4.375rem !important; }
  .pr-full-70,
  .px-full-70 {
    padding-right: 4.375rem !important; }
  .pb-full-70,
  .py-full-70 {
    padding-bottom: 4.375rem !important; }
  .pl-full-70,
  .px-full-70 {
    padding-left: 4.375rem !important; }
  .p-full-80 {
    padding: 5rem !important; }
  .pt-full-80,
  .py-full-80 {
    padding-top: 5rem !important; }
  .pr-full-80,
  .px-full-80 {
    padding-right: 5rem !important; }
  .pb-full-80,
  .py-full-80 {
    padding-bottom: 5rem !important; }
  .pl-full-80,
  .px-full-80 {
    padding-left: 5rem !important; }
  .p-full-90 {
    padding: 5.625rem !important; }
  .pt-full-90,
  .py-full-90 {
    padding-top: 5.625rem !important; }
  .pr-full-90,
  .px-full-90 {
    padding-right: 5.625rem !important; }
  .pb-full-90,
  .py-full-90 {
    padding-bottom: 5.625rem !important; }
  .pl-full-90,
  .px-full-90 {
    padding-left: 5.625rem !important; }
  .p-full-100 {
    padding: 6.25rem !important; }
  .pt-full-100,
  .py-full-100 {
    padding-top: 6.25rem !important; }
  .pr-full-100,
  .px-full-100 {
    padding-right: 6.25rem !important; }
  .pb-full-100,
  .py-full-100 {
    padding-bottom: 6.25rem !important; }
  .pl-full-100,
  .px-full-100 {
    padding-left: 6.25rem !important; }
  .p-full-120 {
    padding: 7.5rem !important; }
  .pt-full-120,
  .py-full-120 {
    padding-top: 7.5rem !important; }
  .pr-full-120,
  .px-full-120 {
    padding-right: 7.5rem !important; }
  .pb-full-120,
  .py-full-120 {
    padding-bottom: 7.5rem !important; }
  .pl-full-120,
  .px-full-120 {
    padding-left: 7.5rem !important; }
  .p-full-130 {
    padding: 8.125rem !important; }
  .pt-full-130,
  .py-full-130 {
    padding-top: 8.125rem !important; }
  .pr-full-130,
  .px-full-130 {
    padding-right: 8.125rem !important; }
  .pb-full-130,
  .py-full-130 {
    padding-bottom: 8.125rem !important; }
  .pl-full-130,
  .px-full-130 {
    padding-left: 8.125rem !important; }
  .p-full-150 {
    padding: 9.375rem !important; }
  .pt-full-150,
  .py-full-150 {
    padding-top: 9.375rem !important; }
  .pr-full-150,
  .px-full-150 {
    padding-right: 9.375rem !important; }
  .pb-full-150,
  .py-full-150 {
    padding-bottom: 9.375rem !important; }
  .pl-full-150,
  .px-full-150 {
    padding-left: 9.375rem !important; }
  .p-full-200 {
    padding: 12.5rem !important; }
  .pt-full-200,
  .py-full-200 {
    padding-top: 12.5rem !important; }
  .pr-full-200,
  .px-full-200 {
    padding-right: 12.5rem !important; }
  .pb-full-200,
  .py-full-200 {
    padding-bottom: 12.5rem !important; }
  .pl-full-200,
  .px-full-200 {
    padding-left: 12.5rem !important; }
  .p-full-225 {
    padding: 14.0625rem !important; }
  .pt-full-225,
  .py-full-225 {
    padding-top: 14.0625rem !important; }
  .pr-full-225,
  .px-full-225 {
    padding-right: 14.0625rem !important; }
  .pb-full-225,
  .py-full-225 {
    padding-bottom: 14.0625rem !important; }
  .pl-full-225,
  .px-full-225 {
    padding-left: 14.0625rem !important; }
  .p-full-250 {
    padding: 15.625rem !important; }
  .pt-full-250,
  .py-full-250 {
    padding-top: 15.625rem !important; }
  .pr-full-250,
  .px-full-250 {
    padding-right: 15.625rem !important; }
  .pb-full-250,
  .py-full-250 {
    padding-bottom: 15.625rem !important; }
  .pl-full-250,
  .px-full-250 {
    padding-left: 15.625rem !important; }
  .m-full-auto {
    margin: auto !important; }
  .mt-full-auto,
  .my-full-auto {
    margin-top: auto !important; }
  .mr-full-auto,
  .mx-full-auto {
    margin-right: auto !important; }
  .mb-full-auto,
  .my-full-auto {
    margin-bottom: auto !important; }
  .ml-full-auto,
  .mx-full-auto {
    margin-left: auto !important; } }

@media (min-width: 1920px) {
  .m-fullMax-0 {
    margin: 0 !important; }
  .mt-fullMax-0,
  .my-fullMax-0 {
    margin-top: 0 !important; }
  .mr-fullMax-0,
  .mx-fullMax-0 {
    margin-right: 0 !important; }
  .mb-fullMax-0,
  .my-fullMax-0 {
    margin-bottom: 0 !important; }
  .ml-fullMax-0,
  .mx-fullMax-0 {
    margin-left: 0 !important; }
  .m-fullMax-1 {
    margin: 0.25rem !important; }
  .mt-fullMax-1,
  .my-fullMax-1 {
    margin-top: 0.25rem !important; }
  .mr-fullMax-1,
  .mx-fullMax-1 {
    margin-right: 0.25rem !important; }
  .mb-fullMax-1,
  .my-fullMax-1 {
    margin-bottom: 0.25rem !important; }
  .ml-fullMax-1,
  .mx-fullMax-1 {
    margin-left: 0.25rem !important; }
  .m-fullMax-2 {
    margin: 0.5rem !important; }
  .mt-fullMax-2,
  .my-fullMax-2 {
    margin-top: 0.5rem !important; }
  .mr-fullMax-2,
  .mx-fullMax-2 {
    margin-right: 0.5rem !important; }
  .mb-fullMax-2,
  .my-fullMax-2 {
    margin-bottom: 0.5rem !important; }
  .ml-fullMax-2,
  .mx-fullMax-2 {
    margin-left: 0.5rem !important; }
  .m-fullMax-3 {
    margin: 1rem !important; }
  .mt-fullMax-3,
  .my-fullMax-3 {
    margin-top: 1rem !important; }
  .mr-fullMax-3,
  .mx-fullMax-3 {
    margin-right: 1rem !important; }
  .mb-fullMax-3,
  .my-fullMax-3 {
    margin-bottom: 1rem !important; }
  .ml-fullMax-3,
  .mx-fullMax-3 {
    margin-left: 1rem !important; }
  .m-fullMax-4 {
    margin: 1.5rem !important; }
  .mt-fullMax-4,
  .my-fullMax-4 {
    margin-top: 1.5rem !important; }
  .mr-fullMax-4,
  .mx-fullMax-4 {
    margin-right: 1.5rem !important; }
  .mb-fullMax-4,
  .my-fullMax-4 {
    margin-bottom: 1.5rem !important; }
  .ml-fullMax-4,
  .mx-fullMax-4 {
    margin-left: 1.5rem !important; }
  .m-fullMax-5 {
    margin: 0.3125rem !important; }
  .mt-fullMax-5,
  .my-fullMax-5 {
    margin-top: 0.3125rem !important; }
  .mr-fullMax-5,
  .mx-fullMax-5 {
    margin-right: 0.3125rem !important; }
  .mb-fullMax-5,
  .my-fullMax-5 {
    margin-bottom: 0.3125rem !important; }
  .ml-fullMax-5,
  .mx-fullMax-5 {
    margin-left: 0.3125rem !important; }
  .m-fullMax--175 {
    margin: -10.9375rem !important; }
  .mt-fullMax--175,
  .my-fullMax--175 {
    margin-top: -10.9375rem !important; }
  .mr-fullMax--175,
  .mx-fullMax--175 {
    margin-right: -10.9375rem !important; }
  .mb-fullMax--175,
  .my-fullMax--175 {
    margin-bottom: -10.9375rem !important; }
  .ml-fullMax--175,
  .mx-fullMax--175 {
    margin-left: -10.9375rem !important; }
  .m-fullMax--150 {
    margin: -9.375rem !important; }
  .mt-fullMax--150,
  .my-fullMax--150 {
    margin-top: -9.375rem !important; }
  .mr-fullMax--150,
  .mx-fullMax--150 {
    margin-right: -9.375rem !important; }
  .mb-fullMax--150,
  .my-fullMax--150 {
    margin-bottom: -9.375rem !important; }
  .ml-fullMax--150,
  .mx-fullMax--150 {
    margin-left: -9.375rem !important; }
  .m-fullMax--140 {
    margin: -8.75rem !important; }
  .mt-fullMax--140,
  .my-fullMax--140 {
    margin-top: -8.75rem !important; }
  .mr-fullMax--140,
  .mx-fullMax--140 {
    margin-right: -8.75rem !important; }
  .mb-fullMax--140,
  .my-fullMax--140 {
    margin-bottom: -8.75rem !important; }
  .ml-fullMax--140,
  .mx-fullMax--140 {
    margin-left: -8.75rem !important; }
  .m-fullMax--110 {
    margin: -6.875rem !important; }
  .mt-fullMax--110,
  .my-fullMax--110 {
    margin-top: -6.875rem !important; }
  .mr-fullMax--110,
  .mx-fullMax--110 {
    margin-right: -6.875rem !important; }
  .mb-fullMax--110,
  .my-fullMax--110 {
    margin-bottom: -6.875rem !important; }
  .ml-fullMax--110,
  .mx-fullMax--110 {
    margin-left: -6.875rem !important; }
  .m-fullMax--100 {
    margin: -6.25rem !important; }
  .mt-fullMax--100,
  .my-fullMax--100 {
    margin-top: -6.25rem !important; }
  .mr-fullMax--100,
  .mx-fullMax--100 {
    margin-right: -6.25rem !important; }
  .mb-fullMax--100,
  .my-fullMax--100 {
    margin-bottom: -6.25rem !important; }
  .ml-fullMax--100,
  .mx-fullMax--100 {
    margin-left: -6.25rem !important; }
  .m-fullMax--90 {
    margin: -5.625rem !important; }
  .mt-fullMax--90,
  .my-fullMax--90 {
    margin-top: -5.625rem !important; }
  .mr-fullMax--90,
  .mx-fullMax--90 {
    margin-right: -5.625rem !important; }
  .mb-fullMax--90,
  .my-fullMax--90 {
    margin-bottom: -5.625rem !important; }
  .ml-fullMax--90,
  .mx-fullMax--90 {
    margin-left: -5.625rem !important; }
  .m-fullMax--80 {
    margin: -5rem !important; }
  .mt-fullMax--80,
  .my-fullMax--80 {
    margin-top: -5rem !important; }
  .mr-fullMax--80,
  .mx-fullMax--80 {
    margin-right: -5rem !important; }
  .mb-fullMax--80,
  .my-fullMax--80 {
    margin-bottom: -5rem !important; }
  .ml-fullMax--80,
  .mx-fullMax--80 {
    margin-left: -5rem !important; }
  .m-fullMax--70 {
    margin: -4.375rem !important; }
  .mt-fullMax--70,
  .my-fullMax--70 {
    margin-top: -4.375rem !important; }
  .mr-fullMax--70,
  .mx-fullMax--70 {
    margin-right: -4.375rem !important; }
  .mb-fullMax--70,
  .my-fullMax--70 {
    margin-bottom: -4.375rem !important; }
  .ml-fullMax--70,
  .mx-fullMax--70 {
    margin-left: -4.375rem !important; }
  .m-fullMax--60 {
    margin: -3.75rem !important; }
  .mt-fullMax--60,
  .my-fullMax--60 {
    margin-top: -3.75rem !important; }
  .mr-fullMax--60,
  .mx-fullMax--60 {
    margin-right: -3.75rem !important; }
  .mb-fullMax--60,
  .my-fullMax--60 {
    margin-bottom: -3.75rem !important; }
  .ml-fullMax--60,
  .mx-fullMax--60 {
    margin-left: -3.75rem !important; }
  .m-fullMax--55 {
    margin: -3.4375rem !important; }
  .mt-fullMax--55,
  .my-fullMax--55 {
    margin-top: -3.4375rem !important; }
  .mr-fullMax--55,
  .mx-fullMax--55 {
    margin-right: -3.4375rem !important; }
  .mb-fullMax--55,
  .my-fullMax--55 {
    margin-bottom: -3.4375rem !important; }
  .ml-fullMax--55,
  .mx-fullMax--55 {
    margin-left: -3.4375rem !important; }
  .m-fullMax--50 {
    margin: -3.125rem !important; }
  .mt-fullMax--50,
  .my-fullMax--50 {
    margin-top: -3.125rem !important; }
  .mr-fullMax--50,
  .mx-fullMax--50 {
    margin-right: -3.125rem !important; }
  .mb-fullMax--50,
  .my-fullMax--50 {
    margin-bottom: -3.125rem !important; }
  .ml-fullMax--50,
  .mx-fullMax--50 {
    margin-left: -3.125rem !important; }
  .m-fullMax--40 {
    margin: -2.5rem !important; }
  .mt-fullMax--40,
  .my-fullMax--40 {
    margin-top: -2.5rem !important; }
  .mr-fullMax--40,
  .mx-fullMax--40 {
    margin-right: -2.5rem !important; }
  .mb-fullMax--40,
  .my-fullMax--40 {
    margin-bottom: -2.5rem !important; }
  .ml-fullMax--40,
  .mx-fullMax--40 {
    margin-left: -2.5rem !important; }
  .m-fullMax--30 {
    margin: -1.875rem !important; }
  .mt-fullMax--30,
  .my-fullMax--30 {
    margin-top: -1.875rem !important; }
  .mr-fullMax--30,
  .mx-fullMax--30 {
    margin-right: -1.875rem !important; }
  .mb-fullMax--30,
  .my-fullMax--30 {
    margin-bottom: -1.875rem !important; }
  .ml-fullMax--30,
  .mx-fullMax--30 {
    margin-left: -1.875rem !important; }
  .m-fullMax--28 {
    margin: -1.75rem !important; }
  .mt-fullMax--28,
  .my-fullMax--28 {
    margin-top: -1.75rem !important; }
  .mr-fullMax--28,
  .mx-fullMax--28 {
    margin-right: -1.75rem !important; }
  .mb-fullMax--28,
  .my-fullMax--28 {
    margin-bottom: -1.75rem !important; }
  .ml-fullMax--28,
  .mx-fullMax--28 {
    margin-left: -1.75rem !important; }
  .m-fullMax--25 {
    margin: -1.5625rem !important; }
  .mt-fullMax--25,
  .my-fullMax--25 {
    margin-top: -1.5625rem !important; }
  .mr-fullMax--25,
  .mx-fullMax--25 {
    margin-right: -1.5625rem !important; }
  .mb-fullMax--25,
  .my-fullMax--25 {
    margin-bottom: -1.5625rem !important; }
  .ml-fullMax--25,
  .mx-fullMax--25 {
    margin-left: -1.5625rem !important; }
  .m-fullMax--15 {
    margin: -0.9375rem !important; }
  .mt-fullMax--15,
  .my-fullMax--15 {
    margin-top: -0.9375rem !important; }
  .mr-fullMax--15,
  .mx-fullMax--15 {
    margin-right: -0.9375rem !important; }
  .mb-fullMax--15,
  .my-fullMax--15 {
    margin-bottom: -0.9375rem !important; }
  .ml-fullMax--15,
  .mx-fullMax--15 {
    margin-left: -0.9375rem !important; }
  .m-fullMax--10 {
    margin: -0.625rem !important; }
  .mt-fullMax--10,
  .my-fullMax--10 {
    margin-top: -0.625rem !important; }
  .mr-fullMax--10,
  .mx-fullMax--10 {
    margin-right: -0.625rem !important; }
  .mb-fullMax--10,
  .my-fullMax--10 {
    margin-bottom: -0.625rem !important; }
  .ml-fullMax--10,
  .mx-fullMax--10 {
    margin-left: -0.625rem !important; }
  .m-fullMax--5 {
    margin: -0.3125rem !important; }
  .mt-fullMax--5,
  .my-fullMax--5 {
    margin-top: -0.3125rem !important; }
  .mr-fullMax--5,
  .mx-fullMax--5 {
    margin-right: -0.3125rem !important; }
  .mb-fullMax--5,
  .my-fullMax--5 {
    margin-bottom: -0.3125rem !important; }
  .ml-fullMax--5,
  .mx-fullMax--5 {
    margin-left: -0.3125rem !important; }
  .m-fullMax-8 {
    margin: 0.5rem !important; }
  .mt-fullMax-8,
  .my-fullMax-8 {
    margin-top: 0.5rem !important; }
  .mr-fullMax-8,
  .mx-fullMax-8 {
    margin-right: 0.5rem !important; }
  .mb-fullMax-8,
  .my-fullMax-8 {
    margin-bottom: 0.5rem !important; }
  .ml-fullMax-8,
  .mx-fullMax-8 {
    margin-left: 0.5rem !important; }
  .m-fullMax-10 {
    margin: 0.625rem !important; }
  .mt-fullMax-10,
  .my-fullMax-10 {
    margin-top: 0.625rem !important; }
  .mr-fullMax-10,
  .mx-fullMax-10 {
    margin-right: 0.625rem !important; }
  .mb-fullMax-10,
  .my-fullMax-10 {
    margin-bottom: 0.625rem !important; }
  .ml-fullMax-10,
  .mx-fullMax-10 {
    margin-left: 0.625rem !important; }
  .m-fullMax-15 {
    margin: 0.9375rem !important; }
  .mt-fullMax-15,
  .my-fullMax-15 {
    margin-top: 0.9375rem !important; }
  .mr-fullMax-15,
  .mx-fullMax-15 {
    margin-right: 0.9375rem !important; }
  .mb-fullMax-15,
  .my-fullMax-15 {
    margin-bottom: 0.9375rem !important; }
  .ml-fullMax-15,
  .mx-fullMax-15 {
    margin-left: 0.9375rem !important; }
  .m-fullMax-20 {
    margin: 1.25rem !important; }
  .mt-fullMax-20,
  .my-fullMax-20 {
    margin-top: 1.25rem !important; }
  .mr-fullMax-20,
  .mx-fullMax-20 {
    margin-right: 1.25rem !important; }
  .mb-fullMax-20,
  .my-fullMax-20 {
    margin-bottom: 1.25rem !important; }
  .ml-fullMax-20,
  .mx-fullMax-20 {
    margin-left: 1.25rem !important; }
  .m-fullMax-25 {
    margin: 1.5625rem !important; }
  .mt-fullMax-25,
  .my-fullMax-25 {
    margin-top: 1.5625rem !important; }
  .mr-fullMax-25,
  .mx-fullMax-25 {
    margin-right: 1.5625rem !important; }
  .mb-fullMax-25,
  .my-fullMax-25 {
    margin-bottom: 1.5625rem !important; }
  .ml-fullMax-25,
  .mx-fullMax-25 {
    margin-left: 1.5625rem !important; }
  .m-fullMax-30 {
    margin: 1.875rem !important; }
  .mt-fullMax-30,
  .my-fullMax-30 {
    margin-top: 1.875rem !important; }
  .mr-fullMax-30,
  .mx-fullMax-30 {
    margin-right: 1.875rem !important; }
  .mb-fullMax-30,
  .my-fullMax-30 {
    margin-bottom: 1.875rem !important; }
  .ml-fullMax-30,
  .mx-fullMax-30 {
    margin-left: 1.875rem !important; }
  .m-fullMax-35 {
    margin: 2.1875rem !important; }
  .mt-fullMax-35,
  .my-fullMax-35 {
    margin-top: 2.1875rem !important; }
  .mr-fullMax-35,
  .mx-fullMax-35 {
    margin-right: 2.1875rem !important; }
  .mb-fullMax-35,
  .my-fullMax-35 {
    margin-bottom: 2.1875rem !important; }
  .ml-fullMax-35,
  .mx-fullMax-35 {
    margin-left: 2.1875rem !important; }
  .m-fullMax-40 {
    margin: 2.5rem !important; }
  .mt-fullMax-40,
  .my-fullMax-40 {
    margin-top: 2.5rem !important; }
  .mr-fullMax-40,
  .mx-fullMax-40 {
    margin-right: 2.5rem !important; }
  .mb-fullMax-40,
  .my-fullMax-40 {
    margin-bottom: 2.5rem !important; }
  .ml-fullMax-40,
  .mx-fullMax-40 {
    margin-left: 2.5rem !important; }
  .m-fullMax-50 {
    margin: 3.125rem !important; }
  .mt-fullMax-50,
  .my-fullMax-50 {
    margin-top: 3.125rem !important; }
  .mr-fullMax-50,
  .mx-fullMax-50 {
    margin-right: 3.125rem !important; }
  .mb-fullMax-50,
  .my-fullMax-50 {
    margin-bottom: 3.125rem !important; }
  .ml-fullMax-50,
  .mx-fullMax-50 {
    margin-left: 3.125rem !important; }
  .m-fullMax-60 {
    margin: 3.75rem !important; }
  .mt-fullMax-60,
  .my-fullMax-60 {
    margin-top: 3.75rem !important; }
  .mr-fullMax-60,
  .mx-fullMax-60 {
    margin-right: 3.75rem !important; }
  .mb-fullMax-60,
  .my-fullMax-60 {
    margin-bottom: 3.75rem !important; }
  .ml-fullMax-60,
  .mx-fullMax-60 {
    margin-left: 3.75rem !important; }
  .m-fullMax-70 {
    margin: 4.375rem !important; }
  .mt-fullMax-70,
  .my-fullMax-70 {
    margin-top: 4.375rem !important; }
  .mr-fullMax-70,
  .mx-fullMax-70 {
    margin-right: 4.375rem !important; }
  .mb-fullMax-70,
  .my-fullMax-70 {
    margin-bottom: 4.375rem !important; }
  .ml-fullMax-70,
  .mx-fullMax-70 {
    margin-left: 4.375rem !important; }
  .m-fullMax-80 {
    margin: 5rem !important; }
  .mt-fullMax-80,
  .my-fullMax-80 {
    margin-top: 5rem !important; }
  .mr-fullMax-80,
  .mx-fullMax-80 {
    margin-right: 5rem !important; }
  .mb-fullMax-80,
  .my-fullMax-80 {
    margin-bottom: 5rem !important; }
  .ml-fullMax-80,
  .mx-fullMax-80 {
    margin-left: 5rem !important; }
  .m-fullMax-90 {
    margin: 5.625rem !important; }
  .mt-fullMax-90,
  .my-fullMax-90 {
    margin-top: 5.625rem !important; }
  .mr-fullMax-90,
  .mx-fullMax-90 {
    margin-right: 5.625rem !important; }
  .mb-fullMax-90,
  .my-fullMax-90 {
    margin-bottom: 5.625rem !important; }
  .ml-fullMax-90,
  .mx-fullMax-90 {
    margin-left: 5.625rem !important; }
  .m-fullMax-100 {
    margin: 6.25rem !important; }
  .mt-fullMax-100,
  .my-fullMax-100 {
    margin-top: 6.25rem !important; }
  .mr-fullMax-100,
  .mx-fullMax-100 {
    margin-right: 6.25rem !important; }
  .mb-fullMax-100,
  .my-fullMax-100 {
    margin-bottom: 6.25rem !important; }
  .ml-fullMax-100,
  .mx-fullMax-100 {
    margin-left: 6.25rem !important; }
  .m-fullMax-120 {
    margin: 7.5rem !important; }
  .mt-fullMax-120,
  .my-fullMax-120 {
    margin-top: 7.5rem !important; }
  .mr-fullMax-120,
  .mx-fullMax-120 {
    margin-right: 7.5rem !important; }
  .mb-fullMax-120,
  .my-fullMax-120 {
    margin-bottom: 7.5rem !important; }
  .ml-fullMax-120,
  .mx-fullMax-120 {
    margin-left: 7.5rem !important; }
  .m-fullMax-130 {
    margin: 8.125rem !important; }
  .mt-fullMax-130,
  .my-fullMax-130 {
    margin-top: 8.125rem !important; }
  .mr-fullMax-130,
  .mx-fullMax-130 {
    margin-right: 8.125rem !important; }
  .mb-fullMax-130,
  .my-fullMax-130 {
    margin-bottom: 8.125rem !important; }
  .ml-fullMax-130,
  .mx-fullMax-130 {
    margin-left: 8.125rem !important; }
  .m-fullMax-150 {
    margin: 9.375rem !important; }
  .mt-fullMax-150,
  .my-fullMax-150 {
    margin-top: 9.375rem !important; }
  .mr-fullMax-150,
  .mx-fullMax-150 {
    margin-right: 9.375rem !important; }
  .mb-fullMax-150,
  .my-fullMax-150 {
    margin-bottom: 9.375rem !important; }
  .ml-fullMax-150,
  .mx-fullMax-150 {
    margin-left: 9.375rem !important; }
  .m-fullMax-200 {
    margin: 12.5rem !important; }
  .mt-fullMax-200,
  .my-fullMax-200 {
    margin-top: 12.5rem !important; }
  .mr-fullMax-200,
  .mx-fullMax-200 {
    margin-right: 12.5rem !important; }
  .mb-fullMax-200,
  .my-fullMax-200 {
    margin-bottom: 12.5rem !important; }
  .ml-fullMax-200,
  .mx-fullMax-200 {
    margin-left: 12.5rem !important; }
  .m-fullMax-225 {
    margin: 14.0625rem !important; }
  .mt-fullMax-225,
  .my-fullMax-225 {
    margin-top: 14.0625rem !important; }
  .mr-fullMax-225,
  .mx-fullMax-225 {
    margin-right: 14.0625rem !important; }
  .mb-fullMax-225,
  .my-fullMax-225 {
    margin-bottom: 14.0625rem !important; }
  .ml-fullMax-225,
  .mx-fullMax-225 {
    margin-left: 14.0625rem !important; }
  .m-fullMax-250 {
    margin: 15.625rem !important; }
  .mt-fullMax-250,
  .my-fullMax-250 {
    margin-top: 15.625rem !important; }
  .mr-fullMax-250,
  .mx-fullMax-250 {
    margin-right: 15.625rem !important; }
  .mb-fullMax-250,
  .my-fullMax-250 {
    margin-bottom: 15.625rem !important; }
  .ml-fullMax-250,
  .mx-fullMax-250 {
    margin-left: 15.625rem !important; }
  .p-fullMax-0 {
    padding: 0 !important; }
  .pt-fullMax-0,
  .py-fullMax-0 {
    padding-top: 0 !important; }
  .pr-fullMax-0,
  .px-fullMax-0 {
    padding-right: 0 !important; }
  .pb-fullMax-0,
  .py-fullMax-0 {
    padding-bottom: 0 !important; }
  .pl-fullMax-0,
  .px-fullMax-0 {
    padding-left: 0 !important; }
  .p-fullMax-1 {
    padding: 0.25rem !important; }
  .pt-fullMax-1,
  .py-fullMax-1 {
    padding-top: 0.25rem !important; }
  .pr-fullMax-1,
  .px-fullMax-1 {
    padding-right: 0.25rem !important; }
  .pb-fullMax-1,
  .py-fullMax-1 {
    padding-bottom: 0.25rem !important; }
  .pl-fullMax-1,
  .px-fullMax-1 {
    padding-left: 0.25rem !important; }
  .p-fullMax-2 {
    padding: 0.5rem !important; }
  .pt-fullMax-2,
  .py-fullMax-2 {
    padding-top: 0.5rem !important; }
  .pr-fullMax-2,
  .px-fullMax-2 {
    padding-right: 0.5rem !important; }
  .pb-fullMax-2,
  .py-fullMax-2 {
    padding-bottom: 0.5rem !important; }
  .pl-fullMax-2,
  .px-fullMax-2 {
    padding-left: 0.5rem !important; }
  .p-fullMax-3 {
    padding: 1rem !important; }
  .pt-fullMax-3,
  .py-fullMax-3 {
    padding-top: 1rem !important; }
  .pr-fullMax-3,
  .px-fullMax-3 {
    padding-right: 1rem !important; }
  .pb-fullMax-3,
  .py-fullMax-3 {
    padding-bottom: 1rem !important; }
  .pl-fullMax-3,
  .px-fullMax-3 {
    padding-left: 1rem !important; }
  .p-fullMax-4 {
    padding: 1.5rem !important; }
  .pt-fullMax-4,
  .py-fullMax-4 {
    padding-top: 1.5rem !important; }
  .pr-fullMax-4,
  .px-fullMax-4 {
    padding-right: 1.5rem !important; }
  .pb-fullMax-4,
  .py-fullMax-4 {
    padding-bottom: 1.5rem !important; }
  .pl-fullMax-4,
  .px-fullMax-4 {
    padding-left: 1.5rem !important; }
  .p-fullMax-5 {
    padding: 0.3125rem !important; }
  .pt-fullMax-5,
  .py-fullMax-5 {
    padding-top: 0.3125rem !important; }
  .pr-fullMax-5,
  .px-fullMax-5 {
    padding-right: 0.3125rem !important; }
  .pb-fullMax-5,
  .py-fullMax-5 {
    padding-bottom: 0.3125rem !important; }
  .pl-fullMax-5,
  .px-fullMax-5 {
    padding-left: 0.3125rem !important; }
  .p-fullMax--175 {
    padding: -10.9375rem !important; }
  .pt-fullMax--175,
  .py-fullMax--175 {
    padding-top: -10.9375rem !important; }
  .pr-fullMax--175,
  .px-fullMax--175 {
    padding-right: -10.9375rem !important; }
  .pb-fullMax--175,
  .py-fullMax--175 {
    padding-bottom: -10.9375rem !important; }
  .pl-fullMax--175,
  .px-fullMax--175 {
    padding-left: -10.9375rem !important; }
  .p-fullMax--150 {
    padding: -9.375rem !important; }
  .pt-fullMax--150,
  .py-fullMax--150 {
    padding-top: -9.375rem !important; }
  .pr-fullMax--150,
  .px-fullMax--150 {
    padding-right: -9.375rem !important; }
  .pb-fullMax--150,
  .py-fullMax--150 {
    padding-bottom: -9.375rem !important; }
  .pl-fullMax--150,
  .px-fullMax--150 {
    padding-left: -9.375rem !important; }
  .p-fullMax--140 {
    padding: -8.75rem !important; }
  .pt-fullMax--140,
  .py-fullMax--140 {
    padding-top: -8.75rem !important; }
  .pr-fullMax--140,
  .px-fullMax--140 {
    padding-right: -8.75rem !important; }
  .pb-fullMax--140,
  .py-fullMax--140 {
    padding-bottom: -8.75rem !important; }
  .pl-fullMax--140,
  .px-fullMax--140 {
    padding-left: -8.75rem !important; }
  .p-fullMax--110 {
    padding: -6.875rem !important; }
  .pt-fullMax--110,
  .py-fullMax--110 {
    padding-top: -6.875rem !important; }
  .pr-fullMax--110,
  .px-fullMax--110 {
    padding-right: -6.875rem !important; }
  .pb-fullMax--110,
  .py-fullMax--110 {
    padding-bottom: -6.875rem !important; }
  .pl-fullMax--110,
  .px-fullMax--110 {
    padding-left: -6.875rem !important; }
  .p-fullMax--100 {
    padding: -6.25rem !important; }
  .pt-fullMax--100,
  .py-fullMax--100 {
    padding-top: -6.25rem !important; }
  .pr-fullMax--100,
  .px-fullMax--100 {
    padding-right: -6.25rem !important; }
  .pb-fullMax--100,
  .py-fullMax--100 {
    padding-bottom: -6.25rem !important; }
  .pl-fullMax--100,
  .px-fullMax--100 {
    padding-left: -6.25rem !important; }
  .p-fullMax--90 {
    padding: -5.625rem !important; }
  .pt-fullMax--90,
  .py-fullMax--90 {
    padding-top: -5.625rem !important; }
  .pr-fullMax--90,
  .px-fullMax--90 {
    padding-right: -5.625rem !important; }
  .pb-fullMax--90,
  .py-fullMax--90 {
    padding-bottom: -5.625rem !important; }
  .pl-fullMax--90,
  .px-fullMax--90 {
    padding-left: -5.625rem !important; }
  .p-fullMax--80 {
    padding: -5rem !important; }
  .pt-fullMax--80,
  .py-fullMax--80 {
    padding-top: -5rem !important; }
  .pr-fullMax--80,
  .px-fullMax--80 {
    padding-right: -5rem !important; }
  .pb-fullMax--80,
  .py-fullMax--80 {
    padding-bottom: -5rem !important; }
  .pl-fullMax--80,
  .px-fullMax--80 {
    padding-left: -5rem !important; }
  .p-fullMax--70 {
    padding: -4.375rem !important; }
  .pt-fullMax--70,
  .py-fullMax--70 {
    padding-top: -4.375rem !important; }
  .pr-fullMax--70,
  .px-fullMax--70 {
    padding-right: -4.375rem !important; }
  .pb-fullMax--70,
  .py-fullMax--70 {
    padding-bottom: -4.375rem !important; }
  .pl-fullMax--70,
  .px-fullMax--70 {
    padding-left: -4.375rem !important; }
  .p-fullMax--60 {
    padding: -3.75rem !important; }
  .pt-fullMax--60,
  .py-fullMax--60 {
    padding-top: -3.75rem !important; }
  .pr-fullMax--60,
  .px-fullMax--60 {
    padding-right: -3.75rem !important; }
  .pb-fullMax--60,
  .py-fullMax--60 {
    padding-bottom: -3.75rem !important; }
  .pl-fullMax--60,
  .px-fullMax--60 {
    padding-left: -3.75rem !important; }
  .p-fullMax--55 {
    padding: -3.4375rem !important; }
  .pt-fullMax--55,
  .py-fullMax--55 {
    padding-top: -3.4375rem !important; }
  .pr-fullMax--55,
  .px-fullMax--55 {
    padding-right: -3.4375rem !important; }
  .pb-fullMax--55,
  .py-fullMax--55 {
    padding-bottom: -3.4375rem !important; }
  .pl-fullMax--55,
  .px-fullMax--55 {
    padding-left: -3.4375rem !important; }
  .p-fullMax--50 {
    padding: -3.125rem !important; }
  .pt-fullMax--50,
  .py-fullMax--50 {
    padding-top: -3.125rem !important; }
  .pr-fullMax--50,
  .px-fullMax--50 {
    padding-right: -3.125rem !important; }
  .pb-fullMax--50,
  .py-fullMax--50 {
    padding-bottom: -3.125rem !important; }
  .pl-fullMax--50,
  .px-fullMax--50 {
    padding-left: -3.125rem !important; }
  .p-fullMax--40 {
    padding: -2.5rem !important; }
  .pt-fullMax--40,
  .py-fullMax--40 {
    padding-top: -2.5rem !important; }
  .pr-fullMax--40,
  .px-fullMax--40 {
    padding-right: -2.5rem !important; }
  .pb-fullMax--40,
  .py-fullMax--40 {
    padding-bottom: -2.5rem !important; }
  .pl-fullMax--40,
  .px-fullMax--40 {
    padding-left: -2.5rem !important; }
  .p-fullMax--30 {
    padding: -1.875rem !important; }
  .pt-fullMax--30,
  .py-fullMax--30 {
    padding-top: -1.875rem !important; }
  .pr-fullMax--30,
  .px-fullMax--30 {
    padding-right: -1.875rem !important; }
  .pb-fullMax--30,
  .py-fullMax--30 {
    padding-bottom: -1.875rem !important; }
  .pl-fullMax--30,
  .px-fullMax--30 {
    padding-left: -1.875rem !important; }
  .p-fullMax--28 {
    padding: -1.75rem !important; }
  .pt-fullMax--28,
  .py-fullMax--28 {
    padding-top: -1.75rem !important; }
  .pr-fullMax--28,
  .px-fullMax--28 {
    padding-right: -1.75rem !important; }
  .pb-fullMax--28,
  .py-fullMax--28 {
    padding-bottom: -1.75rem !important; }
  .pl-fullMax--28,
  .px-fullMax--28 {
    padding-left: -1.75rem !important; }
  .p-fullMax--25 {
    padding: -1.5625rem !important; }
  .pt-fullMax--25,
  .py-fullMax--25 {
    padding-top: -1.5625rem !important; }
  .pr-fullMax--25,
  .px-fullMax--25 {
    padding-right: -1.5625rem !important; }
  .pb-fullMax--25,
  .py-fullMax--25 {
    padding-bottom: -1.5625rem !important; }
  .pl-fullMax--25,
  .px-fullMax--25 {
    padding-left: -1.5625rem !important; }
  .p-fullMax--15 {
    padding: -0.9375rem !important; }
  .pt-fullMax--15,
  .py-fullMax--15 {
    padding-top: -0.9375rem !important; }
  .pr-fullMax--15,
  .px-fullMax--15 {
    padding-right: -0.9375rem !important; }
  .pb-fullMax--15,
  .py-fullMax--15 {
    padding-bottom: -0.9375rem !important; }
  .pl-fullMax--15,
  .px-fullMax--15 {
    padding-left: -0.9375rem !important; }
  .p-fullMax--10 {
    padding: -0.625rem !important; }
  .pt-fullMax--10,
  .py-fullMax--10 {
    padding-top: -0.625rem !important; }
  .pr-fullMax--10,
  .px-fullMax--10 {
    padding-right: -0.625rem !important; }
  .pb-fullMax--10,
  .py-fullMax--10 {
    padding-bottom: -0.625rem !important; }
  .pl-fullMax--10,
  .px-fullMax--10 {
    padding-left: -0.625rem !important; }
  .p-fullMax--5 {
    padding: -0.3125rem !important; }
  .pt-fullMax--5,
  .py-fullMax--5 {
    padding-top: -0.3125rem !important; }
  .pr-fullMax--5,
  .px-fullMax--5 {
    padding-right: -0.3125rem !important; }
  .pb-fullMax--5,
  .py-fullMax--5 {
    padding-bottom: -0.3125rem !important; }
  .pl-fullMax--5,
  .px-fullMax--5 {
    padding-left: -0.3125rem !important; }
  .p-fullMax-8 {
    padding: 0.5rem !important; }
  .pt-fullMax-8,
  .py-fullMax-8 {
    padding-top: 0.5rem !important; }
  .pr-fullMax-8,
  .px-fullMax-8 {
    padding-right: 0.5rem !important; }
  .pb-fullMax-8,
  .py-fullMax-8 {
    padding-bottom: 0.5rem !important; }
  .pl-fullMax-8,
  .px-fullMax-8 {
    padding-left: 0.5rem !important; }
  .p-fullMax-10 {
    padding: 0.625rem !important; }
  .pt-fullMax-10,
  .py-fullMax-10 {
    padding-top: 0.625rem !important; }
  .pr-fullMax-10,
  .px-fullMax-10 {
    padding-right: 0.625rem !important; }
  .pb-fullMax-10,
  .py-fullMax-10 {
    padding-bottom: 0.625rem !important; }
  .pl-fullMax-10,
  .px-fullMax-10 {
    padding-left: 0.625rem !important; }
  .p-fullMax-15 {
    padding: 0.9375rem !important; }
  .pt-fullMax-15,
  .py-fullMax-15 {
    padding-top: 0.9375rem !important; }
  .pr-fullMax-15,
  .px-fullMax-15 {
    padding-right: 0.9375rem !important; }
  .pb-fullMax-15,
  .py-fullMax-15 {
    padding-bottom: 0.9375rem !important; }
  .pl-fullMax-15,
  .px-fullMax-15 {
    padding-left: 0.9375rem !important; }
  .p-fullMax-20 {
    padding: 1.25rem !important; }
  .pt-fullMax-20,
  .py-fullMax-20 {
    padding-top: 1.25rem !important; }
  .pr-fullMax-20,
  .px-fullMax-20 {
    padding-right: 1.25rem !important; }
  .pb-fullMax-20,
  .py-fullMax-20 {
    padding-bottom: 1.25rem !important; }
  .pl-fullMax-20,
  .px-fullMax-20 {
    padding-left: 1.25rem !important; }
  .p-fullMax-25 {
    padding: 1.5625rem !important; }
  .pt-fullMax-25,
  .py-fullMax-25 {
    padding-top: 1.5625rem !important; }
  .pr-fullMax-25,
  .px-fullMax-25 {
    padding-right: 1.5625rem !important; }
  .pb-fullMax-25,
  .py-fullMax-25 {
    padding-bottom: 1.5625rem !important; }
  .pl-fullMax-25,
  .px-fullMax-25 {
    padding-left: 1.5625rem !important; }
  .p-fullMax-30 {
    padding: 1.875rem !important; }
  .pt-fullMax-30,
  .py-fullMax-30 {
    padding-top: 1.875rem !important; }
  .pr-fullMax-30,
  .px-fullMax-30 {
    padding-right: 1.875rem !important; }
  .pb-fullMax-30,
  .py-fullMax-30 {
    padding-bottom: 1.875rem !important; }
  .pl-fullMax-30,
  .px-fullMax-30 {
    padding-left: 1.875rem !important; }
  .p-fullMax-35 {
    padding: 2.1875rem !important; }
  .pt-fullMax-35,
  .py-fullMax-35 {
    padding-top: 2.1875rem !important; }
  .pr-fullMax-35,
  .px-fullMax-35 {
    padding-right: 2.1875rem !important; }
  .pb-fullMax-35,
  .py-fullMax-35 {
    padding-bottom: 2.1875rem !important; }
  .pl-fullMax-35,
  .px-fullMax-35 {
    padding-left: 2.1875rem !important; }
  .p-fullMax-40 {
    padding: 2.5rem !important; }
  .pt-fullMax-40,
  .py-fullMax-40 {
    padding-top: 2.5rem !important; }
  .pr-fullMax-40,
  .px-fullMax-40 {
    padding-right: 2.5rem !important; }
  .pb-fullMax-40,
  .py-fullMax-40 {
    padding-bottom: 2.5rem !important; }
  .pl-fullMax-40,
  .px-fullMax-40 {
    padding-left: 2.5rem !important; }
  .p-fullMax-50 {
    padding: 3.125rem !important; }
  .pt-fullMax-50,
  .py-fullMax-50 {
    padding-top: 3.125rem !important; }
  .pr-fullMax-50,
  .px-fullMax-50 {
    padding-right: 3.125rem !important; }
  .pb-fullMax-50,
  .py-fullMax-50 {
    padding-bottom: 3.125rem !important; }
  .pl-fullMax-50,
  .px-fullMax-50 {
    padding-left: 3.125rem !important; }
  .p-fullMax-60 {
    padding: 3.75rem !important; }
  .pt-fullMax-60,
  .py-fullMax-60 {
    padding-top: 3.75rem !important; }
  .pr-fullMax-60,
  .px-fullMax-60 {
    padding-right: 3.75rem !important; }
  .pb-fullMax-60,
  .py-fullMax-60 {
    padding-bottom: 3.75rem !important; }
  .pl-fullMax-60,
  .px-fullMax-60 {
    padding-left: 3.75rem !important; }
  .p-fullMax-70 {
    padding: 4.375rem !important; }
  .pt-fullMax-70,
  .py-fullMax-70 {
    padding-top: 4.375rem !important; }
  .pr-fullMax-70,
  .px-fullMax-70 {
    padding-right: 4.375rem !important; }
  .pb-fullMax-70,
  .py-fullMax-70 {
    padding-bottom: 4.375rem !important; }
  .pl-fullMax-70,
  .px-fullMax-70 {
    padding-left: 4.375rem !important; }
  .p-fullMax-80 {
    padding: 5rem !important; }
  .pt-fullMax-80,
  .py-fullMax-80 {
    padding-top: 5rem !important; }
  .pr-fullMax-80,
  .px-fullMax-80 {
    padding-right: 5rem !important; }
  .pb-fullMax-80,
  .py-fullMax-80 {
    padding-bottom: 5rem !important; }
  .pl-fullMax-80,
  .px-fullMax-80 {
    padding-left: 5rem !important; }
  .p-fullMax-90 {
    padding: 5.625rem !important; }
  .pt-fullMax-90,
  .py-fullMax-90 {
    padding-top: 5.625rem !important; }
  .pr-fullMax-90,
  .px-fullMax-90 {
    padding-right: 5.625rem !important; }
  .pb-fullMax-90,
  .py-fullMax-90 {
    padding-bottom: 5.625rem !important; }
  .pl-fullMax-90,
  .px-fullMax-90 {
    padding-left: 5.625rem !important; }
  .p-fullMax-100 {
    padding: 6.25rem !important; }
  .pt-fullMax-100,
  .py-fullMax-100 {
    padding-top: 6.25rem !important; }
  .pr-fullMax-100,
  .px-fullMax-100 {
    padding-right: 6.25rem !important; }
  .pb-fullMax-100,
  .py-fullMax-100 {
    padding-bottom: 6.25rem !important; }
  .pl-fullMax-100,
  .px-fullMax-100 {
    padding-left: 6.25rem !important; }
  .p-fullMax-120 {
    padding: 7.5rem !important; }
  .pt-fullMax-120,
  .py-fullMax-120 {
    padding-top: 7.5rem !important; }
  .pr-fullMax-120,
  .px-fullMax-120 {
    padding-right: 7.5rem !important; }
  .pb-fullMax-120,
  .py-fullMax-120 {
    padding-bottom: 7.5rem !important; }
  .pl-fullMax-120,
  .px-fullMax-120 {
    padding-left: 7.5rem !important; }
  .p-fullMax-130 {
    padding: 8.125rem !important; }
  .pt-fullMax-130,
  .py-fullMax-130 {
    padding-top: 8.125rem !important; }
  .pr-fullMax-130,
  .px-fullMax-130 {
    padding-right: 8.125rem !important; }
  .pb-fullMax-130,
  .py-fullMax-130 {
    padding-bottom: 8.125rem !important; }
  .pl-fullMax-130,
  .px-fullMax-130 {
    padding-left: 8.125rem !important; }
  .p-fullMax-150 {
    padding: 9.375rem !important; }
  .pt-fullMax-150,
  .py-fullMax-150 {
    padding-top: 9.375rem !important; }
  .pr-fullMax-150,
  .px-fullMax-150 {
    padding-right: 9.375rem !important; }
  .pb-fullMax-150,
  .py-fullMax-150 {
    padding-bottom: 9.375rem !important; }
  .pl-fullMax-150,
  .px-fullMax-150 {
    padding-left: 9.375rem !important; }
  .p-fullMax-200 {
    padding: 12.5rem !important; }
  .pt-fullMax-200,
  .py-fullMax-200 {
    padding-top: 12.5rem !important; }
  .pr-fullMax-200,
  .px-fullMax-200 {
    padding-right: 12.5rem !important; }
  .pb-fullMax-200,
  .py-fullMax-200 {
    padding-bottom: 12.5rem !important; }
  .pl-fullMax-200,
  .px-fullMax-200 {
    padding-left: 12.5rem !important; }
  .p-fullMax-225 {
    padding: 14.0625rem !important; }
  .pt-fullMax-225,
  .py-fullMax-225 {
    padding-top: 14.0625rem !important; }
  .pr-fullMax-225,
  .px-fullMax-225 {
    padding-right: 14.0625rem !important; }
  .pb-fullMax-225,
  .py-fullMax-225 {
    padding-bottom: 14.0625rem !important; }
  .pl-fullMax-225,
  .px-fullMax-225 {
    padding-left: 14.0625rem !important; }
  .p-fullMax-250 {
    padding: 15.625rem !important; }
  .pt-fullMax-250,
  .py-fullMax-250 {
    padding-top: 15.625rem !important; }
  .pr-fullMax-250,
  .px-fullMax-250 {
    padding-right: 15.625rem !important; }
  .pb-fullMax-250,
  .py-fullMax-250 {
    padding-bottom: 15.625rem !important; }
  .pl-fullMax-250,
  .px-fullMax-250 {
    padding-left: 15.625rem !important; }
  .m-fullMax-auto {
    margin: auto !important; }
  .mt-fullMax-auto,
  .my-fullMax-auto {
    margin-top: auto !important; }
  .mr-fullMax-auto,
  .mx-fullMax-auto {
    margin-right: auto !important; }
  .mb-fullMax-auto,
  .my-fullMax-auto {
    margin-bottom: auto !important; }
  .ml-fullMax-auto,
  .mx-fullMax-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1366px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1560px) {
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-center {
    text-align: center !important; } }

@media (min-width: 1680px) {
  .text-full-left {
    text-align: left !important; }
  .text-full-right {
    text-align: right !important; }
  .text-full-center {
    text-align: center !important; } }

@media (min-width: 1920px) {
  .text-fullMax-left {
    text-align: left !important; }
  .text-fullMax-right {
    text-align: right !important; }
  .text-fullMax-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #d01f39 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #a4182d !important; }

.text-secondary {
  color: #7E0C6E !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #4f0845 !important; }

.text-success {
  color: #00ffb3 !important; }

a.text-success:hover, a.text-success:focus {
  color: #00cc8f !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffe719 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #e5cd00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f1f1f1 !important; }

a.text-light:hover, a.text-light:focus {
  color: #d8d8d8 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-brand-01 {
  color: #7E0C6E !important; }

a.text-brand-01:hover, a.text-brand-01:focus {
  color: #4f0845 !important; }

.text-brand-02 {
  color: #2b2b2b !important; }

a.text-brand-02:hover, a.text-brand-02:focus {
  color: #121212 !important; }

.text-brand-03 {
  color: #99875d !important; }

a.text-brand-03:hover, a.text-brand-03:focus {
  color: #796b4a !important; }

.text-brand-04 {
  color: #0095f8 !important; }

a.text-brand-04:hover, a.text-brand-04:focus {
  color: #0076c5 !important; }

.text-brand-05 {
  color: #9278bb !important; }

a.text-brand-05:hover, a.text-brand-05:focus {
  color: #7756aa !important; }

.text-brand-06 {
  color: #00aaff !important; }

a.text-brand-06:hover, a.text-brand-06:focus {
  color: #0088cc !important; }

.text-brand-07 {
  color: #d01f39 !important; }

a.text-brand-07:hover, a.text-brand-07:focus {
  color: #a4182d !important; }

.text-brand-08 {
  color: #000000 !important; }

a.text-brand-08:hover, a.text-brand-08:focus {
  color: black !important; }

.text-brand-09 {
  color: #001C36 !important; }

a.text-brand-09:hover, a.text-brand-09:focus {
  color: #000203 !important; }

.text-brand-sec-09 {
  color: #D1AFA2 !important; }

a.text-brand-sec-09:hover, a.text-brand-sec-09:focus {
  color: #c09280 !important; }

.text-black {
  color: #000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-yellow {
  color: #ffe719 !important; }

a.text-yellow:hover, a.text-yellow:focus {
  color: #e5cd00 !important; }

.text-green {
  color: #00ffb3 !important; }

a.text-green:hover, a.text-green:focus {
  color: #00cc8f !important; }

.text-green-02 {
  color: #1ecd97 !important; }

a.text-green-02:hover, a.text-green-02:focus {
  color: #17a176 !important; }

.text-white {
  color: #fff !important; }

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important; }

.text-body {
  color: #222222 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  /*@include media-breakpoint-down(md) {
        position: relative;
    }*/ }
  .fp-responsive .fp-section {
    position: relative;
    left: auto;
    top: auto;
    visibility: visible;
    opacity: 1; }

.fp-completely {
  visibility: visible;
  opacity: 1;
  top: 0; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/*.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}*/
.fp-tableCell {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .loaded .fp-tableCell {
    visibility: visible;
    opacity: 1; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.owl-carousel .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

@font-face {
  font-family: casino_handregular;
  src: url(Casino_Hand/casino_hand-webfont.eot);
  src: url(Casino_Hand/casino_hand-webfont.eot?#iefix) format("embedded-opentype"), url(Casino_Hand/casino_hand-webfont.woff) format("woff"), url(Casino_Hand/casino_hand-webfont.ttf) format("truetype"), url(Casino_Hand/casino_hand-webfont.svg#casino_handregular) format("svg");
  font-weight: 400;
  font-style: normal; }

.enjoyhint {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1010;
  pointer-events: none;
  overflow: hidden; }

.enjoyhint_hide {
  display: none; }

.enjoyhint_disable_events {
  position: absolute;
  width: 2000px;
  height: 1500px;
  z-index: 1011;
  pointer-events: all; }

.enjoyhint_next_btn, .enjoyhint_skip_btn {
  -webkit-box-sizing: content-box;
  width: 100px;
  height: 40px;
  font: normal normal normal 17px/40px "Advent Pro",Helvetica,sans-serif;
  cursor: pointer;
  margin: 0 auto;
  letter-spacing: 1px;
  text-align: center; }

.enjoyhint_close_btn, .enjoyhint_next_btn, .enjoyhint_skip_btn {
  z-index: 1012;
  pointer-events: all;
  -o-text-overflow: clip;
  text-overflow: clip;
  -moz-box-sizing: content-box; }

.enjoyhint_next_btn {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 2px solid #1ecd97;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #1ecd97;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0); }

.enjoyhint_next_btn:hover {
  color: white;
  background: #1ecd97; }

.enjoyhint_next_btn:active {
  border: 2px solid #21e0a3;
  background: #21e0a3;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.enjoyhint_skip_btn {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 2px solid #1ecd97;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #1ecd97;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0); }

.enjoyhint_skip_btn:hover {
  color: white;
  background: #1ecd97; }

.enjoyhint_skip_btn:active {
  border: 2px solid #21e0a3;
  background: #21e0a3;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.enjoyhint_close_btn {
  display: inline-block;
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: .3em;
  height: .3em;
  border: none;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  font: 400 8em/normal Arial,Helvetica,sans-serif;
  color: black;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #21e0a3; }

.enjoyhint_close_btn::after, .enjoyhint_close_btn::before {
  -webkit-box-sizing: content-box;
  width: 73%;
  height: 2px;
  position: absolute;
  content: "";
  border: none;
  font: 400 100%/normal Arial,Helvetica,sans-serif;
  color: black;
  background: #fff;
  text-shadow: none;
  -o-text-overflow: clip;
  text-overflow: clip;
  display: inline-block; }

.enjoyhint_close_btn::before {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 48%;
  left: 14%;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg); }

.enjoyhint_close_btn::after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 46%;
  left: 15%;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg); }

.enjoyhint_close_btn:hover {
  color: white;
  background: #1ecd97;
  cursor: pointer; }

.enjoyhint_close_btn:active {
  border: 2px solid #21e0a3;
  background: #21e0a3;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.enjoyhint_btn {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 150px;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid #1ecd97;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font: normal normal normal 17px/40px "Advent Pro",Helvetica,sans-serif;
  color: #1ecd97;
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0); }

#kinetic_container, .enjoyhint_canvas, .enjoyhint_svg_wrapper, .enjoyhint_svg_wrapper svg {
  width: 100%;
  height: 100%;
  position: absolute; }

.enjoyhint_btn:hover {
  color: white;
  background: #1ecd97; }

.enjoyhint_btn:active {
  border: 2px solid #21e0a3;
  background: #21e0a3;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.enjoyhint div.canvas-container {
  position: absolute; }

.enjoyhint_canvas {
  z-index: 100;
  pointer-events: none; }

#kinetic_container {
  pointer-events: none;
  top: 0;
  left: 0; }

.enjoyhint_svg_wrapper {
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1); }

.enjoyhint_svg_wrapper svg {
  top: 0;
  left: 0; }

.enjoyhint_svg_transparent .enjoy_hint_label, .enjoyhint_svg_transparent .enjoyhint_svg_wrapper {
  opacity: 0; }

.enjoy_hint_label {
  position: absolute;
  color: #fff;
  z-index: 107;
  font-size: 22px;
  font-family: casino_handregular,Arial;
  -webkit-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  display: inline-block;
  min-width: 200px;
  text-align: center;
  max-width: 80%; }

div.kineticjs-content {
  position: absolute !important; }

.enjoyhint_skip_btn {
  position: fixed; }

.svg-icons {
  display: none; }

.ic-svg,
.ic-svg svg {
  display: block; }

.ic-svg svg {
  fill: #222222; }

.ic-stroke svg {
  fill: transparent;
  stroke-width: 0.2px; }

.ic-primary svg {
  fill: #d01f39; }

.ic-secondary svg {
  fill: #7E0C6E; }

.ic-success svg {
  fill: #00ffb3; }

.ic-info svg {
  fill: #17a2b8; }

.ic-warning svg {
  fill: #ffe719; }

.ic-danger svg {
  fill: #dc3545; }

.ic-light svg {
  fill: #f1f1f1; }

.ic-dark svg {
  fill: #343a40; }

.ic-brand-01 svg {
  fill: #7E0C6E; }

.ic-brand-02 svg {
  fill: #2b2b2b; }

.ic-brand-03 svg {
  fill: #99875d; }

.ic-brand-04 svg {
  fill: #0095f8; }

.ic-brand-05 svg {
  fill: #9278bb; }

.ic-brand-06 svg {
  fill: #00aaff; }

.ic-brand-07 svg {
  fill: #d01f39; }

.ic-brand-08 svg {
  fill: #000000; }

.ic-brand-09 svg {
  fill: #001C36; }

.ic-brand-sec-09 svg {
  fill: #D1AFA2; }

.ic-black svg {
  fill: #000; }

.ic-yellow svg {
  fill: #ffe719; }

.ic-green svg {
  fill: #00ffb3; }

.ic-green-02 svg {
  fill: #1ecd97; }

.ic-white svg {
  fill: #fff; }

.ic-stroke-primary svg {
  stroke: #d01f39; }

.ic-stroke-secondary svg {
  stroke: #7E0C6E; }

.ic-stroke-success svg {
  stroke: #00ffb3; }

.ic-stroke-info svg {
  stroke: #17a2b8; }

.ic-stroke-warning svg {
  stroke: #ffe719; }

.ic-stroke-danger svg {
  stroke: #dc3545; }

.ic-stroke-light svg {
  stroke: #f1f1f1; }

.ic-stroke-dark svg {
  stroke: #343a40; }

.ic-stroke-brand-01 svg {
  stroke: #7E0C6E; }

.ic-stroke-brand-02 svg {
  stroke: #2b2b2b; }

.ic-stroke-brand-03 svg {
  stroke: #99875d; }

.ic-stroke-brand-04 svg {
  stroke: #0095f8; }

.ic-stroke-brand-05 svg {
  stroke: #9278bb; }

.ic-stroke-brand-06 svg {
  stroke: #00aaff; }

.ic-stroke-brand-07 svg {
  stroke: #d01f39; }

.ic-stroke-brand-08 svg {
  stroke: #000000; }

.ic-stroke-brand-09 svg {
  stroke: #001C36; }

.ic-stroke-brand-sec-09 svg {
  stroke: #D1AFA2; }

.ic-stroke-black svg {
  stroke: #000; }

.ic-stroke-yellow svg {
  stroke: #ffe719; }

.ic-stroke-green svg {
  stroke: #00ffb3; }

.ic-stroke-green-02 svg {
  stroke: #1ecd97; }

.ic-stroke-white svg {
  stroke: #fff; }

.blend-difference .ic-secondary svg {
  fill: #66ef7d; }

.ic-white svg {
  fill: #fff; }

.ic-18,
.ic-18 svg {
  height: 1.125rem;
  width: 1.125rem; }

.ic-24,
.ic-24 svg {
  height: 1.5rem;
  width: 1.5rem; }

.ic-30,
.ic-30 svg {
  height: 1.875rem;
  width: 1.875rem; }

.ic-36,
.ic-36 svg {
  height: 2.25rem;
  width: 2.25rem; }

.ic-80,
.ic-80 svg {
  height: 5rem;
  width: 5rem; }

.ic-90,
.ic-90 svg {
  height: 5.625rem;
  width: 5.625rem; }

.ic-100,
.ic-100 svg {
  height: 6.25rem;
  width: 6.25rem; }

.ic-150,
.ic-150 svg {
  height: 9.375rem;
  width: 9.375rem; }

.ic-170,
.ic-170 svg {
  height: 10.625rem;
  width: 10.625rem; }

.ic-840,
.ic-840 svg {
  height: 52.5rem;
  width: 52.5rem; }

.ic-900,
.ic-900 svg {
  height: 56.25rem;
  width: 56.25rem; }

.ic-1300,
.ic-1300 svg {
  height: 81.25rem;
  width: 81.25rem; }

.ic-bg {
  position: absolute;
  top: -45%;
  left: -30%; }
  .ic-bg,
  .ic-bg svg {
    width: 100%;
    height: 100%;
    opacity: 0.15; }
  @media (max-width: 1023.98px) {
    .ic-bg {
      left: 0; } }

.theme-bg,
.theme-light .theme-bg {
  background-color: #fff; }

.theme-color,
.theme-light .theme-color {
  color: #fff; }

.theme-border,
.theme-light .theme-border {
  border-color: #fff; }

.theme-fill svg,
.theme-light .theme-fill svg {
  fill: #fff;
  color: #fff; }

.theme-dark {
  /*.ic-svg-vivendi {
        svg {
            fill: $brand-01;
        }  
    }
    .ic-svg-umg {
        svg {
            fill: $brand-02;
        }  
    }
    .ic-svg-canal-plus {
        svg {
            //fill: $brand-02;
        }  
    }
    .ic-svg-havas {
        path {
            &.path-havas {
                fill: $brand-07;
            }
            &.path-group {
                fill: #6D6E71;
            }
        }
    }
    .ic-svg-gameloft {
        svg {
            fill: black;
        } 
    }
    .ic-svg-dailymotion {
        svg {
            fill: $brand-06;
        } 
    }
    .ic-svg-village {
        svg {
            fill: $brand-01;
        } 
    }*/ }
  .theme-dark .theme-bg {
    background-color: #222222; }
  .theme-dark .theme-color {
    color: #222222; }
  .theme-dark .theme-border {
    border-color: #222222; }
  .theme-dark .theme-fill svg {
    fill: #222222; }

/* Re-usable stuff */
/*.table { display: table; width: 100%; height: 100%; }
.cell { display: table-cell; text-align: center; vertical-align: middle; }*/
/*.scroll-x { overflow-x: scroll;}
.scroll-y { overflow-y: scroll;}*/
.overflowHidden, .scrollHidden {
  overflow: hidden; }

/*.italic { font-style: italic !important;}
.ultraLight,
.uppercase.ultraLight { font-weight: 100 !important;}
.light,
.uppercase.light { font-weight: 300 !important;}
.normal,
.uppercase.normal { font-weight: normal !important;}
.semiBold,
.uppercase.semiBold { font-weight: 500 !important;}
.bold { font-weight: 600 !important;}
.ultraBold,
.uppercase.ultraBold { font-weight: 900 !important;}*/
.top {
  vertical-align: top !important; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

.center {
  text-align: center !important; }

.middle {
  vertical-align: middle !important; }

.bottom {
  vertical-align: bottom !important; }

.rtl {
  direction: rtl;
  unicode-bidi: embed; }

.rectangular {
  border-radius: 0px !important; }

/*.block { display: block !important;}
.inlineBlock { display: inline-block !important;}
.inline { display: inline !important;}*/
.relative {
  position: relative !important; }

/*.absolute { position: absolute !important;}
.fixed { position: fixed !important;}
.wide { width: 100% !important;}
.nowrap { white-space: nowrap;}*/
/*.opacity-0 { opacity: 0 !important;}
.opacity-1 { opacity: 0.1 !important;}
.opacity-2 { opacity: 0.2 !important;}
.opacity-3 { opacity: 0.3 !important;}
.opacity-4 { opacity: 0.4 !important;}
.opacity-5 { opacity: 0.5 !important;}
.opacity-6 { opacity: 0.6 !important;}
.opacity-7 { opacity: 0.7 !important;}
.opacity-8 { opacity: 0.8 !important;}
.opacity-9 { opacity: 0.9 !important;}
.opacity-10,
.opaque    { opacity: 1 !important;}

.transparent { background: transparent !important }*/
/*.crop { margin: 0 !important;}
.cropBottom { margin-bottom: 0 !important;}
.cropTop { margin-top: 0 !important;}
.cropLeft, .cropSides { margin-left: 0 !important;}
.cropRight, .cropSides { margin-right: 0 !important;}*/
.pointer-events {
  pointer-events: all !important; }

.disable-pointer-events {
  pointer-events: none !important; }

/*.space { padding: 0 20px;}
.pointer,
.cursorPointer { cursor: pointer;}
.cursorZoomIn {
	cursor:  pointer;
	cursor:  -moz-zoom-in !important;
	cursor:  -webkit-zoom-in !important;
}
.cursorZoomOut {
	cursor:  pointer;
	cursor:  -moz-zoom-out !important;
	cursor:  -webkit-zoom-out !important;
}
.cursorGrab {
	cursor: move; 
	cursor: grab !important;
	cursor: -moz-grab !important;
	cursor: -webkit-grab !important;
}

.cursorGrab:active {
	cursor: grabbing !important;
	cursor: -moz-grabbing !important;
	cursor: -webkit-grabbing !important;
}*/
/*.disableClick { pointer-events: none;}
.cover { background-size: cover !important;}
.noSelect,.noSelect *, .disableSelect, .disableSelect * { -webkit-touch-callout: none!important; user-select: none!important;}
.selectable,.selectable *, .enableSelect, .enableSelect * { -webkit-touch-callout: auto!important; user-select: auto!important;}
.clearBoth:after { content: ""; clear: both; display: table;}*/
.icon-menu {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  pointer-events: all; }

.im-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .im-bar:nth-child(1) {
    top: 9px; }
  .im-bar:nth-child(2) {
    top: 16px; }
  .im-bar:nth-child(3) {
    top: 23px; }

.ic-svg-vivendi svg {
  fill: #7E0C6E;
  width: 8.5rem;
  height: 1.8125rem; }
  .theme-dark .ic-svg-vivendi svg {
    fill: #7E0C6E; }

.ic-svg-vivendi.ic-white svg {
  fill: #fff; }

.ic-svg-vivendi.ic-black svg {
  fill: #222222; }

.ic-svg-umg svg {
  fill: #2b2b2b;
  width: 11.1875rem;
  height: 4.25rem; }
  .theme-dark .ic-svg-umg svg {
    fill: #2b2b2b; }

.ic-svg-umg.ic-white svg {
  fill: #fff; }

.ic-svg-umg.ic-black svg {
  fill: #222222; }

/*.ic-svg-canal-plus {
    svg {
        fill: #8F9093;
        color: #fff;
        width: size(150);
        height: size(53);
        .theme-dark & {
            fill: #8F9093 !important;
            color: #fff !important;
        }
    }
}*/
.ic-svg-canal-plus svg {
  width: 9.5625rem;
  height: 3.0625rem;
  fill: #8F9093; }
  .theme-dark .ic-svg-canal-plus svg {
    fill: #8F9093 !important; }

.ic-svg-canal-plus.ic-white svg {
  fill: #fff; }

.ic-svg-canal-plus.ic-black svg {
  fill: #222222; }

.ic-svg-havas svg {
  fill: #d01f39;
  color: #6c6e70;
  width: 8.8125rem;
  height: 3.0625rem; }
  .theme-dark .ic-svg-havas svg {
    fill: #d01f39 !important;
    color: #6c6e70 !important; }

.ic-svg-havas.ic-white svg {
  fill: #fff;
  color: #fff; }

.ic-svg-havas.ic-black svg {
  fill: #222222; }

.ic-svg-gameloft svg {
  fill: #000;
  width: 13.125rem;
  height: 2.5625rem; }
  .theme-dark .ic-svg-gameloft svg {
    fill: #000; }

.ic-svg-gameloft.ic-white svg {
  fill: #fff; }

.ic-svg-gameloft.ic-black svg {
  fill: #222222; }

.ic-svg-dailymotion svg {
  fill: #00aaff;
  width: 11.25rem;
  height: 2.0625rem; }
  .theme-dark .ic-svg-dailymotion svg {
    fill: #232323; }

.ic-svg-dailymotion.ic-white svg {
  fill: #fff; }

.ic-svg-dailymotion.ic-black svg {
  fill: #222222; }

.ic-svg-village svg {
  fill: #7E0C6E;
  color: #7c7c7c;
  width: 13.0625rem;
  height: 4.0625rem; }
  .theme-dark .ic-svg-village svg {
    fill: #7E0C6E;
    color: #7c7c7c; }

.ic-svg-village.ic-white svg {
  fill: #fff;
  color: #fff; }

.ic-svg-village.ic-black svg {
  fill: #222222; }

.ic-svg-editis svg {
  fill: #001C36;
  width: 4.0625rem;
  height: 4.0625rem; }
  .theme-dark .ic-svg-editis svg {
    fill: #001C36; }

.ic-svg-editis.ic-white svg {
  fill: #fff;
  color: #fff; }

.ic-svg-editis.ic-black svg {
  fill: #222222; }

.c-sidenav {
  /*.ic-svg-canal-plus {
        svg {
            width: size(150);
            height: size(53);
            color: #8F9093;
            fill: #fff;
        }
    }*/ }
  .c-sidenav .ic-svg-vivendi svg {
    width: 8.5rem;
    height: 1.8125rem; }
  .c-sidenav .ic-svg-umg svg {
    width: 9.375rem;
    height: 3.625rem; }
  .c-sidenav .ic-svg-canal-plus svg {
    width: 8.4375rem;
    height: 2.5rem;
    fill: #fff; }
  .c-sidenav .ic-svg-havas svg {
    width: 7.5rem;
    height: 2.5rem;
    color: #fff;
    fill: #fff; }
    @media (max-width: 1559.98px) {
      .c-sidenav .ic-svg-havas svg {
        width: 7.8125rem; } }
  .c-sidenav .ic-svg-gameloft svg {
    width: 12.8125rem;
    height: 2.5625rem; }
    @media (max-width: 1559.98px) {
      .c-sidenav .ic-svg-gameloft svg {
        width: 11.25rem; } }
  .c-sidenav .ic-svg-dailymotion svg {
    width: 11.25rem;
    height: 2.0625rem; }
  .c-sidenav .ic-svg-village svg {
    width: 13.0625rem;
    height: 4.0625rem; }

.mask {
  z-index: 1010;
  pointer-events: none; }
  .mask .shape {
    position: relative; }

.mask-logo {
  /*.loaded & {

    }*/ }
  .mask-logo .ic-svg-vivendi {
    -webkit-transform: scale(0) translate3d(0, 0, 0);
    transform: scale(0) translate3d(0, 0, 0);
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.1, 1, 0.6, 1);
    -o-transition: all 600ms cubic-bezier(0.1, 1, 0.6, 1);
    transition: all 600ms cubic-bezier(0.1, 1, 0.6, 1); }
    .mask-logo .ic-svg-vivendi,
    .mask-logo .ic-svg-vivendi svg {
      width: 5rem;
      display: block;
      fill: #fff; }
    .page-ready .mask-logo .ic-svg-vivendi {
      opacity: 1;
      -webkit-transform: scale(1) translate3d(0, 0, 0);
      transform: scale(1) translate3d(0, 0, 0);
      -webkit-transition-delay: 300ms;
      -o-transition-delay: 300ms;
      transition-delay: 300ms; }
    .init-loaded .mask-logo .ic-svg-vivendi {
      opacity: 0;
      -webkit-transform: scale(0) translate3d(0, 0, 0);
      transform: scale(0) translate3d(0, 0, 0);
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms; }
    .loaded .mask-logo .ic-svg-vivendi {
      opacity: 0;
      -webkit-transform: scale(0) translate3d(0, 0, 0);
      transform: scale(0) translate3d(0, 0, 0);
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s; }

.mask-color {
  height: 100%;
  width: 100%;
  -webkit-transition: background-color ease-in-out;
  -o-transition: background-color ease-in-out;
  transition: background-color ease-in-out; }

.c-countdown {
  position: fixed;
  right: 5%;
  z-index: 1030;
  bottom: 4.6875rem;
  margin-bottom: -1.0625rem;
  height: 2.125rem;
  width: 2.125rem;
  text-align: center; }
  @media (max-width: 1023.98px) {
    .c-countdown {
      bottom: 25px;
      right: 15px; } }
  .c-countdown svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.125rem;
    height: 2.125rem; }
  .c-countdown circle {
    stroke-width: 2px;
    fill: none; }
  .c-countdown__back {
    stroke: #b2b2b2; }
  .c-countdown__front {
    stroke: #7E0C6E;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
  .c-countdown__pause {
    pointer-events: all; }

.letter-group {
  display: block; }

.letter {
  display: inline-block; }

.btn-svg {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border: none;
  pointer-events: all;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn-svg {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn-svg:hover, .btn-svg:focus {
    text-decoration: none; }
  .btn-svg:focus, .btn-svg.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 31, 57, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(208, 31, 57, 0.25); }
  .btn-svg.disabled, .btn-svg:disabled {
    opacity: 0.65; }
  .btn-svg:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn-svg:not(:disabled):not(.disabled):active, .btn-svg:not(:disabled):not(.disabled).active {
    background-image: none; }
  .btn-svg svg,
  .btn-svg .svg {
    -webkit-transform: perspective(500px) rotateY(25deg) rotateX(-10deg);
    transform: perspective(500px) rotateY(25deg) rotateX(-10deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .btn-svg svg__01,
    .btn-svg .svg__01 {
      -webkit-transform: rotateY(-8deg) rotateX(-10deg);
      transform: rotateY(-8deg) rotateX(-10deg); }
    .btn-svg svg__02,
    .btn-svg .svg__02 {
      -webkit-transform: rotateY(-8deg) rotateX(10deg);
      transform: rotateY(-8deg) rotateX(10deg); }
    .btn-svg svg__03,
    .btn-svg .svg__03 {
      -webkit-transform: rotateY(8deg) rotateX(-10deg);
      transform: rotateY(8deg) rotateX(-10deg); }
    .btn-svg svg__04,
    .btn-svg .svg__04 {
      -webkit-transform: rotateY(8deg) rotateX(10deg);
      transform: rotateY(8deg) rotateX(10deg); }
  .btn-svg span {
    position: relative; }
  .btn-svg__text {
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
    display: block;
    text-align: left; }
  .btn-svg__icon {
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px);
    display: block; }
  .btn-svg.js-tilt {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
    transform: perspective(300px) rotateX(0deg) rotateY(0deg); }

.btn-svg-primary {
  color: #fff; }
  .btn-svg-primary svg {
    fill: #d01f39; }
  .btn-svg-primary .svg {
    background-color: #d01f39; }
  .btn-svg-primary:hover {
    color: #fff; }
    .btn-svg-primary:hover svg {
      fill: #d01f39; }
    .btn-svg-primary:hover .svg {
      background-color: #d01f39; }
  .btn-svg-primary:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-primary:focus svg {
      fill: #d01f39; }
    .btn-svg-primary:focus .svg {
      background-color: #d01f39; }

.btn-svg-secondary {
  color: #fff; }
  .btn-svg-secondary svg {
    fill: #7E0C6E; }
  .btn-svg-secondary .svg {
    background-color: #7E0C6E; }
  .btn-svg-secondary:hover {
    color: #fff; }
    .btn-svg-secondary:hover svg {
      fill: #7E0C6E; }
    .btn-svg-secondary:hover .svg {
      background-color: #7E0C6E; }
  .btn-svg-secondary:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-secondary:focus svg {
      fill: #7E0C6E; }
    .btn-svg-secondary:focus .svg {
      background-color: #7E0C6E; }

.btn-svg-success {
  color: #212529; }
  .btn-svg-success svg {
    fill: #00ffb3; }
  .btn-svg-success .svg {
    background-color: #00ffb3; }
  .btn-svg-success:hover {
    color: #212529; }
    .btn-svg-success:hover svg {
      fill: #00ffb3; }
    .btn-svg-success:hover .svg {
      background-color: #00ffb3; }
  .btn-svg-success:focus {
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-success:focus svg {
      fill: #00ffb3; }
    .btn-svg-success:focus .svg {
      background-color: #00ffb3; }

.btn-svg-info {
  color: #fff; }
  .btn-svg-info svg {
    fill: #17a2b8; }
  .btn-svg-info .svg {
    background-color: #17a2b8; }
  .btn-svg-info:hover {
    color: #fff; }
    .btn-svg-info:hover svg {
      fill: #17a2b8; }
    .btn-svg-info:hover .svg {
      background-color: #17a2b8; }
  .btn-svg-info:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-info:focus svg {
      fill: #17a2b8; }
    .btn-svg-info:focus .svg {
      background-color: #17a2b8; }

.btn-svg-warning {
  color: #212529; }
  .btn-svg-warning svg {
    fill: #ffe719; }
  .btn-svg-warning .svg {
    background-color: #ffe719; }
  .btn-svg-warning:hover {
    color: #212529; }
    .btn-svg-warning:hover svg {
      fill: #ffe719; }
    .btn-svg-warning:hover .svg {
      background-color: #ffe719; }
  .btn-svg-warning:focus {
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-warning:focus svg {
      fill: #ffe719; }
    .btn-svg-warning:focus .svg {
      background-color: #ffe719; }

.btn-svg-danger {
  color: #fff; }
  .btn-svg-danger svg {
    fill: #dc3545; }
  .btn-svg-danger .svg {
    background-color: #dc3545; }
  .btn-svg-danger:hover {
    color: #fff; }
    .btn-svg-danger:hover svg {
      fill: #dc3545; }
    .btn-svg-danger:hover .svg {
      background-color: #dc3545; }
  .btn-svg-danger:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-danger:focus svg {
      fill: #dc3545; }
    .btn-svg-danger:focus .svg {
      background-color: #dc3545; }

.btn-svg-light {
  color: #212529; }
  .btn-svg-light svg {
    fill: #f1f1f1; }
  .btn-svg-light .svg {
    background-color: #f1f1f1; }
  .btn-svg-light:hover {
    color: #212529; }
    .btn-svg-light:hover svg {
      fill: #f1f1f1; }
    .btn-svg-light:hover .svg {
      background-color: #f1f1f1; }
  .btn-svg-light:focus {
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-light:focus svg {
      fill: #f1f1f1; }
    .btn-svg-light:focus .svg {
      background-color: #f1f1f1; }

.btn-svg-dark {
  color: #fff; }
  .btn-svg-dark svg {
    fill: #343a40; }
  .btn-svg-dark .svg {
    background-color: #343a40; }
  .btn-svg-dark:hover {
    color: #fff; }
    .btn-svg-dark:hover svg {
      fill: #343a40; }
    .btn-svg-dark:hover .svg {
      background-color: #343a40; }
  .btn-svg-dark:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-dark:focus svg {
      fill: #343a40; }
    .btn-svg-dark:focus .svg {
      background-color: #343a40; }

.btn-svg-brand-01 {
  color: #fff; }
  .btn-svg-brand-01 svg {
    fill: #7E0C6E; }
  .btn-svg-brand-01 .svg {
    background-color: #7E0C6E; }
  .btn-svg-brand-01:hover {
    color: #fff; }
    .btn-svg-brand-01:hover svg {
      fill: #7E0C6E; }
    .btn-svg-brand-01:hover .svg {
      background-color: #7E0C6E; }
  .btn-svg-brand-01:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-brand-01:focus svg {
      fill: #7E0C6E; }
    .btn-svg-brand-01:focus .svg {
      background-color: #7E0C6E; }

.btn-svg-brand-02 {
  color: #fff; }
  .btn-svg-brand-02 svg {
    fill: #2b2b2b; }
  .btn-svg-brand-02 .svg {
    background-color: #2b2b2b; }
  .btn-svg-brand-02:hover {
    color: #fff; }
    .btn-svg-brand-02:hover svg {
      fill: #2b2b2b; }
    .btn-svg-brand-02:hover .svg {
      background-color: #2b2b2b; }
  .btn-svg-brand-02:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-brand-02:focus svg {
      fill: #2b2b2b; }
    .btn-svg-brand-02:focus .svg {
      background-color: #2b2b2b; }

.btn-svg-brand-03 {
  color: #fff; }
  .btn-svg-brand-03 svg {
    fill: #99875d; }
  .btn-svg-brand-03 .svg {
    background-color: #99875d; }
  .btn-svg-brand-03:hover {
    color: #fff; }
    .btn-svg-brand-03:hover svg {
      fill: #99875d; }
    .btn-svg-brand-03:hover .svg {
      background-color: #99875d; }
  .btn-svg-brand-03:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-brand-03:focus svg {
      fill: #99875d; }
    .btn-svg-brand-03:focus .svg {
      background-color: #99875d; }

.btn-svg-brand-04 {
  color: #fff; }
  .btn-svg-brand-04 svg {
    fill: #0095f8; }
  .btn-svg-brand-04 .svg {
    background-color: #0095f8; }
  .btn-svg-brand-04:hover {
    color: #fff; }
    .btn-svg-brand-04:hover svg {
      fill: #0095f8; }
    .btn-svg-brand-04:hover .svg {
      background-color: #0095f8; }
  .btn-svg-brand-04:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-brand-04:focus svg {
      fill: #0095f8; }
    .btn-svg-brand-04:focus .svg {
      background-color: #0095f8; }

.btn-svg-brand-05 {
  color: #fff; }
  .btn-svg-brand-05 svg {
    fill: #9278bb; }
  .btn-svg-brand-05 .svg {
    background-color: #9278bb; }
  .btn-svg-brand-05:hover {
    color: #fff; }
    .btn-svg-brand-05:hover svg {
      fill: #9278bb; }
    .btn-svg-brand-05:hover .svg {
      background-color: #9278bb; }
  .btn-svg-brand-05:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-brand-05:focus svg {
      fill: #9278bb; }
    .btn-svg-brand-05:focus .svg {
      background-color: #9278bb; }

.btn-svg-brand-06 {
  color: #fff; }
  .btn-svg-brand-06 svg {
    fill: #00aaff; }
  .btn-svg-brand-06 .svg {
    background-color: #00aaff; }
  .btn-svg-brand-06:hover {
    color: #fff; }
    .btn-svg-brand-06:hover svg {
      fill: #00aaff; }
    .btn-svg-brand-06:hover .svg {
      background-color: #00aaff; }
  .btn-svg-brand-06:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-brand-06:focus svg {
      fill: #00aaff; }
    .btn-svg-brand-06:focus .svg {
      background-color: #00aaff; }

.btn-svg-brand-07 {
  color: #fff; }
  .btn-svg-brand-07 svg {
    fill: #d01f39; }
  .btn-svg-brand-07 .svg {
    background-color: #d01f39; }
  .btn-svg-brand-07:hover {
    color: #fff; }
    .btn-svg-brand-07:hover svg {
      fill: #d01f39; }
    .btn-svg-brand-07:hover .svg {
      background-color: #d01f39; }
  .btn-svg-brand-07:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-brand-07:focus svg {
      fill: #d01f39; }
    .btn-svg-brand-07:focus .svg {
      background-color: #d01f39; }

.btn-svg-brand-08 {
  color: #fff; }
  .btn-svg-brand-08 svg {
    fill: #000000; }
  .btn-svg-brand-08 .svg {
    background-color: #000000; }
  .btn-svg-brand-08:hover {
    color: #fff; }
    .btn-svg-brand-08:hover svg {
      fill: #000000; }
    .btn-svg-brand-08:hover .svg {
      background-color: #000000; }
  .btn-svg-brand-08:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-brand-08:focus svg {
      fill: #000000; }
    .btn-svg-brand-08:focus .svg {
      background-color: #000000; }

.btn-svg-brand-09 {
  color: #fff; }
  .btn-svg-brand-09 svg {
    fill: #001C36; }
  .btn-svg-brand-09 .svg {
    background-color: #001C36; }
  .btn-svg-brand-09:hover {
    color: #fff; }
    .btn-svg-brand-09:hover svg {
      fill: #001C36; }
    .btn-svg-brand-09:hover .svg {
      background-color: #001C36; }
  .btn-svg-brand-09:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-brand-09:focus svg {
      fill: #001C36; }
    .btn-svg-brand-09:focus .svg {
      background-color: #001C36; }

.btn-svg-brand-sec-09 {
  color: #212529; }
  .btn-svg-brand-sec-09 svg {
    fill: #D1AFA2; }
  .btn-svg-brand-sec-09 .svg {
    background-color: #D1AFA2; }
  .btn-svg-brand-sec-09:hover {
    color: #212529; }
    .btn-svg-brand-sec-09:hover svg {
      fill: #D1AFA2; }
    .btn-svg-brand-sec-09:hover .svg {
      background-color: #D1AFA2; }
  .btn-svg-brand-sec-09:focus {
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-brand-sec-09:focus svg {
      fill: #D1AFA2; }
    .btn-svg-brand-sec-09:focus .svg {
      background-color: #D1AFA2; }

.btn-svg-black {
  color: #fff; }
  .btn-svg-black svg {
    fill: #000; }
  .btn-svg-black .svg {
    background-color: #000; }
  .btn-svg-black:hover {
    color: #fff; }
    .btn-svg-black:hover svg {
      fill: #000; }
    .btn-svg-black:hover .svg {
      background-color: #000; }
  .btn-svg-black:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-black:focus svg {
      fill: #000; }
    .btn-svg-black:focus .svg {
      background-color: #000; }

.btn-svg-yellow {
  color: #212529; }
  .btn-svg-yellow svg {
    fill: #ffe719; }
  .btn-svg-yellow .svg {
    background-color: #ffe719; }
  .btn-svg-yellow:hover {
    color: #212529; }
    .btn-svg-yellow:hover svg {
      fill: #ffe719; }
    .btn-svg-yellow:hover .svg {
      background-color: #ffe719; }
  .btn-svg-yellow:focus {
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-yellow:focus svg {
      fill: #ffe719; }
    .btn-svg-yellow:focus .svg {
      background-color: #ffe719; }

.btn-svg-green {
  color: #212529; }
  .btn-svg-green svg {
    fill: #00ffb3; }
  .btn-svg-green .svg {
    background-color: #00ffb3; }
  .btn-svg-green:hover {
    color: #212529; }
    .btn-svg-green:hover svg {
      fill: #00ffb3; }
    .btn-svg-green:hover .svg {
      background-color: #00ffb3; }
  .btn-svg-green:focus {
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-green:focus svg {
      fill: #00ffb3; }
    .btn-svg-green:focus .svg {
      background-color: #00ffb3; }

.btn-svg-green-02 {
  color: #fff; }
  .btn-svg-green-02 svg {
    fill: #1ecd97; }
  .btn-svg-green-02 .svg {
    background-color: #1ecd97; }
  .btn-svg-green-02:hover {
    color: #fff; }
    .btn-svg-green-02:hover svg {
      fill: #1ecd97; }
    .btn-svg-green-02:hover .svg {
      background-color: #1ecd97; }
  .btn-svg-green-02:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-green-02:focus svg {
      fill: #1ecd97; }
    .btn-svg-green-02:focus .svg {
      background-color: #1ecd97; }

.btn-svg-white {
  color: #212529; }
  .btn-svg-white svg {
    fill: #fff; }
  .btn-svg-white .svg {
    background-color: #fff; }
  .btn-svg-white:hover {
    color: #212529; }
    .btn-svg-white:hover svg {
      fill: #fff; }
    .btn-svg-white:hover .svg {
      background-color: #fff; }
  .btn-svg-white:focus {
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-white:focus svg {
      fill: #fff; }
    .btn-svg-white:focus .svg {
      background-color: #fff; }

.btn-svg-outline-primary {
  color: #d01f39; }
  .btn-svg-outline-primary .svg {
    background-color: transparent;
    border: 1px solid #d01f39; }
  .btn-svg-outline-primary:hover {
    color: #fff; }
    .btn-svg-outline-primary:hover .svg {
      background-color: #d01f39; }
  .btn-svg-outline-primary:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-primary:focus .svg {
      background-color: #d01f39; }

.btn-svg-outline-secondary {
  color: #7E0C6E; }
  .btn-svg-outline-secondary .svg {
    background-color: transparent;
    border: 1px solid #7E0C6E; }
  .btn-svg-outline-secondary:hover {
    color: #fff; }
    .btn-svg-outline-secondary:hover .svg {
      background-color: #7E0C6E; }
  .btn-svg-outline-secondary:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-secondary:focus .svg {
      background-color: #7E0C6E; }

.btn-svg-outline-success {
  color: #00ffb3; }
  .btn-svg-outline-success .svg {
    background-color: transparent;
    border: 1px solid #00ffb3; }
  .btn-svg-outline-success:hover {
    color: #212529; }
    .btn-svg-outline-success:hover .svg {
      background-color: #00ffb3; }
  .btn-svg-outline-success:focus {
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-success:focus .svg {
      background-color: #00ffb3; }

.btn-svg-outline-info {
  color: #17a2b8; }
  .btn-svg-outline-info .svg {
    background-color: transparent;
    border: 1px solid #17a2b8; }
  .btn-svg-outline-info:hover {
    color: #fff; }
    .btn-svg-outline-info:hover .svg {
      background-color: #17a2b8; }
  .btn-svg-outline-info:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-info:focus .svg {
      background-color: #17a2b8; }

.btn-svg-outline-warning {
  color: #ffe719; }
  .btn-svg-outline-warning .svg {
    background-color: transparent;
    border: 1px solid #ffe719; }
  .btn-svg-outline-warning:hover {
    color: #212529; }
    .btn-svg-outline-warning:hover .svg {
      background-color: #ffe719; }
  .btn-svg-outline-warning:focus {
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-warning:focus .svg {
      background-color: #ffe719; }

.btn-svg-outline-danger {
  color: #dc3545; }
  .btn-svg-outline-danger .svg {
    background-color: transparent;
    border: 1px solid #dc3545; }
  .btn-svg-outline-danger:hover {
    color: #fff; }
    .btn-svg-outline-danger:hover .svg {
      background-color: #dc3545; }
  .btn-svg-outline-danger:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-danger:focus .svg {
      background-color: #dc3545; }

.btn-svg-outline-light {
  color: #f1f1f1; }
  .btn-svg-outline-light .svg {
    background-color: transparent;
    border: 1px solid #f1f1f1; }
  .btn-svg-outline-light:hover {
    color: #212529; }
    .btn-svg-outline-light:hover .svg {
      background-color: #f1f1f1; }
  .btn-svg-outline-light:focus {
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-light:focus .svg {
      background-color: #f1f1f1; }

.btn-svg-outline-dark {
  color: #343a40; }
  .btn-svg-outline-dark .svg {
    background-color: transparent;
    border: 1px solid #343a40; }
  .btn-svg-outline-dark:hover {
    color: #fff; }
    .btn-svg-outline-dark:hover .svg {
      background-color: #343a40; }
  .btn-svg-outline-dark:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-dark:focus .svg {
      background-color: #343a40; }

.btn-svg-outline-brand-01 {
  color: #7E0C6E; }
  .btn-svg-outline-brand-01 .svg {
    background-color: transparent;
    border: 1px solid #7E0C6E; }
  .btn-svg-outline-brand-01:hover {
    color: #fff; }
    .btn-svg-outline-brand-01:hover .svg {
      background-color: #7E0C6E; }
  .btn-svg-outline-brand-01:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-brand-01:focus .svg {
      background-color: #7E0C6E; }

.btn-svg-outline-brand-02 {
  color: #2b2b2b; }
  .btn-svg-outline-brand-02 .svg {
    background-color: transparent;
    border: 1px solid #2b2b2b; }
  .btn-svg-outline-brand-02:hover {
    color: #fff; }
    .btn-svg-outline-brand-02:hover .svg {
      background-color: #2b2b2b; }
  .btn-svg-outline-brand-02:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-brand-02:focus .svg {
      background-color: #2b2b2b; }

.btn-svg-outline-brand-03 {
  color: #99875d; }
  .btn-svg-outline-brand-03 .svg {
    background-color: transparent;
    border: 1px solid #99875d; }
  .btn-svg-outline-brand-03:hover {
    color: #fff; }
    .btn-svg-outline-brand-03:hover .svg {
      background-color: #99875d; }
  .btn-svg-outline-brand-03:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-brand-03:focus .svg {
      background-color: #99875d; }

.btn-svg-outline-brand-04 {
  color: #0095f8; }
  .btn-svg-outline-brand-04 .svg {
    background-color: transparent;
    border: 1px solid #0095f8; }
  .btn-svg-outline-brand-04:hover {
    color: #fff; }
    .btn-svg-outline-brand-04:hover .svg {
      background-color: #0095f8; }
  .btn-svg-outline-brand-04:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-brand-04:focus .svg {
      background-color: #0095f8; }

.btn-svg-outline-brand-05 {
  color: #9278bb; }
  .btn-svg-outline-brand-05 .svg {
    background-color: transparent;
    border: 1px solid #9278bb; }
  .btn-svg-outline-brand-05:hover {
    color: #fff; }
    .btn-svg-outline-brand-05:hover .svg {
      background-color: #9278bb; }
  .btn-svg-outline-brand-05:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-brand-05:focus .svg {
      background-color: #9278bb; }

.btn-svg-outline-brand-06 {
  color: #00aaff; }
  .btn-svg-outline-brand-06 .svg {
    background-color: transparent;
    border: 1px solid #00aaff; }
  .btn-svg-outline-brand-06:hover {
    color: #fff; }
    .btn-svg-outline-brand-06:hover .svg {
      background-color: #00aaff; }
  .btn-svg-outline-brand-06:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-brand-06:focus .svg {
      background-color: #00aaff; }

.btn-svg-outline-brand-07 {
  color: #d01f39; }
  .btn-svg-outline-brand-07 .svg {
    background-color: transparent;
    border: 1px solid #d01f39; }
  .btn-svg-outline-brand-07:hover {
    color: #fff; }
    .btn-svg-outline-brand-07:hover .svg {
      background-color: #d01f39; }
  .btn-svg-outline-brand-07:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-brand-07:focus .svg {
      background-color: #d01f39; }

.btn-svg-outline-brand-08 {
  color: #000000; }
  .btn-svg-outline-brand-08 .svg {
    background-color: transparent;
    border: 1px solid #000000; }
  .btn-svg-outline-brand-08:hover {
    color: #fff; }
    .btn-svg-outline-brand-08:hover .svg {
      background-color: #000000; }
  .btn-svg-outline-brand-08:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-brand-08:focus .svg {
      background-color: #000000; }

.btn-svg-outline-brand-09 {
  color: #001C36; }
  .btn-svg-outline-brand-09 .svg {
    background-color: transparent;
    border: 1px solid #001C36; }
  .btn-svg-outline-brand-09:hover {
    color: #fff; }
    .btn-svg-outline-brand-09:hover .svg {
      background-color: #001C36; }
  .btn-svg-outline-brand-09:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-brand-09:focus .svg {
      background-color: #001C36; }

.btn-svg-outline-brand-sec-09 {
  color: #D1AFA2; }
  .btn-svg-outline-brand-sec-09 .svg {
    background-color: transparent;
    border: 1px solid #D1AFA2; }
  .btn-svg-outline-brand-sec-09:hover {
    color: #212529; }
    .btn-svg-outline-brand-sec-09:hover .svg {
      background-color: #D1AFA2; }
  .btn-svg-outline-brand-sec-09:focus {
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-brand-sec-09:focus .svg {
      background-color: #D1AFA2; }

.btn-svg-outline-black {
  color: #000; }
  .btn-svg-outline-black .svg {
    background-color: transparent;
    border: 1px solid #000; }
  .btn-svg-outline-black:hover {
    color: #fff; }
    .btn-svg-outline-black:hover .svg {
      background-color: #000; }
  .btn-svg-outline-black:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-black:focus .svg {
      background-color: #000; }

.btn-svg-outline-yellow {
  color: #ffe719; }
  .btn-svg-outline-yellow .svg {
    background-color: transparent;
    border: 1px solid #ffe719; }
  .btn-svg-outline-yellow:hover {
    color: #212529; }
    .btn-svg-outline-yellow:hover .svg {
      background-color: #ffe719; }
  .btn-svg-outline-yellow:focus {
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-yellow:focus .svg {
      background-color: #ffe719; }

.btn-svg-outline-green {
  color: #00ffb3; }
  .btn-svg-outline-green .svg {
    background-color: transparent;
    border: 1px solid #00ffb3; }
  .btn-svg-outline-green:hover {
    color: #212529; }
    .btn-svg-outline-green:hover .svg {
      background-color: #00ffb3; }
  .btn-svg-outline-green:focus {
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-green:focus .svg {
      background-color: #00ffb3; }

.btn-svg-outline-green-02 {
  color: #1ecd97; }
  .btn-svg-outline-green-02 .svg {
    background-color: transparent;
    border: 1px solid #1ecd97; }
  .btn-svg-outline-green-02:hover {
    color: #fff; }
    .btn-svg-outline-green-02:hover .svg {
      background-color: #1ecd97; }
  .btn-svg-outline-green-02:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-green-02:focus .svg {
      background-color: #1ecd97; }

.btn-svg-outline-white {
  color: #fff; }
  .btn-svg-outline-white .svg {
    background-color: transparent;
    border: 1px solid #fff; }
  .btn-svg-outline-white:hover {
    color: #212529; }
    .btn-svg-outline-white:hover .svg {
      background-color: #fff; }
  .btn-svg-outline-white:focus {
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-svg-outline-white:focus .svg {
      background-color: #fff; }

.btn-svg-lg {
  padding: 0.9375rem 3.125rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  letter-spacing: 0.375rem; }

.btn-svg-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-svg-carousel {
  text-transform: inherit;
  letter-spacing: 0;
  font-size: 1.25rem; }

.slideshow {
  position: relative;
  overflow: hidden; }

.slide {
  overflow: hidden;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 1023.98px) {
    .slide.slide-02 .letter-group:not(:first-child) {
      display: inline-block; } }

.slide--current {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.slide--exit {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.c-sideskip {
  width: 25%;
  padding: 0 5%;
  z-index: 1020;
  pointer-events: none;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  -o-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1); }
  @media (max-width: 1559.98px) {
    .c-sideskip {
      width: 17%;
      padding: 0 2% 0 3%; } }
  @media (max-width: 1279.98px) {
    .c-sideskip {
      display: none !important; } }
  .loaded.welcome-show .c-sideskip {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.c-sidenav {
  width: 25%;
  padding: 0 5%;
  z-index: 1020;
  pointer-events: none;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  -o-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  /*&__nav {
        
    }*/
  /*&__list:hover {
        .c-sidenav__item {
            border-bottom: 1px solid rgba(#fff,.1) !important;
            height: $sidenav-item-line-height-expand;
            a {
                opacity: 1;
                visibility: visible;
            }
            &.theme-dark {
                border-bottom: 1px solid rgba(#000,.1) !important;
            }
        }
    }*/ }
  @media (max-width: 1559.98px) {
    .c-sidenav {
      width: 17%;
      padding: 0 2% 0 3%; } }
  @media (max-width: 1279.98px) {
    .c-sidenav {
      display: none !important; } }
  .loaded .c-sidenav,
  .ajax-loaded .c-sidenav {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .popupShown .c-sidenav,
  .welcome-show .c-sidenav,
  .footer-scroll-show .c-sidenav {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0; }
  .c-sidenav__item {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c-sidenav__item a {
      font-size: 0.8125rem;
      line-height: 1;
      font-weight: 300;
      color: #fff;
      pointer-events: none;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .c-sidenav__item a:hover {
        text-decoration: none; }
    .c-sidenav__item span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.625rem;
      height: 1px;
      width: 1.5625rem;
      background: #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .c-sidenav__item.active a {
      font-weight: 700;
      opacity: 1;
      visibility: visible; }
    .c-sidenav__item.active span {
      width: 3.125rem;
      margin-left: -1.5625rem; }
    @media (max-width: 1559.98px) {
      .c-sidenav__item.active span {
        width: 2.5rem;
        margin-left: -0.9375rem; } }
    .c-sidenav__item:hover span {
      width: 3.125rem;
      margin-left: -1.5625rem; }
    .c-sidenav__item.theme-dark {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .c-sidenav__shorten .c-sidenav__item {
    border: none;
    height: 1rem; }
    .c-sidenav__shorten .c-sidenav__item a {
      opacity: 0;
      visibility: hidden; }
    .c-sidenav__shorten .c-sidenav__item.active a {
      opacity: 1;
      visibility: visible; }

.c-list-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  white-space: nowrap;
  padding: 0.625rem 0; }
  .c-list-menu__item__line {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 12.5rem;
    margin-left: 2.5rem; }
    .c-list-menu__item__line:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 100%;
      height: 2px;
      background: #7E0C6E;
      -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      -o-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
      -webkit-transform: scale3d(0, 1, 1);
      transform: scale3d(0, 1, 1); }
  .c-list-menu__item a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding-right: 0.625rem; }
    .c-list-menu__item a:before {
      content: '';
      width: 100%;
      height: 0.9375rem;
      background: #7E0C6E;
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      -o-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: scale3d(0, 1, 1);
      transform: scale3d(0, 1, 1);
      pointer-events: none; }
    .c-list-menu__item a span {
      display: block;
      position: relative; }
  .c-list-menu__item:hover a, .c-list-menu__item.is-active a {
    color: #222222; }
    .c-list-menu__item:hover a:before, .c-list-menu__item.is-active a:before {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
  .c-list-menu__item:hover .c-list-menu__item__line:before, .c-list-menu__item.is-active .c-list-menu__item__line:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

.c-list-menu__quiz ul {
  overflow: hidden; }

.c-list-menu__quiz .c-list-menu__item.is-success a:before {
  background: #83d495;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.c-list-menu__quiz .c-list-menu__item.is-failure a:before {
  background: #e899a1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.c-list-menu__quiz .c-list-menu__item__line:before {
  height: 1px;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.c-list-menu__brand-01 .c-list-menu__item a:before {
  background: #7E0C6E; }

.c-list-menu__brand-01 .c-list-menu__item__line:before {
  background: #7E0C6E; }

.c-list-menu__brand-02 .c-list-menu__item a:before {
  background: #2b2b2b; }

.c-list-menu__brand-02 .c-list-menu__item__line:before {
  background: #2b2b2b; }

.c-list-menu__brand-03 .c-list-menu__item a:before {
  background: #99875d; }

.c-list-menu__brand-03 .c-list-menu__item__line:before {
  background: #99875d; }

.c-list-menu__brand-04 .c-list-menu__item a:before {
  background: #0095f8; }

.c-list-menu__brand-04 .c-list-menu__item__line:before {
  background: #0095f8; }

.c-list-menu__brand-05 .c-list-menu__item a:before {
  background: #9278bb; }

.c-list-menu__brand-05 .c-list-menu__item__line:before {
  background: #9278bb; }

.c-list-menu__brand-06 .c-list-menu__item a:before {
  background: #00aaff; }

.c-list-menu__brand-06 .c-list-menu__item__line:before {
  background: #00aaff; }

.c-list-menu__brand-07 .c-list-menu__item a:before {
  background: #d01f39; }

.c-list-menu__brand-07 .c-list-menu__item__line:before {
  background: #d01f39; }

.c-list-menu__brand-08 .c-list-menu__item a:before {
  background: #000000; }

.c-list-menu__brand-08 .c-list-menu__item__line:before {
  background: #000000; }

.c-list-menu__brand-09 .c-list-menu__item a:before {
  background: #001C36; }

.c-list-menu__brand-09 .c-list-menu__item__line:before {
  background: #001C36; }

.c-list-menu__brand-sec-09 .c-list-menu__item a:before {
  background: #D1AFA2; }

.c-list-menu__brand-sec-09 .c-list-menu__item__line:before {
  background: #D1AFA2; }

.c-list-menu__white .c-list-menu__item a:before {
  background: #fff; }

.c-radar {
  /*position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;*/
  /*&__mark {
        position: absolute;
        top: size(-200);
        right: size(-140);
        bottom: size(-140);
        left: size(-140);
        transform: rotate(-10deg);
    }*/
  /*&__shape {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        //border: solid $primary 1px;
    }*/
  /*&__nav {
        position: absolute;
        right: 100%;
        bottom: 20%;
        margin-right: -15%;
        transform-origin: right top;
        transform: rotate(-10deg);
        &__item {
            display: flex;
            position: relative;
            white-space: nowrap;
            padding: size(10) 0;
            &__line {
                position: relative;
                flex-grow: 1;
                min-width: size(200);
                margin-left: size(40);
                &:before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 0;
                    width: 100%;
                    height: 2px;
                    background: $primary;
                    transition: transform 0.8s cubic-bezier(0.2,1,0.3,1);
                    transform-origin: 100% 0;
                    transform: scale3d(0,1,1);
                }
            }
            a {
                display: inline-block;
                position: relative;
                text-decoration: none;
                padding-right: size(10);
                &:before {
                    content: '';
                    width: 100%;
                    height: size(15);
                    background: $primary;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    transition: transform 0.8s cubic-bezier(0.2,1,0.3,1);
                    transform-origin: 0 0;
                    transform: scale3d(0,1,1);
                    pointer-events: none;
                }
                span {
                    display: block;
                    position: relative;
                }
            }
            &:hover,
            &.is-active {
                a {
                    color: $body-color;
                    &:before {
                        transform: scale3d(1,1,1);
                    }
                }
                .c-radar__nav__item__line {
                    &:before {
                        transform: scale3d(1,1,1);
                    }
                }
            }
        }
    }*/ }
  .c-radar__graph {
    position: relative; }
    .c-radar__graph img {
      /*&:last-child {
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
            }*/
      /*&.is-active {
                opacity: 1;
            }*/ }
      @media (max-width: 1679.98px) {
        .c-radar__graph img {
          -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
          transform: scale(0.8);
          /*&:last-child {
                    transform: translateX(-50%) scale(0.8);
                }*/ } }

.c-canvas-bg {
  overflow: hidden;
  opacity: .3; }
  .c-canvas-bg canvas {
    position: absolute;
    bottom: 0;
    height: 100%;
    -webkit-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%); }

.img-tilt__shadow {
  -webkit-box-shadow: 0.3125rem 0.3125rem 3.4375rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0.3125rem 0.3125rem 3.4375rem 0 rgba(0, 0, 0, 0.3); }

/***
 *                                       _           _   ______ _                           _       
 *         /\         ( )               | |         | | |  ___/| |                         | |      
 *        /  \   _ __  _ _ __ ___   __ _| |_ ___  __| | | |___ | | ___ _ __ ___   ___ _ __ | |_ ___ 
 *       / /\ \ | '_ \| | '_ ` _ \ / _` | __/ _ \/ _` | |  __/ | |/ _ \ '_ ` _ \ / _ \ '_ \| __/ __/
 *      / ____ \| | | | | | | | | | (_| | ||  __/ (_| | | |____| |  __/ | | | | |  __/ | | | |_\__ \
 *     /_/    \_\_| |_|_|_| |_| |_|\__,_|\__\___/\__,_| |_____/|_|\___/_| |_| |_|\___/_| |_|\__|___/
 *                                                                                                  
 *                                                                                                  
 */
.animated [class*="ae-"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1); }

/* Speed */
.animated.fast .animate [class*="ae-"]:not(.done),
.animated.fast.animate [class*="ae-"]:not(.done),
.animated.animate .fast [class*="ae-"]:not(.done),
.animated.animate [class*="ae-"].fast:not(.done) {
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms; }

.animated .animate [class*="ae-"]:not(.done),
.animated.animate [class*="ae-"]:not(.done) {
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms; }

.animated.slow .animate [class*="ae-"]:not(.done),
.animated.slow.animate [class*="ae-"]:not(.done),
.animated.animate .slow [class*="ae-"]:not(.done),
.animated.animate [class*="ae-"].slow:not(.done) {
  -webkit-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
  transition-duration: 1000ms; }

/* Delays */
.animated .animate .ae-1:not(.done),
.animated.animate .ae-1:not(.done) {
  -webkit-transition-delay: 10ms;
  -o-transition-delay: 10ms;
  transition-delay: 10ms; }

.animated .animate .ae-2:not(.done),
.animated.animate .ae-2:not(.done) {
  -webkit-transition-delay: 160ms;
  -o-transition-delay: 160ms;
  transition-delay: 160ms; }

.animated .animate .ae-3:not(.done),
.animated.animate .ae-3:not(.done) {
  -webkit-transition-delay: 310ms;
  -o-transition-delay: 310ms;
  transition-delay: 310ms; }

.animated .animate .ae-4:not(.done),
.animated.animate .ae-4:not(.done) {
  -webkit-transition-delay: 460ms;
  -o-transition-delay: 460ms;
  transition-delay: 460ms; }

.animated .animate .ae-5:not(.done),
.animated.animate .ae-5:not(.done) {
  -webkit-transition-delay: 610ms;
  -o-transition-delay: 610ms;
  transition-delay: 610ms; }

.animated .animate .ae-6:not(.done),
.animated.animate .ae-6:not(.done) {
  -webkit-transition-delay: 760ms;
  -o-transition-delay: 760ms;
  transition-delay: 760ms; }

.animated .animate .ae-7:not(.done),
.animated.animate .ae-7:not(.done) {
  -webkit-transition-delay: 910ms;
  -o-transition-delay: 910ms;
  transition-delay: 910ms; }

.animated .animate .ae-8:not(.done),
.animated.animate .ae-8:not(.done) {
  -webkit-transition-delay: 1060ms;
  -o-transition-delay: 1060ms;
  transition-delay: 1060ms; }

.animated .animate .ae-9:not(.done),
.animated.animate .ae-9:not(.done) {
  -webkit-transition-delay: 1210ms;
  -o-transition-delay: 1210ms;
  transition-delay: 1210ms; }

.animated .animate .ae-10:not(.done),
.animated.animate .ae-10:not(.done) {
  -webkit-transition-delay: 1360ms;
  -o-transition-delay: 1360ms;
  transition-delay: 1360ms; }

.animated .animate .ae-11:not(.done),
.animated.animate .ae-11:not(.done) {
  -webkit-transition-delay: 1510ms;
  -o-transition-delay: 1510ms;
  transition-delay: 1510ms; }

.animated .animate .ae-12:not(.done),
.animated.animate .ae-12:not(.done) {
  -webkit-transition-delay: 1660ms;
  -o-transition-delay: 1660ms;
  transition-delay: 1660ms; }

.animated .animate .ae-13:not(.done),
.animated.animate .ae-13:not(.done) {
  -webkit-transition-delay: 1810ms;
  -o-transition-delay: 1810ms;
  transition-delay: 1810ms; }

.animated .animate .ae-14:not(.done),
.animated.animate .ae-14:not(.done) {
  -webkit-transition-delay: 1960ms;
  -o-transition-delay: 1960ms;
  transition-delay: 1960ms; }

.animated .animate .ae-15:not(.done),
.animated.animate .ae-15:not(.done) {
  -webkit-transition-delay: 2110ms;
  -o-transition-delay: 2110ms;
  transition-delay: 2110ms; }

.animated .animate .ae-16:not(.done),
.animated.animate .ae-16:not(.done) {
  -webkit-transition-delay: 2260ms;
  -o-transition-delay: 2260ms;
  transition-delay: 2260ms; }

.animated .animate .ae-17:not(.done),
.animated.animate .ae-17:not(.done) {
  -webkit-transition-delay: 2410ms;
  -o-transition-delay: 2410ms;
  transition-delay: 2410ms; }

.animated .animate .ae-18:not(.done),
.animated.animate .ae-18:not(.done) {
  -webkit-transition-delay: 2560ms;
  -o-transition-delay: 2560ms;
  transition-delay: 2560ms; }

.animated .animate .ae-19:not(.done),
.animated.animate .ae-19:not(.done) {
  -webkit-transition-delay: 2710ms;
  -o-transition-delay: 2710ms;
  transition-delay: 2710ms; }

.animated .animate .ae-20:not(.done),
.animated.animate .ae-20:not(.done) {
  -webkit-transition-delay: 2860ms;
  -o-transition-delay: 2860ms;
  transition-delay: 2860ms; }

.animated.fast .animate .ae-1:not(.done),
.animated.fast.animate .ae-1:not(.done),
.animated.animate .ae-1.fast:not(.done),
.animated.animate .fast .ae-1:not(.done) {
  -webkit-transition-delay: 10ms;
  -o-transition-delay: 10ms;
  transition-delay: 10ms; }

.animated.fast .animate .ae-2:not(.done),
.animated.fast.animate .ae-2:not(.done),
.animated.animate .ae-2.fast:not(.done),
.animated.animate .fast .ae-2:not(.done) {
  -webkit-transition-delay: 110ms;
  -o-transition-delay: 110ms;
  transition-delay: 110ms; }

.animated.fast .animate .ae-3:not(.done),
.animated.fast.animate .ae-3:not(.done),
.animated.animate .ae-3.fast:not(.done),
.animated.animate .fast .ae-3:not(.done) {
  -webkit-transition-delay: 210ms;
  -o-transition-delay: 210ms;
  transition-delay: 210ms; }

.animated.fast .animate .ae-4:not(.done),
.animated.fast.animate .ae-4:not(.done),
.animated.animate .ae-4.fast:not(.done),
.animated.animate .fast .ae-4:not(.done) {
  -webkit-transition-delay: 310ms;
  -o-transition-delay: 310ms;
  transition-delay: 310ms; }

.animated.fast .animate .ae-5:not(.done),
.animated.fast.animate .ae-5:not(.done),
.animated.animate .ae-5.fast:not(.done),
.animated.animate .fast .ae-5:not(.done) {
  -webkit-transition-delay: 410ms;
  -o-transition-delay: 410ms;
  transition-delay: 410ms; }

.animated.fast .animate .ae-6:not(.done),
.animated.fast.animate .ae-6:not(.done),
.animated.animate .ae-6.fast:not(.done),
.animated.animate .fast .ae-6:not(.done) {
  -webkit-transition-delay: 510ms;
  -o-transition-delay: 510ms;
  transition-delay: 510ms; }

.animated.fast .animate .ae-7:not(.done),
.animated.fast.animate .ae-7:not(.done),
.animated.animate .ae-7.fast:not(.done),
.animated.animate .fast .ae-7:not(.done) {
  -webkit-transition-delay: 610ms;
  -o-transition-delay: 610ms;
  transition-delay: 610ms; }

.animated.fast .animate .ae-8:not(.done),
.animated.fast.animate .ae-8:not(.done),
.animated.animate .ae-8.fast:not(.done),
.animated.animate .fast .ae-8:not(.done) {
  -webkit-transition-delay: 710ms;
  -o-transition-delay: 710ms;
  transition-delay: 710ms; }

.animated.fast .animate .ae-9:not(.done),
.animated.fast.animate .ae-9:not(.done),
.animated.animate .ae-9.fast:not(.done),
.animated.animate .fast .ae-9:not(.done) {
  -webkit-transition-delay: 810ms;
  -o-transition-delay: 810ms;
  transition-delay: 810ms; }

.animated.fast .animate .ae-10:not(.done),
.animated.fast.animate .ae-10:not(.done),
.animated.animate .ae-10.fast:not(.done),
.animated.animate .fast .ae-10:not(.done) {
  -webkit-transition-delay: 910ms;
  -o-transition-delay: 910ms;
  transition-delay: 910ms; }

.animated.fast .animate .ae-11:not(.done),
.animated.fast.animate .ae-11:not(.done),
.animated.animate .ae-11.fast:not(.done),
.animated.animate .fast .ae-11:not(.done) {
  -webkit-transition-delay: 1010ms;
  -o-transition-delay: 1010ms;
  transition-delay: 1010ms; }

.animated.fast .animate .ae-12:not(.done),
.animated.fast.animate .ae-12:not(.done),
.animated.animate .ae-12.fast:not(.done),
.animated.animate .fast .ae-12:not(.done) {
  -webkit-transition-delay: 1110ms;
  -o-transition-delay: 1110ms;
  transition-delay: 1110ms; }

.animated.fast .animate .ae-13:not(.done),
.animated.fast.animate .ae-13:not(.done),
.animated.animate .ae-13.fast:not(.done),
.animated.animate .fast .ae-13:not(.done) {
  -webkit-transition-delay: 1210ms;
  -o-transition-delay: 1210ms;
  transition-delay: 1210ms; }

.animated.fast .animate .ae-14:not(.done),
.animated.fast.animate .ae-14:not(.done),
.animated.animate .ae-14.fast:not(.done),
.animated.animate .fast .ae-14:not(.done) {
  -webkit-transition-delay: 1310ms;
  -o-transition-delay: 1310ms;
  transition-delay: 1310ms; }

.animated.fast .animate .ae-15:not(.done),
.animated.fast.animate .ae-15:not(.done),
.animated.animate .ae-15.fast:not(.done),
.animated.animate .fast .ae-15:not(.done) {
  -webkit-transition-delay: 1410ms;
  -o-transition-delay: 1410ms;
  transition-delay: 1410ms; }

.animated.fast .animate .ae-16:not(.done),
.animated.fast.animate .ae-16:not(.done),
.animated.animate .ae-16.fast:not(.done),
.animated.animate .fast .ae-16:not(.done) {
  -webkit-transition-delay: 1510ms;
  -o-transition-delay: 1510ms;
  transition-delay: 1510ms; }

.animated.fast .animate .ae-17:not(.done),
.animated.fast.animate .ae-17:not(.done),
.animated.animate .ae-17.fast:not(.done),
.animated.animate .fast .ae-17:not(.done) {
  -webkit-transition-delay: 1610ms;
  -o-transition-delay: 1610ms;
  transition-delay: 1610ms; }

.animated.fast .animate .ae-18:not(.done),
.animated.fast.animate .ae-18:not(.done),
.animated.animate .ae-18.fast:not(.done),
.animated.animate .fast .ae-18:not(.done) {
  -webkit-transition-delay: 1710ms;
  -o-transition-delay: 1710ms;
  transition-delay: 1710ms; }

.animated.fast .animate .ae-19:not(.done),
.animated.fast.animate .ae-19:not(.done),
.animated.animate .ae-19.fast:not(.done),
.animated.animate .fast .ae-19:not(.done) {
  -webkit-transition-delay: 1810ms;
  -o-transition-delay: 1810ms;
  transition-delay: 1810ms; }

.animated.fast .animate .ae-20:not(.done),
.animated.fast.animate .ae-20:not(.done),
.animated.animate .ae-20.fast:not(.done),
.animated.animate .fast .ae-20:not(.done) {
  -webkit-transition-delay: 1910ms;
  -o-transition-delay: 1910ms;
  transition-delay: 1910ms; }

.animated.slow .animate .ae-1:not(.done),
.animated.slow.animate .ae-1:not(.done),
.animated.animate .ae-1.slow:not(.done),
.animated.animate .slow .ae-1:not(.done) {
  -webkit-transition-delay: 10ms;
  -o-transition-delay: 10ms;
  transition-delay: 10ms; }

.animated.slow .animate .ae-2:not(.done),
.animated.slow.animate .ae-2:not(.done),
.animated.animate .ae-2.slow:not(.done),
.animated.animate .slow .ae-2:not(.done) {
  -webkit-transition-delay: 210ms;
  -o-transition-delay: 210ms;
  transition-delay: 210ms; }

.animated.slow .animate .ae-3:not(.done),
.animated.slow.animate .ae-3:not(.done),
.animated.animate .ae-3.slow:not(.done),
.animated.animate .slow .ae-3:not(.done) {
  -webkit-transition-delay: 410ms;
  -o-transition-delay: 410ms;
  transition-delay: 410ms; }

.animated.slow .animate .ae-4:not(.done),
.animated.slow.animate .ae-4:not(.done),
.animated.animate .ae-4.slow:not(.done),
.animated.animate .slow .ae-4:not(.done) {
  -webkit-transition-delay: 610ms;
  -o-transition-delay: 610ms;
  transition-delay: 610ms; }

.animated.slow .animate .ae-5:not(.done),
.animated.slow.animate .ae-5:not(.done),
.animated.animate .ae-5.slow:not(.done),
.animated.animate .slow .ae-5:not(.done) {
  -webkit-transition-delay: 810ms;
  -o-transition-delay: 810ms;
  transition-delay: 810ms; }

.animated.slow .animate .ae-6:not(.done),
.animated.slow.animate .ae-6:not(.done),
.animated.animate .ae-6.slow:not(.done),
.animated.animate .slow .ae-6:not(.done) {
  -webkit-transition-delay: 1010ms;
  -o-transition-delay: 1010ms;
  transition-delay: 1010ms; }

.animated.slow .animate .ae-7:not(.done),
.animated.slow.animate .ae-7:not(.done),
.animated.animate .ae-7.slow:not(.done),
.animated.animate .slow .ae-7:not(.done) {
  -webkit-transition-delay: 1210ms;
  -o-transition-delay: 1210ms;
  transition-delay: 1210ms; }

.animated.slow .animate .ae-8:not(.done),
.animated.slow.animate .ae-8:not(.done),
.animated.animate .ae-8.slow:not(.done),
.animated.animate .slow .ae-8:not(.done) {
  -webkit-transition-delay: 1410ms;
  -o-transition-delay: 1410ms;
  transition-delay: 1410ms; }

.animated.slow .animate .ae-9:not(.done),
.animated.slow.animate .ae-9:not(.done),
.animated.animate .ae-9.slow:not(.done),
.animated.animate .slow .ae-9:not(.done) {
  -webkit-transition-delay: 1610ms;
  -o-transition-delay: 1610ms;
  transition-delay: 1610ms; }

.animated.slow .animate .ae-10:not(.done),
.animated.slow.animate .ae-10:not(.done),
.animated.animate .ae-10.slow:not(.done),
.animated.animate .slow .ae-10:not(.done) {
  -webkit-transition-delay: 1810ms;
  -o-transition-delay: 1810ms;
  transition-delay: 1810ms; }

.animated.slow .animate .ae-11:not(.done),
.animated.slow.animate .ae-11:not(.done),
.animated.animate .ae-11.slow:not(.done),
.animated.animate .slow .ae-11:not(.done) {
  -webkit-transition-delay: 2010ms;
  -o-transition-delay: 2010ms;
  transition-delay: 2010ms; }

.animated.slow .animate .ae-12:not(.done),
.animated.slow.animate .ae-12:not(.done),
.animated.animate .ae-12.slow:not(.done),
.animated.animate .slow .ae-12:not(.done) {
  -webkit-transition-delay: 2210ms;
  -o-transition-delay: 2210ms;
  transition-delay: 2210ms; }

.animated.slow .animate .ae-13:not(.done),
.animated.slow.animate .ae-13:not(.done),
.animated.animate .ae-13.slow:not(.done),
.animated.animate .slow .ae-13:not(.done) {
  -webkit-transition-delay: 2410ms;
  -o-transition-delay: 2410ms;
  transition-delay: 2410ms; }

.animated.slow .animate .ae-14:not(.done),
.animated.slow.animate .ae-14:not(.done),
.animated.animate .ae-14.slow:not(.done),
.animated.animate .slow .ae-14:not(.done) {
  -webkit-transition-delay: 2610ms;
  -o-transition-delay: 2610ms;
  transition-delay: 2610ms; }

.animated.slow .animate .ae-15:not(.done),
.animated.slow.animate .ae-15:not(.done),
.animated.animate .ae-15.slow:not(.done),
.animated.animate .slow .ae-15:not(.done) {
  -webkit-transition-delay: 2810ms;
  -o-transition-delay: 2810ms;
  transition-delay: 2810ms; }

.animated.slow .animate .ae-16:not(.done),
.animated.slow.animate .ae-16:not(.done),
.animated.animate .ae-16.slow:not(.done),
.animated.animate .slow .ae-16:not(.done) {
  -webkit-transition-delay: 3010ms;
  -o-transition-delay: 3010ms;
  transition-delay: 3010ms; }

.animated.slow .animate .ae-17:not(.done),
.animated.slow.animate .ae-17:not(.done),
.animated.animate .ae-17.slow:not(.done),
.animated.animate .slow .ae-17:not(.done) {
  -webkit-transition-delay: 3210ms;
  -o-transition-delay: 3210ms;
  transition-delay: 3210ms; }

.animated.slow .animate .ae-18:not(.done),
.animated.slow.animate .ae-18:not(.done),
.animated.animate .ae-18.slow:not(.done),
.animated.animate .slow .ae-18:not(.done) {
  -webkit-transition-delay: 3410ms;
  -o-transition-delay: 3410ms;
  transition-delay: 3410ms; }

.animated.slow .animate .ae-19:not(.done),
.animated.slow.animate .ae-19:not(.done),
.animated.animate .ae-19.slow:not(.done),
.animated.animate .slow .ae-19:not(.done) {
  -webkit-transition-delay: 3610ms;
  -o-transition-delay: 3610ms;
  transition-delay: 3610ms; }

.animated.slow .animate .ae-20:not(.done),
.animated.slow.animate .ae-20:not(.done),
.animated.animate .ae-20.slow:not(.done),
.animated.animate .slow .ae-20:not(.done) {
  -webkit-transition-delay: 3810ms;
  -o-transition-delay: 3810ms;
  transition-delay: 3810ms; }

/* Directions */
.animated [class*="ae-"]:not(.done),
.animated .fromBottom [class*="ae-"]:not(.done),
.animated.fromBottom [class*="ae-"]:not(.done) {
  visibility: hidden;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms; }

.animated .fromTop [class*="ae-"]:not(.done),
.animated.fromTop [class*="ae-"]:not(.done),
.animated [class*="ae-"].fromTop:not(.done) {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0); }

.animated .fromLeft [class*="ae-"]:not(.done),
.animated.fromLeft [class*="ae-"]:not(.done),
.animated [class*="ae-"].fromLeft:not(.done) {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0); }

.animated .fromRight [class*="ae-"]:not(.done),
.animated.fromRight [class*="ae-"]:not(.done),
.animated [class*="ae-"].fromRight:not(.done) {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0); }

.animated .fromCenter [class*="ae-"]:not(.done),
.animated.fromCenter [class*="ae-"]:not(.done),
.animated [class*="ae-"].fromCenter:not(.done) {
  -webkit-transform: scale(0.8) translate3d(0, 0, 0);
  transform: scale(0.8) translate3d(0, 0, 0); }

.animated .fromAbove [class*="ae-"]:not(.done),
.animated.fromAbove [class*="ae-"]:not(.done),
.animated [class*="ae-"].fromAbove:not(.done) {
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
  transform: scale(1.2) translate3d(0, 0, 0); }

.animated .fromBottomLeft [class*="ae-"]:not(.done),
.animated.fromBottomLeft [class*="ae-"]:not(.done),
.animated [class*="ae-"].fromBottomLeft:not(.done) {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0); }

.animated .fromTopLeft [class*="ae-"]:not(.done),
.animated.fromTopLeft [class*="ae-"]:not(.done),
.animated [class*="ae-"].fromTopLeft:not(.done) {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0); }

.animated .fromBottomRight [class*="ae-"]:not(.done),
.animated.fromBottomRight [class*="ae-"]:not(.done),
.animated [class*="ae-"].fromBottomRight:not(.done) {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0); }

.animated .fromTopRight [class*="ae-"]:not(.done),
.animated.fromTopRight [class*="ae-"]:not(.done),
.animated [class*="ae-"].fromTopRight:not(.done) {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0); }

.animated .fadeIn [class*="ae-"]:not(.done),
.animated.fadeIn [class*="ae-"]:not(.done),
.animated [class*="ae-"].fadeIn:not(.done) {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0); }

.animated .fromBlur [class*="ae-"]:not(.done),
.animated.fromBlur [class*="ae-"]:not(.done),
.animated [class*="ae-"].fromBlur:not(.done) {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-filter: blur(10px);
  filter: blur(10px); }

/* Final Step */
.animated .animate [class*="ae-"]:not(.done),
.animated.animate [class*="ae-"]:not(.done) {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-filter: none;
  filter: none;
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms; }

/***
 *                                       _           _   ______ _                           _       
 *         /\         ( )               | |         | | |  ___/| |                         | |      
 *        /  \   _ __  _ _ __ ___   __ _| |_ ___  __| | | |___ | | ___ _ __ ___   ___ _ __ | |_ ___ 
 *       / /\ \ | '_ \| | '_ ` _ \ / _` | __/ _ \/ _` | |  __/ | |/ _ \ '_ ` _ \ / _ \ '_ \| __/ __/
 *      / ____ \| | | | | | | | | | (_| | ||  __/ (_| | | |____| |  __/ | | | | |  __/ | | | |_\__ \
 *     /_/    \_\_| |_|_|_| |_| |_|\__,_|\__\___/\__,_| |_____/|_|\___/_| |_| |_|\___/_| |_|\__|___/
 *                                                                                                  
 *                                                                                                  
 */
.animated-inner [class*="ani-"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1); }

/* Speed */
.animated-inner.fast .animate-inner [class*="ani-"]:not(.done),
.animated-inner.fast.animate-inner [class*="ani-"]:not(.done),
.animated-inner.animate-inner .fast [class*="ani-"]:not(.done),
.animated-inner.animate-inner [class*="ani-"].fast:not(.done) {
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms; }

.animated-inner .animate-inner [class*="ani-"]:not(.done),
.animated-inner.animate-inner [class*="ani-"]:not(.done) {
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms; }

.animated-inner.slow .animate-inner [class*="ani-"]:not(.done),
.animated-inner.slow.animate-inner [class*="ani-"]:not(.done),
.animated-inner.animate-inner .slow [class*="ani-"]:not(.done),
.animated-inner.animate-inner [class*="ani-"].slow:not(.done) {
  -webkit-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
  transition-duration: 1000ms; }

/* Delays */
.animated-inner .animate-inner .ani-1:not(.done),
.animated-inner.animate-inner .ani-1:not(.done) {
  -webkit-transition-delay: 10ms;
  -o-transition-delay: 10ms;
  transition-delay: 10ms; }

.animated-inner .animate-inner .ani-2:not(.done),
.animated-inner.animate-inner .ani-2:not(.done) {
  -webkit-transition-delay: 160ms;
  -o-transition-delay: 160ms;
  transition-delay: 160ms; }

.animated-inner .animate-inner .ani-3:not(.done),
.animated-inner.animate-inner .ani-3:not(.done) {
  -webkit-transition-delay: 310ms;
  -o-transition-delay: 310ms;
  transition-delay: 310ms; }

.animated-inner .animate-inner .ani-4:not(.done),
.animated-inner.animate-inner .ani-4:not(.done) {
  -webkit-transition-delay: 460ms;
  -o-transition-delay: 460ms;
  transition-delay: 460ms; }

.animated-inner .animate-inner .ani-5:not(.done),
.animated-inner.animate-inner .ani-5:not(.done) {
  -webkit-transition-delay: 610ms;
  -o-transition-delay: 610ms;
  transition-delay: 610ms; }

.animated-inner .animate-inner .ani-6:not(.done),
.animated-inner.animate-inner .ani-6:not(.done) {
  -webkit-transition-delay: 760ms;
  -o-transition-delay: 760ms;
  transition-delay: 760ms; }

.animated-inner .animate-inner .ani-7:not(.done),
.animated-inner.animate-inner .ani-7:not(.done) {
  -webkit-transition-delay: 910ms;
  -o-transition-delay: 910ms;
  transition-delay: 910ms; }

.animated-inner .animate-inner .ani-8:not(.done),
.animated-inner.animate-inner .ani-8:not(.done) {
  -webkit-transition-delay: 1060ms;
  -o-transition-delay: 1060ms;
  transition-delay: 1060ms; }

.animated-inner .animate-inner .ani-9:not(.done),
.animated-inner.animate-inner .ani-9:not(.done) {
  -webkit-transition-delay: 1210ms;
  -o-transition-delay: 1210ms;
  transition-delay: 1210ms; }

.animated-inner .animate-inner .ani-10:not(.done),
.animated-inner.animate-inner .ani-10:not(.done) {
  -webkit-transition-delay: 1360ms;
  -o-transition-delay: 1360ms;
  transition-delay: 1360ms; }

.animated-inner.fast .animate-inner .ani-1:not(.done),
.animated-inner.fast.animate-inner .ani-1:not(.done),
.animated-inner.animate-inner .ani-1.fast:not(.done),
.animated-inner.animate-inner .fast .ani-1:not(.done) {
  -webkit-transition-delay: 10ms;
  -o-transition-delay: 10ms;
  transition-delay: 10ms; }

.animated-inner.fast .animate-inner .ani-2:not(.done),
.animated-inner.fast.animate-inner .ani-2:not(.done),
.animated-inner.animate-inner .ani-2.fast:not(.done),
.animated-inner.animate-inner .fast .ani-2:not(.done) {
  -webkit-transition-delay: 110ms;
  -o-transition-delay: 110ms;
  transition-delay: 110ms; }

.animated-inner.fast .animate-inner .ani-3:not(.done),
.animated-inner.fast.animate-inner .ani-3:not(.done),
.animated-inner.animate-inner .ani-3.fast:not(.done),
.animated-inner.animate-inner .fast .ani-3:not(.done) {
  -webkit-transition-delay: 210ms;
  -o-transition-delay: 210ms;
  transition-delay: 210ms; }

.animated-inner.fast .animate-inner .ani-4:not(.done),
.animated-inner.fast.animate-inner .ani-4:not(.done),
.animated-inner.animate-inner .ani-4.fast:not(.done),
.animated-inner.animate-inner .fast .ani-4:not(.done) {
  -webkit-transition-delay: 310ms;
  -o-transition-delay: 310ms;
  transition-delay: 310ms; }

.animated-inner.fast .animate-inner .ani-5:not(.done),
.animated-inner.fast.animate-inner .ani-5:not(.done),
.animated-inner.animate-inner .ani-5.fast:not(.done),
.animated-inner.animate-inner .fast .ani-5:not(.done) {
  -webkit-transition-delay: 410ms;
  -o-transition-delay: 410ms;
  transition-delay: 410ms; }

.animated-inner.fast .animate-inner .ani-6:not(.done),
.animated-inner.fast.animate-inner .ani-6:not(.done),
.animated-inner.animate-inner .ani-6.fast:not(.done),
.animated-inner.animate-inner .fast .ani-6:not(.done) {
  -webkit-transition-delay: 510ms;
  -o-transition-delay: 510ms;
  transition-delay: 510ms; }

.animated-inner.fast .animate-inner .ani-7:not(.done),
.animated-inner.fast.animate-inner .ani-7:not(.done),
.animated-inner.animate-inner .ani-7.fast:not(.done),
.animated-inner.animate-inner .fast .ani-7:not(.done) {
  -webkit-transition-delay: 610ms;
  -o-transition-delay: 610ms;
  transition-delay: 610ms; }

.animated-inner.fast .animate-inner .ani-8:not(.done),
.animated-inner.fast.animate-inner .ani-8:not(.done),
.animated-inner.animate-inner .ani-8.fast:not(.done),
.animated-inner.animate-inner .fast .ani-8:not(.done) {
  -webkit-transition-delay: 710ms;
  -o-transition-delay: 710ms;
  transition-delay: 710ms; }

.animated-inner.fast .animate-inner .ani-9:not(.done),
.animated-inner.fast.animate-inner .ani-9:not(.done),
.animated-inner.animate-inner .ani-9.fast:not(.done),
.animated-inner.animate-inner .fast .ani-9:not(.done) {
  -webkit-transition-delay: 810ms;
  -o-transition-delay: 810ms;
  transition-delay: 810ms; }

.animated-inner.fast .animate-inner .ani-10:not(.done),
.animated-inner.fast.animate-inner .ani-10:not(.done),
.animated-inner.animate-inner .ani-10.fast:not(.done),
.animated-inner.animate-inner .fast .ani-10:not(.done) {
  -webkit-transition-delay: 910ms;
  -o-transition-delay: 910ms;
  transition-delay: 910ms; }

.animated-inner.slow .animate-inner .ani-1:not(.done),
.animated-inner.slow.animate-inner .ani-1:not(.done),
.animated-inner.animate-inner .ani-1.slow:not(.done),
.animated-inner.animate-inner .slow .ani-1:not(.done) {
  -webkit-transition-delay: 10ms;
  -o-transition-delay: 10ms;
  transition-delay: 10ms; }

.animated-inner.slow .animate-inner .ani-2:not(.done),
.animated-inner.slow.animate-inner .ani-2:not(.done),
.animated-inner.animate-inner .ani-2.slow:not(.done),
.animated-inner.animate-inner .slow .ani-2:not(.done) {
  -webkit-transition-delay: 210ms;
  -o-transition-delay: 210ms;
  transition-delay: 210ms; }

.animated-inner.slow .animate-inner .ani-3:not(.done),
.animated-inner.slow.animate-inner .ani-3:not(.done),
.animated-inner.animate-inner .ani-3.slow:not(.done),
.animated-inner.animate-inner .slow .ani-3:not(.done) {
  -webkit-transition-delay: 410ms;
  -o-transition-delay: 410ms;
  transition-delay: 410ms; }

.animated-inner.slow .animate-inner .ani-4:not(.done),
.animated-inner.slow.animate-inner .ani-4:not(.done),
.animated-inner.animate-inner .ani-4.slow:not(.done),
.animated-inner.animate-inner .slow .ani-4:not(.done) {
  -webkit-transition-delay: 610ms;
  -o-transition-delay: 610ms;
  transition-delay: 610ms; }

.animated-inner.slow .animate-inner .ani-5:not(.done),
.animated-inner.slow.animate-inner .ani-5:not(.done),
.animated-inner.animate-inner .ani-5.slow:not(.done),
.animated-inner.animate-inner .slow .ani-5:not(.done) {
  -webkit-transition-delay: 810ms;
  -o-transition-delay: 810ms;
  transition-delay: 810ms; }

.animated-inner.slow .animate-inner .ani-6:not(.done),
.animated-inner.slow.animate-inner .ani-6:not(.done),
.animated-inner.animate-inner .ani-6.slow:not(.done),
.animated-inner.animate-inner .slow .ani-6:not(.done) {
  -webkit-transition-delay: 1010ms;
  -o-transition-delay: 1010ms;
  transition-delay: 1010ms; }

.animated-inner.slow .animate-inner .ani-7:not(.done),
.animated-inner.slow.animate-inner .ani-7:not(.done),
.animated-inner.animate-inner .ani-7.slow:not(.done),
.animated-inner.animate-inner .slow .ani-7:not(.done) {
  -webkit-transition-delay: 1210ms;
  -o-transition-delay: 1210ms;
  transition-delay: 1210ms; }

.animated-inner.slow .animate-inner .ani-8:not(.done),
.animated-inner.slow.animate-inner .ani-8:not(.done),
.animated-inner.animate-inner .ani-8.slow:not(.done),
.animated-inner.animate-inner .slow .ani-8:not(.done) {
  -webkit-transition-delay: 1410ms;
  -o-transition-delay: 1410ms;
  transition-delay: 1410ms; }

.animated-inner.slow .animate-inner .ani-9:not(.done),
.animated-inner.slow.animate-inner .ani-9:not(.done),
.animated-inner.animate-inner .ani-9.slow:not(.done),
.animated-inner.animate-inner .slow .ani-9:not(.done) {
  -webkit-transition-delay: 1610ms;
  -o-transition-delay: 1610ms;
  transition-delay: 1610ms; }

.animated-inner.slow .animate-inner .ani-10:not(.done),
.animated-inner.slow.animate-inner .ani-10:not(.done),
.animated-inner.animate-inner .ani-10.slow:not(.done),
.animated-inner.animate-inner .slow .ani-10:not(.done) {
  -webkit-transition-delay: 1810ms;
  -o-transition-delay: 1810ms;
  transition-delay: 1810ms; }

/* Directions */
.animated-inner [class*="ani-"]:not(.done),
.animated-inner .fromBottom [class*="ani-"]:not(.done),
.animated-inner.fromBottom [class*="ani-"]:not(.done) {
  visibility: hidden;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms; }

.animated-inner .fromTop [class*="ani-"]:not(.done),
.animated-inner.fromTop [class*="ani-"]:not(.done),
.animated-inner [class*="ani-"].fromTop:not(.done) {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0); }

.animated-inner .fromLeft [class*="ani-"]:not(.done),
.animated-inner.fromLeft [class*="ani-"]:not(.done),
.animated-inner [class*="ani-"].fromLeft:not(.done) {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0); }

.animated-inner .fromRight [class*="ani-"]:not(.done),
.animated-inner.fromRight [class*="ani-"]:not(.done),
.animated-inner [class*="ani-"].fromRight:not(.done) {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0); }

.animated-inner .fromCenter [class*="ani-"]:not(.done),
.animated-inner.fromCenter [class*="ani-"]:not(.done),
.animated-inner [class*="ani-"].fromCenter:not(.done) {
  -webkit-transform: scale(0.8) translate3d(0, 0, 0);
  transform: scale(0.8) translate3d(0, 0, 0); }

.animated-inner .fromAbove [class*="ani-"]:not(.done),
.animated-inner.fromAbove [class*="ani-"]:not(.done),
.animated-inner [class*="ani-"].fromAbove:not(.done) {
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
  transform: scale(1.2) translate3d(0, 0, 0); }

.animated-inner .fromBottomLeft [class*="ani-"]:not(.done),
.animated-inner.fromBottomLeft [class*="ani-"]:not(.done),
.animated-inner [class*="ani-"].fromBottomLeft:not(.done) {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0); }

.animated-inner .fromTopLeft [class*="ani-"]:not(.done),
.animated-inner.fromTopLeft [class*="ani-"]:not(.done),
.animated-inner [class*="ani-"].fromTopLeft:not(.done) {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0); }

.animated-inner .fromBottomRight [class*="ani-"]:not(.done),
.animated-inner.fromBottomRight [class*="ani-"]:not(.done),
.animated-inner [class*="ani-"].fromBottomRight:not(.done) {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0); }

.animated-inner .fromTopRight [class*="ani-"]:not(.done),
.animated-inner.fromTopRight [class*="ani-"]:not(.done),
.animated-inner [class*="ani-"].fromTopRight:not(.done) {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0); }

.animated-inner .fadeIn [class*="ani-"]:not(.done),
.animated-inner.fadeIn [class*="ani-"]:not(.done),
.animated-inner [class*="ani-"].fadeIn:not(.done) {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0); }

.animated-inner .fromBlur [class*="ani-"]:not(.done),
.animated-inner.fromBlur [class*="ani-"]:not(.done),
.animated-inner [class*="ani-"].fromBlur:not(.done) {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-filter: blur(10px);
  filter: blur(10px); }

/* Final Step */
.animated-inner .animate-inner [class*="ani-"]:not(.done),
.animated-inner.animate-inner [class*="ani-"]:not(.done) {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-filter: none;
  filter: none;
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms; }

/***
 *      _____                        
 *     |  __ \                       
 *     | |__) __  _ __  _   _ _ __  
 *     |  ___/ _ \| '_ \| | | | '_ \ 
 *     | |  | (_) | |_) | |_| | |_) |
 *     |_|   \___/| .__/ \__,_| .__/ 
 *                | |         | |    
 *                |_|         |_|    
 */
/* POPUP */
.popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1050;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  overflow-y: auto;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  /*.popupShown &.visible:not(.animated) .popupContent {
		animation: zoomOut 0.5s 0.25s backwards;
	}*/
  /*.popupShown .slow &.visible:not(.animated) .popupContent {
		animation: zoomOut 1s 0.25s backwards;
	}*/
  /*.popupShown .fast &.visible .popupContent {
		animation: zoomOut 0.5s 0.25s backwards;
	}*/ }
  .popup:not([class*="fade"]) {
    background: black; }
  .popupShown .popup.visible {
    display: block;
    -webkit-animation: popupFadeIn 0.75s;
    animation: popupFadeIn 0.75s; }
  .popup.hidePopup {
    opacity: 0;
    pointer-events: none; }
  .popup .content {
    overflow-y: auto; }
  .popupShown .slow .popup.visible {
    -webkit-animation: fadeIn 1.25s;
    animation: fadeIn 1.25s; }
  .popupShown .fast .popup.visible {
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s; }
  .popup.white .close svg {
    fill: #303030; }
  .popup .wrap {
    padding: 18px 58px; }
    .popup .wrap.spaces {
      padding: 58px; }
  .popup.fullscreen .wrap {
    padding: 0; }
  .popup.fullscreen .embedVideo {
    height: 100vh;
    padding-bottom: 0; }
  .fp-responsive .popup {
    position: fixed !important; }

.close {
  position: fixed;
  top: 5px;
  right: 5px;
  cursor: pointer;
  padding: 15px;
  background-color: #000;
  border-radius: 100%;
  font-size: 0;
  opacity: 1;
  z-index: 1050;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .close:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px; }
  .close.left {
    right: inherit;
    left: 0; }
  .close:hover {
    opacity: 1; }
  .close svg {
    width: 30px;
    height: 30px;
    fill: #fff; }
  .close.closeButton {
    margin: 14px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 1;
    border-radius: 3px;
    padding: 13px 20px;
    border: none;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
    -webkit-appearance: none;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    color: #fff;
    background: #303030;
    text-decoration: none;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .close.closeButton.round {
      padding-left: 18px !important;
      padding-right: 18px !important;
      border-radius: 50px; }
    .close.closeButton svg {
      width: 20px;
      height: 20px;
      fill: #fff;
      position: relative;
      left: -4px;
      margin-right: 4px; }
    .close.closeButton.white svg {
      fill: #303030; }

@-webkit-keyframes popupFadeIn {
  from {
    opacity: 0; } }

@keyframes popupFadeIn {
  from {
    opacity: 0; } }

.popupShown,
.popupShown body,
.sidebarShown,
.sidebarShown body {
  overflow-y: hidden !important; }

/* embed video container for slides and popups */
.embedVideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16x9 */
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embedVideo iframe,
.embedVideo object,
.embedVideo embed,
.embedVideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.embedVideo.size-16x10 {
  padding-bottom: 62.5%; }

.embedVideo.size-16x10 {
  padding-bottom: 62.5%; }

.embedVideo.size-4x3 {
  padding-bottom: 75%; }

.embedVideo.size-1x1,
.embedVideo.size-square {
  padding-bottom: 100%; }

.fullVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .fullVideo video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

.owl-custom-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .owl-custom-dots .owl-dot {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
    .owl-custom-dots .owl-dot:before {
      content: "";
      border-width: 2px;
      border-style: solid;
      border-radius: 100%;
      opacity: 0;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .owl-custom-dots .owl-dot span {
      width: 0.75rem;
      height: 0.75rem;
      background-color: #e6e6e6;
      border-radius: 100%;
      position: relative; }
    .owl-custom-dots .owl-dot .dot-year {
      position: absolute;
      bottom: 100%;
      left: 100%;
      font-style: normal;
      margin-left: 0.3125rem;
      margin-bottom: 0.3125rem;
      opacity: 0;
      -webkit-transform: translate3d(-15px, 20px, 0);
      transform: translate3d(-15px, 20px, 0);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .owl-custom-dots .owl-dot.active:before {
      border-color: #d01f39;
      background-color: #f1f1f1;
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .owl-custom-dots .owl-dot.active .dot-year {
      font-weight: 700;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1; }
    @media (max-width: 1279.98px) {
      .owl-custom-dots .owl-dot {
        margin: 0 0.5rem; } }
  .owl-custom-dots:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0; }
  .owl-custom-dots__num .owl-dot {
    opacity: 1;
    margin: 0 0.9375rem;
    /*&.active {
                background-color: $body-bg !important;
            }*/ }
    .owl-custom-dots__num .owl-dot span {
      width: 1.875rem;
      height: 1.875rem;
      font-weight: 700;
      line-height: 2;
      background-color: #f1f1f1 !important; }
  .owl-custom-dots__brand-01 .owl-dot span {
    background-color: #7E0C6E; }
  .owl-custom-dots__brand-01 .owl-dot.active:before {
    border-color: #7E0C6E; }
  .owl-custom-dots__brand-01 .owl-dot.active .dot-year {
    color: #7E0C6E; }
  .owl-custom-dots__brand-01:before {
    background-color: rgba(126, 12, 110, 0.2); }
  .owl-custom-dots__brand-02 .owl-dot span {
    background-color: #2b2b2b; }
  .owl-custom-dots__brand-02 .owl-dot.active:before {
    border-color: #2b2b2b; }
  .owl-custom-dots__brand-02 .owl-dot.active .dot-year {
    color: #2b2b2b; }
  .owl-custom-dots__brand-02:before {
    background-color: rgba(43, 43, 43, 0.2); }
  .owl-custom-dots__brand-03 .owl-dot span {
    background-color: #99875d; }
  .owl-custom-dots__brand-03 .owl-dot.active:before {
    border-color: #99875d; }
  .owl-custom-dots__brand-03 .owl-dot.active .dot-year {
    color: #99875d; }
  .owl-custom-dots__brand-03:before {
    background-color: rgba(153, 135, 93, 0.2); }
  .owl-custom-dots__brand-04 .owl-dot span {
    background-color: #0095f8; }
  .owl-custom-dots__brand-04 .owl-dot.active:before {
    border-color: #0095f8; }
  .owl-custom-dots__brand-04 .owl-dot.active .dot-year {
    color: #0095f8; }
  .owl-custom-dots__brand-04:before {
    background-color: rgba(0, 149, 248, 0.2); }
  .owl-custom-dots__brand-05 .owl-dot span {
    background-color: #9278bb; }
  .owl-custom-dots__brand-05 .owl-dot.active:before {
    border-color: #9278bb; }
  .owl-custom-dots__brand-05 .owl-dot.active .dot-year {
    color: #9278bb; }
  .owl-custom-dots__brand-05:before {
    background-color: rgba(146, 120, 187, 0.2); }
  .owl-custom-dots__brand-06 .owl-dot span {
    background-color: #00aaff; }
  .owl-custom-dots__brand-06 .owl-dot.active:before {
    border-color: #00aaff; }
  .owl-custom-dots__brand-06 .owl-dot.active .dot-year {
    color: #00aaff; }
  .owl-custom-dots__brand-06:before {
    background-color: rgba(0, 170, 255, 0.2); }
  .owl-custom-dots__brand-07 .owl-dot span {
    background-color: #d01f39; }
  .owl-custom-dots__brand-07 .owl-dot.active:before {
    border-color: #d01f39; }
  .owl-custom-dots__brand-07 .owl-dot.active .dot-year {
    color: #d01f39; }
  .owl-custom-dots__brand-07:before {
    background-color: rgba(208, 31, 57, 0.2); }
  .owl-custom-dots__brand-08 .owl-dot span {
    background-color: #000000; }
  .owl-custom-dots__brand-08 .owl-dot.active:before {
    border-color: #000000; }
  .owl-custom-dots__brand-08 .owl-dot.active .dot-year {
    color: #000000; }
  .owl-custom-dots__brand-08:before {
    background-color: rgba(0, 0, 0, 0.2); }
  .owl-custom-dots__brand-09 .owl-dot span {
    background-color: #001C36; }
  .owl-custom-dots__brand-09 .owl-dot.active:before {
    border-color: #001C36; }
  .owl-custom-dots__brand-09 .owl-dot.active .dot-year {
    color: #001C36; }
  .owl-custom-dots__brand-09:before {
    background-color: rgba(0, 28, 54, 0.2); }
  .owl-custom-dots__brand-sec-09 .owl-dot span {
    background-color: #D1AFA2; }
  .owl-custom-dots__brand-sec-09 .owl-dot.active:before {
    border-color: #D1AFA2; }
  .owl-custom-dots__brand-sec-09 .owl-dot.active .dot-year {
    color: #D1AFA2; }
  .owl-custom-dots__brand-sec-09:before {
    background-color: rgba(209, 175, 162, 0.2); }
  .owl-custom-dots__white .owl-dot span {
    background-color: #fff; }
  .owl-custom-dots__white .owl-dot.active:before {
    border-color: #fff;
    background-color: transparent; }
  .owl-custom-dots__white .owl-dot.active .dot-year {
    color: #fff; }
  .owl-custom-dots__white:before {
    background-color: rgba(255, 255, 255, 0.5); }

.owl-carousel .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.owl-tilt .owl-stage-outer {
  overflow: visible; }

.owl-tilt .owl-item {
  opacity: 0;
  overflow: hidden;
  pointer-events: none; }
  .owl-tilt .owl-item.active {
    opacity: 1;
    overflow: visible;
    pointer-events: all; }

.ic-polygon {
  position: absolute;
  z-index: 1;
  top: -1.5625rem;
  left: -5.9375rem;
  bottom: -1.5625rem; }
  .ic-polygon svg {
    width: 100%;
    height: 100%; }
  .ic-polygon,
  .ic-polygon svg {
    opacity: 0.96;
    fill: #FFFFFF; }
  @media (max-width: 1679.98px) {
    .ic-polygon {
      left: -9.0625rem; } }
  @media (max-width: 1559.98px) {
    .ic-polygon {
      left: -10rem; } }

.o-scroll-explore {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  -o-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1); }
  .loaded .o-scroll-explore,
  .ajax-loaded .o-scroll-explore {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 1; }
  .popupShown .o-scroll-explore,
  .footer-scroll-show .o-scroll-explore {
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
    opacity: 0; }

.o-footer-scroll {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 2; }
  .o-footer-scroll__up {
    background-color: rgba(0, 0, 0, 0.4); }
    .o-footer-scroll__up .ic-svg {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
      transform-origin: bottom left; }
      @media (max-width: 1023.98px) {
        .o-footer-scroll__up .ic-svg {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }
      .o-footer-scroll__up .ic-svg svg {
        color: #fff;
        fill: #fff; }
    .o-footer-scroll__up .btn-svg__text {
      font-size: 0.875rem; }
    @media (max-width: 1023.98px) {
      .o-footer-scroll__up {
        padding-right: 15px;
        padding-left: 15px; }
        .o-footer-scroll__up .btn-svg__text {
          font-size: 12px;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
  .o-footer-scroll__down {
    height: 6.875rem;
    position: relative;
    overflow: hidden; }
    .o-footer-scroll__down .c-scroll-down {
      bottom: 5rem; }
  @media (max-width: 1023.98px) {
    .o-footer-scroll__back {
      display: none; } }

.c-scroll-down {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  z-index: 2;
  -webkit-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
  pointer-events: none;
  cursor: pointer;
  text-align: center; }
  .c-scroll-down__label {
    font-size: 0.875rem;
    font-style: italic;
    letter-spacing: .5px;
    display: block;
    color: #fff;
    text-align: center;
    min-width: 12.5rem;
    margin: 0; }
  .c-scroll-down__line {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    height: 5.625rem;
    width: 1px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.c-scroll-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  cursor: pointer; }
  .c-scroll-right__label {
    font-size: 0.875rem;
    font-style: italic;
    letter-spacing: .5px;
    display: block;
    color: #fff;
    margin: 0;
    white-space: nowrap;
    padding-right: 7.5rem; }
  .c-scroll-right__line {
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    width: 5.625rem;
    background-color: #fff; }

/*.scroll-container:hover p {
    color: #9d8352
}

.scroll-container:hover .line {
    background-color: #9d8352
}*/
/*@media screen and (max-height: 900px) {
    .scroll-container {
        bottom:50px
    }
}

@media only screen and (max-width: 800px) {
    .scroll-container {
        bottom:25px
    }

    .scroll-container a {
        font-size: 10px!important
    }
}*/
/*@media only screen and (max-width: 800px) {
    .scroll-container p {
        width:100px;
        max-width: 100px;
        min-width: 100px
    }
}*/
/*@media only screen and (max-width: 800px) {
    .scroll-container .line {
        height:60px
    }
}*/
.c-map {
  position: relative; }
  .c-map__image {
    -webkit-filter: url("#turbulence");
    filter: url("#turbulence");
    overflow: hidden;
    background-image: url("../img/dailymotion/map.png"); }

.c-bubbles {
  position: absolute;
  height: 4.6875rem;
  width: 4.6875rem;
  border-radius: 100%;
  background-color: #7E0C6E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .c-bubbles__brd {
    position: absolute;
    border: 1px solid white;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border-radius: 100%;
    opacity: .5; }
  .c-bubbles__value {
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
    text-align: center; }
    .c-bubbles__value .h6 {
      font-size: 0.875rem; }
      .c-bubbles__value .h6.small {
        font-size: 0.8125rem; }
  .c-bubbles__lg {
    height: 5.3125rem;
    width: 5.3125rem; }
  .c-bubbles__brand-01 {
    background-color: #7E0C6E; }
  .c-bubbles__brand-02 {
    background-color: #2b2b2b; }
  .c-bubbles__brand-03 {
    background-color: #99875d; }
  .c-bubbles__brand-04 {
    background-color: #0095f8; }
  .c-bubbles__brand-05 {
    background-color: #9278bb; }
  .c-bubbles__brand-06 {
    background-color: #00aaff; }
  .c-bubbles__brand-07 {
    background-color: #d01f39; }
  .c-bubbles__brand-08 {
    background-color: #000000; }
  .c-bubbles__brand-09 {
    background-color: #001C36; }
  .c-bubbles__brand-sec-09 {
    background-color: #D1AFA2; }

.c-total {
  position: absolute; }

.l-label {
  position: absolute;
  width: 0.625rem; }
  .l-label__name {
    color: white;
    position: absolute;
    white-space: nowrap; }
  .l-label__crcl {
    position: absolute;
    width: 0.5625rem;
    height: 0.5625rem;
    background-color: white;
    border-radius: 50%; }
  .l-label__ln {
    position: absolute;
    top: 0.5rem;
    width: 1px;
    background-color: white; }
    .l-label__ln:before {
      content: '';
      position: absolute;
      width: 0.5625rem;
      height: 1px;
      background-color: white; }
  .l-label__top-rg .l-label__crcl, .l-label__top-lf .l-label__crcl {
    bottom: 0; }
  .l-label__top-rg .l-label__name, .l-label__top-lf .l-label__name {
    top: 0; }
  .l-label__top-rg .l-label__ln, .l-label__top-lf .l-label__ln {
    bottom: 4px;
    left: 4px; }
    .l-label__top-rg .l-label__ln:before, .l-label__top-lf .l-label__ln:before {
      top: 0; }
  .l-label__bottom-rg .l-label__crcl, .l-label__bottom-lf .l-label__crcl {
    top: 0; }
  .l-label__bottom-rg .l-label__name, .l-label__bottom-lf .l-label__name {
    margin-top: -0.75rem;
    top: 100%; }
  .l-label__bottom-rg .l-label__ln, .l-label__bottom-lf .l-label__ln {
    bottom: 4px;
    left: 4px; }
    .l-label__bottom-rg .l-label__ln:before, .l-label__bottom-lf .l-label__ln:before {
      bottom: 0; }
  .l-label__top-rg .l-label__name, .l-label__bottom-rg .l-label__name {
    left: 1.25rem; }
  .l-label__top-rg .l-label__ln:before, .l-label__bottom-rg .l-label__ln:before {
    left: 100%; }
  .l-label__top-lf .l-label__name, .l-label__bottom-lf .l-label__name {
    right: 1.25rem; }
  .l-label__top-lf .l-label__ln:before, .l-label__bottom-lf .l-label__ln:before {
    right: 100%; }
  .l-label__hrz {
    height: 0.625rem; }
    .l-label__hrz .l-label__ln {
      height: 1px;
      top: 4px;
      width: auto; }
      .l-label__hrz .l-label__ln:before {
        width: 1px;
        height: 0.5625rem; }
    .l-label__hrz.l-label__top-rg .l-label__name, .l-label__hrz.l-label__top-lf .l-label__name {
      top: auto;
      bottom: 1.3125rem; }
    .l-label__hrz.l-label__top-rg .l-label__ln:before, .l-label__hrz.l-label__top-lf .l-label__ln:before {
      bottom: 0;
      top: auto; }
    .l-label__hrz.l-label__bottom-rg .l-label__name, .l-label__hrz.l-label__bottom-lf .l-label__name {
      top: 0.9375rem;
      bottom: auto;
      margin-top: 0; }
    .l-label__hrz.l-label__bottom-rg .l-label__ln:before, .l-label__hrz.l-label__bottom-lf .l-label__ln:before {
      bottom: auto;
      top: 0; }
    .l-label__hrz.l-label__top-rg .l-label__name, .l-label__hrz.l-label__bottom-rg .l-label__name {
      right: auto;
      left: 100%;
      margin-left: -0.3125rem; }
    .l-label__hrz.l-label__top-rg .l-label__ln, .l-label__hrz.l-label__bottom-rg .l-label__ln {
      left: 4px;
      right: 0; }
    .l-label__hrz.l-label__top-lf .l-label__crcl, .l-label__hrz.l-label__bottom-lf .l-label__crcl {
      right: 0; }
    .l-label__hrz.l-label__top-lf .l-label__name, .l-label__hrz.l-label__bottom-lf .l-label__name {
      text-align: right;
      right: 100%;
      left: auto;
      margin-right: -0.3125rem; }
    .l-label__hrz.l-label__top-lf .l-label__ln, .l-label__hrz.l-label__bottom-lf .l-label__ln {
      right: 4px;
      left: 0; }
  .l-label__yellow .l-label__name {
    color: #ffe719; }
  .l-label__yellow .l-label__crcl,
  .l-label__yellow .l-label__ln,
  .l-label__yellow .l-label__ln:before {
    background-color: #ffe719; }
  .l-label__green .l-label__name {
    color: #00ffb3; }
  .l-label__green .l-label__crcl,
  .l-label__green .l-label__ln,
  .l-label__green .l-label__ln:before {
    background-color: #00ffb3; }

.c-line-sep {
  height: 2px;
  width: 2.5rem; }
  .c-line-sep__lg {
    height: 0.3125rem;
    width: 3.75rem; }

.c-img-morph {
  position: relative;
  display: inline-block;
  padding: 1.5625rem;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  transform: perspective(300px) rotateX(0deg) rotateY(0deg); }
  .c-img-morph__morph {
    border: 1px solid rgba(0, 0, 0, 0.25); }
    .c-img-morph__morph__01 {
      -webkit-transform: rotateY(7deg) rotateX(-17deg);
      transform: rotateY(7deg) rotateX(-17deg); }
    .c-img-morph__morph__02 {
      -webkit-transform: rotateY(-10deg) rotateX(10deg);
      transform: rotateY(-10deg) rotateX(10deg); }
    .c-img-morph__morph__03 {
      -webkit-transform: rotateY(2deg) rotateX(15deg);
      transform: rotateY(2deg) rotateX(15deg); }
  .c-img-morph__img {
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px); }

.list-line li {
  padding-left: 2.5rem;
  position: relative; }
  .list-line li:before {
    content: '';
    width: 1.875rem;
    height: 1px;
    background-color: #222222;
    position: absolute;
    left: 0;
    top: 50%; }

.list-line__circle li:before {
  top: 1.25rem;
  -webkit-transform: rotate(-45deg) scaleX(1.5);
  -ms-transform: rotate(-45deg) scaleX(1.5);
  transform: rotate(-45deg) scaleX(1.5); }

.list-line__circle li:after {
  content: "";
  width: 1.1875rem;
  height: 1.1875rem;
  border-radius: 100%;
  border: 1px solid #222222;
  position: absolute;
  left: 0.3125rem;
  top: 0.625rem;
  margin-top: 1px; }

.list-line-white li:before {
  background-color: #fff; }

.list-line-white li:after {
  border-color: #fff; }

.list-line__ltop li:before {
  top: 0.625rem; }

.c-world {
  position: relative;
  height: 37.5rem;
  width: 37.5rem; }
  .c-world__circle {
    border: 1px solid white;
    border-radius: 100%; }
    .c-world__circle__1 {
      opacity: .5; }
    .c-world__circle__2 {
      margin: 0.9375rem;
      opacity: .1; }
    .c-world__circle__3 {
      margin: 1.5625rem;
      opacity: .1; }
  .c-world__sphere {
    position: absolute;
    top: 0;
    bottom: 50%;
    left: 50%;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom; }
    .c-world__sphere__item {
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      height: 13.125rem;
      width: 13.125rem;
      border-radius: 100%;
      background-color: #8d2476;
      margin-top: -6.5625rem;
      margin-left: -6.5625rem; }
    .c-world__sphere__img {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -6.5625rem;
      margin-left: -6.5625rem; }

.c-waves-item {
  position: absolute; }

.c-waves-path {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #7f7f7f;
  stroke-miterlimit: 10; }

.c-chart {
  position: relative; }
  .c-chart img {
    width: 18.75rem;
    height: 18.75rem; }

.list-leyend li span {
  width: 1.75rem;
  height: 0.375rem;
  border-radius: 0.3125rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9375rem; }

.list-leyend-01 span {
  background-color: #e20e84; }

.list-leyend-02 span {
  background-color: #2d9b96; }

.list-leyend-03 span {
  background-color: #02063d; }

.backdrop-help {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  z-index: 1050;
  overflow: hidden;
  display: none; }
  .backdrop-help__menu {
    width: 9.375rem;
    height: 9.375rem;
    border-radius: 50%;
    border: 2px solid #1ecd97;
    position: absolute;
    top: 0;
    left: 2.5rem; }
    @media (max-width: 1559.98px) {
      .backdrop-help__menu {
        left: 0.5625rem;
        top: -4%; } }
    @media (min-width: 1280px) and (max-width: 1365.98px) {
      .backdrop-help__menu {
        left: 0.1875rem; } }
    @media (max-width: 1279.98px) {
      .backdrop-help__menu {
        left: -0.1875rem; } }
  .backdrop-help__scroll {
    width: 15.625rem;
    height: 15.625rem;
    border-radius: 50%;
    border: 2px solid #1ecd97;
    position: absolute;
    bottom: -7.8125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .backdrop-help .l-label__help {
    height: 5rem;
    bottom: -50%;
    left: 45%; }
  .backdrop-help .l-label__scroll {
    height: 7.5rem;
    bottom: 100%;
    left: 50%;
    margin-left: -1px; }
  .backdrop-help .btn-skip {
    border-radius: 3.125rem;
    border: 2px solid #1ecd97;
    color: #1ecd97;
    padding: 0.625rem 1.25rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-align: center; }
    .backdrop-help .btn-skip:hover, .backdrop-help .btn-skip:active, .backdrop-help .btn-skip:focus {
      background-color: #1ecd97;
      color: #fff; }

.c-audio {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 0 5% 3.125rem;
  z-index: 1020;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  -o-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1); }
  .loaded.welcome-show.welcome-play .c-audio {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .c-audio .btn-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.bars {
  position: relative;
  height: 20px;
  width: 40px;
  margin-bottom: 0.1875rem; }

.bar {
  background: #fff;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  -webkit-animation: sound 0ms -800ms linear infinite alternate;
  animation: sound 0ms -800ms linear infinite alternate; }
  .no-sound .bar {
    -webkit-animation: muted 0ms -800ms linear infinite alternate;
    animation: muted 0ms -800ms linear infinite alternate; }

@-webkit-keyframes sound {
  0% {
    opacity: .35;
    height: 3px; }
  100% {
    opacity: 1;
    height: 28px; } }

@keyframes sound {
  0% {
    opacity: .35;
    height: 3px; }
  100% {
    opacity: 1;
    height: 28px; } }

@-webkit-keyframes muted {
  0% {
    opacity: .1;
    height: 1px; }
  100% {
    opacity: .5;
    height: 8px; } }

@keyframes muted {
  0% {
    opacity: .1;
    height: 1px; }
  100% {
    opacity: .5;
    height: 8px; } }

.bar:nth-child(1) {
  left: 1px;
  -webkit-animation-duration: 474ms;
  animation-duration: 474ms; }

.bar:nth-child(2) {
  left: 5px;
  -webkit-animation-duration: 433ms;
  animation-duration: 433ms; }

.bar:nth-child(3) {
  left: 9px;
  -webkit-animation-duration: 407ms;
  animation-duration: 407ms; }

.bar:nth-child(4) {
  left: 13px;
  -webkit-animation-duration: 458ms;
  animation-duration: 458ms; }

.bar:nth-child(5) {
  left: 17px;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms; }

.bar:nth-child(6) {
  left: 21px;
  -webkit-animation-duration: 427ms;
  animation-duration: 427ms; }

.bar:nth-child(7) {
  left: 25px;
  -webkit-animation-duration: 441ms;
  animation-duration: 441ms; }

.bar:nth-child(8) {
  left: 29px;
  -webkit-animation-duration: 419ms;
  animation-duration: 419ms; }

.bar:nth-child(9) {
  left: 33px;
  -webkit-animation-duration: 487ms;
  animation-duration: 487ms; }

.bar:nth-child(10) {
  left: 37px;
  -webkit-animation-duration: 442ms;
  animation-duration: 442ms; }

.box {
  width: 14.375rem;
  height: 12.5rem;
  overflow: hidden;
  border: 1px solid #fff;
  position: relative; }
  @media (max-width: 1279.98px) {
    .box {
      width: 12.5rem; } }
  @media (max-width: 1023.98px) {
    .box {
      width: 100%;
      height: 18.75rem;
      margin-bottom: 30px; } }
  .box-front {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
    .box-front p {
      font-size: 1.125rem;
      line-height: 1.25;
      font-weight: 700;
      text-align: center;
      min-height: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 1023.98px) {
        .box-front p {
          font-size: 16px; } }
  .box-icon {
    position: relative; }
    .box-icon_crcl {
      width: 1.75rem;
      height: 1.75rem;
      border: 1px solid #fff;
      border-radius: 50%;
      display: block; }
      @media (max-width: 1023.98px) {
        .box-icon_crcl {
          width: 28px;
          height: 28px; } }
    .box-icon_arrow {
      width: 1.875rem;
      height: 1px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .box-icon_arrow:after {
        content: '';
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 2px;
        margin-top: -1px; }
      @media (max-width: 1023.98px) {
        .box-icon_arrow {
          width: 30px; } }
  .box-back {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*ul {
            padding: size(10) size(20);
            margin: 0;
            list-style: none;
            //height: 100%;
            //overflow-y: auto;
            //width: 100%;
            text-align: center;
            //position: absolute;
            //top: 0;
            transition: all 10s;
            &:hover {
                transform: translateY(-100%);
            }
            li {
                &:not(:first-child) {
                    margin-top: size(-25);
                    
                }
            }
            @include media-breakpoint-down(xxl) {
                padding: 0 size(20);
                li{
                    &:not(:first-child) { 
                        margin-top: size(-50);
                    }
                    &:first-child {
                        margin-top: size(-25);
                    }
                }
            }
        }*/ }
    .box-back img {
      max-width: 100%; }
    .box-back__img {
      height: 100%;
      width: 100%;
      background-repeat: repeat-y;
      background-position: 50% 0; }
      .box-back__img.js_animation-stop {
        background-repeat: no-repeat;
        background-position: 50%; }
    .box-back:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0px 0 300px 100px;
      border-color: transparent transparent transparent #ffffff;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%; }
  .box:hover .box-back {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .box:hover .box-front {
    -webkit-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%); }
  .box:hover .box-icon_arrow {
    left: 80%; }

.c-scroll__light::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.25) !important; }

.c-scroll__light::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5) !important; }

.c-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch; }
  .c-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  .c-scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05); }
  .c-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2); }

.img-tablet {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1060;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: none;
  /*@include media-breakpoint-only(md) {
        display: block;
    }*/ }
  .img-tablet .h4 {
    font-size: 2.5rem;
    line-height: 3.375rem; }
  @media all and (min-width: 768px) and (orientation: portrait) {
    .img-tablet {
      display: block; } }

.line-height-sm {
  line-height: 1; }

.overflow-hidden {
  overflow: hidden; }

.fx-underlined {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom; }
  .fx-underlined__line {
    width: 100%;
    height: 0.9375rem;
    background: #7E0C6E;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: matrix(0, 0, 0, 1, 0, 0);
    -ms-transform: matrix(0, 0, 0, 1, 0, 0);
    transform: matrix(0, 0, 0, 1, 0, 0); }
  .fx-underlined__txt {
    position: relative;
    display: inline-block; }

.text-shadow {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important; }

.text-shadow-ligth {
  display: inline;
  background-color: rgba(241, 241, 241, 0.9); }

.font-size-10 {
  font-size: 10px;
  line-height: 1.5; }

.font-size-12 {
  font-size: 12px;
  line-height: 1.5; }

.font-size-14 {
  font-size: 14px;
  line-height: 1.4; }

.font-size-16 {
  font-size: 16px;
  line-height: 1.4; }

.font-size-18 {
  font-size: 18px;
  line-height: 1.4; }

.font-size-20 {
  font-size: 20px;
  line-height: 1.4; }

.font-size-25 {
  font-size: 25px;
  line-height: 1.25; }

.font-size-28 {
  font-size: 28px;
  line-height: 1.25; }

.font-size-30 {
  font-size: 30px;
  line-height: 1.25; }

.font-size-32 {
  font-size: 32px;
  line-height: 1.25; }

.font-size-34 {
  font-size: 34px;
  line-height: 1.2; }

.font-size-36 {
  font-size: 36px;
  line-height: 1.2; }

.font-size-42 {
  font-size: 42px;
  line-height: 1.2; }

.font-size-46 {
  font-size: 46px;
  line-height: 1.2; }

.font-size-50 {
  font-size: 50px;
  line-height: 1.2; }

.font-size-54 {
  font-size: 54px;
  line-height: 1; }

.font-size-56 {
  font-size: 56px;
  line-height: 1; }

.font-size-60 {
  font-size: 60px;
  line-height: 1; }

.font-size-62 {
  font-size: 62px;
  line-height: 1; }

.font-size-68 {
  font-size: 68px;
  line-height: 1; }

.font-size-72 {
  font-size: 72px;
  line-height: 1; }

.font-size-90 {
  font-size: 90px;
  line-height: 1; }

@media (min-width: 576px) {
  .font-size-sm-10 {
    font-size: 10px;
    line-height: 1.5; }
  .font-size-sm-12 {
    font-size: 12px;
    line-height: 1.5; }
  .font-size-sm-14 {
    font-size: 14px;
    line-height: 1.4; }
  .font-size-sm-16 {
    font-size: 16px;
    line-height: 1.4; }
  .font-size-sm-18 {
    font-size: 18px;
    line-height: 1.4; }
  .font-size-sm-20 {
    font-size: 20px;
    line-height: 1.4; }
  .font-size-sm-25 {
    font-size: 25px;
    line-height: 1.25; }
  .font-size-sm-28 {
    font-size: 28px;
    line-height: 1.25; }
  .font-size-sm-30 {
    font-size: 30px;
    line-height: 1.25; }
  .font-size-sm-32 {
    font-size: 32px;
    line-height: 1.25; }
  .font-size-sm-34 {
    font-size: 34px;
    line-height: 1.2; }
  .font-size-sm-36 {
    font-size: 36px;
    line-height: 1.2; }
  .font-size-sm-42 {
    font-size: 42px;
    line-height: 1.2; }
  .font-size-sm-46 {
    font-size: 46px;
    line-height: 1.2; }
  .font-size-sm-50 {
    font-size: 50px;
    line-height: 1.2; }
  .font-size-sm-54 {
    font-size: 54px;
    line-height: 1; }
  .font-size-sm-56 {
    font-size: 56px;
    line-height: 1; }
  .font-size-sm-60 {
    font-size: 60px;
    line-height: 1; }
  .font-size-sm-62 {
    font-size: 62px;
    line-height: 1; }
  .font-size-sm-68 {
    font-size: 68px;
    line-height: 1; }
  .font-size-sm-72 {
    font-size: 72px;
    line-height: 1; }
  .font-size-sm-90 {
    font-size: 90px;
    line-height: 1; } }

@media (min-width: 768px) {
  .font-size-md-10 {
    font-size: 10px;
    line-height: 1.5; }
  .font-size-md-12 {
    font-size: 12px;
    line-height: 1.5; }
  .font-size-md-14 {
    font-size: 14px;
    line-height: 1.4; }
  .font-size-md-16 {
    font-size: 16px;
    line-height: 1.4; }
  .font-size-md-18 {
    font-size: 18px;
    line-height: 1.4; }
  .font-size-md-20 {
    font-size: 20px;
    line-height: 1.4; }
  .font-size-md-25 {
    font-size: 25px;
    line-height: 1.25; }
  .font-size-md-28 {
    font-size: 28px;
    line-height: 1.25; }
  .font-size-md-30 {
    font-size: 30px;
    line-height: 1.25; }
  .font-size-md-32 {
    font-size: 32px;
    line-height: 1.25; }
  .font-size-md-34 {
    font-size: 34px;
    line-height: 1.2; }
  .font-size-md-36 {
    font-size: 36px;
    line-height: 1.2; }
  .font-size-md-42 {
    font-size: 42px;
    line-height: 1.2; }
  .font-size-md-46 {
    font-size: 46px;
    line-height: 1.2; }
  .font-size-md-50 {
    font-size: 50px;
    line-height: 1.2; }
  .font-size-md-54 {
    font-size: 54px;
    line-height: 1; }
  .font-size-md-56 {
    font-size: 56px;
    line-height: 1; }
  .font-size-md-60 {
    font-size: 60px;
    line-height: 1; }
  .font-size-md-62 {
    font-size: 62px;
    line-height: 1; }
  .font-size-md-68 {
    font-size: 68px;
    line-height: 1; }
  .font-size-md-72 {
    font-size: 72px;
    line-height: 1; }
  .font-size-md-90 {
    font-size: 90px;
    line-height: 1; } }

@media (min-width: 1024px) {
  .font-size-lg-10 {
    font-size: 10px;
    line-height: 1.5; }
  .font-size-lg-12 {
    font-size: 12px;
    line-height: 1.5; }
  .font-size-lg-14 {
    font-size: 14px;
    line-height: 1.4; }
  .font-size-lg-16 {
    font-size: 16px;
    line-height: 1.4; }
  .font-size-lg-18 {
    font-size: 18px;
    line-height: 1.4; }
  .font-size-lg-20 {
    font-size: 20px;
    line-height: 1.4; }
  .font-size-lg-25 {
    font-size: 25px;
    line-height: 1.25; }
  .font-size-lg-28 {
    font-size: 28px;
    line-height: 1.25; }
  .font-size-lg-30 {
    font-size: 30px;
    line-height: 1.25; }
  .font-size-lg-32 {
    font-size: 32px;
    line-height: 1.25; }
  .font-size-lg-34 {
    font-size: 34px;
    line-height: 1.2; }
  .font-size-lg-36 {
    font-size: 36px;
    line-height: 1.2; }
  .font-size-lg-42 {
    font-size: 42px;
    line-height: 1.2; }
  .font-size-lg-46 {
    font-size: 46px;
    line-height: 1.2; }
  .font-size-lg-50 {
    font-size: 50px;
    line-height: 1.2; }
  .font-size-lg-54 {
    font-size: 54px;
    line-height: 1; }
  .font-size-lg-56 {
    font-size: 56px;
    line-height: 1; }
  .font-size-lg-60 {
    font-size: 60px;
    line-height: 1; }
  .font-size-lg-62 {
    font-size: 62px;
    line-height: 1; }
  .font-size-lg-68 {
    font-size: 68px;
    line-height: 1; }
  .font-size-lg-72 {
    font-size: 72px;
    line-height: 1; }
  .font-size-lg-90 {
    font-size: 90px;
    line-height: 1; } }

@media (min-width: 1280px) {
  .font-size-xl-10 {
    font-size: 10px;
    line-height: 1.5; }
  .font-size-xl-12 {
    font-size: 12px;
    line-height: 1.5; }
  .font-size-xl-14 {
    font-size: 14px;
    line-height: 1.4; }
  .font-size-xl-16 {
    font-size: 16px;
    line-height: 1.4; }
  .font-size-xl-18 {
    font-size: 18px;
    line-height: 1.4; }
  .font-size-xl-20 {
    font-size: 20px;
    line-height: 1.4; }
  .font-size-xl-25 {
    font-size: 25px;
    line-height: 1.25; }
  .font-size-xl-28 {
    font-size: 28px;
    line-height: 1.25; }
  .font-size-xl-30 {
    font-size: 30px;
    line-height: 1.25; }
  .font-size-xl-32 {
    font-size: 32px;
    line-height: 1.25; }
  .font-size-xl-34 {
    font-size: 34px;
    line-height: 1.2; }
  .font-size-xl-36 {
    font-size: 36px;
    line-height: 1.2; }
  .font-size-xl-42 {
    font-size: 42px;
    line-height: 1.2; }
  .font-size-xl-46 {
    font-size: 46px;
    line-height: 1.2; }
  .font-size-xl-50 {
    font-size: 50px;
    line-height: 1.2; }
  .font-size-xl-54 {
    font-size: 54px;
    line-height: 1; }
  .font-size-xl-56 {
    font-size: 56px;
    line-height: 1; }
  .font-size-xl-60 {
    font-size: 60px;
    line-height: 1; }
  .font-size-xl-62 {
    font-size: 62px;
    line-height: 1; }
  .font-size-xl-68 {
    font-size: 68px;
    line-height: 1; }
  .font-size-xl-72 {
    font-size: 72px;
    line-height: 1; }
  .font-size-xl-90 {
    font-size: 90px;
    line-height: 1; } }

@media (min-width: 1366px) {
  .font-size-xxl-10 {
    font-size: 10px;
    line-height: 1.5; }
  .font-size-xxl-12 {
    font-size: 12px;
    line-height: 1.5; }
  .font-size-xxl-14 {
    font-size: 14px;
    line-height: 1.4; }
  .font-size-xxl-16 {
    font-size: 16px;
    line-height: 1.4; }
  .font-size-xxl-18 {
    font-size: 18px;
    line-height: 1.4; }
  .font-size-xxl-20 {
    font-size: 20px;
    line-height: 1.4; }
  .font-size-xxl-25 {
    font-size: 25px;
    line-height: 1.25; }
  .font-size-xxl-28 {
    font-size: 28px;
    line-height: 1.25; }
  .font-size-xxl-30 {
    font-size: 30px;
    line-height: 1.25; }
  .font-size-xxl-32 {
    font-size: 32px;
    line-height: 1.25; }
  .font-size-xxl-34 {
    font-size: 34px;
    line-height: 1.2; }
  .font-size-xxl-36 {
    font-size: 36px;
    line-height: 1.2; }
  .font-size-xxl-42 {
    font-size: 42px;
    line-height: 1.2; }
  .font-size-xxl-46 {
    font-size: 46px;
    line-height: 1.2; }
  .font-size-xxl-50 {
    font-size: 50px;
    line-height: 1.2; }
  .font-size-xxl-54 {
    font-size: 54px;
    line-height: 1; }
  .font-size-xxl-56 {
    font-size: 56px;
    line-height: 1; }
  .font-size-xxl-60 {
    font-size: 60px;
    line-height: 1; }
  .font-size-xxl-62 {
    font-size: 62px;
    line-height: 1; }
  .font-size-xxl-68 {
    font-size: 68px;
    line-height: 1; }
  .font-size-xxl-72 {
    font-size: 72px;
    line-height: 1; }
  .font-size-xxl-90 {
    font-size: 90px;
    line-height: 1; } }

@media (min-width: 1560px) {
  .font-size-xxxl-10 {
    font-size: 10px;
    line-height: 1.5; }
  .font-size-xxxl-12 {
    font-size: 12px;
    line-height: 1.5; }
  .font-size-xxxl-14 {
    font-size: 14px;
    line-height: 1.4; }
  .font-size-xxxl-16 {
    font-size: 16px;
    line-height: 1.4; }
  .font-size-xxxl-18 {
    font-size: 18px;
    line-height: 1.4; }
  .font-size-xxxl-20 {
    font-size: 20px;
    line-height: 1.4; }
  .font-size-xxxl-25 {
    font-size: 25px;
    line-height: 1.25; }
  .font-size-xxxl-28 {
    font-size: 28px;
    line-height: 1.25; }
  .font-size-xxxl-30 {
    font-size: 30px;
    line-height: 1.25; }
  .font-size-xxxl-32 {
    font-size: 32px;
    line-height: 1.25; }
  .font-size-xxxl-34 {
    font-size: 34px;
    line-height: 1.2; }
  .font-size-xxxl-36 {
    font-size: 36px;
    line-height: 1.2; }
  .font-size-xxxl-42 {
    font-size: 42px;
    line-height: 1.2; }
  .font-size-xxxl-46 {
    font-size: 46px;
    line-height: 1.2; }
  .font-size-xxxl-50 {
    font-size: 50px;
    line-height: 1.2; }
  .font-size-xxxl-54 {
    font-size: 54px;
    line-height: 1; }
  .font-size-xxxl-56 {
    font-size: 56px;
    line-height: 1; }
  .font-size-xxxl-60 {
    font-size: 60px;
    line-height: 1; }
  .font-size-xxxl-62 {
    font-size: 62px;
    line-height: 1; }
  .font-size-xxxl-68 {
    font-size: 68px;
    line-height: 1; }
  .font-size-xxxl-72 {
    font-size: 72px;
    line-height: 1; }
  .font-size-xxxl-90 {
    font-size: 90px;
    line-height: 1; } }

@media (min-width: 1680px) {
  .font-size-full-10 {
    font-size: 10px;
    line-height: 1.5; }
  .font-size-full-12 {
    font-size: 12px;
    line-height: 1.5; }
  .font-size-full-14 {
    font-size: 14px;
    line-height: 1.4; }
  .font-size-full-16 {
    font-size: 16px;
    line-height: 1.4; }
  .font-size-full-18 {
    font-size: 18px;
    line-height: 1.4; }
  .font-size-full-20 {
    font-size: 20px;
    line-height: 1.4; }
  .font-size-full-25 {
    font-size: 25px;
    line-height: 1.25; }
  .font-size-full-28 {
    font-size: 28px;
    line-height: 1.25; }
  .font-size-full-30 {
    font-size: 30px;
    line-height: 1.25; }
  .font-size-full-32 {
    font-size: 32px;
    line-height: 1.25; }
  .font-size-full-34 {
    font-size: 34px;
    line-height: 1.2; }
  .font-size-full-36 {
    font-size: 36px;
    line-height: 1.2; }
  .font-size-full-42 {
    font-size: 42px;
    line-height: 1.2; }
  .font-size-full-46 {
    font-size: 46px;
    line-height: 1.2; }
  .font-size-full-50 {
    font-size: 50px;
    line-height: 1.2; }
  .font-size-full-54 {
    font-size: 54px;
    line-height: 1; }
  .font-size-full-56 {
    font-size: 56px;
    line-height: 1; }
  .font-size-full-60 {
    font-size: 60px;
    line-height: 1; }
  .font-size-full-62 {
    font-size: 62px;
    line-height: 1; }
  .font-size-full-68 {
    font-size: 68px;
    line-height: 1; }
  .font-size-full-72 {
    font-size: 72px;
    line-height: 1; }
  .font-size-full-90 {
    font-size: 90px;
    line-height: 1; } }

@media (min-width: 1920px) {
  .font-size-fullMax-10 {
    font-size: 10px;
    line-height: 1.5; }
  .font-size-fullMax-12 {
    font-size: 12px;
    line-height: 1.5; }
  .font-size-fullMax-14 {
    font-size: 14px;
    line-height: 1.4; }
  .font-size-fullMax-16 {
    font-size: 16px;
    line-height: 1.4; }
  .font-size-fullMax-18 {
    font-size: 18px;
    line-height: 1.4; }
  .font-size-fullMax-20 {
    font-size: 20px;
    line-height: 1.4; }
  .font-size-fullMax-25 {
    font-size: 25px;
    line-height: 1.25; }
  .font-size-fullMax-28 {
    font-size: 28px;
    line-height: 1.25; }
  .font-size-fullMax-30 {
    font-size: 30px;
    line-height: 1.25; }
  .font-size-fullMax-32 {
    font-size: 32px;
    line-height: 1.25; }
  .font-size-fullMax-34 {
    font-size: 34px;
    line-height: 1.2; }
  .font-size-fullMax-36 {
    font-size: 36px;
    line-height: 1.2; }
  .font-size-fullMax-42 {
    font-size: 42px;
    line-height: 1.2; }
  .font-size-fullMax-46 {
    font-size: 46px;
    line-height: 1.2; }
  .font-size-fullMax-50 {
    font-size: 50px;
    line-height: 1.2; }
  .font-size-fullMax-54 {
    font-size: 54px;
    line-height: 1; }
  .font-size-fullMax-56 {
    font-size: 56px;
    line-height: 1; }
  .font-size-fullMax-60 {
    font-size: 60px;
    line-height: 1; }
  .font-size-fullMax-62 {
    font-size: 62px;
    line-height: 1; }
  .font-size-fullMax-68 {
    font-size: 68px;
    line-height: 1; }
  .font-size-fullMax-72 {
    font-size: 72px;
    line-height: 1; }
  .font-size-fullMax-90 {
    font-size: 90px;
    line-height: 1; } }

@media (max-width: 1023.98px) {
  .c-filters-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    height: 60px; } }

.c-filters-nav__item {
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: -5vw;
  margin-left: -5vw;
  /*&-brand-01:not(.disable):hover {
                background-color: $value;
            }*/
  /*&-brand-02:not(.disable):hover {
                background-color: $value;
            }*/
  /*&-brand-03:not(.disable):hover {
                background-color: $value;
            }*/
  /*&-brand-04:not(.disable):hover {
                background-color: $value;
            }*/
  /*&-brand-05:not(.disable):hover {
                background-color: $value;
            }*/
  /*&-brand-06:not(.disable):hover {
                background-color: $value;
            }*/
  /*&-brand-07:not(.disable):hover {
                background-color: $value;
            }*/
  /*&-brand-08:not(.disable):hover {
                background-color: $value;
            }*/
  /*&-brand-09:not(.disable):hover {
                background-color: $value;
            }*/
  /*&-brand-sec-09:not(.disable):hover {
                background-color: $value;
            }*/ }
  @media (max-width: 1559.98px) {
    .c-filters-nav__item {
      margin-right: -3vw;
      margin-left: -3vw; } }
  @media (max-width: 1279.98px) {
    .c-filters-nav__item {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (max-width: 1023.98px) {
    .c-filters-nav__item {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 10px;
      margin: 0; } }
  .c-filters-nav__item:before {
    content: "";
    position: absolute;
    height: 5.625rem;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -2.8125rem;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 1023.98px) {
      .c-filters-nav__item:before {
        height: 100%;
        top: auto;
        bottom: 0;
        margin-top: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%); } }
  .c-filters-nav__item svg {
    opacity: .45;
    fill: #222222;
    color: #222222;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .c-filters-nav__item:not(.disable):hover {
    z-index: 1; }
    .c-filters-nav__item:not(.disable):hover:before {
      -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
      transform: translateX(0) !important; }
      @media (max-width: 1023.98px) {
        .c-filters-nav__item:not(.disable):hover:before {
          -webkit-transform: translateY(90%);
          -ms-transform: translateY(90%);
          transform: translateY(90%); } }
    .c-filters-nav__item:not(.disable):hover svg {
      opacity: 1;
      fill: #fff;
      color: #fff; }
  .c-filters-nav__item:not(.disable).active:before {
    -webkit-transform: translateX(-90%);
    -ms-transform: translateX(-90%);
    transform: translateX(-90%); }
    @media (max-width: 1023.98px) {
      .c-filters-nav__item:not(.disable).active:before {
        -webkit-transform: translateY(90%);
        -ms-transform: translateY(90%);
        transform: translateY(90%); } }
  .c-filters-nav__item:not(.disable).active svg {
    opacity: 1; }
  .c-filters-nav__item.disable {
    pointer-events: none; }
    .c-filters-nav__item.disable svg {
      opacity: .1; }
  .c-filters-nav__item-brand-01:before {
    background-color: #7E0C6E; }
  .c-filters-nav__item-brand-02:before {
    background-color: #2b2b2b; }
  .c-filters-nav__item-brand-03:before {
    background-color: #99875d; }
  .c-filters-nav__item-brand-04:before {
    background-color: #0095f8; }
  .c-filters-nav__item-brand-05:before {
    background-color: #9278bb; }
  .c-filters-nav__item-brand-06:before {
    background-color: #00aaff; }
  .c-filters-nav__item-brand-07:before {
    background-color: #d01f39; }
  .c-filters-nav__item-brand-08:before {
    background-color: #000000; }
  .c-filters-nav__item-brand-09:before {
    background-color: #001C36; }
  .c-filters-nav__item-brand-sec-09:before {
    background-color: #D1AFA2; }

.c-shape {
  position: absolute; }
  .c-shape__br {
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 900px 150px 0;
    border-color: transparent #007bff transparent transparent; }

.c-scrbrand-stage {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000; }
  @media (max-width: 1279.98px) {
    .c-scrbrand-stage {
      padding-top: 0 !important;
      padding-bottom: 0 !important; } }

.c-scrbrand-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media (min-width: 1024px) {
    .c-scrbrand-stage-outer {
      height: 100vh;
      -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0)), color-stop(45%, black), color-stop(55%, black), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
      -webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, black 45%, black 55%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
      mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0)), color-stop(45%, black), color-stop(55%, black), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
      mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, black 45%, black 55%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%); } }

.c-manifest-item {
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 2.5rem; }
  @media (max-width: 1679.98px) {
    .c-manifest-item {
      font-size: 2.25rem; } }
  @media (max-width: 1279.98px) {
    .c-manifest-item {
      font-size: 16px;
      line-height: 1.4; }
      .c-manifest-item .fx-underlined__line {
        height: 0.75rem; } }

.authors-carrousel-item {
  width: 100%;
  height: 100%;
  position: relative; }
  .authors-carrousel-item-author, .authors-carrousel-item-titles {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden; }
  .authors-carrousel-item-author {
    left: 0;
    right: 50%; }
    .authors-carrousel-item-author img {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: 1;
      width: 100%; }
    .authors-carrousel-item-author:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 28, 54, 0)), to(#001c36));
      background: -webkit-linear-gradient(top, rgba(0, 28, 54, 0) 0%, #001c36 100%);
      background: -o-linear-gradient(top, rgba(0, 28, 54, 0) 0%, #001c36 100%);
      background: linear-gradient(180deg, rgba(0, 28, 54, 0) 0%, #001c36 100%);
      z-index: 2;
      opacity: .5; }
    .authors-carrousel-item-author span {
      position: absolute;
      bottom: 15%;
      right: 5%;
      color: #FFFFFF;
      z-index: 3; }
      @media (max-width: 1279.98px) {
        .authors-carrousel-item-author span {
          left: 5%;
          text-align: center;
          bottom: 8%;
          font-size: 12px; } }
  .authors-carrousel-item-titles {
    left: 50%;
    right: 0;
    /*
            &-first {
                animation: title-rollup-one 8s ease-in-out 0s infinite;
            }
            &-second {
                animation: title-rollup-two 8s ease-in-out 0s infinite;
            }
            */ }
    .authors-carrousel-item-titles-first, .authors-carrousel-item-titles-second {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .authors-carrousel-item-titles-first img, .authors-carrousel-item-titles-second img {
        width: 59.86%;
        height: auto; }
        @media (min-width: 1366px) and (max-width: 1559.98px) {
          .authors-carrousel-item-titles-first img, .authors-carrousel-item-titles-second img {
            max-width: 150px; } }

/*
@keyframes title-rollup-one {
  0%,  44%   { top: 0; bottom: 0; opacity: 1 }
  49%, 52%   { top: -100%; bottom: 100%; opacity: 0 }
  95%        { top: 100%; bottom: -100%; opacity: 0 }
  100%       { top: 0; bottom: 0; opacity: 1 }
}

@keyframes title-rollup-two {
  0%,  44%   { top: 100%; bottom: -100%; opacity: 0 }
  49%, 93%   { top: 0; bottom: 0; opacity: 1 }
  98%        { top: -100%; bottom: 100%; opacity: 0 }
  100%       { top: 100%; bottom: -100%; opacity: 0 }
}
*/
@media (min-width: 768px) {
  .innovation-tooltip {
    width: 130px; }
    .innovation-tooltip img {
      width: 130px;
      height: auto; } }
    @media (min-width: 768px) and (max-width: 1559.98px) {
      .innovation-tooltip img {
        width: 100px; } }

@media (min-width: 768px) {
  .innovation-tooltip-circle-01 {
    background-color: #FFFFFF;
    z-index: 110;
    border-radius: 100%;
    -webkit-animation: shrinkky01 .4s ease-in-out;
    animation: shrinkky01 .4s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .innovation-tooltip-circle-02 {
    background-color: #001C36;
    z-index: 120;
    border-radius: 100%;
    -webkit-animation: shrinkky02 .4s ease-in-out;
    animation: shrinkky02 .4s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .innovation-tooltip-txt {
    position: absolute;
    opacity: 0;
    z-index: 130;
    max-width: 120px;
    -webkit-animation: shrinkky03 .2s ease-in-out;
    animation: shrinkky03 .2s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; } }
  @media (min-width: 768px) and (max-width: 1679.98px) {
    .innovation-tooltip-txt {
      max-width: 70px; } }

@media (min-width: 768px) {
  .innovation-tooltip:hover .innovation-tooltip-circle-01 {
    -webkit-animation: skippy01 .4s ease-in-out;
    animation: skippy01 .4s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .innovation-tooltip:hover .innovation-tooltip-circle-02 {
    -webkit-animation: skippy02 .4s ease-in-out;
    animation: skippy02 .4s ease-in-out;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .innovation-tooltip:hover .innovation-tooltip-txt {
    -webkit-animation: skippy03 .3s ease-in-out;
    animation: skippy03 .3s ease-in-out;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; } }

@media (max-width: 1023.98px) {
  .innovation-tooltip img {
    width: 130px;
    height: auto; }
  .innovation-tooltip-circle-01 {
    display: none; }
  .innovation-tooltip-circle-02 {
    display: none; }
  .innovation-tooltip-txt {
    position: relative; } }

@media (min-width: 1560px) {
  @-webkit-keyframes shrinkky01 {
    0% {
      width: 150px;
      height: 150px;
      opacity: .4;
      border-radius: 100%; }
    100% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; } }
  @keyframes shrinkky01 {
    0% {
      width: 150px;
      height: 150px;
      opacity: .4;
      border-radius: 100%; }
    100% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; } }
  @-webkit-keyframes shrinkky02 {
    0% {
      width: 134px;
      height: 134px;
      opacity: 1;
      border-radius: 100%; }
    100% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; } }
  @keyframes shrinkky02 {
    0% {
      width: 134px;
      height: 134px;
      opacity: 1;
      border-radius: 100%; }
    100% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; } }
  @-webkit-keyframes shrinkky03 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes shrinkky03 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @-webkit-keyframes skippy01 {
    0% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; }
    80% {
      width: 160px;
      height: 160px;
      opacity: .4;
      border-radius: 100%; }
    100% {
      width: 140px;
      height: 140px;
      opacity: .4;
      border-radius: 100%; } }
  @keyframes skippy01 {
    0% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; }
    80% {
      width: 160px;
      height: 160px;
      opacity: .4;
      border-radius: 100%; }
    100% {
      width: 140px;
      height: 140px;
      opacity: .4;
      border-radius: 100%; } }
  @-webkit-keyframes skippy02 {
    0% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; }
    80% {
      width: 140px;
      height: 140px;
      opacity: .8;
      border-radius: 100%; }
    100% {
      width: 130px;
      height: 130px;
      opacity: 1;
      border-radius: 100%; } }
  @keyframes skippy02 {
    0% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; }
    80% {
      width: 140px;
      height: 140px;
      opacity: .8;
      border-radius: 100%; }
    100% {
      width: 130px;
      height: 130px;
      opacity: 1;
      border-radius: 100%; } }
  @-webkit-keyframes skippy03 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes skippy03 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } } }

@media (max-width: 1679.98px) {
  @-webkit-keyframes shrinkky01 {
    0% {
      width: 100px;
      height: 100px;
      opacity: .4;
      border-radius: 100%; }
    100% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; } }
  @keyframes shrinkky01 {
    0% {
      width: 100px;
      height: 100px;
      opacity: .4;
      border-radius: 100%; }
    100% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; } }
  @-webkit-keyframes shrinkky02 {
    0% {
      width: 90px;
      height: 90px;
      opacity: 1;
      border-radius: 100%; }
    100% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; } }
  @keyframes shrinkky02 {
    0% {
      width: 90px;
      height: 90px;
      opacity: 1;
      border-radius: 100%; }
    100% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; } }
  @-webkit-keyframes shrinkky03 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes shrinkky03 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @-webkit-keyframes skippy01 {
    0% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; }
    80% {
      width: 120px;
      height: 120px;
      opacity: .4;
      border-radius: 100%; }
    100% {
      width: 100px;
      height: 100px;
      opacity: .4;
      border-radius: 100%; } }
  @keyframes skippy01 {
    0% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; }
    80% {
      width: 120px;
      height: 120px;
      opacity: .4;
      border-radius: 100%; }
    100% {
      width: 100px;
      height: 100px;
      opacity: .4;
      border-radius: 100%; } }
  @-webkit-keyframes skippy02 {
    0% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; }
    80% {
      width: 110px;
      height: 110px;
      opacity: .8;
      border-radius: 100%; }
    100% {
      width: 90px;
      height: 90px;
      opacity: 1;
      border-radius: 100%; } }
  @keyframes skippy02 {
    0% {
      width: 1px;
      height: 1px;
      opacity: 0;
      border-radius: 100%; }
    80% {
      width: 110px;
      height: 110px;
      opacity: .8;
      border-radius: 100%; }
    100% {
      width: 90px;
      height: 90px;
      opacity: 1;
      border-radius: 100%; } }
  @-webkit-keyframes skippy03 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes skippy03 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } } }

.clip-background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }
  .clip-background-houses {
    -webkit-clip-path: polygon(22% 3%, 92% 13%, 96% 81%, 20% 94%);
    clip-path: polygon(22% 3%, 92% 13%, 96% 81%, 20% 94%); }
    @media (max-width: 1023.98px) {
      .clip-background-houses {
        position: relative;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
  .clip-background-innovation {
    -webkit-clip-path: polygon(22% 17%, 96% 12%, 93% 89%, 23% 84%);
    clip-path: polygon(22% 17%, 96% 12%, 93% 89%, 23% 84%);
    z-index: -1; }
    @media (max-width: 1023.98px) {
      .clip-background-innovation {
        display: none; } }
  .clip-background-authors {
    -webkit-clip-path: polygon(46% 28%, 93% 19%, 92% 82.5%, 49% 75%);
    clip-path: polygon(46% 28%, 93% 19%, 92% 82.5%, 49% 75%);
    z-index: -1; }
    @media (max-width: 1023.98px) {
      .clip-background-authors {
        display: none; } }

.billboard {
  position: absolute;
  opacity: .85;
  bottom: 28%;
  left: 20%;
  right: 4%; }
  @media (max-height: 900px) and (orientation: landscape) {
    .billboard {
      bottom: 20%; } }
  @media (max-height: 768px) and (orientation: landscape) {
    .billboard-top, .billboard-bottom {
      height: 110px !important; } }
  @media (max-height: 720px) and (orientation: landscape) {
    .billboard {
      bottom: 20%; }
      .billboard-top, .billboard-bottom {
        height: 90px !important; } }
  @media (max-height: 640px) and (orientation: landscape) {
    .billboard {
      bottom: 15%; } }
  @media (max-height: 540px) and (orientation: landscape) {
    .billboard {
      bottom: 10%; } }
  @media (max-width: 1559.98px) {
    .billboard {
      bottom: 20%; } }
  @media (max-width: 1365.98px) {
    .billboard {
      bottom: 32%; } }
  @media (max-width: 1023.98px) {
    .billboard {
      position: relative;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin-bottom: 30px; } }
  .billboard-top, .billboard-bottom {
    width: 100%;
    height: 130px;
    background-size: auto 100%; }
    @media (max-width: 1679.98px) {
      .billboard-top, .billboard-bottom {
        height: 100px; } }
    @media (max-width: 1023.98px) {
      .billboard-top, .billboard-bottom {
        height: 80px; } }
  .billboard-top {
    background-image: url(../img/editis/houses/marquesina_top.png);
    -webkit-animation: billboardTop 400s infinite linear;
    animation: billboardTop 400s infinite linear; }
  .billboard-bottom {
    background-image: url(../img/editis/houses/marquesina_bottom.png);
    -webkit-animation: billboardBottom 410s infinite linear;
    animation: billboardBottom 410s infinite linear; }

@-webkit-keyframes billboardTop {
  0% {
    background-position: 0%; }
  100% {
    background-position: 1000%; } }

@keyframes billboardTop {
  0% {
    background-position: 0%; }
  100% {
    background-position: 1000%; } }

@-webkit-keyframes billboardBottom {
  0% {
    background-position: 0%; }
  100% {
    background-position: -1000%; } }

@keyframes billboardBottom {
  0% {
    background-position: 0%; }
  100% {
    background-position: -1000%; } }

.whiteToColor {
  color: #FFFFFF; }
  @media (max-width: 575.98px) {
    .whiteToColor {
      color: #001C36; } }

.ico-sales {
  width: 90px;
  height: 90px; }
  @media (min-width: 1366px) and (max-width: 1559.98px) {
    .ico-sales {
      width: 80px;
      height: 80px; } }
  @media (max-width: 575.98px) {
    .ico-sales {
      width: 120px;
      height: 120px; } }
  .ico-sales svg {
    width: 100%;
    height: 100%;
    fill: #D1AFA2 !important; }

.bubble-list-container .hover-wrap:hover {
  z-index: 110; }

.bubble-list-container .bubble-list-lead {
  width: 12vw;
  height: 12vw;
  background-color: #001C36;
  color: #FFFFFF;
  border-radius: 100%;
  z-index: 100; }
  @media (max-width: 575.98px) {
    .bubble-list-container .bubble-list-lead {
      width: 100%;
      height: 50px;
      color: #001C36;
      background-color: transparent;
      border-radius: 0; } }

.bubble-list-container > div {
  z-index: 99; }

.bubble-list-container .bubble-list-follow {
  width: 15.3vw;
  height: 15.3vw;
  background-color: rgba(209, 175, 162, 0.8);
  border-radius: 100%;
  z-index: 99;
  -webkit-transition: background-color .2s ease-in-out 0s;
  -o-transition: background-color .2s ease-in-out 0s;
  transition: background-color .2s ease-in-out 0s; }
  @media (max-width: 575.98px) {
    .bubble-list-container .bubble-list-follow {
      width: 150px;
      height: 150px; } }
  .bubble-list-container .bubble-list-follow span i {
    width: 56px;
    height: 56px; }
    .bubble-list-container .bubble-list-follow span i svg {
      width: 100%;
      height: 100%;
      fill: #001C36;
      -webkit-transition: fill .2s ease-in-out 0s;
      -o-transition: fill .2s ease-in-out 0s;
      transition: fill .2s ease-in-out 0s; }
  .bubble-list-container .bubble-list-follow span span {
    width: 100%;
    color: #001C36;
    line-height: 1;
    -webkit-transition: color .2s ease-in-out 0s;
    -o-transition: color .2s ease-in-out 0s;
    transition: color .2s ease-in-out 0s; }
  .bubble-list-container .bubble-list-follow:hover {
    background-color: #001c36;
    z-index: 101; }
    .bubble-list-container .bubble-list-follow:hover span i svg {
      fill: #d1afa2; }
    .bubble-list-container .bubble-list-follow:hover span span {
      color: #FFFFFF; }

.bubble-list-container-sm .bubble-list-lead {
  width: 10.4vw;
  height: 10.4vw; }
  @media (max-width: 575.98px) {
    .bubble-list-container-sm .bubble-list-lead {
      width: 100%;
      height: 50px; } }

.bubble-list-container-sm .bubble-list-follow {
  width: 13.2vw;
  height: 13.2vw; }
  @media (max-width: 575.98px) {
    .bubble-list-container-sm .bubble-list-follow {
      width: 150px;
      height: 150px; } }

html,
body {
  /*position: absolute;
    @extend %size-h-w-100;
    top: 0;
    left: 0;*/
  overflow: hidden;
  height: 100%; }
  @media (max-width: 1023.98px) {
    html,
    body {
      overflow-y: auto !important; } }

body {
  position: relative; }

html {
  scroll-behavior: smooth !important; }
  @media (min-width: 1560px) and (max-width: 1679.98px) {
    html {
      font-size: 75%; } }
  @media (max-width: 1559.98px) {
    html {
      font-size: 70%; } }
  @media (max-width: 1023.98px) {
    html {
      font-size: 60%; } }

button[role="button"] {
  background: none;
  border: none;
  padding: 0;
  outline: 0;
  cursor: pointer;
  pointer-events: all; }

.mask, .menu, .fake-content, .brands, .o-scene-back {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }

.footer {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0; }

.c-sideskip, .c-sidenav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0; }

.mask-color, .btn-svg svg,
.btn-svg .svg, .slides, .slide, .c-canvas-bg, .owl-custom-dots .owl-dot:before, .o-footer-scroll__back, .c-map__image, .c-map__turbulance, .c-img-morph__morph, .c-world__circle, .menu__img, .menu__color, .menu__content, .menu__block, .menu__bg, .menu__bg-item:after, .main, .brands-top--wrapper, .brands-videos--item, .full-video, .full-image, .full-image__backdrop, [data-scene="2"] .o-scene__radar, [data-scene="2"] .o-scene__sphere, .o-scene__graphs, .o-scene__graphs__right, .o-scene__frames, .o-scene__vertical, .o-scene__revealer, .c-revealer, .c-revealer__item, .o-scene__media-grid, .o-scene-back__mask, .o-scene-back__bg, .o-scene-back__revealer, .o-scene-back__video, .o-scene-back__geometric, .o-scene-back__waves, .o-scene-back__welcome, .o-scene-back__media-grid, .quiz-total, .ly-img-07:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.inner-footer {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0; }

.mask-logo, .c-countdown__pause, .backdrop-help__experience, .o-scene-back__video video,
.o-scene-back__video .video, .o-scene-back__welcome video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.slideshow, .brands-videos--content, .brands-videos--bg {
  height: 100%;
  width: 100%; }

.vh-100 {
  height: 100vh; }

.header {
  height: 9.375rem;
  padding: 0 5%;
  pointer-events: none;
  z-index: 1030;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  -o-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1); }
  .header a {
    pointer-events: all; }
  .header .ic-svg-vivendi {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }
    .case-is-show .header .ic-svg-vivendi {
      opacity: 0;
      visibility: hidden; }
      .case-is-show .header .ic-svg-vivendi a {
        pointer-events: none; }
  .loaded .header,
  .ajax-loaded .header {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .home-to-brand .header {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
  .popupShown .header,
  .footer-scroll-show .header {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0; }
  @media (max-width: 1559.98px) {
    .header {
      height: 5.625rem;
      padding: 0 3%; } }
  @media (max-width: 1279.98px) {
    .header {
      height: 60px;
      padding: 0 15px; }
      .header .icon-menu {
        width: 25px; }
      .header .ic-svg-vivendi svg {
        width: 65px; } }
  @media (max-width: 1023.98px) {
    .page-content .header .im-bar {
      background-color: #fff; }
    .page-content .header .ic-svg svg {
      fill: #fff; }
    .open-menu .header {
      background-color: transparent !important; } }

.menu {
  visibility: hidden;
  -webkit-transition: visibility 0s 1.2s;
  -o-transition: visibility 0s 1.2s;
  transition: visibility 0s 1.2s;
  display: block;
  z-index: 1025; }
  .menu__img {
    background-size: cover;
    background-position: center;
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    /*&-01 {
            background-image: url(../img/menu/vivendi.jpg);
        }
        &-02 {
            background-image: url(../img/menu/universal.jpg);
        }
        &-03 {
            background-image: url(../img/menu/canal-plus.jpg);
        }
        &-04 {
            background-image: url(../img/menu/gameloft.jpg);
        }
        &-05 {
            background-image: url(../img/menu/village.jpg);
        }
        &-06 {
            background-image: url(../img/menu/dailymotion.jpg);
        }
        &-07 {
            background-image: url(../img/menu/havas.jpg);
        }
        &-08 {
            background-image: url(../img/menu/havas.jpg);
        }*/ }
  .menu__color {
    opacity: 0.6; }
    .menu__block-08 .menu__color {
      opacity: 0.85; }
  .menu__logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*@include media-breakpoint-down(md) {
            &.float-right {
                float: left !important;
            }
        }*/ }
    .menu__logo h1 {
      font-size: 3.125rem;
      line-height: 0.9; }
      @media (max-width: 1559.98px) {
        .menu__logo h1 {
          font-size: 2.375rem; } }
    .menu__logo h2 {
      -webkit-transform: translateZ(1px);
      transform: translateZ(1px); }
    .menu__logo .ic-white svg {
      fill: white !important;
      color: white !important; }
    .menu__logo .ic-svg-havas svg {
      width: 7.375rem;
      height: 2.5rem; }
    .menu__logo .ic-svg-umg svg {
      width: 10.5rem;
      height: 4rem; }
    .menu__logo .ic-svg-canal-plus svg {
      width: 9.375rem;
      height: 2.9375rem; }
    .menu__logo .ic-svg-gameloft svg {
      width: 10.125rem;
      height: 2.5625rem; }
    .menu__logo .ic-svg-dailymotion svg {
      width: 11.25rem;
      height: 2rem; }
    .menu__logo .ic-svg-village svg {
      width: 10.9375rem;
      height: 3.4375rem; }
    .menu__logo .ic-svg-editis svg {
      width: 4.0625rem;
      height: 4.0625rem; }
  .menu__container .row:first-child {
    height: 100%;
    /*@include media-breakpoint-down(md) {
                    height: 87%;
                }*/ }
  .menu__container .row:last-child {
    /*@include media-breakpoint-down(md) {
                    height: 12%;
                }*/
    /*height: 25%;
                position: absolute;
                top: 100%;
                left: 0;
                margin-right: -100px;
                right: 0;
                transform: rotate(-4deg) translateY(-40%);
                z-index: 1;*/
    height: 140px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 125%;
    right: 0;
    z-index: 1;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top; }
    @media (max-width: 1023.98px) {
      .menu__container .row:last-child {
        height: 60px;
        /*width: 125vh;
                    left: 100%;
                    right: auto;
                    transform: rotate(-86deg) translateX(-15px);
                    transform-origin: left bottom;*/ } }
  .menu__content {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    /*.menu__block-01 & {
            transition-delay: .28s;
        }
        .menu__block-02 & {
            transition-delay: .36s;
        }
        .menu__block-03 & {
            transition-delay: .44s;
        }
        .menu__block-04 & {
            transition-delay: .52s;
        }
        .menu__block-05 & {
            transition-delay: .6s;
        }
        .menu__block-06 & {
            transition-delay: .68s;
        }
        .menu__block-07 & {
            transition-delay: .76s;
        }*/ }
    .menu__block-01 .menu__content,
    .menu__block-02 .menu__content,
    .menu__block-03 .menu__content,
    .menu__block-04 .menu__content,
    .menu__block-05 .menu__content,
    .menu__block-06 .menu__content,
    .menu__block-07 .menu__content,
    .menu__block-09 .menu__content {
      -webkit-transform: translate3d(-101%, 0, 0);
      transform: translate3d(-101%, 0, 0); }
    .menu__block-08 .menu__content {
      -webkit-transform: translate3d(0, -101%, 0);
      transform: translate3d(0, -101%, 0);
      /*@include media-breakpoint-down(md) {
                transform: translate3d(-101%,0,0);
            }*/ }
  .menu__video iframe {
    width: 100vw;
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
    pointer-events: none; }
  .menu__block {
    cursor: pointer;
    overflow: hidden; }
    .menu__block:hover {
      text-decoration: none; }
      .menu__block:hover .menu__img {
        opacity: 0; }
  .menu__bg .row:first-child {
    height: 100%;
    /*@include media-breakpoint-down(md) {
                    height: 87%;
                }*/ }
  .menu__bg .row:last-child {
    /*@include media-breakpoint-down(md) {
                    height: 12%;
                }*/
    /*height: 25%;
                position: absolute;
                top: 100%;
                left: 0;
                margin-right: -100px;
                right: 0;
                transform: rotate(-4deg) translateY(-40%);
                z-index: 1;*/
    height: 140px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 125%;
    right: 0;
    z-index: 1;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top; }
    @media (max-width: 1023.98px) {
      .menu__bg .row:last-child {
        height: 60px;
        /*width: 125vh;
                    left: 100%;
                    right: auto;
                    transform: rotate(-86deg) translateX(-15px);
                    transform-origin: left bottom;*/ } }
  .menu__bg-item {
    height: 100%;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 1023.98px) {
      .menu__bg-item {
        height: auto; } }
    .menu__bg-item:after {
      content: "";
      background-color: white;
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0, 1) 0.6s;
      transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0, 1) 0.6s;
      -o-transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1) 0.6s;
      transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1) 0.6s;
      transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1) 0.6s, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0, 1) 0.6s;
      border-left: 1px solid rgba(0, 0, 0, 0.08); }
    .menu__bg-item-01:after, .menu__bg-item-02:after, .menu__bg-item-03:after, .menu__bg-item-04:after, .menu__bg-item-05:after, .menu__bg-item-06:after, .menu__bg-item-07:after, .menu__bg-item-09:after {
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
      transform-origin: center right; }
    .menu__bg-item-08:after {
      background-color: #000000;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
      transform-origin: bottom center;
      /*@include media-breakpoint-down(md) {
                        transform: scaleX(0);
                        transform-origin: center right;
                    }*/ }
    .menu__bg-item-01:after {
      background-color: #7E0C6E; }
    .menu__bg-item-02:after {
      background-color: #2b2b2b; }
    .menu__bg-item-03:after {
      background-color: #99875d; }
    .menu__bg-item-04:after {
      background-color: #0095f8; }
    .menu__bg-item-05:after {
      background-color: #9278bb; }
    .menu__bg-item-06:after {
      background-color: #00aaff; }
    .menu__bg-item-07:after {
      background-color: #d01f39; }
    .menu__bg-item-09:after {
      background-color: #001C36; }

.open-menu .menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }
  .open-menu .menu__container {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .open-menu .menu__bg-item:after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .open-menu .menu__bg-item-01:after, .open-menu .menu__bg-item-02:after, .open-menu .menu__bg-item-03:after, .open-menu .menu__bg-item-04:after, .open-menu .menu__bg-item-05:after, .open-menu .menu__bg-item-06:after, .open-menu .menu__bg-item-07:after, .open-menu .menu__bg-item-09:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left; }
  .open-menu .menu__bg-item-08:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    /*@include media-breakpoint-down(md) {
                            transform: scaleX(1);
                            transform-origin: center left;
                        }*/ }
  .open-menu .menu__content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /*.menu__block-01 &,
            .menu__block-02 &,
            .menu__block-03 &,
            .menu__block-04 &,
            .menu__block-05 &,
            .menu__block-06 &,
            .menu__block-07 & {
                transform-origin: center left;
            }
            .menu__block-08 & {
                transform-origin: top center;
            }*/ }

.open-menu .btn-menu .im-bar.theme-bg {
  background-color: white; }

.open-menu .btn-menu .im-bar-tp {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg); }

.open-menu .btn-menu .im-bar-btm {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg); }

.open-menu .btn-menu .im-bar-cn {
  opacity: 0; }

.open-menu .ic-svg-vivendi svg {
  fill: white !important; }

.open-menu .theme-color {
  color: white !important; }

.open-menu .footer {
  opacity: 0 !important; }

.closed-menu .menu__block-01 .menu__content, .closed-menu .menu__block-02 .menu__content, .closed-menu .menu__block-03 .menu__content, .closed-menu .menu__block-04 .menu__content, .closed-menu .menu__block-05 .menu__content, .closed-menu .menu__block-06 .menu__content, .closed-menu .menu__block-07 .menu__content, .closed-menu .menu__block-09 .menu__content {
  -webkit-transform: translate3d(101%, 0, 0);
  transform: translate3d(101%, 0, 0); }

.closed-menu .menu__block-08 .menu__content {
  -webkit-transform: translate3d(0, 101%, 0);
  transform: translate3d(0, 101%, 0);
  /*@include media-breakpoint-down(md) {
                    transform: translate3d(101%,0,0);
                }*/ }

.closed-menu .footer {
  opacity: 1 !important;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.fp-responsive .main {
  position: relative;
  top: auto;
  bottom: auto;
  overflow: hidden; }

.fake-content {
  z-index: 1020;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .fake-content .scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch; }
  .fake-content img {
    max-width: 100%;
    height: auto;
    display: block; }
  .theme-light .fake-content {
    opacity: 1;
    visibility: visible; }
  .theme-dark .fake-content {
    opacity: 1;
    visibility: visible; }

.footer {
  height: 9.375rem;
  padding: 0 5%;
  pointer-events: none;
  z-index: 1030;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  -o-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1); }
  @media (max-width: 1023.98px) {
    .footer {
      height: 50px;
      padding: 0 15px; } }
  .loaded .footer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .page-content .footer {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0; }

.inner-footer {
  padding: 1% 5%;
  bottom: 0; }
  @media (max-width: 1023.98px) {
    .inner-footer {
      position: relative;
      padding-right: 15px;
      padding-left: 15px; }
      .inner-footer p {
        color: #fff !important; } }

.copy {
  font-size: 12px; }

.brands-top {
  z-index: 1020;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  -o-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1); }
  @media (max-width: 1023.98px) {
    .brands-top {
      height: 50%;
      overflow: visible; } }
  .loaded .brands-top {
    opacity: 1; }
  .brands-top,
  .brands-top * {
    pointer-events: none; }
  .brands-top a {
    pointer-events: all; }
  .brands-top--wrapper {
    margin: 9.375rem 16.66667% 9.375rem; }
    @media (max-width: 1023.98px) {
      .brands-top--wrapper {
        margin: 70px 40px 20px; } }
  .brands-top--shape {
    position: absolute;
    top: 9.375rem;
    right: 16.66667%;
    bottom: 9.375rem;
    left: 30%; }
    .brands-top--shape .shape-small {
      width: 17.5rem;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      opacity: 0;
      -webkit-transform: matrix3d(0.5, 0, 0.87, 0, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 200, 0, 0, 1);
      transform: matrix3d(0.5, 0, 0.87, 0, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 200, 0, 0, 1);
      -webkit-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
      -o-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
      transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1); }
      @media (max-width: 1023.98px) {
        .brands-top--shape .shape-small {
          top: 3%;
          left: -20%;
          height: 65%; } }
      .loaded .brands-top--shape .shape-small {
        opacity: 1;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    @media (max-width: 1023.98px) {
      .brands-top--shape {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%); } }
  .brands-top--content {
    position: relative;
    max-width: 30%; }
    @media (max-width: 1023.98px) {
      .brands-top--content {
        max-width: 100%; } }
    .brands-top--content h2 {
      white-space: nowrap;
      line-height: .9;
      margin-left: -0.5625rem; }
      @media (max-width: 1023.98px) {
        .brands-top--content h2 {
          margin-left: 0; } }
    .brands-top--content h3 {
      line-height: 1.3;
      font-size: 1.375rem; }
  .slide-03 .brands-top--logo {
    width: 9.375rem; }
  .slide-05 .brands-top--logo {
    width: 14.0625rem; }
  .slide-07 .brands-top--logo {
    width: 15.625rem; }

.brands-videos {
  z-index: 1000;
  opacity: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  -o-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
  /*@include media-breakpoint-down(md) {
        top: 50%;
    }*/
  /*.loaded & {
        opacity: 1;
    }*/ }
  .brands-videos--wrapper {
    position: absolute;
    top: 9.375rem;
    right: 16.66667%;
    bottom: 9.375rem;
    left: 20%; }
    @media (max-width: 1023.98px) {
      .brands-videos--wrapper {
        top: 50%;
        right: 5%;
        bottom: 18%;
        left: 8%; } }
  .brands-videos--content {
    position: relative; }
  .brands-videos--item {
    background-position: center;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*.icon-play {
            @extend %absolute-center;
            z-index: 1;
        }*/ }
    .brands-videos--item.video--current {
      opacity: 1;
      visibility: visible;
      z-index: 2; }
    .brands-videos--item video {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
  .brands-videos--bg {
    position: relative;
    opacity: .6;
    z-index: 1; }
    .home .brands-videos--bg {
      opacity: .9; }

.list-brands img {
  min-width: 9.375rem;
  max-width: 9.6875rem; }

@media (min-width: 1560px) and (max-width: 1679.98px) {
  .list-brands img {
    min-width: 10rem; } }

@media (max-width: 1279.98px) {
  .list-brands img {
    min-width: 8.75rem; } }

.o-content {
  opacity: 1;
  /*.loaded & {
        opacity: 1;
    }*/ }

/*.scroll-content {
    overflow-y: auto;
    height: 100%;
}*/
.o-block .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 100; }
  .o-block .background iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0; }

.o-block.video .background {
  overflow: hidden; }
  .o-block.video .background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; }
    .o-block.video .background video::-webkit-media-controls, .o-block.video .background video::-webkit-media-controls-panel, .o-block.video .background video::-webkit-media-controls-start-playback-button {
      display: none !important;
      -webkit-appearance: none; }

.o-block.autoHeight .o-block__container {
  height: auto; }

.o-block__light {
  color: #fff; }

/*.o-block__shape {
    &__item {
        position: absolute;
        z-index: 200;
        left: 0;
        right: 0;
        height: $content-shape-height;
    }
    &__inner {
        .o-block__shape__item__top {
            top: -1px;
        }
        .o-block__shape__item__bottom {
            bottom: 0;
        }
        &__t {
            .o-block__wrap {
                &:not(.noSpaces),
                &.spaceWrap,
                .spaceWrap {
                    padding-top: calc(5.56% + 12.5rem);
                }
            }
        }
        &__b {
            .o-block__wrap {
                &:not(.noSpaces),
                &.spaceWrap,
                .spaceWrap {
                    padding-bottom: calc(5.56% + 12.5rem);
                }
            }
        }
    }
    &__inside {
        .o-block__shape__item__top {
            bottom: 100%;
        }
        .o-block__shape__item__bottom {
            top: 100%;
        }
        .o-block__shape__item__z {
            z-index: 0;
        }
    }
}
    */
.o-block__container {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 200;
  /*@include media-breakpoint-up(lg) {
        height: 100vh;
    }*/ }
  .fade-1 .o-block__container {
    background: rgba(208, 31, 57, 0.1); }
  .fade-2 .o-block__container {
    background: rgba(208, 31, 57, 0.2); }
  .fade-3 .o-block__container {
    background: rgba(208, 31, 57, 0.3); }
  .fade-4 .o-block__container {
    background: rgba(208, 31, 57, 0.4); }
  .fade-5 .o-block__container {
    background: rgba(208, 31, 57, 0.5); }
  .fade-6 .o-block__container {
    background: rgba(208, 31, 57, 0.6); }
  .fade-7 .o-block__container {
    background: rgba(208, 31, 57, 0.7); }
  .fade-8 .o-block__container {
    background: rgba(208, 31, 57, 0.8); }
  .fade-9 .o-block__container {
    background: rgba(208, 31, 57, 0.9); }
  .fp-responsive .fp-auto-height-responsive .o-block__container {
    height: auto !important; }
    .fp-responsive .fp-auto-height-responsive .o-block__container .o-block__wrap {
      display: block !important; }
  @media (max-width: 1023.98px) {
    .o-block__container {
      padding: 0 15px; } }

.o-block__wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }
  .o-block__wrap:not(.noSpaces), .o-block__wrap.spaceWrap,
  .o-block__wrap .spaceWrap {
    padding: calc(12vh + 50px) 0; }
    @media (max-width: 1023.98px) {
      .o-block__wrap:not(.noSpaces), .o-block__wrap.spaceWrap,
      .o-block__wrap .spaceWrap {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem; } }
  .o-block__wrap.spaceWrapSmall {
    padding: calc(2.5vh + 50px) 0; }
    @media (max-width: 1023.98px) {
      .o-block__wrap.spaceWrapSmall {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem; } }
  .o-block__shape__after .o-block__wrap {
    padding-bottom: calc(12vh + 12.5rem); }
  .o-block__shape__after__lg .o-block__wrap {
    padding-bottom: calc(12vh + 21.25em) !important; }

@media (max-width: 1023.98px) {
  .bg-light-responsive {
    background-color: #f1f1f1; } }

.o-sections {
  opacity: 0;
  height: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  z-index: 1; }
  .page-ready .o-sections {
    opacity: 1; }
  .welcome-show .o-sections {
    pointer-events: none; }
  .welcome-play .o-sections,
  .backdrop-help-show .o-sections {
    pointer-events: all !important; }

.o-section {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

/* Scene */
/*.scene {
	position: absolute;
	top: 0;
	left: 0;
	//width: 100%;
	//height: 100vh;
	//pointer-events: none;
	z-index: 1;
}*/
.scene-villages {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .scene-villages .scene {
    height: 100%; }
  @media (max-width: 1023.98px) {
    .scene-villages {
      height: auto;
      padding-top: 10rem;
      padding-bottom: 9.0625rem; } }
  .scene-villages .blob-lines path {
    fill-opacity: 0;
    fill: none;
    stroke: black;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: .1; }
    .scene-villages .blob-lines path:first-child {
      stroke-width: 1px; }
    .scene-villages .blob-lines path:last-child {
      stroke-width: 6px; }
  .scene-villages .blob path:first-of-type {
    fill-opacity: 0.1; }
  .scene-villages .blob path:nth-of-type(2) {
    fill-opacity: 0.2; }
  .scene-villages .blob path:nth-of-type(3) {
    fill-opacity: 0.3; }
  .scene-villages .blob path:nth-of-type(4) {
    fill-opacity: 0.4; }
  .scene-villages .blob path:nth-of-type(5) {
    fill-opacity: 0.5; }
  .scene-villages .blob path:nth-of-type(6) {
    fill-opacity: 0.6; }
  .scene-villages .blob-1 path {
    fill: url(#gradient-1); }
  .scene-villages .blob-2 path {
    fill: url(#gradient-2); }
  .scene-villages .blob-3 path {
    fill: url(#gradient-3); }

.blob-logo {
  position: absolute;
  left: 11%;
  top: 18%; }
  @media (max-width: 1679.98px) {
    .blob-logo img {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); } }
  @media (max-width: 1023.98px) {
    .blob-logo {
      left: 0;
      top: 7%; }
      .blob-logo img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        width: 120px; } }

.blob-percent {
  position: absolute;
  color: #fff;
  font-weight: 100; }
  .blob-percent__value {
    line-height: 1; }
    .blob-percent__value small {
      font-size: 60%;
      font-weight: 100; }
  .blob-percent__text {
    font-size: 0.875rem;
    font-weight: 400; }
    @media (max-width: 1679.98px) {
      .blob-percent__text {
        font-size: 1.125rem; } }
  .blob-percent-1 {
    top: 42%;
    left: 12%; }
    .blob-percent-1 .blob-percent__value {
      font-size: 8.75rem; }
  .blob-percent-2 {
    top: 19%;
    left: 55%; }
    .blob-percent-2 .blob-percent__value {
      font-size: 5.625rem; }
  .blob-percent-3 {
    top: 62%;
    left: 61%; }
    .blob-percent-3 .blob-percent__value {
      font-size: 4rem; }

.blob-text {
  position: absolute; }
  @media (max-width: 1023.98px) {
    .blob-text {
      max-width: 50%; } }
  .blob-text:before, .blob-text:after {
    content: "";
    position: absolute;
    background-color: #222222; }
  .blob-text__text h4 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3; }
    @media (max-width: 1023.98px) {
      .blob-text__text h4 {
        font-size: 1.25rem; } }
  .blob-text__space {
    position: relative;
    height: 1.25rem;
    border-top: 1px solid #222222;
    margin-bottom: 0.625rem; }
    .blob-text__space:before {
      content: "";
      position: absolute;
      left: 3.4375rem;
      background-color: #222222;
      height: 100%;
      width: 1px; }
  .blob-text__logos {
    padding: 1.5625rem 0.9375rem 0.9375rem; }
    .blob-text__logos a:not(:first-child) {
      margin-left: 1.25rem; }
      @media (max-width: 1279.98px) {
        .blob-text__logos a:not(:first-child) {
          margin-left: 0.9375rem; } }
    .blob-text__logos__top {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem;
      border-bottom: 1px solid rgba(34, 34, 34, 0.1); }
      .blob-text__logos__top img {
        height: 2.5rem; }
    .blob-text__logos .img-logos {
      height: 4rem; }
    @media (max-width: 1559.98px) {
      .blob-text__logos__top img {
        height: 2.1875rem; } }
    @media (max-width: 1023.98px) {
      .blob-text__logos .img-logos {
        height: 3rem; } }
  .blob-text-1 {
    bottom: 50%;
    left: 11%; }
    @media (max-width: 1023.98px) {
      .blob-text-1 {
        left: 0;
        top: 20%;
        bottom: initial; } }
  .blob-text-2 {
    bottom: 47%;
    left: 74%; }
    .blob-text-2 h4 {
      margin-left: -5rem; }
    @media (max-width: 1023.98px) {
      .blob-text-2 {
        left: initial;
        bottom: initial;
        top: 0;
        right: 0; }
        .blob-text-2 h4 {
          margin-left: 2.5rem; } }
  .blob-text-3 {
    bottom: 20%;
    left: 70%; }
    .blob-text-3 h4 {
      margin-left: -5rem; }
    @media (max-width: 1023.98px) {
      .blob-text-3 {
        left: initial;
        bottom: 0;
        right: 0; }
        .blob-text-3 h4 {
          margin-left: 2.5rem; } }

.full-video {
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }
  .full-video .video,
  .full-video video,
  .full-video iframe {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .full-video__size-content .video,
  .full-video__size-content video,
  .full-video__size-content iframe {
    max-height: 100%;
    max-width: 100%; }

.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  .video-foreground {
    width: 300%;
    left: -100%; } }

.full-image {
  background-position: center;
  background-size: cover;
  margin: 0; }
  .full-image__backdrop {
    background-color: #000;
    opacity: .20; }

.c-video-h {
  position: absolute;
  width: auto !important;
  top: auto !important;
  right: auto !important;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }

.o-scene-front {
  min-height: 100vh; }
  @media (max-width: 1023.98px) {
    .o-scene-front {
      min-height: auto; } }

[data-scene="1"] {
  height: 100vh; }
  .welcome-show [data-scene="1"] {
    opacity: 0; }

[data-scene="2"] .o-scene__radar {
  left: 50%;
  z-index: 200; }

[data-scene="2"] .o-scene__sphere {
  z-index: 150; }
  [data-scene="2"] .o-scene__sphere canvas {
    width: 100%;
    height: 100vh;
    opacity: 0.1; }

.o-scene__dots {
  position: absolute;
  left: 54%;
  right: 9%;
  top: 28%;
  bottom: 26%; }
  .o-scene__dots .o-dots {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .o-scene__dots .o-dots__item {
      height: 46vh; }
  .o-scene__dots .owl-dots,
  .o-scene__dots .icon-play {
    z-index: 200; }

.o-dbl-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%; }
  .o-dbl-cont__left {
    left: 0; }
  .o-dbl-cont__right {
    right: 0; }

.o-scene__graphs {
  z-index: 200; }
  .o-scene__graphs__right {
    left: 50%; }
    .o-scene__graphs__right__space {
      right: 8.33333%; }
    @media (max-width: 1023.98px) {
      .o-scene__graphs__right {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto; } }
  .o-scene__graphs__content {
    padding: calc(5.56% + 50px) 10%; }
  .o-scene__graphs__toggle {
    display: none; }
    .o-scene__graphs__toggle.is-active {
      display: block; }
    @media (max-width: 1023.98px) {
      .o-scene__graphs__toggle {
        display: block !important; } }
  @media (max-width: 1023.98px) {
    .o-scene__graphs {
      position: relative; } }

.o-scene__frames {
  z-index: -1; }
  .o-scene__frames .frames-item {
    position: absolute; }
    .o-scene__frames .frames-item svg {
      width: 100%;
      height: 100%; }
    .o-scene__frames .frames-item__1 {
      top: 4%;
      right: -3%;
      left: 1%;
      bottom: 4%; }
      .o-scene__frames .frames-item__1 svg {
        fill: rgba(0, 0, 0, 0.1); }
    .o-scene__frames .frames-item__2 {
      top: 5%;
      right: -5%;
      left: 0%;
      bottom: 2%; }
      .o-scene__frames .frames-item__2 svg {
        fill: rgba(0, 0, 0, 0.25); }
    .o-scene__frames .frames-item__3 {
      top: 11%;
      right: 0;
      bottom: 9%;
      left: 13%; }
      .o-scene__frames .frames-item__3 svg {
        fill: #929292; }
    .o-scene__frames .frames-item__4 {
      top: 14%;
      right: 0;
      bottom: 10%;
      left: 14.5%; }
      .o-scene__frames .frames-item__4 svg {
        fill: #929292; }
  @media (max-width: 1559.98px) {
    .o-scene__frames .frames-item__1 {
      left: 3%; }
    .o-scene__frames .frames-item__2 {
      left: 2%; } }
  @media (max-width: 1365.98px) {
    .o-scene__frames .frames-item__1 {
      left: -1%;
      top: 0;
      bottom: 0;
      right: -6%; }
    .o-scene__frames .frames-item__2 {
      left: 0;
      top: 0;
      bottom: 0;
      right: -7%; } }
  @media (max-width: 1279.98px) {
    .o-scene__frames .frames-item__1 {
      left: -11%; }
    .o-scene__frames .frames-item__2 {
      left: -8%; } }

.o-scene__years {
  position: absolute;
  bottom: 15%;
  right: 0;
  left: 0; }
  @media (max-width: 1023.98px) {
    .o-scene__years {
      bottom: 10%; } }
  .o-scene__years .owl-stage-outer {
    overflow: visible; }
  .o-scene__years .item_years {
    width: 32.5rem; }
    .o-scene__years .item_years__num {
      opacity: 0;
      font-size: 10rem;
      font-weight: 700;
      line-height: 1;
      letter-spacing: -0.625rem;
      text-align: right;
      margin: 3.75rem;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s;
      -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
      transform-origin: bottom right;
      background-size: cover;
      background-position: center;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .o-scene__years .item_years__num {
          background-image: none !important;
          color: rgba(0, 0, 0, 0.5) !important; } }
      @media (max-width: 1559.98px) {
        .o-scene__years .item_years__num {
          font-size: 7.5rem; } }
      @media (max-width: 1023.98px) {
        .o-scene__years .item_years__num {
          font-size: 5.625rem; } }
  .o-scene__years .owl-item.active + .owl-item .item_years__num {
    opacity: .1; }
  .o-scene__years .owl-item.active.center .item_years__num {
    opacity: .55;
    -webkit-transform: scale(3) translateY(0.9375rem);
    -ms-transform: scale(3) translateY(0.9375rem);
    transform: scale(3) translateY(0.9375rem); }

.o-scene__vertical .owl-carousel,
.o-scene__vertical .owl-stage-outer,
.o-scene__vertical .owl-stage,
.o-scene__vertical .owl-item {
  height: 100%; }

.o-scene__vertical .item_vertical {
  height: 100%; }
  .o-scene__vertical .item_vertical__text {
    position: absolute;
    bottom: 0;
    left: 28%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: .03;
    font-size: 16.5625rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    letter-spacing: -0.625rem; }
    @media (max-width: 1559.98px) {
      .o-scene__vertical .item_vertical__text {
        left: 24%;
        font-size: 13.4375rem; } }
    @media (max-width: 1279.98px) {
      .o-scene__vertical .item_vertical__text {
        font-size: 11.25rem; } }

/*.o-scene__presence {
	position: absolute;
	left: 22.33%;	
	width: 100%;
    right: 8.33%;
	bottom: 32.5%;
	//margin-left: 25%;
	z-index: 200;
	&__left {
		position: absolute;
		width: 36.25%;
	}
	.item_presence {
		width: 13.9%;
	}
}*/
.o-scene__presence {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-left: 5.005%;
  padding-right: 8.33%;
  -webkit-transform: translateX(17.33%);
  -ms-transform: translateX(17.33%);
  transform: translateX(17.33%);
  margin-top: -5rem;
  z-index: 200;
  /*&__left {
		position: absolute;
		width: 36.25%;
	}*/
  /*.item_presence {
		width: 13.9%;
	}*/ }
  .o-scene__presence__arrows {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    padding-left: 5.005%;
    padding-right: 8.33%; }
    .o-scene__presence__arrows .ic-svg {
      position: absolute;
      left: 100%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .o-scene__presence__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .o-scene__presence__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    overflow: hidden; }
    .o-scene__presence__right > div {
      margin-right: 25%;
      -webkit-transform: translateX(-33.33%);
      -ms-transform: translateX(-33.33%);
      transform: translateX(-33.33%); }
  .o-scene__presence .owl-stage-outer {
    overflow: visible; }
  .o-scene__presence .item_presence__head {
    height: 3.75rem;
    margin-bottom: 1.25rem; }
    .o-scene__presence .item_presence__head .h1 {
      line-height: 1; }
    .o-scene__presence .item_presence__head .h3 {
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s; }
  .o-scene__presence .item_presence img {
    display: inline-block; }
  .o-scene__presence .owl-item.active.center .item_presence__head .h3 {
    font-weight: 700 !important;
    color: #7E0C6E; }

.o-scene__revealer {
  z-index: 200; }

.c-revealer {
  overflow: hidden; }
  .c-revealer__img {
    opacity: .2; }

.o-scene__media-grid {
  left: 50%;
  z-index: 200; }

.o-scene-back {
  opacity: 0;
  /*.welcome-show & {
		z-index: 2;
	}*/
  /*&__revealer {
		//@extend %absolute;
	}*/
  /*&__frames {
		@extend %absolute;
		.frames-item {
			position: absolute;
			opacity: 0.2;
			svg {
				width: 100%;
				height: 100%;
				fill: #f1f1f1;
			}
			&__1 {
				top: 12%;
				right: 0;
				left: 8%;
				bottom: 9%;
			}
			&__2 {
				top: 8%;
				right: 0;
				left: 7%;
				bottom: 6%;
			}
		}
	}*/ }
  .page-ready .o-scene-back {
    opacity: 1; }
  .o-scene-back__mask {
    z-index: 1; }
    .o-scene-back__mask .shape {
      position: relative; }
    .fp-responsive .o-scene-back__mask {
      display: none; }
  .o-scene-back__bg {
    opacity: .9;
    /*.fp-responsive & {
			height: 100vh;
			bottom: auto;
		}*/ }
    .o-scene-back__bg.bg-light,
    .welcome-show .o-scene-back__bg {
      opacity: 0; }
    .fp-responsive .o-scene-back__bg.bg-light {
      display: none; }
    @media (max-width: 1023.98px) {
      .o-scene-back__bg {
        display: none; } }
  .o-scene-back__revealer {
    opacity: 0; }
  .o-scene-back__video {
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
    -o-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
    transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
    overflow: hidden;
    /*.fp-responsive & {
			height: 100vh;
			bottom: auto;
		}*/ }
    .o-scene-back__video video,
    .o-scene-back__video .video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -100;
      background-size: cover; }
      @media (max-width: 1023.98px) {
        .o-scene-back__video video,
        .o-scene-back__video .video {
          display: none; } }
    .loaded .o-scene-back__video,
    .ajax-loaded .o-scene-back__video {
      opacity: 1; }
  .o-scene-back__video-bg, .o-scene-back__video-bg-2 {
    position: absolute;
    opacity: 0; }
  .o-scene-back__video-bg {
    left: 25%;
    right: 0;
    top: 0;
    bottom: 0; }
    .o-scene-back__video-bg video {
      height: auto;
      width: 100%;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .o-scene-back__video-bg .video-center {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    @media (max-width: 1559.98px) {
      .o-scene-back__video-bg {
        right: -10%; } }
    @media (max-width: 1279.98px) {
      .o-scene-back__video-bg {
        right: -22%;
        left: 19%; } }
  .o-scene-back__video-bg-2 {
    left: 45%;
    right: 0%;
    top: 28%;
    bottom: 26%; }
    .o-scene-back__video-bg-2 video {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .o-scene-back__images {
    position: absolute;
    left: 44%;
    right: 9.5%;
    top: 16%;
    bottom: 15%;
    opacity: 0; }
  .o-scene-back__image-bg {
    position: absolute;
    left: 50%;
    right: 2.5%;
    top: 7%;
    bottom: 8%;
    opacity: 0; }
    .o-scene-back__image-bg div {
      height: 100%;
      width: 100%;
      background-position: center;
      background-size: cover;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .o-scene-back__carousel {
    position: absolute;
    left: 54%;
    right: 9%;
    top: 28%;
    bottom: 26%;
    opacity: 0; }
    .o-scene-back__carousel .owl-carousel,
    .o-scene-back__carousel .owl-stage-outer,
    .o-scene-back__carousel .owl-stage,
    .o-scene-back__carousel .owl-item,
    .o-scene-back__carousel .item {
      height: 100%; }
    .o-scene-back__carousel .img-carousel {
      height: 100%;
      width: 100%;
      background-position: center;
      background-size: cover;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .o-scene-back__quiz {
    position: absolute;
    left: 44.5%;
    right: 13%;
    top: 24%;
    bottom: 22%;
    opacity: 0; }
    .o-scene-back__quiz .owl-carousel,
    .o-scene-back__quiz .owl-stage-outer,
    .o-scene-back__quiz .owl-stage,
    .o-scene-back__quiz .owl-item,
    .o-scene-back__quiz .item {
      height: 100%; }
    .o-scene-back__quiz .img-quiz {
      height: 100%;
      width: 100%;
      background-position: center;
      background-size: cover;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .o-scene-back__geometric {
    z-index: 1; }
    .o-scene-back__geometric .geometric-item {
      position: absolute;
      opacity: 0; }
      .o-scene-back__geometric .geometric-item__fill svg {
        opacity: .95; }
      .o-scene-back__geometric .geometric-item__stroke svg {
        opacity: .15; }
    .fp-responsive .o-scene-back__geometric {
      display: none; }
  .o-scene-back__waves {
    z-index: 1;
    opacity: 0; }
  .o-scene-back__welcome {
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
    -o-transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
    transition: all 0.8s cubic-bezier(0.1, 1, 0.6, 1);
    z-index: 2; }
    .o-scene-back__welcome video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -100;
      background-size: cover; }
    .welcome-play .o-scene-back__welcome {
      z-index: 1; }
    .welcome-show .o-scene-back__welcome {
      opacity: 1; }
  .o-scene-back__media-grid {
    opacity: 0;
    left: 50%; }
    .o-scene-back__media-grid .owl-stage-outer,
    .o-scene-back__media-grid .owl-stage,
    .o-scene-back__media-grid .owl-item {
      height: 100%; }

.quiz-total {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  z-index: 1; }
  .quiz-total .full-image {
    display: none;
    opacity: .25; }
  .quiz-total__score {
    position: relative;
    text-align: center; }
  .quiz-total.is-total {
    opacity: 1;
    visibility: visible; }

.ly-img-01 {
  position: relative;
  top: 200px;
  margin-left: -25%;
  height: 32.8125rem;
  -webkit-transform: perspective(1000px) rotateX(-9.81deg) rotateY(9.62deg) scale3d(1.1, 1.1, 1.1);
  transform: perspective(1000px) rotateX(-9.81deg) rotateY(9.62deg) scale3d(1.1, 1.1, 1.1);
  background-size: cover; }

.ly-img-02 {
  margin-left: -10%;
  -webkit-transform: perspective(1000px) rotateX(-9.81deg) rotateY(9.62deg) scale3d(1, 1, 1);
  transform: perspective(1000px) rotateX(-9.81deg) rotateY(9.62deg) scale3d(1, 1, 1); }

.ly-img-03 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  width: 100%;
  height: 100%; }

.ly-img-04 {
  background-image: url(../img/vivendi/experiences/experiences-01.jpg); }

.ly-img-05 {
  background-image: url(../img/vivendi/experiences/experiences-02.jpg); }

.ly-img-06 {
  background-image: url(../img/vivendi/experiences/experiences-03.jpg); }

.ly-img-07:before {
  content: "";
  left: 50%;
  background-color: rgba(0, 0, 0, 0.5); }

.ly-vd-01 {
  cursor: pointer;
  height: 100%; }

.ly-row-01 {
  margin-top: -11.25rem; }

.ly-text-01 {
  position: relative;
  z-index: 1; }

/*.ly-text-02 {
    margin-top: size(-100);
}*/
.ly-text-03 {
  font-size: 1.4375rem;
  line-height: 1.3; }

.ly-text-04 {
  line-height: 1.8; }

.ly-text-05 {
  margin-top: -6.25rem; }

.ly-txt-06 {
  position: absolute;
  top: 7%;
  bottom: 10%;
  left: 63%; }
  .ly-txt-06 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    margin-left: -35px;
    padding: 0;
    height: 100%; }
  @media (max-width: 1023.98px) {
    .ly-txt-06 {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto; }
      .ly-txt-06 ul {
        height: auto;
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0; }
      .ly-txt-06 li br {
        display: none; } }

.ly-txt-07 {
  font-size: 0.875rem; }
  @media (max-width: 1919.98px) {
    .ly-txt-07 {
      font-size: 13px; } }

.ly-icon-01 {
  position: relative; }
  .ly-icon-01 .ic-svg {
    position: absolute;
    right: 100%; }

/*.ly-scene-01 {
    margin-top: size(-275);
}*/
.ly-btn-01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ly-col-01 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.4333%;
  flex: 0 0 44.4333%;
  max-width: 44.4333%; }

.ly-owl-01 .owl-stage-outer,
.ly-owl-01 .owl-stage,
.ly-owl-01 .owl-item {
  height: 100%; }

.page-vivendi .o-scene-back__image-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.page-vivendi .o-scene-back__video-bg {
  position: absolute;
  left: 30%;
  right: -10%;
  top: 0;
  bottom: 10; }
  @media (max-width: 1559.98px) {
    .page-vivendi .o-scene-back__video-bg {
      left: 30%;
      right: -22%; } }
  @media (max-width: 1279.98px) {
    .page-vivendi .o-scene-back__video-bg {
      left: 50%;
      right: 0; } }

.page-vivendi .o-scene-back__video-bg-2 {
  left: 44%;
  right: 0%;
  top: 0;
  bottom: 0; }

@media (max-width: 1279.98px) {
  .page-vivendi .ly-col-01 {
    max-width: 33.333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%; } }

.page-vivendi [data-scene="2"] .o-scene__dots {
  position: absolute;
  left: calc(25% - 5rem);
  right: calc(8.33333% - 1.875rem);
  top: auto;
  bottom: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023.98px) {
    .page-vivendi [data-scene="2"] .o-scene__dots {
      bottom: 8%;
      left: 20px;
      right: 20px; } }
  .page-vivendi [data-scene="2"] .o-scene__dots .owl-custom-dots:before {
    display: none; }
    @media (max-width: 1023.98px) {
      .page-vivendi [data-scene="2"] .o-scene__dots .owl-custom-dots:before {
        display: block;
        left: -20px;
        right: -20px;
        width: auto; } }
  @media (max-width: 1023.98px) {
    .page-vivendi [data-scene="2"] .o-scene__dots .owl-custom-dots .owl-dot .dot-year {
      left: initial; } }
  .page-vivendi [data-scene="2"] .o-scene__dots .owl-dots {
    margin-bottom: -1.875rem !important; }
  .page-vivendi [data-scene="2"] .o-scene__dots .owl-dot {
    margin: 0; }

@media (max-width: 1023.98px) {
  .page-vivendi [data-scene="2"] .c-img-morph__img {
    max-width: 50px;
    max-height: 30px; } }

@media (max-width: 1023.98px) {
  .page-vivendi [data-scene="2"] .inner-footer {
    position: absolute;
    bottom: -3%; } }

@media (max-width: 1023.98px) {
  .page-vivendi [data-scene="3"].o-section {
    background-image: url(../img/vivendi/ecosystem/ecosystem-responsive.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 40px; } }

.page-vivendi [data-scene="3"] .fx-underlined__1 .fx-underlined__line {
  background: #9470DC; }

.page-vivendi [data-scene="3"] .fx-underlined__2 .fx-underlined__line {
  background: #4F9BD7; }

.page-vivendi [data-scene="3"] .fx-underlined__3 .fx-underlined__line {
  background: #01CCCD; }

.page-vivendi [data-scene="4"] .header-col {
  height: 10.3125rem; }

@media (max-width: 1023.98px) {
  .page-vivendi [data-scene="4"] .c-reveal-responsive {
    background-size: cover;
    background-position: center;
    padding-bottom: 40px; }
  .page-vivendi [data-scene="4"] .c-reveal-responsive-01 {
    padding-top: 240px;
    margin-top: -240px;
    background-image: url(../img/vivendi/experiences/experiences-01.jpg); }
  .page-vivendi [data-scene="4"] .c-reveal-responsive-02 {
    background-image: url(../img/vivendi/experiences/experiences-02.jpg);
    padding-top: 20px; }
  .page-vivendi [data-scene="4"] .c-reveal-responsive-03 {
    background-image: url(../img/vivendi/experiences/experiences-03.jpg);
    padding-top: 20px; }
  .page-vivendi [data-scene="4"] .display-2,
  .page-vivendi [data-scene="4"] .display-3 {
    position: relative;
    z-index: 1; }
  .page-vivendi [data-scene="4"] .header-col {
    height: auto;
    margin-bottom: 20px; } }

@media (max-width: 1279.98px) {
  .page-vivendi [data-scene="5"] .owl-custom-dots .owl-dot {
    margin: 0; } }

@media (max-width: 1023.98px) {
  .page-vivendi [data-scene="6"] .o-scene__media-grid {
    position: relative;
    left: 0; }
    .page-vivendi [data-scene="6"] .o-scene__media-grid .icon-play {
      top: 27%;
      left: initial;
      right: 10%; } }

@media (max-width: 1023.98px) {
  .page-vivendi [data-scene="6"].bg-light-responsive .text-white {
    color: #222222 !important; }
  .page-vivendi [data-scene="6"].bg-light-responsive .owl-custom-dots__white:before {
    background-color: rgba(126, 12, 110, 0.2); }
  .page-vivendi [data-scene="6"].bg-light-responsive .owl-custom-dots__white .owl-dot {
    margin: 0 5px; }
    .page-vivendi [data-scene="6"].bg-light-responsive .owl-custom-dots__white .owl-dot span {
      background-color: #7E0C6E; }
    .page-vivendi [data-scene="6"].bg-light-responsive .owl-custom-dots__white .owl-dot.active:before {
      border-color: #7E0C6E; } }

.page-vivendi [data-scene="7"] .o-scene__dots {
  position: absolute;
  left: 55%;
  right: 6%;
  top: 16%;
  bottom: 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-vivendi [data-scene="7"] p {
  line-height: 1.125rem; }

.page-vivendi [data-scene="7"] .ic-svg-umg svg,
.page-vivendi [data-scene="7"] .ic-svg-gameloft svg,
.page-vivendi [data-scene="7"] .ic-svg-dailymotion svg,
.page-vivendi [data-scene="7"] .ic-svg-canal-plus svg {
  width: 10.625rem;
  fill: #222222 !important; }

@media (max-width: 1023.98px) {
  .page-vivendi [data-scene="8"] .ly-text-05 {
    margin-top: 0; }
  .page-vivendi [data-scene="8"] .o-scene__dots {
    left: 0;
    right: 0;
    bottom: 6%;
    top: initial; } }

.page-vivendi [data-scene="9"] .c-list-menu {
  position: absolute;
  right: 51%;
  bottom: 8%;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg); }
  @media (max-width: 1023.98px) {
    .page-vivendi [data-scene="9"] .c-list-menu {
      display: none; } }

.page-vivendi [data-scene="9"] .c-total {
  right: 16.66%;
  bottom: 7%; }
  @media (max-width: 1023.98px) {
    .page-vivendi [data-scene="9"] .c-total {
      position: relative;
      color: #fff; }
      .page-vivendi [data-scene="9"] .c-total h3.text-brand-01 {
        color: #fff !important; } }

.page-vivendi [data-scene="9"] .c-bubbles__brand-01 {
  background-color: #950e82; }

.page-vivendi [data-scene="9"] .c-bubbles__1 {
  top: 0;
  left: 10%; }

.page-vivendi [data-scene="9"] .c-bubbles__2 {
  top: 73%;
  left: 10%; }

.page-vivendi [data-scene="9"] .c-bubbles__3 {
  top: 27%;
  left: 35%; }

.page-vivendi [data-scene="9"] .c-bubbles__4 {
  top: 9%;
  left: 46%; }

.page-vivendi [data-scene="9"] .c-bubbles__5 {
  top: 64%;
  left: 61%; }

.page-vivendi [data-scene="9"] .c-bubbles__6 {
  top: 50%;
  left: 83%; }

.page-vivendi [data-scene="9"] .l-label__1 {
  height: 5.625rem;
  bottom: 70%;
  left: 88%; }

.page-vivendi [data-scene="9"] .l-label__2 {
  width: 4.0625rem;
  bottom: 40%;
  left: 94%; }

.page-vivendi [data-scene="9"] .l-label__3 {
  width: 3.75rem;
  top: 62%;
  left: 93%; }

.page-vivendi [data-scene="9"] .l-label__4 {
  height: 6.5625rem;
  top: 63%;
  left: 89%; }

.page-vivendi [data-scene="9"] .l-label__5 {
  height: 5.3125rem;
  top: 89%;
  right: 30%; }

.page-vivendi [data-scene="9"] .l-label__6 {
  width: 4.6875rem;
  top: 80%;
  right: 80%; }

.page-vivendi [data-scene="9"] .l-label__7 {
  width: 4.6875rem;
  bottom: 80%;
  right: 80%; }

.page-vivendi .geometric-item {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  /*&__1 {
            left: 22.35%;
        }
        &__2 {
            left: 39.75%;
        }
        &__3 {
            left: 57.05%;
        }
        &__4 {
            left: 74.35%;
        }
        &__5 {
            left: 91.65%;
        }*/ }

@media (max-width: 1023.98px) {
  .page-vivendi .header {
    background-color: rgba(126, 12, 110, 0.9); } }

.page-umg [data-scene="3"] .c-list-menu {
  position: absolute;
  right: 51.2%;
  bottom: 26%;
  width: 21.875rem;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-13.7deg);
  -ms-transform: rotate(-13.7deg);
  transform: rotate(-13.7deg); }
  @media (max-width: 1023.98px) {
    .page-umg [data-scene="3"] .c-list-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      right: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 100%;
      padding-bottom: 30px;
      overflow: hidden; }
      .page-umg [data-scene="3"] .c-list-menu ul {
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transform: rotate(-7.7deg);
        -ms-transform: rotate(-7.7deg);
        transform: rotate(-7.7deg);
        margin-left: 90px;
        margin-right: -20px;
        margin-top: -15px;
        height: 165px; }
      .page-umg [data-scene="3"] .c-list-menu__item__line {
        min-width: 31.25rem; }
      .page-umg [data-scene="3"] .c-list-menu .owl-custom-dots {
        padding: 0 30px; }
        .page-umg [data-scene="3"] .c-list-menu .owl-custom-dots:before {
          left: 0; }
      .page-umg [data-scene="3"] .c-list-menu .owl-carousel .owl-item {
        opacity: 0; }
        .page-umg [data-scene="3"] .c-list-menu .owl-carousel .owl-item.active {
          opacity: 1; } }

@media (max-width: 1023.98px) {
  .page-umg [data-scene="3"] {
    /*.quiz-total {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                height: 100%;
                width: 100%;
                z-index: 1;
            }*/ }
    .page-umg [data-scene="3"] .o-block__wrap:not(.noSpaces) {
      padding-bottom: 2.5rem; }
    .page-umg [data-scene="3"] .c-perspective .owl-carousel {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
      .page-umg [data-scene="3"] .c-perspective .owl-carousel .owl-stage-outer,
      .page-umg [data-scene="3"] .c-perspective .owl-carousel .owl-stage,
      .page-umg [data-scene="3"] .c-perspective .owl-carousel .owl-item,
      .page-umg [data-scene="3"] .c-perspective .owl-carousel .item,
      .page-umg [data-scene="3"] .c-perspective .owl-carousel .img-quiz {
        height: 100%; }
      .page-umg [data-scene="3"] .c-perspective .owl-carousel .img-quiz {
        background-size: cover;
        background-repeat: no-repeat; } }

.page-umg [data-scene="2"] .o-scene__graphs {
  z-index: 0; }

.page-umg [data-scene="2"] .o-scene__graphs__right {
  left: -20%; }

@media (max-width: 1279.98px) {
  .page-umg [data-scene="2"] .o-scene__graphs__right__space {
    right: 0;
    left: -10%; }
  .page-umg [data-scene="2"] .c-world {
    height: 35.625rem;
    width: 35.625rem; }
    .page-umg [data-scene="2"] .c-world__sphere__item {
      height: 9.375rem;
      width: 9.375rem; }
    .page-umg [data-scene="2"] .c-world__sphere__img {
      margin-top: -4.6875rem;
      margin-left: -4.6875rem; } }

@media (max-width: 1023.98px) {
  .page-umg [data-scene="2"] .o-scene__graphs__right {
    position: absolute; }
    .page-umg [data-scene="2"] .o-scene__graphs__right__space {
      position: absolute;
      left: 0;
      top: 10%; } }

@media (max-width: 1023.98px) {
  .page-umg .header {
    background-color: rgba(43, 43, 43, 0.9); } }

.page-havas-media .o-scene-back__video-bg {
  left: 25%;
  right: 0;
  top: 30%;
  bottom: 40%; }
  @media (max-width: 1559.98px) {
    .page-havas-media .o-scene-back__video-bg {
      right: -12%; } }
  @media (max-width: 1365.98px) {
    .page-havas-media .o-scene-back__video-bg {
      top: 12%;
      bottom: 12%; } }

.page-havas-media .o-footer-scroll__up .ic-svg-havas.ic-white svg {
  fill: #fff !important;
  color: #fff !important; }

.page-havas-media [data-scene="2"] .c-list-menu {
  position: absolute;
  right: 46%;
  bottom: 21%;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-13.5deg);
  -ms-transform: rotate(-13.5deg);
  transform: rotate(-13.5deg); }
  @media (max-width: 1559.98px) {
    .page-havas-media [data-scene="2"] .c-list-menu {
      bottom: 19%;
      right: 45.9%; } }
  @media (max-width: 1023.98px) {
    .page-havas-media [data-scene="2"] .c-list-menu {
      display: none; } }

@media (max-width: 1559.98px) {
  .page-havas-media [data-scene="2"] .c-radar__graph img {
    max-width: 450px; } }

@media (max-width: 1023.98px) {
  .page-havas-media [data-scene="2"] .c-radar__graph img {
    max-width: 100%; } }

.page-havas-media [data-scene="2"] .l-label .text-center {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.page-havas-media [data-scene="2"] .l-label .text-left,
.page-havas-media [data-scene="2"] .l-label .text-right {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.page-havas-media [data-scene="2"] .l-label__1 {
  bottom: 86.5%;
  left: 50%; }

.page-havas-media [data-scene="2"] .l-label__2 {
  top: 33%;
  left: 82%; }

.page-havas-media [data-scene="2"] .l-label__3 {
  top: 65%;
  left: 82%; }

.page-havas-media [data-scene="2"] .l-label__4 {
  top: 85%;
  left: 50%; }

.page-havas-media [data-scene="2"] .l-label__5 {
  top: 65%;
  right: 82%; }

.page-havas-media [data-scene="2"] .l-label__6 {
  top: 33%;
  right: 82%; }

.page-havas-media [data-scene="2"] .l-label__10 {
  bottom: 85%;
  left: 50%; }

.page-havas-media [data-scene="2"] .l-label__11 {
  top: 18%;
  left: 72%; }

.page-havas-media [data-scene="2"] .l-label__12 {
  top: 37%;
  left: 85%; }

.page-havas-media [data-scene="2"] .l-label__13 {
  top: 60%;
  left: 85%; }

.page-havas-media [data-scene="2"] .l-label__14 {
  top: 82%;
  left: 72%; }

.page-havas-media [data-scene="2"] .l-label__15 {
  top: 85%;
  left: 50%; }

.page-havas-media [data-scene="2"] .l-label__16 {
  top: 82%;
  right: 72%; }

.page-havas-media [data-scene="2"] .l-label__17 {
  top: 60%;
  right: 85%; }

.page-havas-media [data-scene="2"] .l-label__18 {
  top: 37%;
  right: 85%; }

.page-havas-media [data-scene="2"] .l-label__19 {
  top: 18%;
  right: 72%; }

.page-havas-media [data-scene="3"] .list-brands {
  /*@include media-breakpoint-only(xxxl) {
                img {
                    min-width: size(160);
                }
            }
            @include media-breakpoint-down(lg) {
                img {
                    min-width: size(140);
                }
            }*/ }
  .page-havas-media [data-scene="3"] .list-brands li:not(:last-child) {
    margin-bottom: 0.625rem; }
  .page-havas-media [data-scene="3"] .list-brands .embed-responsive {
    width: 8.4375rem;
    margin: 0 auto; }
  .page-havas-media [data-scene="3"] .list-brands-img {
    height: auto;
    min-width: auto;
    max-width: 100%;
    width: auto; }

@media (max-width: 1023.98px) {
  .page-havas-media [data-scene="4"] .text-nowrap {
    white-space: normal !important; } }

@media (max-width: 1023.98px) {
  .page-havas-media [data-scene="5"] .ly-img-03 {
    width: 150%;
    left: -25%; } }

.page-havas-media .blob-main svg {
  height: 34.0625rem;
  width: 46.875rem; }

@media (max-width: 1023.98px) {
  .page-havas-media .header {
    background-color: rgba(208, 31, 57, 0.9); } }

@media (min-width: 1024px) and (max-width: 1679.98px) {
  .page-gameloft [data-scene="2"] .c-map {
    max-width: 100%; } }

.page-gameloft [data-scene="2"] .c-list-menu {
  position: absolute;
  right: 46.6%;
  bottom: 19%;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-2.7deg);
  -ms-transform: rotate(-2.7deg);
  transform: rotate(-2.7deg); }

.page-gameloft [data-scene="2"] .c-total__1 {
  left: 50%;
  bottom: 12%; }

.page-gameloft [data-scene="2"] .l-label__1 {
  height: 4.0625rem;
  bottom: 54%;
  left: 9.5%; }

.page-gameloft [data-scene="2"] .l-label__2 {
  height: 4.5rem;
  top: 34%;
  left: 25%; }

.page-gameloft [data-scene="2"] .l-label__3 {
  height: 4.375rem;
  bottom: 65%;
  left: 26.5%; }

.page-gameloft [data-scene="2"] .l-label__4 {
  height: 4.375rem;
  top: 43.2%;
  left: 43%; }

.page-gameloft [data-scene="2"] .l-label__5 {
  height: 6.25rem;
  top: 42.5%;
  right: 54.5%; }

.page-gameloft [data-scene="2"] .l-label__6 {
  height: 2.6875rem;
  bottom: 60%;
  right: 53.8%; }

.page-gameloft [data-scene="2"] .l-label__7 {
  height: 8.125rem;
  bottom: 60.5%;
  right: 50.1%; }

.page-gameloft [data-scene="2"] .l-label__8 {
  height: 10rem;
  top: 39.8%;
  left: 51.2%; }

.page-gameloft [data-scene="2"] .l-label__9 {
  height: 4.5rem;
  top: 42%;
  left: 21%; }

.page-gameloft [data-scene="2"] .l-label__10 {
  height: 7.1875rem;
  top: 39.3%;
  left: 52.5%; }

.page-gameloft [data-scene="2"] .l-label__11 {
  height: 8.75rem;
  bottom: 60.7%;
  left: 53.2%; }

.page-gameloft [data-scene="2"] .l-label__12 {
  height: 5rem;
  top: 36.5%;
  left: 55%; }

.page-gameloft [data-scene="2"] .l-label__13 {
  height: 6.25rem;
  bottom: 62.5%;
  left: 57%; }

.page-gameloft [data-scene="2"] .l-label__14 {
  height: 10.0625rem;
  bottom: 41.5%;
  right: 20.7%; }

.page-gameloft [data-scene="2"] .l-label__15 {
  height: 5rem;
  top: 58%;
  right: 21.9%; }

.page-gameloft [data-scene="2"] .l-label__16 {
  height: 4.375rem;
  bottom: 43%;
  right: 21.4%; }

.page-gameloft [data-scene="2"] .l-label__17 {
  height: 9.375rem;
  bottom: 55.2%;
  right: 18.9%; }

.page-gameloft [data-scene="2"] .l-label__18 {
  height: 5.625rem;
  top: 69%;
  left: 80%; }

.page-gameloft [data-scene="2"] .l-label__19 {
  height: 4.6875rem;
  bottom: 37%;
  left: 84%; }
  @media (min-width: 1680px) and (max-width: 1919.98px) {
    .page-gameloft [data-scene="2"] .l-label__19 .l-label__name {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-top: -0.75rem; }
    .page-gameloft [data-scene="2"] .l-label__19 .l-label__ln:before {
      display: none; } }

.page-gameloft [data-scene="2"] .l-label__20 {
  height: 5.9375rem;
  top: 77%;
  right: 8.4%; }
  @media (min-width: 1024px) and (max-width: 1679.98px) {
    .page-gameloft [data-scene="2"] .l-label__20 {
      height: 4.375rem; } }

.page-gameloft [data-scene="5"] .o-scene__dots {
  position: absolute;
  left: 54%;
  right: 9%;
  top: 28%;
  bottom: 26%; }
  @media (max-width: 1023.98px) {
    .page-gameloft [data-scene="5"] .o-scene__dots {
      left: 0;
      right: 0;
      bottom: 6%;
      top: initial; } }

@media (max-width: 1023.98px) {
  .page-gameloft .header {
    background-color: rgba(0, 149, 248, 0.9); } }

.page-dailymotion [data-scene="2"] {
  /*.c-total__1 {
            left: 50%;
            top: 72%;
            z-index: 1;
            @include media-breakpoint-down(md) {
                position: relative;
                left: auto;
                top: auto;
            }
        }*/ }
  .page-dailymotion [data-scene="2"] .c-list-menu {
    position: absolute;
    right: 49.2%;
    bottom: 9%;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotate(8.3deg);
    -ms-transform: rotate(8.3deg);
    transform: rotate(8.3deg); }
    @media (max-width: 1023.98px) {
      .page-dailymotion [data-scene="2"] .c-list-menu {
        display: none; } }
  .page-dailymotion [data-scene="2"] .c-total__2 {
    left: 16.66%;
    top: 16%;
    z-index: 1; }
    @media (max-width: 1023.98px) {
      .page-dailymotion [data-scene="2"] .c-total__2 {
        position: relative;
        left: auto;
        top: auto; } }
  .page-dailymotion [data-scene="2"] .c-bubbles__1 {
    top: 28%;
    left: 13%; }
  .page-dailymotion [data-scene="2"] .c-bubbles__2 {
    top: 66%;
    left: 23%; }
  .page-dailymotion [data-scene="2"] .c-bubbles__3 {
    top: 42%;
    left: 45%; }
  .page-dailymotion [data-scene="2"] .c-bubbles__4 {
    top: 60%;
    left: 75%; }

.page-dailymotion [data-scene="3"] .list-brands .embed-responsive {
  width: 8.4375rem;
  margin: 0 auto; }
  @media (max-width: 1365.98px) {
    .page-dailymotion [data-scene="3"] .list-brands .embed-responsive {
      width: 9.0625rem; } }
  @media (max-width: 1279.98px) {
    .page-dailymotion [data-scene="3"] .list-brands .embed-responsive {
      width: 9.375rem; } }

.page-dailymotion [data-scene="3"] .list-brands-img {
  height: auto;
  min-width: auto;
  max-width: 100%;
  width: auto; }

@media (max-width: 1023.98px) {
  .page-dailymotion .header {
    background-color: rgba(0, 170, 255, 0.9); } }

.page-vivendi-village .o-scene-back__video-bg {
  left: 35%;
  right: -18%;
  top: 0;
  bottom: 0; }

@media (max-width: 1559.98px) {
  .page-vivendi-village [data-scene="2"] .ic-170,
  .page-vivendi-village [data-scene="2"] .ic-170 svg {
    height: 7.5rem;
    width: 7.5rem; } }

@media (max-width: 1023.98px) {
  .page-vivendi-village [data-scene="2"] .bg-light-responsive p {
    color: #222222 !important; } }

.page-vivendi-village [data-scene="3"] {
  /**
        .l-label__8 {
            height: size(115);
            top: 33.8%;
            left: 10.2%;
        }
        .l-label__9 {
            height: size(150);
            bottom: 70%;
            left: 24%;
        }
        .l-label__10 {
            height: size(125);
            top: 43.3%;
            right: 72%;
        }
        .l-label__11 {
            height: size(60);
            bottom: 58%;
            left: 35.2%;
        }
        .l-label__12 {
            height: size(120);
            bottom: 48%;
            left: 53%;
        }
        .l-label__13 {
            height: size(75);
            bottom: 49%;
            left: 64%;
        }
        **/ }
  .page-vivendi-village [data-scene="3"] .c-total {
    bottom: 10%;
    left: 10%; }
    @media (max-width: 1023.98px) {
      .page-vivendi-village [data-scene="3"] .c-total {
        bottom: 3%; } }
  .page-vivendi-village [data-scene="3"] .c-list-menu {
    position: absolute;
    right: 46.6%;
    bottom: 19%;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotate(-2.7deg);
    -ms-transform: rotate(-2.7deg);
    transform: rotate(-2.7deg); }
    @media (max-width: 1023.98px) {
      .page-vivendi-village [data-scene="3"] .c-list-menu {
        display: none; } }
  .page-vivendi-village [data-scene="3"] .l-label {
    pointer-events: none; }
    .page-vivendi-village [data-scene="3"] .l-label__pointer {
      position: absolute;
      padding: 0.625rem;
      left: -63%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 100%;
      background-color: rgba(255, 255, 255, 0.35);
      border: 1px solid rgba(255, 255, 255, 0.5);
      opacity: .75;
      pointer-events: all;
      -webkit-transition: opacity .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
      -webkit-animation: radar 2.5s infinite linear;
      animation: radar 2.5s infinite linear;
      cursor: pointer; }
      .page-vivendi-village [data-scene="3"] .l-label__pointer:hover, .page-vivendi-village [data-scene="3"] .l-label__pointer:active, .page-vivendi-village [data-scene="3"] .l-label__pointer:focus, .page-vivendi-village [data-scene="3"] .l-label__pointer.hover {
        opacity: 1; }
        .page-vivendi-village [data-scene="3"] .l-label__pointer:hover + .l-label__name, .page-vivendi-village [data-scene="3"] .l-label__pointer:active + .l-label__name, .page-vivendi-village [data-scene="3"] .l-label__pointer:focus + .l-label__name, .page-vivendi-village [data-scene="3"] .l-label__pointer.hover + .l-label__name {
          opacity: 1; }
          .page-vivendi-village [data-scene="3"] .l-label__pointer:hover + .l-label__name + .l-label__ln, .page-vivendi-village [data-scene="3"] .l-label__pointer:active + .l-label__name + .l-label__ln, .page-vivendi-village [data-scene="3"] .l-label__pointer:focus + .l-label__name + .l-label__ln, .page-vivendi-village [data-scene="3"] .l-label__pointer.hover + .l-label__name + .l-label__ln {
            opacity: 1; }
    .page-vivendi-village [data-scene="3"] .l-label__bottom-rg .l-label__pointer, .page-vivendi-village [data-scene="3"] .l-label__bottom-lf .l-label__pointer {
      top: -0.4375rem; }
    .page-vivendi-village [data-scene="3"] .l-label__top-rg .l-label__pointer, .page-vivendi-village [data-scene="3"] .l-label__top-lf .l-label__pointer {
      bottom: -0.4375rem; }
    .page-vivendi-village [data-scene="3"] .l-label__name, .page-vivendi-village [data-scene="3"] .l-label__ln {
      -webkit-transition: opacity .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
      opacity: 0; }
  .page-vivendi-village [data-scene="3"] .l-label__1 {
    height: 4.375rem;
    bottom: 65.5%;
    left: 31.25%; }
  .page-vivendi-village [data-scene="3"] .l-label__2 {
    height: 4.5rem;
    bottom: 67%;
    left: 9.5%; }
  .page-vivendi-village [data-scene="3"] .l-label__3 {
    height: 7.5rem;
    bottom: 64%;
    left: 26.75%; }
  .page-vivendi-village [data-scene="3"] .l-label__4 {
    height: 2.5rem;
    top: 38%;
    left: 12.5%; }
  .page-vivendi-village [data-scene="3"] .l-label__5 {
    height: 5rem;
    top: 43%;
    right: 69.5%; }
  .page-vivendi-village [data-scene="3"] .l-label__6 {
    height: 6.25rem;
    top: 42.5%;
    right: 68.10%; }
  .page-vivendi-village [data-scene="3"] .l-label__7 {
    height: 7.1875rem;
    bottom: 53%;
    left: 39.8%; }
  .page-vivendi-village [data-scene="3"] .l-label__14 {
    height: 6.25rem;
    bottom: 22.5%;
    right: 18%; }
    @media (max-width: 1023.98px) {
      .page-vivendi-village [data-scene="3"] .l-label__14 {
        height: 7.5rem; } }
  .page-vivendi-village [data-scene="3"] .l-label__16 {
    height: 5rem;
    top: 53.25%;
    right: 59.75%; }
    @media (max-width: 1023.98px) {
      .page-vivendi-village [data-scene="3"] .l-label__16 {
        height: 12.8125rem; } }
  .page-vivendi-village [data-scene="3"] .l-label__17 {
    height: 2.5rem;
    top: 56%;
    left: 45.2%; }

.page-vivendi-village [data-scene="3"] {
  /*.display-4 {
            font-size: size(50);
            line-height: size(55);
        }*/
  /*.display-10 {
            font-size: size(30);
            //line-height: size(55);
        }*/ }
  .page-vivendi-village [data-scene="3"] .list-logos .ic-svg,
  .page-vivendi-village [data-scene="3"] .list-logos .ic-svg svg {
    width: 7.5rem;
    height: 5rem; }

@media (max-width: 1023.98px) {
  .page-vivendi-village .header {
    background-color: rgba(146, 120, 187, 0.9); } }

/* -------------------------------------------------------------------------- */
/*                             keyframes radar                                */
/* -------------------------------------------------------------------------- */
@-webkit-keyframes radar {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  25% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.5; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  75% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }
@keyframes radar {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  25% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.5; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  75% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

.page-canal .o-scene-back__image-bg {
  top: 12%;
  right: 4%;
  bottom: 11%;
  left: 21%; }
  @media (max-width: 1023.98px) {
    .page-canal .o-scene-back__image-bg {
      display: none; } }

.page-canal .o-scene-back__video-bg {
  left: 15%;
  right: 32%;
  top: 42%;
  bottom: 12%;
  /*.full-video {
            video {
                left: 0;
            }
        }*/ }

.page-canal .o-scene-back__images {
  left: 45%;
  right: 36.9%;
  top: 5%;
  bottom: 5%; }

.page-canal .o-footer-scroll__up .ic-svg-canal-plus.ic-white svg {
  fill: #fff !important; }

.page-canal .bg-cover {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover; }
  .page-canal .bg-cover-sport {
    background-image: url(../img/canal-plus/bg-key-player-sport.jpg); }
  .page-canal .bg-cover-tv {
    background-image: url(../img/canal-plus/bg-key-player-tv.jpg); }
  .page-canal .bg-cover-cinema {
    background-image: url(../img/canal-plus/bg-key-player-cinema.jpg);
    top: -35%; }

.page-canal [data-scene="2"] {
  /**.l-label__5 {
            height: size(180);
            bottom: 47%;
            left: 74.5%;
       
        .l-label__6 {
            height: size(110);
            top: 58.5%;
            right: 20.5%;
        }
         }**/ }
  .page-canal [data-scene="2"] .c-list-menu {
    position: absolute;
    right: 49.5%;
    bottom: 8%;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotate(8.3deg);
    -ms-transform: rotate(8.3deg);
    transform: rotate(8.3deg); }
    @media (max-width: 1023.98px) {
      .page-canal [data-scene="2"] .c-list-menu {
        display: none; } }
  .page-canal [data-scene="2"] .o-scene__graphs svg {
    opacity: 0.7; }
  @media (max-width: 1023.98px) {
    .page-canal [data-scene="2"] .o-scene__graphs h6 {
      bottom: -30%; } }
  .page-canal [data-scene="2"] .l-label__bottom-rg .l-label__name, .page-canal [data-scene="2"] .l-label__bottom-lf .l-label__name {
    top: 79%; }
  .page-canal [data-scene="2"] .l-label__top-lf .l-label__name, .page-canal [data-scene="2"] .l-label__bottom-lf .l-label__name {
    text-align: right; }
  .page-canal [data-scene="2"] .l-label__1 {
    height: 5.625rem;
    bottom: 42.5%;
    left: 23.7%; }
  .page-canal [data-scene="2"] .l-label__2 {
    height: 7.8125rem;
    bottom: 60.5%;
    right: 53.5%; }
  .page-canal [data-scene="2"] .l-label__3 {
    height: 8.4375rem;
    top: 59%;
    left: 48.5%; }
  .page-canal [data-scene="2"] .l-label__4 {
    height: 8.4375rem;
    bottom: 62.8%;
    left: 49%; }
  .page-canal [data-scene="2"] .l-label__6 {
    height: 6.875rem;
    top: 43.5%;
    right: 15%; }
    .page-canal [data-scene="2"] .l-label__6 .l-label__name {
      top: 76%; }
  .page-canal [data-scene="2"] .l-label__7 {
    height: 7.8125rem;
    top: 69.5%;
    right: 6%; }
    .page-canal [data-scene="2"] .l-label__7 .l-label__name {
      top: 42%; }

.page-canal [data-scene="3"] .ic-logo-studio-canal svg {
  width: 6.875rem;
  height: 1.6875rem; }

.page-canal [data-scene="3"] .display-4 {
  font-size: 3.125rem;
  line-height: 3.125rem; }

.page-canal [data-scene="3"] p {
  font-size: 1.125rem; }

.page-canal [data-scene="3"] img {
  max-width: 5rem; }

@media (max-width: 1023.98px) {
  .page-canal [data-scene="3"] .display-2 {
    position: relative;
    z-index: 1; }
  .page-canal [data-scene="3"] .o-block__wrap:not(.noSpaces) {
    padding-bottom: 0; } }

.page-canal [data-scene="4"] {
  /*.list-chanels {
            img {
                max-width: size(100);
                max-height: size(100);
            }
        }*/ }
  .page-canal [data-scene="4"] .o-scene__dots {
    left: 22%;
    right: 39%;
    top: 42%;
    bottom: 12%; }

.page-canal [data-scene="5"] {
  /*.ly-txt-06 {
            @include media-breakpoint-down(md) {
                position: absolute;
                bottom: 5%;
                top: 47%;
                left: 54%;
                z-index: 1000;
            }
        }*/ }
  @media (max-width: 1023.98px) {
    .page-canal [data-scene="5"] ul {
      left: 65%; } }
  .page-canal [data-scene="5"] li {
    font-size: 1.75rem;
    line-height: 2.1875rem; }
  .page-canal [data-scene="5"] .c-perspective {
    width: 50%; }
    @media (max-width: 1023.98px) {
      .page-canal [data-scene="5"] .c-perspective {
        width: 65%; } }

.page-canal [data-scene="6"] {
  /*h4 {
            font-size: size(38);
        }*/ }
  @media (max-width: 1023.98px) {
    .page-canal [data-scene="6"] .o-scene__dots {
      left: 0;
      right: 0;
      bottom: 6%;
      top: initial; } }
  @media (max-width: 1023.98px) {
    .page-canal [data-scene="6"] .ly-text-05 {
      margin-top: 0; } }

@media (max-width: 1023.98px) {
  .page-canal .header {
    background-color: rgba(153, 135, 93, 0.9); } }

.page-editis .o-scene-back__revealer {
  position: absolute;
  top: 11%;
  bottom: 10%;
  left: 22%;
  right: 4%; }
  .page-editis .o-scene-back__revealer > .row .col:nth-child(1) .c-revealer__item {
    background-color: #002140; }
  .page-editis .o-scene-back__revealer > .row .col:nth-child(2) .c-revealer__item {
    background-color: #00274a; }
  .page-editis .o-scene-back__revealer > .row .col:nth-child(3) .c-revealer__item {
    background-color: #002c55; }
  .page-editis .o-scene-back__revealer .c-revealer__item {
    -webkit-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0); }
  .page-editis .o-scene-back__revealer .c-revealer__img {
    opacity: 0; }
  @media (max-width: 1023.98px) {
    .page-editis .o-scene-back__revealer {
      left: 0;
      right: 0;
      bottom: 6%;
      top: initial; } }

.page-editis .o-scene-back__carousel {
  top: 18%;
  right: 7%;
  bottom: 17%;
  left: 46%; }

.page-editis [data-scene="6"] .o-scene__dots {
  left: 50%;
  right: 13%;
  top: 83%;
  bottom: auto; }

.page-editis [data-scene="6"] .c-list-menu {
  position: absolute;
  right: 51.5%;
  bottom: 24%;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  z-index: 200; }
  @media (max-width: 1023.98px) {
    .page-editis [data-scene="6"] .c-list-menu {
      display: none; } }

@media (max-width: 1023.98px) {
  .page-editis .header {
    background-color: rgba(0, 28, 54, 0.9); } }

.page-collaboration .o-scroll-explore-right {
  position: absolute;
  right: 0;
  bottom: 0; }
  @media (max-width: 1023.98px) {
    .page-collaboration .o-scroll-explore-right {
      position: fixed;
      z-index: 1;
      bottom: -20px; } }

.page-collaboration .o-sections {
  overflow: hidden; }

@media (max-width: 1023.98px) {
  .page-collaboration .header {
    background-color: rgba(0, 0, 0, 0.9); }
  .page-collaboration .o-side-cases {
    padding: 60px 0 0; }
    .page-collaboration .o-side-cases .display-3 {
      color: #fff;
      position: absolute;
      left: 50%;
      top: 10px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .page-collaboration .c-filters-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    height: 60px; }
    .page-collaboration .c-filters-nav__item {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 10px;
      margin: 0; }
      .page-collaboration .c-filters-nav__item:before {
        height: 100%;
        top: auto;
        bottom: 0;
        margin-top: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%); }
      .page-collaboration .c-filters-nav__item:not(.disable).active:before {
        -webkit-transform: translateY(90%);
        -ms-transform: translateY(90%);
        transform: translateY(90%); } }

.c_VivendiVillage {
  opacity: .1; }
  .c_VivendiVillage .icon-play {
    display: none; }
  .c_VivendiVillage.enable {
    opacity: 1; }
    .c_VivendiVillage.enable .icon-play {
      display: block; }

.c_Vivendi {
  opacity: .1; }
  .c_Vivendi .icon-play {
    display: none; }
  .c_Vivendi.enable {
    opacity: 1; }
    .c_Vivendi.enable .icon-play {
      display: block; }

.c_Havas {
  opacity: .1; }
  .c_Havas .icon-play {
    display: none; }
  .c_Havas.enable {
    opacity: 1; }
    .c_Havas.enable .icon-play {
      display: block; }

.c_UMG {
  opacity: .1; }
  .c_UMG .icon-play {
    display: none; }
  .c_UMG.enable {
    opacity: 1; }
    .c_UMG.enable .icon-play {
      display: block; }

.page-collaboration .header {
  /*.ic-svg-vivendi {
            opacity: 0;
            visibility: hidden;
            a {
                pointer-events: none;
            }
        }*/ }
  @media (max-width: 1023.98px) {
    .page-collaboration .header {
      background-color: rgba(0, 0, 0, 0.9); } }
  .page-collaboration .header .im-bar {
    background-color: #222222; }
    @media (max-width: 1023.98px) {
      .page-collaboration .header .im-bar {
        background-color: #fff; } }
  .page-collaboration .header .ic-svg svg {
    fill: #fff; }

.page-collaboration .o-scroll-explore-right {
  position: absolute;
  right: 0;
  bottom: 0; }
  @media (max-width: 1023.98px) {
    .page-collaboration .o-scroll-explore-right {
      position: fixed;
      z-index: 1;
      bottom: -20px; } }

.page-collaboration .o-sections {
  overflow: hidden; }

.o-side-cases {
  padding: 7.5rem 5vw 0;
  height: 100vh;
  /*.display-3 {
        @include media-breakpoint-down(lg) {
            font-size: size(50);
        }
    }*/ }
  @media (max-width: 1559.98px) {
    .o-side-cases {
      padding: 6.25rem 3vw 0; } }
  @media (max-width: 1279.98px) {
    .o-side-cases {
      padding: 6.25rem 15px 0; } }
  @media (max-width: 1023.98px) {
    .o-side-cases {
      padding: 60px 0 0;
      height: auto; }
      .o-side-cases .display-3 {
        color: #fff;
        position: absolute;
        left: 50%;
        top: 10px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .o-side-cases-title {
    margin-bottom: 5rem; }
    @media (max-width: 1559.98px) {
      .o-side-cases-title {
        margin-bottom: 3.75rem; } }
  .o-side-cases .ic-svg {
    position: relative;
    cursor: pointer;
    /*&:before {
            content:'';
            position: absolute;
            top: 50%;
            transform: tranlateY(-50%);
            left: 80%;
            width: 0;
            height: 2px;
            background-color: $body-color;
            transition: all 0.3s;
        }*/
    /*&:hover,
        &.active {
            &:before {
                width: size(30);
            }
        }*/ }
    .o-side-cases .ic-svg svg {
      -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
      transform: scale(0.75); }

.o-carousel-cases {
  /*.owl-item:first-child {
        //&:hover {
            z-index: 1;
            .c-item-cases {
                &__img,
                &__mask {
                    width: $item-cases-width-show;
                }
            }
        //}
    }*/ }
  .o-carousel-cases:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 23.75rem;
    width: 40.625rem;
    background: -webkit-linear-gradient(65deg, rgba(0, 0, 0, 0) 50%, black 100%);
    background: -o-linear-gradient(65deg, rgba(0, 0, 0, 0) 50%, black 100%);
    background: linear-gradient(25deg, rgba(0, 0, 0, 0) 50%, black 100%);
    pointer-events: none;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }
    .case-is-show .o-carousel-cases:after {
      -webkit-transform: translate3d(100%, -100%, 0);
      transform: translate3d(100%, -100%, 0); }
    @media (max-width: 1023.98px) {
      .o-carousel-cases:after {
        display: none; } }

.c-item-cases {
  height: 100vh;
  width: 28vw; }
  @media (max-width: 1023.98px) {
    .c-item-cases {
      width: 100vw; } }
  .c-item-cases__img {
    width: 28vw;
    background-size: auto 100%; }
    @media (max-width: 1023.98px) {
      .c-item-cases__img {
        width: 100vw; } }
    .c-item-cases__img .full-image__backdrop {
      opacity: .65; }
  .c-item-cases__mask {
    overflow: hidden;
    position: relative;
    width: 28vw; }
    @media (max-width: 1023.98px) {
      .c-item-cases__mask {
        width: 100vw; } }
  .c-item-cases__content {
    position: relative;
    width: 66.66667vw; }
    @media (max-width: 1023.98px) {
      .c-item-cases__content {
        width: 100vw; } }
  .c-item-cases__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 9.375rem;
    z-index: 1; }
    .c-item-cases__close .close {
      margin-right: -0.875rem; }
    @media (max-width: 1023.98px) {
      .c-item-cases__close + .row {
        height: calc(100vh - 120px) !important; } }
  .c-item-cases__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28vw;
    flex: 0 0 28vw;
    max-width: 28vw;
    /*.case-show &{
            transform: translateX(size(40));
        }*/ }
    @media (max-width: 1023.98px) {
      .c-item-cases__left {
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100vw;
        flex: 0 0 100vw;
        max-width: 100vw;
        padding-bottom: 20px; }
        .c-item-cases__left > .vh-100 {
          height: calc(100vh - 120px); } }
  .c-item-cases__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.66667vw;
    flex: 0 0 38.66667vw;
    max-width: 38.66667vw; }
    @media (max-width: 1023.98px) {
      .c-item-cases__right {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 100vw; }
        .c-item-cases__right .c-item-assets {
          max-width: 200px;
          margin: 0 auto; } }
    .c-item-cases__right .owl-stage-outer {
      overflow: visible; }
    .c-item-cases__right .owl-item {
      opacity: 0;
      overflow: hidden;
      pointer-events: none; }
    .c-item-cases__right .owl-item.active {
      opacity: 1;
      overflow: visible;
      pointer-events: all; }
  .c-item-cases__header {
    /*position: absolute;
        top: 0;
        right: 0;
        left: 0;*/
    height: 9.375rem;
    /*.close {
            margin-right: size(-14);
        }*/ }
    .c-item-cases__header .ic-svg {
      -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
      transform: scale(0.85);
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
  .c-item-cases__description {
    -webkit-transform: translateY(4.375rem);
    -ms-transform: translateY(4.375rem);
    transform: translateY(4.375rem);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .case-show .c-item-cases__description {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      /*.btn-svg {
                opacity: 0;
                visibility: hidden;
            }*/ }
  .c-item-cases__view {
    min-height: 15.625rem; }
    .c-item-cases__view:not(.ddd-truncated) .c-item-cases__solution {
      opacity: 1; }
  .c-item-cases__client {
    position: absolute;
    bottom: 100%; }
    @media (max-width: 1023.98px) {
      .c-item-cases__client img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom; } }
  .c-item-cases__solution {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.c-perspective {
  -webkit-perspective: 300px;
  perspective: 300px; }
  .c-perspective__01 {
    -webkit-transform: rotateY(-4deg) rotateX(-4deg);
    transform: rotateY(-4deg) rotateX(-4deg); }
  .c-perspective__02 {
    -webkit-transform: rotateY(-4deg) rotateX(4deg);
    transform: rotateY(-4deg) rotateX(4deg); }
  .c-perspective__03 {
    -webkit-transform: rotateY(4deg) rotateX(-4deg);
    transform: rotateY(4deg) rotateX(-4deg); }
  .c-perspective__04 {
    -webkit-transform: rotateY(4deg) rotateX(4deg);
    transform: rotateY(4deg) rotateX(4deg); }
