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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container,
.container-fluid,
.container-xs {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container {
  max-width: 1218px; }

.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 {
  position: relative;
  width: 100%;
  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%; }

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.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: 375px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .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%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .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%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .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: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .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%; } }

.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: 375px) {
  .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: 1200px) {
  .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 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; } }

.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;
      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;
      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;
      align-self: stretch !important; }

@media (min-width: 375px) {
  .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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .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;
        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;
        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;
        align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 9rem !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.75rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -9rem !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: 375px) {
  .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.75rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.75rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.75rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.75rem !important; }
  .m-sm-2 {
    margin: 1.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.5rem !important; }
  .m-sm-3 {
    margin: 3rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important; }
  .m-sm-4 {
    margin: 4.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4.5rem !important; }
  .m-sm-5 {
    margin: 9rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 9rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 9rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 9rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 9rem !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.75rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.75rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.75rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.75rem !important; }
  .p-sm-2 {
    padding: 1.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.5rem !important; }
  .p-sm-3 {
    padding: 3rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important; }
  .p-sm-4 {
    padding: 4.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4.5rem !important; }
  .p-sm-5 {
    padding: 9rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 9rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 9rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 9rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 9rem !important; }
  .m-sm-n1 {
    margin: -0.75rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.75rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.75rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.75rem !important; }
  .m-sm-n2 {
    margin: -1.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1.5rem !important; }
  .m-sm-n3 {
    margin: -3rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3rem !important; }
  .m-sm-n4 {
    margin: -4.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4.5rem !important; }
  .m-sm-n5 {
    margin: -9rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -9rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -9rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -9rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -9rem !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.75rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.75rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.75rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.75rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.75rem !important; }
  .m-md-2 {
    margin: 1.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.5rem !important; }
  .m-md-3 {
    margin: 3rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important; }
  .m-md-4 {
    margin: 4.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4.5rem !important; }
  .m-md-5 {
    margin: 9rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 9rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 9rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 9rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 9rem !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.75rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.75rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.75rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.75rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.75rem !important; }
  .p-md-2 {
    padding: 1.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.5rem !important; }
  .p-md-3 {
    padding: 3rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important; }
  .p-md-4 {
    padding: 4.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4.5rem !important; }
  .p-md-5 {
    padding: 9rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 9rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 9rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 9rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 9rem !important; }
  .m-md-n1 {
    margin: -0.75rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.75rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.75rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.75rem !important; }
  .m-md-n2 {
    margin: -1.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1.5rem !important; }
  .m-md-n3 {
    margin: -3rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3rem !important; }
  .m-md-n4 {
    margin: -4.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4.5rem !important; }
  .m-md-n5 {
    margin: -9rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -9rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -9rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -9rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -9rem !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.75rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.75rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.75rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.75rem !important; }
  .m-lg-2 {
    margin: 1.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.5rem !important; }
  .m-lg-3 {
    margin: 3rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important; }
  .m-lg-4 {
    margin: 4.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4.5rem !important; }
  .m-lg-5 {
    margin: 9rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 9rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 9rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 9rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 9rem !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.75rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.75rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.75rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.75rem !important; }
  .p-lg-2 {
    padding: 1.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.5rem !important; }
  .p-lg-3 {
    padding: 3rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important; }
  .p-lg-4 {
    padding: 4.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4.5rem !important; }
  .p-lg-5 {
    padding: 9rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 9rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 9rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 9rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 9rem !important; }
  .m-lg-n1 {
    margin: -0.75rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.75rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.75rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.75rem !important; }
  .m-lg-n2 {
    margin: -1.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1.5rem !important; }
  .m-lg-n3 {
    margin: -3rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3rem !important; }
  .m-lg-n4 {
    margin: -4.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4.5rem !important; }
  .m-lg-n5 {
    margin: -9rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -9rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -9rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -9rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -9rem !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: 1200px) {
  .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.75rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.75rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.75rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.75rem !important; }
  .m-xl-2 {
    margin: 1.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.5rem !important; }
  .m-xl-3 {
    margin: 3rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important; }
  .m-xl-4 {
    margin: 4.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4.5rem !important; }
  .m-xl-5 {
    margin: 9rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 9rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 9rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 9rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 9rem !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.75rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.75rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.75rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.75rem !important; }
  .p-xl-2 {
    padding: 1.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.5rem !important; }
  .p-xl-3 {
    padding: 3rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important; }
  .p-xl-4 {
    padding: 4.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4.5rem !important; }
  .p-xl-5 {
    padding: 9rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 9rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 9rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 9rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 9rem !important; }
  .m-xl-n1 {
    margin: -0.75rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.75rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.75rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.75rem !important; }
  .m-xl-n2 {
    margin: -1.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1.5rem !important; }
  .m-xl-n3 {
    margin: -3rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3rem !important; }
  .m-xl-n4 {
    margin: -4.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4.5rem !important; }
  .m-xl-n5 {
    margin: -9rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -9rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -9rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -9rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -9rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

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

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

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

.text-truncate {
  overflow: hidden;
  -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: 375px) {
  .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: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  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;
  width: 100%; }

.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;
  -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: 1000ms;
          animation-duration: 1000ms;
  -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; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	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 {
  -ms-transform: scale(1.3, 1.3);
  -webkit-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%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
a,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

img,
object,
embed,
video,
iframe {
  max-width: 100%; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: middle; }

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

input,
select {
  vertical-align: middle; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

input[type='radio'] {
  vertical-align: text-bottom; }

input[type='checkbox'] {
  vertical-align: bottom; }

input:focus,
textarea:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

small {
  font-size: 85%; }

strong,
th {
  font-weight: bold; }

td,
td img {
  vertical-align: top; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif; }

label,
input[type='button'],
input[type='submit'],
button {
  cursor: pointer; }

body,
select,
input,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

button,
input,
select,
textarea {
  margin: 0;
  resize: none;
  color: inherit;
  font: inherit;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a,
button {
  outline: 0; }

button {
  width: auto;
  overflow: visible; }

textarea {
  overflow: auto; }

ins {
  background: #fcd700;
  color: #000;
  text-decoration: none; }

mark {
  background: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #1a1736;
  background: #fff;
  overscroll-behavior-y: none;
  font-weight: 400; }
  @media (max-width: 1023.98px) {
    body {
      padding-top: 75px; } }

a {
  color: inherit;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

p {
  font-size: 18px;
  line-height: 38px;
  font-weight: 400; }

img {
  max-width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500; }

h1,
.h1,
.title {
  font-size: 48px;
  line-height: 56px; }
  @media (max-width: 1023.98px) {
    h1,
    .h1,
    .title {
      font-size: 40px;
      line-height: 48px; } }

h2,
.h2 {
  font-size: 20px;
  line-height: 28px; }

h3,
.h3 {
  font-size: 18px;
  line-height: 26px; }

h4,
.h4 {
  font-size: 16px;
  line-height: 24px; }

h5,
.h5 {
  font-size: 14px;
  line-height: 20px; }

h6,
.h6 {
  font-size: 12px;
  line-height: 18px; }

.sectiontitle {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 8px;
  border-left: 1px solid #1a1736; }
  @media (max-width: 1023.98px) {
    .sectiontitle {
      font-size: 16px; } }

.container {
  padding: 0;
  position: relative;
  width: calc(100% - 78px);
  max-width: 1218px; }
  @media (max-width: 767.98px) {
    .container {
      width: calc(100% - 35px); } }

.custom-scrollbar {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .custom-scrollbar::-webkit-scrollbar-track {
    background-color: #333; }
  .custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333; }
  .custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #666; }

.adsbygoogle {
  background: transparent; }

.google-auto-placed {
  display: none; }

#ad-group-12070 {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto; }
  @media (max-width: 1023.98px) {
    #ad-group-12070 {
      display: block; } }

#ad-group-12077 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto; }
  @media (max-width: 1023.98px) {
    #ad-group-12077 {
      display: none; } }

#ad-header {
  width: 700px;
  height: 100px;
  background: transparent;
  display: block;
  position: relative;
  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;
  margin: 20px auto; }
  @media (max-width: 1023.98px) {
    #ad-header {
      width: 90%;
      height: auto;
      display: none; } }

#ad-home-bottom-mostpopular {
  width: 850px;
  height: 180px;
  background: transparent;
  display: none;
  position: relative;
  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;
  margin: 20px auto; }
  @media (max-width: 1023.98px) {
    #ad-home-bottom-mostpopular {
      width: 90%;
      height: 280px;
      display: block; } }

#ad-home-bottom-news {
  width: 850px;
  height: 180px;
  background: transparent;
  display: block;
  position: relative;
  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;
  margin: 20px auto; }
  @media (max-width: 1023.98px) {
    #ad-home-bottom-news {
      width: 90%;
      height: 280px; } }

#ad-home-bottom-business {
  width: 800px;
  height: 100px;
  background: transparent;
  display: block;
  position: relative;
  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;
  margin: 20px auto; }
  @media (max-width: 1023.98px) {
    #ad-home-bottom-business {
      width: 90%;
      height: 280px; } }

#ad-home-bottom-have-your-say {
  width: 800px;
  height: 100px;
  background: transparent;
  display: block;
  position: relative;
  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;
  margin: 20px auto; }
  @media (max-width: 1023.98px) {
    #ad-home-bottom-have-your-say {
      width: 90%;
      height: 280px; } }

#ad-home-bottom-life {
  width: 850px;
  height: 180px;
  background: transparent;
  display: block;
  position: relative;
  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;
  margin: 20px auto; }
  @media (max-width: 1023.98px) {
    #ad-home-bottom-life {
      width: 90%;
      height: 280px; } }

#ad-home-bottom-entertainment {
  width: 800px;
  height: 100px;
  background: transparent;
  display: block;
  position: relative;
  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;
  margin: 20px auto; }
  @media (max-width: 1023.98px) {
    #ad-home-bottom-entertainment {
      width: 90%;
      height: 280px; } }

#ad-list-categories-desktop {
  position: absolute;
  right: 0;
  width: 280px;
  height: 990px;
  background: transparent;
  display: block; }
  @media (max-width: 1023.98px) {
    #ad-list-categories-desktop {
      display: none; } }

#ad-list-categories-mobile {
  width: 90%;
  height: 280px;
  background: transparent;
  display: none;
  position: relative;
  margin: 20px auto; }
  @media (max-width: 1023.98px) {
    #ad-list-categories-mobile {
      display: block; } }

#ad-internal-cat-pagination {
  width: 800px;
  height: 100px;
  background: transparent;
  display: block;
  position: relative;
  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;
  margin: 20px auto; }
  @media (max-width: 1023.98px) {
    #ad-internal-cat-pagination {
      width: 90%;
      height: 280px; } }

#ad-internal-cat-bottompage {
  width: 850px;
  height: 180px;
  background: transparent;
  display: block;
  position: relative;
  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;
  margin: 20px auto; }
  @media (max-width: 1023.98px) {
    #ad-internal-cat-bottompage {
      width: 90%;
      height: 280px; } }

.breadcrump {
  margin-bottom: 33px; }
  .breadcrump .container * {
    font-size: 12px;
    display: inline-block;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase; }
  .breadcrump span {
    margin: 0 7px; }
  .breadcrump a {
    opacity: 0.3; }
    @media (min-width: 1024px) {
      .breadcrump a:hover {
        opacity: 1; } }
  @media (max-width: 1023.98px) {
    .breadcrump {
      margin-bottom: 16px; }
      .breadcrump span {
        margin: 0 8px; } }

.hideDesktop {
  display: none; }
  @media (max-width: 1023.98px) {
    .hideDesktop {
      display: block; } }

@media (max-width: 1023.98px) {
  .hideMobile {
    display: none; } }

.navbrand {
  width: 375px;
  height: 56px; }
  .navbrand a {
    width: 100%;
    height: 100%;
    background: url("../img/layout/logo-our-today.svg") no-repeat left top;
    background-size: contain;
    text-indent: -999em;
    display: block; }

.newsletter p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 14px;
  font-weight: 500; }

.newsletter form {
  width: 339px;
  height: 48px;
  position: relative; }
  .newsletter form input {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: none;
    border-radius: 2px;
    padding: 0 62px 0 14px;
    font-size: 16px;
    font-weight: 500;
    color: #fff; }
  .newsletter form button {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 2px;
    color: #1a1736;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    -moz-text-align-last: center;
         text-align-last: center;
    position: absolute;
    top: 0;
    right: 0; }
    @media (min-width: 1024px) {
      .newsletter form button:hover {
        background: #fcfc00; } }

.bt-category {
  height: 32px;
  line-height: 32px;
  padding: 0 8.5px;
  border-radius: 2px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  text-align: center; }
  @media (min-width: 1024px) {
    .bt-category:hover {
      color: #fff !important;
      text-decoration: none; } }
  @media (max-width: 1023.98px) {
    .bt-category {
      padding: 0 11px;
      font-size: 12px; } }

.btn {
  font-size: 11px;
  color: #fff;
  line-height: 24px; }
  @media (max-width: 1023.98px) {
    .btn {
      font-size: 13px; } }

.bt-read {
  padding-left: 32px;
  background: url("../img/layout/bt-arrow.svg") no-repeat left center;
  background-size: contain; }
  @media (min-width: 1024px) {
    .bt-read:hover {
      background: url("../img/layout/bt-arrow-hover.svg") no-repeat left center;
      background-size: contain; } }

.bt-watch {
  padding-left: 40px;
  background: url("../img/layout/bt-video.svg") no-repeat left center;
  background-size: contain; }
  @media (min-width: 1024px) {
    .bt-watch:hover {
      background: url("../img/layout/bt-video-hover.svg") no-repeat left center;
      background-size: contain; } }

.bt-seeMore {
  width: 100%;
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
  background: #f2f5f8;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden; }
  .bt-seeMore span {
    margin: 0 auto;
    display: inline-block;
    padding-right: 14px;
    background: url("../img/layout/arrow-dropdown.svg") no-repeat right center; }
  .bt-seeMore.hide {
    height: 0;
    opacity: 0;
    margin: 0 !important; }

.owl-carousel .owl-nav button {
  width: 32px;
  height: 32px;
  text-indent: -999em; }
  .owl-carousel .owl-nav button.owl-prev {
    background: url("../img/layout/bt-left.svg") no-repeat left center;
    background-size: contain; }
    @media (min-width: 1024px) {
      .owl-carousel .owl-nav button.owl-prev:hover {
        background: url("../img/layout/bt-left-hover.svg") no-repeat left center;
        background-size: contain; } }
  .owl-carousel .owl-nav button.owl-next {
    background: url("../img/layout/bt-right.svg") no-repeat left center;
    background-size: contain; }
    @media (min-width: 1024px) {
      .owl-carousel .owl-nav button.owl-next:hover {
        background: url("../img/layout/bt-right-hover.svg") no-repeat left center;
        background-size: contain; } }

.component-dados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .component-dados a,
  .component-dados span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 13px;
    margin-right: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .component-dados a span,
    .component-dados span span {
      width: 1px;
      height: 10px;
      display: inline-block;
      margin: 1px 0 0 7px; }
    .component-dados a:last-child,
    .component-dados span:last-child {
      margin-right: 0; }
  .component-dados .data {
    opacity: 0.4; }
  @media (max-width: 1023.98px) {
    .component-dados a {
      font-size: 12px;
      line-height: 15px; } }

.component-thumb {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: block;
  line-height: 0;
  width: 100%; }
  .component-thumb.supersmall {
    max-width: 56px;
    height: 56px;
    border-radius: 2px; }
  .component-thumb.small {
    max-width: 102px;
    height: 102px; }
  .component-thumb.medium {
    max-width: 390px;
    height: 354px; }
    @media (min-width: 1024px) {
      .component-thumb.medium:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
                transform: translate(-50%, -50%) scale(1.1); } }
  .component-thumb.medium2 {
    max-width: 287px;
    height: 208px; }
  .component-thumb img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  @media (max-width: 1023.98px) {
    .component-thumb.supersmall {
      max-width: 64px;
      height: 64px; }
    .component-thumb.small {
      max-width: 88px;
      height: 88px; }
    .component-thumb.medium {
      max-width: none;
      height: 300px; }
    .component-thumb.medium2 {
      max-width: none;
      height: 239px; } }

.bg-cat-page {
  background: #1a1736; }

.color-cat-page {
  color: #1a1736; }

.border-cat-page {
  border-color: #1a1736; }

@media (min-width: 1024px) {
  .bg-article-page-hover:hover {
    background: rgba(26, 23, 54, 0.1); }
  .bt-cat-page:hover {
    background: #1a1736; }
  .link-cat-page:hover {
    color: #252147; } }

.component-linkarticle {
  width: 100%; }
  .component-linkarticle .content-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1024px) {
      .component-linkarticle .content-article:hover .component-thumb img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
                transform: translate(-50%, -50%) scale(1.1); } }
  .component-linkarticle.offer .content-article {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial; }
  @media (min-width: 1024px) {
    .component-linkarticle.offer:hover .btOff {
      background: #1a1736;
      color: #fff; }
    .component-linkarticle.offer:hover .thumbOffer img,
    .component-linkarticle.offer:hover .component-thumb img {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
          -ms-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1); } }
  .component-linkarticle.supersmall {
    width: 252px;
    height: 56px; }
    .component-linkarticle.supersmall header {
      margin-left: 12px;
      width: calc(100% - 68px);
      max-height: 100%;
      overflow: hidden; }
    .component-linkarticle.supersmall .component-dados {
      margin-bottom: 4px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .component-linkarticle.small {
    max-width: 399px;
    height: auto; }
    .component-linkarticle.small header {
      margin-left: 16px;
      width: calc(100% - 118px);
      max-height: 100%;
      overflow: hidden; }
    .component-linkarticle.small .component-dados {
      margin-bottom: 9px; }
  .component-linkarticle.medium {
    max-width: 390px;
    height: auto; }
    .component-linkarticle.medium header {
      margin-top: 23px;
      width: 100%; }
    .component-linkarticle.medium .component-dados {
      margin-bottom: 6px; }
    @media (min-width: 1024px) {
      .component-linkarticle.medium:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
                transform: translate(-50%, -50%) scale(1.1); }
      .component-linkarticle.medium:hover h3 a {
        text-decoration: underline; }
      .component-linkarticle.medium a:hover {
        text-decoration: underline; } }
  .component-linkarticle.medium2 {
    max-width: 803px;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .component-linkarticle.medium2 header,
    .component-linkarticle.medium2 .contentCardOffer {
      margin-left: 23px;
      width: calc(100% - 310px);
      max-height: 100%;
      overflow: hidden; }
    .component-linkarticle.medium2 header h3 {
      margin-bottom: 8px; }
    .component-linkarticle.medium2 header p {
      font-size: 13px;
      line-height: 24px;
      opacity: 0.6; }
    .component-linkarticle.medium2 .component-dados {
      margin-bottom: 17px; }
      .component-linkarticle.medium2 .component-dados .bt-category {
        display: inline-block;
        font-size: 11px;
        line-height: 32px;
        border-style: solid;
        border-width: 1px; }
        @media (min-width: 1024px) {
          .component-linkarticle.medium2 .component-dados .bt-category:hover {
            color: #fff !important; } }
      .component-linkarticle.medium2 .component-dados span {
        font-size: 12px; }
  @media (max-width: 1023.98px) {
    .component-linkarticle.supersmall {
      max-width: 284px;
      height: 67px; }
      .component-linkarticle.supersmall header {
        margin-left: 8px;
        width: calc(100% - 72px); }
      .component-linkarticle.supersmall .component-dados {
        margin-bottom: 8px; }
    .component-linkarticle.small {
      max-width: none; }
    .component-linkarticle.medium2 {
      max-width: none;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .component-linkarticle.medium2 .component-thumb {
        margin-bottom: 14px; }
      .component-linkarticle.medium2 header,
      .component-linkarticle.medium2 .contentCardOffer {
        margin-left: 0;
        width: 100%;
        max-height: none;
        overflow: hidden; }
        .component-linkarticle.medium2 header h3,
        .component-linkarticle.medium2 .contentCardOffer h3 {
          margin-bottom: 10px;
          font-size: 22px; }
        .component-linkarticle.medium2 header p,
        .component-linkarticle.medium2 .contentCardOffer p {
          line-height: 20px; }
      .component-linkarticle.medium2 .component-dados {
        margin-bottom: 10px; }
        .component-linkarticle.medium2 .component-dados .bt-category {
          display: inline-block;
          font-size: 12px;
          line-height: 15px;
          border: none;
          border-right: 1px solid #1a1736;
          padding-left: 0;
          height: auto; } }

.component-card {
  overflow: hidden;
  position: relative;
  display: block;
  line-height: 0;
  z-index: 0;
  width: 100%;
  height: 100%; }
  .component-card img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .component-card:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/layout/hover-card-medium.png") repeat-x left bottom;
    z-index: 1; }

.component-cardarticle {
  position: relative;
  width: 100%;
  height: 336px; }
  .component-cardarticle.medium {
    max-width: 286px; }
  .component-cardarticle.large {
    min-width: 286px;
    max-width: 596px; }
  .component-cardarticle header {
    width: 100%;
    height: 113px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 23px 19px;
    max-width: 286px;
    z-index: 20; }
  .component-cardarticle a,
  .component-cardarticle span {
    color: #fff; }
    .component-cardarticle a.data,
    .component-cardarticle span.data {
      opacity: 1; }
  .component-cardarticle .component-dados {
    margin-bottom: 9px; }
    .component-cardarticle .component-dados a span,
    .component-cardarticle .component-dados span span {
      background-color: #fff; }
  @media (min-width: 1024px) {
    .component-cardarticle:hover h3 {
      text-decoration: underline; }
    .component-cardarticle:hover img {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
          -ms-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1); }
    .component-cardarticle a:hover {
      text-decoration: underline; } }
  @media (max-width: 1023.98px) {
    .component-cardarticle {
      height: 400px; }
      .component-cardarticle.medium, .component-cardarticle.large {
        min-width: auto;
        max-width: none; } }

.component-publi {
  position: relative;
  width: 100%;
  height: 336px;
  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; }
  .component-publi.medium {
    max-width: 286px; }
  .component-publi.large {
    min-width: 286px;
    max-width: 596px; }
  @media (max-width: 1023.98px) {
    .component-publi {
      height: 400px; }
      .component-publi.medium, .component-publi.large {
        min-width: auto;
        max-width: none; } }
  @media (max-width: 767.98px) {
    .component-publi {
      height: auto; } }

.entry .gallery,
.entry .wp-block-gallery {
  margin-bottom: 60px; }

.entry p,
.entry h1 {
  margin-bottom: 50px; }

.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6,
.entry .wp-block-buttons {
  margin-bottom: 30px; }

.entry h2 {
  font-size: 24px;
  line-height: 32px; }

.entry blockquote,
.entry q,
.entry .wp-block-verse,
.entry .wp-block-code {
  width: 100%;
  background: #f2f5f8;
  border-radius: 14px;
  padding: 49px 109px 53px;
  margin: 80px auto; }
  .entry blockquote *,
  .entry q *,
  .entry .wp-block-verse *,
  .entry .wp-block-code * {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: auto; }
    .entry blockquote *:last-child,
    .entry q *:last-child,
    .entry .wp-block-verse *:last-child,
    .entry .wp-block-code *:last-child {
      font-size: 14px;
      line-height: 18px;
      font-weight: 500; }
      .entry blockquote *:last-child:first-child,
      .entry q *:last-child:first-child,
      .entry .wp-block-verse *:last-child:first-child,
      .entry .wp-block-code *:last-child:first-child {
        font-size: 24px;
        line-height: 40px;
        font-weight: 600; }
  .entry blockquote hr,
  .entry q hr,
  .entry .wp-block-verse hr,
  .entry .wp-block-code hr {
    max-width: 34px;
    margin: 18px auto 21px;
    border-color: #1a1736; }

.entry img,
.entry .wp-caption {
  max-width: 100%;
  height: auto; }

.entry ul {
  list-style: inherit; }
  .entry ul ul {
    list-style: circle; }

.entry ul,
.entry ol,
.entry ul ul,
.entry ol ol,
.entry ul ol,
.entry ol ul {
  list-style-position: inside; }

.entry ul,
.entry ol {
  margin-bottom: 40px; }
  .entry ul ul,
  .entry ul ol,
  .entry ol ul,
  .entry ol ol {
    margin-top: 10px;
    padding-left: 20px;
    margin-bottom: 10px; }
  .entry ul li,
  .entry ol li {
    margin-bottom: 10px; }

.entry em {
  font-style: italic; }

.entry strong,
.entry b {
  font-weight: 600; }

.entry .wp-block-table {
  overflow: inherit;
  margin: 60px auto; }

.entry td {
  border: 1px solid #f2f5f8;
  padding: 10px; }

.entry .wp-block-image,
.entry .wp-block-cover,
.entry .wp-block-media-text {
  margin: 0 auto 60px; }

.entry .adds {
  margin: 90px auto;
  padding: 0; }

.entry .wp-block-separator {
  border-color: #f2f5f8;
  margin: 60px auto; }

.entry figcaption {
  margin-top: 16px;
  font-size: 14px;
  color: #90a2b0; }
  .entry figcaption b {
    font-weight: 600; }

.entry .wp-block-embed {
  margin: 86px auto 84px;
  width: 100%;
  padding-top: 56.25%;
  position: relative; }
  .entry .wp-block-embed iframe,
  .entry .wp-block-embed .wp-block-embed__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.entry .has-drop-cap img {
  height: auto; }

.entry *:last-child {
  margin-bottom: 0; }

.entry .singleFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 86px auto 96px; }
  .entry .singleFooter h6 {
    display: none; }

.entry .tags {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .entry .tags .bt-category {
    min-width: 80px;
    background: #f2f5f8;
    color: #90a2b0;
    margin: 0 4px; }
    .entry .tags .bt-category:first-of-type {
      margin-left: 0; }
    .entry .tags .bt-category:last-child {
      margin-right: 0; }
    @media (min-width: 1024px) {
      .entry .tags .bt-category:hover {
        color: #fff; } }

.entry .share {
  margin: 0 0 0 auto; }

.entry .owl-carouselSingle {
  width: 100%;
  padding-bottom: 7px; }
  .entry .owl-carouselSingle figure {
    display: block; }
  .entry .owl-carouselSingle .blocks-gallery-item__caption {
    position: relative;
    bottom: auto;
    width: auto;
    display: inline-block;
    height: auto;
    color: #90a2b0;
    font-size: 14px;
    background: none;
    padding: 0;
    line-height: 18px; }
  .entry .owl-carouselSingle .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    background: #fff; }
    .entry .owl-carouselSingle .owl-nav button {
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .entry .owl-carouselSingle .owl-nav button.owl-prev {
      background-image: url("../img/layout/bt-left-single.svg"); }
    .entry .owl-carouselSingle .owl-nav button.owl-next {
      background-image: url("../img/layout/bt-right-single.svg");
      margin-left: 5px; }
    @media (min-width: 1024px) {
      .entry .owl-carouselSingle .owl-nav button.owl-prev:hover {
        background-image: url("../img/layout/bt-left-single-hover.svg"); }
      .entry .owl-carouselSingle .owl-nav button.owl-next:hover {
        background-image: url("../img/layout/bt-right-single-hover.svg"); } }

@media (max-width: 1023.98px) {
  .entry p,
  .entry h1,
  .entry .gallery,
  .entry .wp-block-gallery {
    margin-bottom: 50px; }
  .entry h2,
  .entry h3,
  .entry h4,
  .entry h5,
  .entry h6,
  .entry .wp-block-buttons {
    margin-bottom: 25px; }
  .entry ul,
  .entry ol {
    margin-bottom: 50px; }
    .entry ul ul,
    .entry ul ol,
    .entry ol ul,
    .entry ol ol {
      margin-bottom: 10px; }
  .entry h2 {
    font-size: 20px;
    line-height: 38px; }
  .entry blockquote,
  .entry q,
  .entry .wp-block-verse,
  .entry .wp-block-code {
    padding: 37px 40px 49px;
    margin: 60px auto; }
    .entry blockquote hr,
    .entry q hr,
    .entry .wp-block-verse hr,
    .entry .wp-block-code hr {
      margin: 30px auto 21px; }
  .entry .wp-block-image,
  .entry .wp-block-cover,
  .entry .wp-block-media-text {
    margin: 0 auto 50px; }
  .entry .adds {
    margin: 60px auto;
    padding: 0;
    width: 720px; }
  .entry figcaption {
    font-size: 11px; }
  .entry .wp-block-embed {
    margin: 50px auto; } }

@media only screen and (max-width: 880px) {
  .entry .adds {
    width: calc(100% + 112px);
    margin: 60px -56px; } }

@media (max-width: 767.98px) {
  .entry .gallery,
  .entry .wp-block-gallery {
    margin-bottom: 40px; }
  .entry blockquote,
  .entry q,
  .entry .wp-block-verse,
  .entry .wp-block-code {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 45px 20px; }
    .entry blockquote hr,
    .entry q hr,
    .entry .wp-block-verse hr,
    .entry .wp-block-code hr {
      margin: 36px auto 21px; }
  .entry .adds {
    margin: 48px auto;
    width: 300px; }
    .entry .adds:last-child {
      margin: 64px auto; } }

#offerCode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none; }
  #offerCode.open {
    z-index: 99999;
    display: block; }
  #offerCode .bgofferCode {
    width: 100%;
    height: 100%;
    background: rgba(26, 23, 54, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  #offerCode .lightbox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 50;
    max-width: 497px;
    min-height: 416px;
    background: #fff;
    border-radius: 4px;
    padding: 77.5px 15px; }
    #offerCode .lightbox .content {
      width: 100%;
      max-width: 390px;
      margin: 0 auto; }
    #offerCode .lightbox .btCloseOffer {
      width: 24px;
      height: 24px;
      background: url("../img/layout/bt-closeOffer.svg") no-repeat left top;
      position: absolute;
      top: 8px;
      right: 8px;
      text-indent: -999em; }
  #offerCode .topCard {
    margin-bottom: 26px; }
  #offerCode h4 {
    margin-bottom: 27.5px; }
  #offerCode hr {
    border-color: #e8eaee;
    margin: 0 auto 25.5px; }
  #offerCode .formCode {
    width: 100%; }
    #offerCode .formCode p {
      font-size: 14px;
      line-height: 24px;
      font-weight: 500;
      margin-bottom: 13px; }
    #offerCode .formCode .contentForm {
      width: 100%;
      height: 48px;
      position: relative; }
      #offerCode .formCode .contentForm input,
      #offerCode .formCode .contentForm .btCopy {
        height: 100%;
        font-size: 14px;
        font-weight: 500;
        border-radius: 2px;
        line-height: 100%; }
      #offerCode .formCode .contentForm input[type='email'] {
        width: 100%;
        border: 1px solid rgba(26, 23, 54, 0.3);
        color: #1a1736;
        padding: 0 59px 0 11px;
        z-index: 10; }
      #offerCode .formCode .contentForm input[type='submit'],
      #offerCode .formCode .contentForm .btCopy {
        position: absolute;
        top: 0;
        right: 0;
        width: 73px;
        z-index: 20;
        border: 1px solid #1a1736;
        background: #1a1736;
        color: #fff; }
      #offerCode .formCode .contentForm input[type='text'] {
        width: 100%;
        color: #1a1736;
        padding: 0 59px 0 11px;
        z-index: 10;
        background: #dce5ed; }
    #offerCode .formCode.hide {
      display: none; }
  @media (max-width: 1023.98px) {
    #offerCode .lightbox {
      max-width: 450px;
      min-height: 359px;
      padding: 48px 75px; }
      #offerCode .lightbox .btCloseOffer {
        width: 32px;
        height: 32px;
        background-size: 100% auto;
        top: 4px;
        right: 4px; }
    #offerCode h4 {
      margin-bottom: 29.5px; }
    #offerCode .formCode .contentForm {
      height: 48px;
      position: relative; }
      #offerCode .formCode .contentForm input,
      #offerCode .formCode .contentForm .btCopy {
        height: 100%;
        font-size: 14px;
        font-weight: 500;
        border-radius: 2px;
        line-height: 100%; }
      #offerCode .formCode .contentForm input[type='email'] {
        padding: 0 99px 0 11px; }
      #offerCode .formCode .contentForm input[type='submit'],
      #offerCode .formCode .contentForm .btCopy {
        width: 80px; }
      #offerCode .formCode .contentForm input[type='text'] {
        padding: 0 99px 0 11px; } }
  @media (max-width: 767.98px) {
    #offerCode .lightbox {
      max-width: 340px;
      padding: 48px 20px; } }

.addtop {
  padding: 16px 0; }
  .addtop .contentAdd {
    max-width: 728px;
    height: 90px;
    margin: 0 auto;
    background: #000; }
  @media (max-width: 1023.98px) {
    .addtop {
      display: none; } }

.addhome1 .contentAdd {
  height: 250px; }

.addhome2 .contentAdd {
  height: 90px; }

.addhome {
  padding: 0 0 64px; }
  .addhome .contentAdd {
    max-width: 970px;
    margin: 0 auto; }
  @media (max-width: 1023.98px) {
    .addhome .contentAdd {
      max-width: 720px;
      height: 300px; } }
  @media (max-width: 767.98px) {
    .addhome .contentAdd {
      max-width: 300px;
      height: 250px; } }

.ads {
  background: #1a1736; }
  .ads.type-side {
    width: calc(33.33% - 12px);
    max-width: 300px;
    height: 1050px; }
  .ads.type-line {
    width: 100%;
    max-width: 728px;
    height: 90px;
    margin: 0 auto; }
    @media (max-width: 1023.98px) {
      .ads.type-line {
        max-width: 720px;
        height: 300px; } }
    @media only screen and (max-width: 797px) {
      .ads.type-line {
        width: 105%;
        margin: 64px -15px; } }
    @media (max-width: 767.98px) {
      .ads.type-line {
        width: 300px;
        height: 250px;
        margin: 0 auto; } }

#adArchive-side {
  margin: 0 0 0 auto; }
  #adArchive-side.fixed1 {
    position: fixed;
    top: 59px; }
  @media (max-width: 1023.98px) {
    #adArchive-side {
      display: none; } }

#adArchive-bottom {
  display: block;
  margin-top: 56px;
  margin-bottom: 0; }
  @media (max-width: 1023.98px) {
    #adArchive-bottom {
      margin-top: 64px; } }

.archivepost {
  padding: 34px 0 64px; }
  .archivepost .breadcrump .container * {
    font-size: 11px;
    line-height: 14px; }
  .archivepost .featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px; }
    .archivepost .featured .principal {
      width: calc(66.66% - 12px);
      margin-right: 24px;
      height: 480px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .archivepost .featured .principal .thumb {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 0; }
        .archivepost .featured .principal .thumb img {
          min-width: 100%;
          min-height: 100%;
          max-width: none;
          width: auto;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          z-index: 1;
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .archivepost .featured .principal .thumb:after {
          content: '';
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          background: url("../img/layout/hover-banner-category.svg") no-repeat left bottom; }
      .archivepost .featured .principal header {
        position: relative;
        z-index: 20;
        padding: 65px 80px; }
      .archivepost .featured .principal .dados {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 17px; }
      .archivepost .featured .principal .data {
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
        margin-left: 8px; }
      .archivepost .featured .principal .title {
        max-width: 470px;
        margin-bottom: 17px;
        font-size: 24px;
        line-height: 32px; }
        .archivepost .featured .principal .title a {
          color: #fff; }
      .archivepost .featured .principal .bts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .archivepost .featured .principal .bts .btn {
          margin-left: 40px; }
          .archivepost .featured .principal .bts .btn:first-child {
            margin-left: 0; }
      @media (min-width: 1024px) {
        .archivepost .featured .principal:hover img {
          -webkit-transform: translate(-50%, -50%) scale(1.1);
              -ms-transform: translate(-50%, -50%) scale(1.1);
                  transform: translate(-50%, -50%) scale(1.1); }
        .archivepost .featured .principal:hover .title {
          text-decoration: underline; } }
    .archivepost .featured .more-featured {
      width: calc(33.33% - 12px); }
      .archivepost .featured .more-featured .component-linkarticle {
        margin-bottom: 24px; }
        .archivepost .featured .more-featured .component-linkarticle:last-child {
          margin-bottom: 0; }
  .archivepost hr {
    border-color: #1a1736;
    margin-bottom: 64px; }
  .archivepost .linkpost {
    margin-bottom: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(66.66% - 12px);
    max-width: 803px; }
    .archivepost .linkpost h2 {
      width: calc(50% - 12px);
      display: block; }
      .archivepost .linkpost h2:first-child {
        margin-right: 24px; }
    .archivepost .linkpost a {
      width: 100%;
      height: 48px;
      border: 1px solid #1a1736;
      font-size: 14px;
      line-height: 46px;
      display: block;
      text-align: center;
      border-radius: 2px;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .archivepost .linkpost a.selected {
        background: #1a1736;
        color: #fff; }
      @media (min-width: 1024px) {
        .archivepost .linkpost a:hover {
          background: #1a1736;
          color: #fff; } }
  .archivepost .content-allposts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .archivepost .content-posts {
    width: calc(66.66% - 12px);
    max-width: 803px;
    margin-right: 24px; }
    .archivepost .content-posts .addlistpost {
      width: 100%;
      max-width: 728px;
      height: 90px;
      margin: 40px auto;
      background: #1a1736;
      display: none; }
      .archivepost .content-posts .addlistpost.bottom {
        display: block;
        margin-top: 56px;
        margin-bottom: 0; }
  .archivepost .blockPost {
    width: 100%;
    display: none; }
    .archivepost .blockPost.view {
      display: block; }
    .archivepost .blockPost .component-linkarticle {
      padding: 24px 0;
      border-bottom: 1px solid #e8eaee; }
    .archivepost .blockPost .alm-reveal:nth-of-type(1) .addlistpost.desktop {
      display: block; }
    .archivepost .blockPost .alm-reveal:nth-of-type(1) .component-linkarticle:nth-of-type(1) {
      padding-top: 0; }
    .archivepost .blockPost .alm-reveal:last-of-type .component-linkarticle:last-of-type {
      padding-bottom: 0;
      border-bottom: none; }
    .archivepost .blockPost .alm-btn-wrap {
      padding: 0;
      margin: 0; }
    .archivepost .blockPost .ajax-load-more-wrap .alm-load-more-btn {
      width: 100%;
      height: 48px;
      border: 1px solid #1a1736;
      font-size: 14px;
      line-height: 46px;
      display: block;
      text-align: center;
      border-radius: 2px;
      margin: 56px 0 0;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media (min-width: 1024px) {
        .archivepost .blockPost .ajax-load-more-wrap .alm-load-more-btn:hover {
          background: #1a1736;
          color: #fff; } }
      .archivepost .blockPost .ajax-load-more-wrap .alm-load-more-btn.done {
        display: none; }
  .archivepost .addsidepost {
    width: calc(33.33% - 12px);
    max-width: 300px;
    height: 1050px;
    background: #1a1736;
    margin: 0 0 0 auto; }
  @media (max-width: 1023.98px) {
    .archivepost {
      padding: 17px 0 64px; }
      .archivepost .featured {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 32px; }
        .archivepost .featured .principal {
          width: 100%;
          margin-right: 0;
          height: 399px;
          margin-bottom: 25px; }
          .archivepost .featured .principal .thumb:after {
            background: url("../img/layout/hover-banner-category-tablet.svg") no-repeat left bottom; }
          .archivepost .featured .principal header {
            padding: 32px 98px 32px 41px; }
          .archivepost .featured .principal .dados {
            margin-bottom: 13px; }
          .archivepost .featured .principal .data {
            font-size: 12px; }
          .archivepost .featured .principal .title {
            max-width: none;
            margin-bottom: 0;
            font-size: 22px; }
          .archivepost .featured .principal .bts {
            display: none; }
        .archivepost .featured .more-featured {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .archivepost .featured .more-featured .component-linkarticle {
            width: 50%;
            padding: 24px 15px;
            margin-bottom: 0;
            border-top: 1px solid #e8eaee; }
            .archivepost .featured .more-featured .component-linkarticle:nth-child(odd) {
              padding-left: 0; }
            .archivepost .featured .more-featured .component-linkarticle:nth-child(even) {
              padding-right: 0; }
      .archivepost hr {
        margin-bottom: 55px; }
      .archivepost .linkpost {
        margin-bottom: 47px;
        width: 100%;
        max-width: none; }
        .archivepost .linkpost h2 {
          width: calc(50% - 15px); }
          .archivepost .linkpost h2:first-child {
            margin-right: 30px; }
      .archivepost .content-allposts {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .archivepost .content-posts {
        width: 100%;
        max-width: none;
        margin-right: 0; }
        .archivepost .content-posts .addlistpost {
          width: 720px;
          height: 300px;
          margin: 64px auto;
          display: none; }
          .archivepost .content-posts .addlistpost.bottom {
            margin-top: 64px; }
      .archivepost .blockPost .component-linkarticle {
        width: 50%;
        padding: 24px 15px; }
        .archivepost .blockPost .component-linkarticle:nth-of-type(odd) {
          padding-left: 0; }
        .archivepost .blockPost .component-linkarticle:nth-of-type(even) {
          padding-right: 0; }
      .archivepost .blockPost .alm-reveal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .archivepost .blockPost .alm-reveal:first-child .addlistpost.desktop {
          display: none; }
        .archivepost .blockPost .alm-reveal:first-child .addlistpost.tablet {
          display: block; }
        .archivepost .blockPost .alm-reveal:first-child .component-linkarticle {
          display: block; }
          .archivepost .blockPost .alm-reveal:first-child .component-linkarticle:nth-of-type {
            border-bottom: 1px solid #e8eaee; }
          .archivepost .blockPost .alm-reveal:first-child .component-linkarticle:nth-of-type(5) {
            padding-bottom: 0;
            border-bottom: none; }
          .archivepost .blockPost .alm-reveal:first-child .component-linkarticle:nth-of-type(2), .archivepost .blockPost .alm-reveal:first-child .component-linkarticle:nth-of-type(8) {
            padding-top: 0; }
        .archivepost .blockPost .alm-reveal:last-child .component-linkarticle:last-of-type {
          padding-bottom: 0;
          border-bottom: none; }
        .archivepost .blockPost .alm-reveal:last-child .component-linkarticle:nth-last-of-type(2) {
          padding-bottom: 0;
          border-bottom: none; }
      .archivepost .blockPost .alm-btn-wrap {
        padding: 0;
        margin: 0; }
      .archivepost .blockPost .ajax-load-more-wrap .alm-load-more-btn {
        background: #1a1736;
        color: #fff;
        margin: 32px 0 0; }
      .archivepost .addsidepost {
        display: none; } }
  @media only screen and (max-width: 797px) {
    .archivepost .content-posts .addlistpost {
      margin: 64px -1%; } }
  @media (max-width: 767.98px) {
    .archivepost .featured {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 32px; }
      .archivepost .featured .principal {
        height: 400px;
        margin-bottom: 24px; }
        .archivepost .featured .principal .thumb:after {
          background: url("../img/layout/hover-banner-category-mobile.svg") no-repeat left bottom; }
        .archivepost .featured .principal header {
          padding: 20px 23px; }
      .archivepost .featured .more-featured .component-linkarticle {
        width: 100%;
        padding: 24px 0; }
        .archivepost .featured .more-featured .component-linkarticle:last-child {
          padding-bottom: 0;
          border: none; }
    .archivepost hr {
      margin: 56px auto; }
    .archivepost .linkpost {
      margin-bottom: 40px; }
    .archivepost .content-posts .addlistpost {
      width: 300px;
      height: 250px;
      margin: 64px auto; }
    .archivepost .blockPost .component-linkarticle {
      width: 100%;
      padding: 30px 0 22px; }
    .archivepost .blockPost .alm-reveal:first-child .addlistpost.desktop {
      display: none; }
    .archivepost .blockPost .alm-reveal:first-child .addlistpost.tablet {
      display: block; }
    .archivepost .blockPost .alm-reveal:first-child .component-linkarticle:nth-of-type(5) {
      padding-bottom: 22px;
      border-bottom: 1px solid #e8eaee; }
    .archivepost .blockPost .alm-reveal:first-child .component-linkarticle:nth-of-type(2), .archivepost .blockPost .alm-reveal:first-child .component-linkarticle:nth-of-type(8) {
      padding-top: 30px; }
    .archivepost .blockPost .alm-reveal:last-child .component-linkarticle:last-of-type {
      padding-bottom: 0;
      border-bottom: none; }
    .archivepost .blockPost .alm-reveal:last-child .component-linkarticle:nth-last-of-type(2) {
      padding-bottom: 22px;
      border-bottom: 1px solid #e8eaee; } }

#carouselHome {
  position: relative;
  width: 100%;
  overflow: hidden; }
  #carouselHome .owl-carouselHome {
    z-index: 10; }
    #carouselHome .owl-carouselHome .owl-item {
      width: 100%;
      height: 512px; }
    #carouselHome .owl-carouselHome .owl-nav {
      position: absolute;
      bottom: 120px;
      right: 50%;
      -webkit-transform: translateX(609px);
          -ms-transform: translateX(609px);
              transform: translateX(609px); }
      #carouselHome .owl-carouselHome .owl-nav .owl-next {
        margin-left: 4px; }
  #carouselHome .item {
    width: 100%;
    height: 100%;
    position: relative; }
  #carouselHome .thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0; }
    #carouselHome .thumb img {
      min-width: 100%;
      min-height: 100%;
      max-width: none;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1; }
    #carouselHome .thumb:after {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: url("../img/layout/hover-banner.svg") no-repeat left top;
      background-size: 100% auto; }
  #carouselHome .container {
    padding: 74px 0 0;
    height: 100%; }
  #carouselHome .dados {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 13px; }
  #carouselHome .data {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    margin-left: 8px; }
  #carouselHome .title {
    max-width: 803px;
    margin-bottom: 23px; }
    #carouselHome .title a {
      color: #fff; }
  #carouselHome .bts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #carouselHome .bts .btn {
      margin-left: 58px; }
      #carouselHome .bts .btn:first-child {
        margin-left: 0; }
  #carouselHome .cont {
    position: absolute;
    bottom: 126px;
    left: 0; }
    #carouselHome .cont span {
      color: #fff;
      line-height: 20px;
      font-weight: 500; }
    #carouselHome .cont .actual {
      font-size: 20px; }
    #carouselHome .cont .trace {
      font-size: 16px; }
    #carouselHome .cont .total {
      font-size: 11px;
      font-weight: 300; }
  #carouselHome .featured {
    width: 100%;
    height: 104px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20; }
    #carouselHome .featured .data {
      color: #1a1736;
      margin-left: 0; }
    #carouselHome .featured .container {
      width: calc(100% - 44px);
      background: #fff;
      max-width: 1266px;
      height: 100%;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
      padding: 24px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #carouselHome .featured .owl-stage-outer {
      padding-left: 24px; }
  @media only screen and (max-width: 1305px) {
    #carouselHome .owl-carouselHome .owl-nav {
      right: 39px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }
  @media (max-width: 1023.98px) {
    #carouselHome .owl-carouselHome .owl-item {
      height: 658px; }
    #carouselHome .owl-carouselHome .owl-nav {
      display: none; }
    #carouselHome .thumb:after {
      background-size: auto 100%;
      background-position: center top; }
    #carouselHome .container {
      padding-top: 150px; }
    #carouselHome .dados {
      margin-bottom: 31px; }
    #carouselHome .data {
      font-size: 12px;
      margin-left: 8px; }
    #carouselHome .title {
      max-width: 570px;
      margin-bottom: 32px; }
    #carouselHome .cont {
      display: none; }
    #carouselHome .featured {
      height: 96px; }
      #carouselHome .featured .container {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 16px 0; }
      #carouselHome .featured .owl-stage-outer {
        padding-left: 17px; } }
  @media (max-width: 1023.98px) {
    #carouselHome .owl-carouselHome .owl-item {
      height: 595px; }
    #carouselHome .container {
      padding-top: 71px; }
    #carouselHome .title {
      max-width: 100%;
      margin-bottom: 31px; }
    #carouselHome .featured {
      height: 96px; }
      #carouselHome .featured .container {
        width: 100%; } }

.wpcf7 {
  width: 100%;
  max-width: 803px; }
  .wpcf7 .line {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 24px; }
  .wpcf7 label {
    width: 100%;
    min-height: 48px;
    display: block;
    position: relative; }
    .wpcf7 label .placehold {
      color: rgba(26, 23, 54, 0.4);
      position: absolute;
      top: 15px;
      left: 16px;
      font-size: 14px;
      font-weight: 500;
      z-index: 20;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .wpcf7 label .country-list {
      z-index: 50;
      max-width: 100%; }
    .wpcf7 label .country-select .selected-flag,
    .wpcf7 label .intl-tel-input .selected-flag {
      padding-left: 16px; }
    .wpcf7 label .intl-tel-input .selected-flag {
      padding-right: 16px;
      width: 52px; }
      .wpcf7 label .intl-tel-input .selected-flag:hover {
        background: none; }
    .wpcf7 label .flag-dropdown,
    .wpcf7 label .flag-container {
      padding-left: 0; }
    .wpcf7 label .country-select {
      background: url("../img/layout/select-contact.svg") no-repeat calc(100% - 12px) center; }
    .wpcf7 label .intl-tel-input .flag-container:hover .selected-flag,
    .wpcf7 label .country-select .flag-dropdown:hover .selected-flag {
      background: none; }
    .wpcf7 label .flag-dropdown,
    .wpcf7 label .flag-container,
    .wpcf7 label .country-select .selected-flag {
      width: 100%;
      z-index: 50;
      opacity: 0; }
    .wpcf7 label .selected-flag .flag,
    .wpcf7 label .selected-flag .iti-flag {
      margin: 28px auto 0; }
    .wpcf7 label .selected-flag .iti-arrow {
      margin-top: 10px; }
    .wpcf7 label .selected-flag .arrow {
      display: none; }
    .wpcf7 label .country-select.inside input {
      padding-left: 46px; }
  .wpcf7 .line2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .wpcf7 .line2 label {
      width: calc(50% - 12px); }
      .wpcf7 .line2 label:first-child {
        margin-right: 24px; }
  .wpcf7 input,
  .wpcf7 textarea {
    width: 100%;
    border: solid 1px rgba(26, 23, 54, 0.4);
    font-size: 14px;
    line-height: 18px;
    color: #1a1736;
    border-radius: 2px;
    font-weight: 500;
    z-index: 5;
    position: relative; }
    .wpcf7 input:focus,
    .wpcf7 textarea:focus {
      border-color: #1a1736; }
  .wpcf7 input {
    height: 48px;
    padding: 24px 16px 0; }
  .wpcf7 textarea {
    min-height: 160px;
    padding: 24px 16px 15px; }
  .wpcf7 .telephone,
  .wpcf7 .country {
    position: initial; }
    .wpcf7 .telephone input,
    .wpcf7 .country input {
      color: transparent; }
  .wpcf7 .country input {
    background: url("../img/layout/select-contact.svg") no-repeat calc(100% - 12px) center; }
  .wpcf7 .selected .placehold,
  .wpcf7 .full .placehold {
    font-size: 12px;
    top: 5px; }
  .wpcf7 .selected .flag-dropdown,
  .wpcf7 .selected .flag-container,
  .wpcf7 .selected .country-select .selected-flag,
  .wpcf7 .full .flag-dropdown,
  .wpcf7 .full .flag-container,
  .wpcf7 .full .country-select .selected-flag {
    opacity: 1; }
  .wpcf7 .selected .telephone input,
  .wpcf7 .selected .country input,
  .wpcf7 .full .telephone input,
  .wpcf7 .full .country input {
    color: #1a1736; }
  .wpcf7 .selected input,
  .wpcf7 .selected textarea {
    border-color: #1a1736; }
  .wpcf7 .line3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .wpcf7 input[type='submit'] {
    padding: 0;
    width: 186px;
    height: 48px;
    border-color: #1a1736;
    background: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .wpcf7 input[type='submit']:hover {
      background: #1a1736;
      color: #fff; }
  .wpcf7 .ajax-loader {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .wpcf7 .bt-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 auto; }
  .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -27px;
    left: 0;
    font-size: 10px;
    color: #b72020; }
  .wpcf7 .telephone .wpcf7-not-valid-tip,
  .wpcf7 .country .wpcf7-not-valid-tip {
    bottom: -13px; }
  .wpcf7 input.wpcf7-not-valid {
    border-color: #b72020; }
  .wpcf7 form div.wpcf7-response-output {
    background: #b72020;
    color: #fff;
    padding: 32px 16px;
    border: none;
    font-size: 18px;
    line-height: 38px;
    font-weight: 500; }
  .wpcf7 form.sent div.wpcf7-response-output {
    background: #20b740; }
  @media (max-width: 1023.98px) {
    .wpcf7 .line {
      margin-bottom: 16px; }
    .wpcf7 label .placehold {
      top: 19px;
      left: 11px;
      font-size: 15px; }
    .wpcf7 label .country-select .selected-flag,
    .wpcf7 label .intl-tel-input .selected-flag {
      padding-left: 11px; }
    .wpcf7 label .intl-tel-input .selected-flag {
      padding-right: 11px; }
    .wpcf7 label .selected-flag .flag,
    .wpcf7 label .selected-flag .iti-flag {
      margin: 33px auto 0; }
    .wpcf7 label .country-select.inside input {
      padding-left: 46px; }
    .wpcf7 .line2 {
      display: block; }
      .wpcf7 .line2 label {
        width: 100%; }
        .wpcf7 .line2 label:first-child {
          margin-right: 0;
          margin-bottom: 16px; }
    .wpcf7 input,
    .wpcf7 textarea {
      font-size: 15px;
      line-height: 19px;
      border-radius: 4px; }
    .wpcf7 input {
      height: 56px;
      padding: 25px 11px 0; }
    .wpcf7 textarea {
      min-height: 168px;
      padding: 25px 11px 15px; }
    .wpcf7 .selected .placehold,
    .wpcf7 .full .placehold {
      font-size: 13px;
      top: 7px; }
    .wpcf7 input[type='submit'] {
      width: 120px;
      background: #1a1736;
      color: #fff; }
    .wpcf7 .wpcf7-not-valid-tip {
      bottom: -30px; }
    .wpcf7 .telephone .wpcf7-not-valid-tip,
    .wpcf7 .country .wpcf7-not-valid-tip {
      bottom: -13px; } }

#footerSite {
  background: #002929;
  padding: 56px 0 46px;
  position: relative;
  z-index: 99; }
  #footerSite .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #footerSite .navbrand {
    width: 214px;
    height: 32px;
    margin-bottom: 80px; }
    #footerSite .navbrand a {
      background-size: contain; }
      #footerSite .navbrand a img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
        #footerSite .navbrand a img.logo-desk {
          display: block; }
        #footerSite .navbrand a img.logo-mobile {
          display: none; }
  #footerSite .socialMenu {
    width: calc(100% - 218px);
    margin: 0 0 0 auto;
    height: 24px; }
    #footerSite .socialMenu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    #footerSite .socialMenu li {
      width: 24px;
      height: 24px;
      margin: 0 4px; }
      #footerSite .socialMenu li a {
        width: 100%;
        height: 100%;
        border-radius: 2px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #footerSite .socialMenu li a img {
          min-width: 45.83%;
          min-height: 45.83%;
          width: auto;
          height: auto;
          max-height: 45.83%;
          max-width: 45.83%; }
        @media (min-width: 1024px) {
          #footerSite .socialMenu li a:hover {
            background: #fcfc00; } }
      #footerSite .socialMenu li:last-child {
        margin-right: 0; }
  #footerSite .newsletter {
    width: 289px; }
    #footerSite .newsletter p {
      font-size: 14px;
      margin-bottom: 13px; }
    #footerSite .newsletter form {
      width: 287px; }
      #footerSite .newsletter form input {
        padding: 0 59px 0 11px;
        font-size: 14px; }
      #footerSite .newsletter form button,
      #footerSite .newsletter form input[type='submit'] {
        font-size: 14px;
        font-weight: 500; }
  #footerSite .mc4wp-form .mc4wp-form-fields {
    width: 287px;
    height: 48px;
    position: relative; }
    #footerSite .mc4wp-form .mc4wp-form-fields input {
      width: 100%;
      height: 100%;
      border: 1px solid rgba(255, 255, 255, 0.3);
      background: none;
      border-radius: 2px;
      font-weight: 500;
      color: #fff;
      padding: 0 16px 0 11px;
      font-size: 14px; }
    #footerSite .mc4wp-form .mc4wp-form-fields input[type='submit'],
    #footerSite .mc4wp-form .mc4wp-form-fields button {
      width: 48px !important;
      height: 48px !important;
      background: #fff;
      border-radius: 2px;
      color: #1a1736;
      font-size: 14px;
      font-weight: 500;
      line-height: 48px;
      -moz-text-align-last: center;
      text-align-last: center;
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #footerSite .mc4wp-form .mc4wp-form-fields input[type='submit']:hover,
      #footerSite .mc4wp-form .mc4wp-form-fields button:hover {
        background: #fcfc00; }
  #footerSite .menus {
    width: calc(100% - 300px);
    max-width: 804px;
    margin: 0 0 0 auto; }
    #footerSite .menus .hideDesktop {
      display: none; }
    #footerSite .menus nav {
      margin-bottom: 43px; }
    #footerSite .menus ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #footerSite .menus ul li {
        margin: 0 18px; }
        #footerSite .menus ul li:first-child {
          margin-left: 0; }
        #footerSite .menus ul li:last-child {
          margin-right: 0; }
      #footerSite .menus ul a {
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        font-weight: 500; }
        @media (min-width: 1024px) {
          #footerSite .menus ul a:hover {
            color: #fcfc00; } }
    #footerSite .menus hr {
      opacity: 0.2;
      border-top: solid 1px #fff;
      margin: 0 0 42px; }
    #footerSite .menus .copyright {
      font-size: 11px;
      line-height: 24px;
      color: #fff;
      display: inline-block; }
    #footerSite .menus .bt-cappen {
      float: right; }
  @media (max-width: 1023.98px) {
    #footerSite {
      padding: 64px 0 39px; }
      #footerSite .navbrand {
        width: 273px;
        height: 40px;
        margin-bottom: 60px; }
      #footerSite .socialMenu {
        width: calc(100% - 277px);
        height: 40px; }
        #footerSite .socialMenu li {
          width: 40px;
          height: 40px;
          margin: 0 4px; }
      #footerSite .newsletter {
        width: 100%;
        margin-bottom: 40px; }
        #footerSite .newsletter form {
          width: 339px; }
          #footerSite .newsletter form input {
            padding: 0 60px 0 12px; }
      #footerSite .menus {
        width: 100%;
        max-width: none;
        margin: 0; }
        #footerSite .menus .hideDesktop {
          display: block; }
        #footerSite .menus nav {
          margin-bottom: 40px; }
        #footerSite .menus ul li {
          margin: 0 25px; }
        #footerSite .menus ul a {
          font-size: 16px;
          line-height: 19px; }
        #footerSite .menus hr {
          margin: 0 0 39px; }
        #footerSite .menus .copyright {
          font-size: 12px; } }
  @media (max-width: 767.98px) {
    #footerSite {
      padding: 64px 0 42px; }
      #footerSite .navbrand {
        width: 83px; }
        #footerSite .navbrand a {
          background-size: contain; }
          #footerSite .navbrand a img.logo-desk {
            display: none; }
          #footerSite .navbrand a img.logo-mobile {
            display: block; }
      #footerSite .socialMenu {
        width: calc(100% - 87px); }
      #footerSite .newsletter {
        width: 100%;
        margin-bottom: 40px; }
        #footerSite .newsletter form {
          width: 100%;
          max-width: 339px; }
      #footerSite .menus ul {
        display: block; }
        #footerSite .menus ul li {
          margin: 0 0 28px; }
          #footerSite .menus ul li:last-child {
            margin-bottom: 0; }
      #footerSite .menus hr {
        margin: 0 0 36px; }
      #footerSite .menus .copyright {
        display: block;
        margin-bottom: 32px; }
      #footerSite .menus .bt-cappen {
        float: none; } }

#headerSite {
  background: #fff;
  width: 100%;
  z-index: 999; }
  #headerSite .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    min-height: 34px;
    position: relative; }
  #headerSite #contentHeader {
    padding: 16px 0 15px;
    border-bottom: 1px solid #e8eaee;
    position: relative;
    z-index: 50;
    background: #fff; }
  #headerSite .date,
  #headerSite .search-form {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  #headerSite .date {
    font-size: 12px;
    font-weight: 500;
    color: #252147;
    margin: 0 auto 0 0;
    left: 0; }
  #headerSite .bt-menu {
    display: none; }
  #headerSite .header {
    margin: 0 auto; }
  #headerSite .search {
    width: 34px;
    height: 34px;
    border: none;
    background: transparent url("../img/layout/bt-search.svg") no-repeat left top;
    background-size: contain;
    text-indent: -9999em;
    padding: 0;
    margin: 0 0 0 auto;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: none; }
  #headerSite .search-form {
    margin: 0 0 0 auto;
    width: 34px;
    height: 34px;
    right: 0; }
    #headerSite .search-form.mobile {
      display: none; }
    #headerSite .search-form.open .text {
      width: 183px;
      padding: 0 36px 0 26.5px;
      background-position: 6px center;
      right: 40px; }
    #headerSite .search-form.open .bt-clear {
      right: 46px;
      opacity: 1; }
    #headerSite .search-form.open .submit {
      opacity: 1;
      right: 0; }
  #headerSite .text {
    width: 34px;
    height: 34px;
    border: 1px solid #252147;
    border-radius: 2px;
    padding-left: 30px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
    color: #1a1736;
    background: url("../img/layout/bg-search.svg") no-repeat 9px center;
    z-index: 5;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    right: 0; }
  #headerSite .bt-clear {
    width: 24px;
    height: 24px;
    padding: 0;
    position: absolute;
    top: 4px;
    right: -119px;
    z-index: 10;
    background: url("../img/layout/bt-clear.svg") no-repeat left top;
    background-size: 100% auto;
    text-indent: -999em;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0; }
  #headerSite .submit {
    width: 34px;
    height: 34px;
    background: #252147;
    padding: 0;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    z-index: 10;
    position: absolute;
    top: 0;
    right: -157px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0; }
  #headerSite #mainMenu {
    padding: 13px 0 11px;
    background: #fff;
    border-bottom: 1px solid #e8eaee; }
  #headerSite #menuScroll {
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  #headerSite .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #headerSite .navbar-nav li {
      margin: 0 16px;
      font-size: 12px;
      line-height: 16px; }
      #headerSite .navbar-nav li:first-child {
        margin-left: 0; }
      #headerSite .navbar-nav li:last-child {
        margin-right: 0; }
      #headerSite .navbar-nav li.current-menu-item a {
        text-decoration: underline; }
    #headerSite .navbar-nav a {
      font-size: 12px;
      line-height: 16px;
      font-weight: 500;
      color: #252147;
      display: block; }
      @media (min-width: 1024px) {
        #headerSite .navbar-nav a:hover {
          text-decoration: underline; } }
  #headerSite .hideDesktop {
    display: none; }
  #headerSite.scroll .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  #headerSite.scroll #contentHeader {
    padding: 12px 0; }
  #headerSite.scroll .date {
    display: none; }
  #headerSite.scroll .header {
    margin: 0; }
  #headerSite.scroll .navbrand {
    width: 160px;
    height: 26px; }
  #headerSite.scroll #mainMenu {
    display: none; }
  #headerSite.scroll #menuScroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    width: calc(100% - 258px);
    margin: 0 32px; }
  #headerSite.scroll .navbar-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #headerSite.scroll .navbar-nav li:first-child {
      margin-left: 16px; }
    #headerSite.scroll .navbar-nav:before {
      content: '';
      display: block;
      width: 1px;
      height: 16px;
      background: #1eff64;
      margin-right: 16px; }
  @media (min-width: 1024px) {
    #headerSite.search .container {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    #headerSite.search #contentHeader {
      padding: 12px 0; }
    #headerSite.search .date {
      display: none; }
    #headerSite.search .header {
      margin: 0; }
    #headerSite.search .navbrand {
      width: 160px;
      height: 26px; }
    #headerSite.search #mainMenu {
      display: none; }
    #headerSite.search #menuScroll {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: none;
      width: calc(100% - 216px);
      margin: 0 11px; }
    #headerSite.search .navbar-nav {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      #headerSite.search .navbar-nav:before {
        content: '';
        display: block;
        width: 1px;
        height: 16px;
        background: #1eff64;
        margin-right: 11px; } }
  #headerSite.scroll {
    position: fixed;
    top: 0;
    left: 0; }
  @media (max-width: 1023.98px) {
    #headerSite {
      position: fixed;
      top: 0;
      left: 0; }
      #headerSite #contentHeader {
        padding: 20px 0;
        position: relative;
        z-index: 999; }
      #headerSite .date {
        display: none; }
      #headerSite .bt-menu {
        display: block;
        width: 20px;
        height: 19px;
        border: none;
        background: transparent url("../img/layout/bt-menu.svg") no-repeat left top;
        background-size: contain;
        text-indent: -9999em;
        padding: 0;
        margin: 0 auto 0 0; }
      #headerSite .navbrand {
        width: 201px;
        height: 30px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        #headerSite .navbrand a {
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
      #headerSite #mainMenu {
        position: absolute;
        -webkit-transform: translateX(-100vw);
            -ms-transform: translateX(-100vw);
                transform: translateX(-100vw);
        z-index: 998;
        width: 100%;
        height: 100vh;
        padding: 115px 0 25px;
        top: 0;
        left: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0; }
        #headerSite #mainMenu .container {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
        #headerSite #mainMenu nav {
          width: 100%;
          margin-bottom: 40px; }
        #headerSite #mainMenu .navbar-nav {
          display: block; }
          #headerSite #mainMenu .navbar-nav li {
            display: block;
            margin: 40px 0;
            font-size: 32px;
            line-height: 39px; }
            #headerSite #mainMenu .navbar-nav li:first-child {
              margin-top: 0; }
            #headerSite #mainMenu .navbar-nav li:last-child {
              margin-bottom: 0; }
          #headerSite #mainMenu .navbar-nav a {
            font-size: 32px;
            line-height: 39px;
            color: #fff;
            display: block; }
        #headerSite #mainMenu .socialMenu {
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          padding: 12px 0 11px;
          margin-bottom: 37px; }
          #headerSite #mainMenu .socialMenu ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
          #headerSite #mainMenu .socialMenu li {
            margin: 0 8px; }
            #headerSite #mainMenu .socialMenu li:first-child {
              margin-left: 0; }
            #headerSite #mainMenu .socialMenu li:last-child {
              margin-right: 0; }
        #headerSite #mainMenu .newsletter {
          margin-bottom: 39.5px; }
        #headerSite #mainMenu .pagesMenu {
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          padding: 36.5px 0 14.5px;
          margin-bottom: 24.5px; }
          #headerSite #mainMenu .pagesMenu li {
            font-size: 14px;
            line-height: 18px;
            color: #fff;
            font-weight: 500;
            display: block;
            width: 180px;
            float: left;
            margin-bottom: 20px; }
            #headerSite #mainMenu .pagesMenu li a {
              font-size: 14px;
              line-height: 18px;
              color: #fff;
              font-weight: 500; }
            #headerSite #mainMenu .pagesMenu li:nth-child(odd) {
              clear: left; }
        #headerSite #mainMenu .copyright {
          font-size: 12px;
          line-height: 24px;
          color: #fff;
          font-weight: 500; }
      #headerSite.openMobile {
        background: none; }
        #headerSite.openMobile #contentHeader {
          border-color: rgba(255, 255, 255, 0.2);
          background: #1a1736;
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transition-delay: 0.25s;
               -o-transition-delay: 0.25s;
                  transition-delay: 0.25s; }
        #headerSite.openMobile #mainMenu {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          background: #1a1736;
          overflow-y: scroll;
          opacity: 1;
          border: none; }
        #headerSite.openMobile .bt-menu {
          background: url("../img/layout/bt-close.svg") no-repeat left top;
          width: 15px;
          height: 15px; }
        #headerSite.openMobile .navbrand {
          width: 200px;
          height: 29px; }
          #headerSite.openMobile .navbrand a {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: left top; }
            #headerSite.openMobile .navbrand a img {
              width: 100%;
              height: 100%;
              -o-object-fit: contain;
                 object-fit: contain; }
        #headerSite.openMobile .search {
          background: transparent url("../img/layout/bt-search-white.svg") no-repeat left top;
          background-size: contain; }
        #headerSite.openMobile .hideDesktop {
          display: block; }
      #headerSite.scroll #menuScroll {
        display: none; }
      #headerSite .search {
        display: block; }
      #headerSite .search-form {
        position: absolute;
        width: 100%;
        height: auto;
        padding: 16px 0;
        top: 75px;
        left: 0;
        background: #fff;
        border-bottom: 1px solid #e8eaee;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translateY(-200%);
            -ms-transform: translateY(-200%);
                transform: translateY(-200%);
        z-index: 20; }
        #headerSite .search-form.desktop {
          display: none; }
        #headerSite .search-form.mobile {
          display: block; }
        #headerSite .search-form .container {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
      #headerSite.searchMobile .search-form {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      #headerSite .text {
        width: calc(100% - 48px);
        height: 40px;
        padding: 0 40px 0 32px;
        line-height: 38px;
        position: relative;
        margin: 0;
        left: 0;
        background-size: 14px auto;
        background-position: 10px center; }
      #headerSite .bt-clear {
        width: 32px;
        height: 32px;
        top: 4px;
        right: 53px;
        opacity: 1; }
      #headerSite .submit {
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        top: 0;
        right: auto;
        opacity: 1;
        margin-left: 8px; } }
  @media (max-width: 767.98px) {
    #headerSite #contentHeader {
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    #headerSite #mainMenu {
      padding: 108px 0 8px; }
      #headerSite #mainMenu nav {
        margin-bottom: 36px; }
      #headerSite #mainMenu .navbar-nav li {
        font-size: 20px;
        line-height: 24px; }
      #headerSite #mainMenu .navbar-nav a {
        font-size: 20px;
        line-height: 24px; }
      #headerSite #mainMenu .newsletter {
        margin-bottom: 39px; }
      #headerSite #mainMenu .pagesMenu {
        padding: 32px 0 19px;
        margin-bottom: 20px; }
        #headerSite #mainMenu .pagesMenu li {
          width: 50%;
          margin-bottom: 20px; }
      #headerSite #mainMenu .copyright {
        font-size: 10px;
        line-height: 24px; }
    #headerSite.openMobile .navbrand {
      width: 201px;
      height: 30px; }
    #headerSite .search-form {
      top: 0;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    #headerSite.searchMobile #contentHeader {
      margin-top: -75px; } }

@media (max-width: 767.98px) {
  .home #headerSite .search-form {
    padding: 17px 0; } }

#mostPopular {
  background: #f2f5f8;
  padding: 75px 0 56px;
  margin-bottom: 80px; }
  #mostPopular .sectiontitle {
    color: #003f34;
    border-color: #003f34;
    margin-bottom: 24px; }
  #mostPopular .content-mostPopular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #mostPopular .component-cardarticle,
  #mostPopular .component-publi {
    margin: 0 24.5px 24px 0; }
    #mostPopular .component-cardarticle.large,
    #mostPopular .component-publi.large {
      width: calc(100% - 621px); }
    #mostPopular .component-cardarticle.third,
    #mostPopular .component-publi.third {
      margin-right: 0; }
  #mostPopular .cardarticle-6 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  #mostPopular .cardarticle-10 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  @media (max-width: 1023.98px) {
    #mostPopular {
      padding: 63px 0 20px;
      margin-bottom: 64px; }
      #mostPopular .component-cardarticle,
      #mostPopular .component-publi {
        width: calc(50% - 15px);
        margin-bottom: 30px; }
        #mostPopular .component-cardarticle.large,
        #mostPopular .component-publi.large {
          width: calc(50% - 15px); }
        #mostPopular .component-cardarticle.odd, #mostPopular .component-cardarticle.cardarticle-4, #mostPopular .component-cardarticle.cardarticle-10,
        #mostPopular .component-publi.odd,
        #mostPopular .component-publi.cardarticle-4,
        #mostPopular .component-publi.cardarticle-10 {
          margin-right: 30px; }
        #mostPopular .component-cardarticle.cardarticle-2, #mostPopular .component-cardarticle.cardarticle-5, #mostPopular .component-cardarticle.cardarticle-6, #mostPopular .component-cardarticle.cardarticle-8, #mostPopular .component-cardarticle.cardarticle-9, #mostPopular .component-cardarticle.cardarticle-12,
        #mostPopular .component-publi.cardarticle-2,
        #mostPopular .component-publi.cardarticle-5,
        #mostPopular .component-publi.cardarticle-6,
        #mostPopular .component-publi.cardarticle-8,
        #mostPopular .component-publi.cardarticle-9,
        #mostPopular .component-publi.cardarticle-12 {
          margin-right: 0; }
          #mostPopular .component-cardarticle.cardarticle-2.odd, #mostPopular .component-cardarticle.cardarticle-5.odd, #mostPopular .component-cardarticle.cardarticle-6.odd, #mostPopular .component-cardarticle.cardarticle-8.odd, #mostPopular .component-cardarticle.cardarticle-9.odd, #mostPopular .component-cardarticle.cardarticle-12.odd,
          #mostPopular .component-publi.cardarticle-2.odd,
          #mostPopular .component-publi.cardarticle-5.odd,
          #mostPopular .component-publi.cardarticle-6.odd,
          #mostPopular .component-publi.cardarticle-8.odd,
          #mostPopular .component-publi.cardarticle-9.odd,
          #mostPopular .component-publi.cardarticle-12.odd {
            margin-right: 0; }
      #mostPopular .cardarticle-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      #mostPopular .cardarticle-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      #mostPopular .cardarticle-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      #mostPopular .cardarticle-6 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      #mostPopular .cardarticle-4 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; }
      #mostPopular .cardarticle-5 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6; }
      #mostPopular .bt-seeMore {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7; }
      #mostPopular .cardarticle-7 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8; }
      #mostPopular .cardarticle-8 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9; }
      #mostPopular .cardarticle-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      #mostPopular .cardarticle-9 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11; }
      #mostPopular .cardarticle-11 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12; }
      #mostPopular .cardarticle-12 {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      #mostPopular .cardarticle-mobile {
        display: none; }
      #mostPopular .contente-bt {
        display: block; } }
  @media (max-width: 767.98px) {
    #mostPopular .component-cardarticle,
    #mostPopular .component-publi {
      width: 100%;
      margin-right: 0 !important;
      margin-bottom: 24px;
      -webkit-box-ordinal-group: inherit;
          -ms-flex-order: inherit;
              order: inherit; }
      #mostPopular .component-cardarticle.large,
      #mostPopular .component-publi.large {
        width: 100%; }
    #mostPopular .bt-seeMore {
      -webkit-box-ordinal-group: inherit;
          -ms-flex-order: inherit;
              order: inherit; }
    #mostPopular .component-publi {
      margin-top: 24px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.storeLogo {
  width: 48px;
  height: 48px;
  border-radius: 2px;
  position: relative;
  overflow: hidden; }
  .storeLogo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.topCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .topCard .storeLogo {
    margin-right: 16px; }
  .topCard .categoryOffer {
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase; }
  .topCard .boxOff {
    margin: 0 0 0 auto;
    min-width: 72px;
    height: 32px;
    text-align: center;
    padding: 0 10px;
    line-height: 32px;
    color: #fff;
    background: #ff505c;
    border-radius: 2px;
    font-size: 10px; }
  .topCard .after {
    display: none; }
  @media (max-width: 1023.98px) {
    .topCard .boxOff {
      min-width: 64px;
      font-size: 12px; }
    .topCard .after {
      display: block;
      margin: 0 0 0 auto; } }

.btOff {
  width: 100%;
  height: 48px;
  border-radius: 2px;
  background: none;
  color: #1a1736;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  border: 1px solid #1a1736;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .btOff span {
    font-weight: 500; }
  .btOff .text {
    font-size: 14px; }
  .btOff .price {
    font-size: 16px;
    margin: 0 0 0 auto; }
  @media (min-width: 1024px) {
    .btOff:hover {
      background: #1a1736;
      color: #fff; } }
  @media (max-width: 1023.98px) {
    .btOff {
      background: #1a1736;
      color: #fff; }
      .btOff .price {
        font-size: 14px; } }

.offerCard a {
  width: 100%;
  height: 100%;
  background: #f2f5f8;
  border-radius: 2px;
  display: block; }
  @media (min-width: 1024px) {
    .offerCard a:hover .btOff {
      background: #1a1736;
      color: #fff; }
    .offerCard a:hover .thumbOffer img {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
          -ms-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1); } }

.offerCard .thumbOffer {
  width: 100%;
  height: 260px;
  border-radius: 2px;
  overflow: hidden;
  position: relative; }
  .offerCard .thumbOffer img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.offerCard .contentCardOffer {
  height: calc(100% - 260px);
  min-height: 240px;
  padding: 16px 16px 85px;
  position: relative; }
  .offerCard .contentCardOffer .topCard {
    margin-bottom: 18px; }
  .offerCard .contentCardOffer header {
    margin-bottom: 21px; }
  .offerCard .contentCardOffer .btOff {
    width: calc(100% - 32px);
    height: 40px;
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

@media (max-width: 1023.98px) {
  .offerCard a {
    height: 141px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .offerCard .thumbOffer {
    width: 156px;
    height: 141px;
    border-radius: 4px; }
  .offerCard .contentCardOffer {
    width: calc(100% - 156px);
    height: 141px;
    min-height: auto;
    padding: 16px 8px 11px;
    position: relative; }
    .offerCard .contentCardOffer .topCard {
      margin-bottom: 10px; }
    .offerCard .contentCardOffer header {
      margin-bottom: 0; }
    .offerCard .contentCardOffer .btOff,
    .offerCard .contentCardOffer .storeLogo,
    .offerCard .contentCardOffer .category {
      display: none; }
    .offerCard .contentCardOffer .boxOff {
      margin: 0; } }

.page {
  width: 100%;
  overflow-x: hidden; }
  .page .breadcrump {
    padding: 33px 0 31px;
    border-bottom: 1px solid #e8eaee;
    margin-bottom: 0; }
    .page .breadcrump .container * {
      font-size: 12px;
      line-height: 15px; }
  .page .contentPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page .menuPage {
    width: 208px;
    border-right: 1px solid #e8eaee;
    padding: 77px 0; }
    .page .menuPage li {
      margin-bottom: 40px; }
      .page .menuPage li.current_page_item a {
        color: #1a1736;
        border-left: 1px solid #1a1736; }
    .page .menuPage a {
      font-size: 14px;
      font-weight: 500;
      color: #99a3b0;
      padding-left: 24px;
      border-left: 1px solid transparent;
      line-height: 21px;
      height: 21px;
      display: block; }
      @media (min-width: 1024px) {
        .page .menuPage a:hover {
          color: #1a1736;
          border-left: 1px solid #1a1736; } }
  .page .entry {
    width: calc(100% - 208px);
    padding: 70px 0 147px 102px; }
    .page .entry .titlePage {
      margin-bottom: 40px; }
  @media (max-width: 1023.98px) {
    .page .breadcrump {
      padding: 17px 0 16px; }
    .page .menuPage {
      width: 164px;
      border-right: none;
      padding: 80px 0; }
      .page .menuPage li.current_page_item a {
        color: #1a1736;
        border-left: 1px solid #1a1736; }
      .page .menuPage a {
        padding-left: 23px; }
    .page .entry {
      width: calc(100% - 164px);
      padding: 72px 0 101px 76px; }
      .page .entry .titlePage {
        margin-bottom: 32px;
        font-size: 22px;
        line-height: 32px; } }
  @media (max-width: 767.98px) {
    .page .contentPage {
      display: block; }
    .page .menuPage {
      width: 100%;
      padding: 23px 0 0; }
      .page .menuPage ul {
        width: 100%;
        height: 23px;
        margin: 0 auto; }
      .page .menuPage li {
        float: left;
        margin-bottom: 0; }
        .page .menuPage li:last-child {
          margin-right: none; }
        .page .menuPage li.current_page_item a {
          color: #1a1736;
          border-left: none;
          border-bottom: 1px solid #1a1736; }
      .page .menuPage a {
        padding-left: 0; }
      .page .menuPage .owl-stage-outer {
        overflow: visible; }
    .page .entry {
      width: 100%;
      padding: 32px 0 101px; } }

#error-404 {
  width: 100%;
  height: 672px;
  position: relative;
  padding: 101px 0 0; }
  #error-404:before {
    content: '';
    width: 100%;
    height: 695px;
    position: absolute;
    top: -113px;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(84%, #c1d9e8), color-stop(8%, #daf1ff));
    background-image: -o-linear-gradient(bottom, #c1d9e8 84%, #daf1ff 8%);
    background-image: linear-gradient(to top, #c1d9e8 84%, #daf1ff 8%);
    display: block;
    z-index: -1; }
  #error-404 .bg404 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10; }
    #error-404 .bg404.tablet, #error-404 .bg404.mobile {
      display: none; }
  #error-404 .container {
    max-width: 586.5px;
    text-align: center; }
    #error-404 .container h2 {
      margin-bottom: 36.6px;
      color: #002929; }
    #error-404 .container img {
      margin: 0 auto; }
    #error-404 .container .btGo {
      width: 140px;
      height: 48px;
      border-radius: 2px;
      background: #fcfc00;
      line-height: 48px;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
      color: #002929;
      display: block;
      margin: 0 auto 103px;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media (min-width: 1024px) {
        #error-404 .container .btGo:hover {
          background: #fff; } }
    #error-404 .container.content1 {
      z-index: 1;
      margin-bottom: 62.6px; }
    #error-404 .container.content2 {
      z-index: 20; }
    #error-404 .container .addtoany_shortcode {
      margin: 0 auto;
      display: inline-block; }
      #error-404 .container .addtoany_shortcode .a2a_kit {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      #error-404 .container .addtoany_shortcode a {
        background: #fff;
        border-radius: 2px;
        width: 24px;
        height: 24px;
        padding: 0;
        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;
        margin: 0 4px; }
        #error-404 .container .addtoany_shortcode a .a2a_svg {
          height: 15px;
          line-height: 15px;
          width: 15px; }
          #error-404 .container .addtoany_shortcode a .a2a_svg path {
            fill: #002929; }
        @media (min-width: 1024px) {
          #error-404 .container .addtoany_shortcode a:hover {
            background: #fcfc00; }
            #error-404 .container .addtoany_shortcode a:hover .a2a_svg {
              opacity: 1; } }
  @media (max-width: 1023.98px) {
    #error-404 {
      height: 952px;
      padding: 113px 0 0; }
      #error-404:before {
        height: 768px;
        top: -124px; }
      #error-404 .bg404.tablet {
        display: block;
        bottom: auto;
        top: 390px; }
      #error-404 .bg404.desktop, #error-404 .bg404.mobile {
        display: none; }
      #error-404 .container {
        max-width: 690px;
        text-align: center; }
        #error-404 .container h2 {
          margin-bottom: 89px; }
        #error-404 .container img {
          width: 100%;
          height: auto; }
        #error-404 .container .btGo {
          width: 212px;
          margin: 0 auto 212px; }
        #error-404 .container.content1 {
          margin-bottom: 54.3px; }
        #error-404 .container .addtoany_shortcode a {
          width: 40px;
          height: 40px;
          margin: 0 8.5px; }
          #error-404 .container .addtoany_shortcode a .a2a_svg {
            height: 26px;
            line-height: 26px;
            width: 26px; } }
  @media (max-width: 767.98px) {
    #error-404 {
      height: 595px;
      padding: 59px 0 0; }
      #error-404:before {
        height: 595px;
        top: -100px; }
      #error-404 .bg404.mobile {
        display: block;
        bottom: auto;
        top: 181px; }
      #error-404 .bg404.desktop, #error-404 .bg404.tablet {
        display: none; }
      #error-404 .container {
        max-width: 340px; }
        #error-404 .container h2 {
          margin-bottom: 34px; }
        #error-404 .container .btGo {
          margin: 0 auto 84px; }
        #error-404 .container.content1 {
          margin-bottom: 117.5px; } }

.breadOffer {
  padding: 20px 0 19px;
  min-height: 80px;
  border-bottom: 1px solid #e8eaee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  position: relative; }
  .breadOffer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .breadOffer .links {
    width: 100%; }
  .breadOffer .breadcrumb__filter {
    margin: 0 0 0 auto; }
  .breadOffer .selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .breadOffer .breadcrumb__filter__select {
    width: 287px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #1a1736;
    color: #1a1736;
    font-weight: 500;
    display: block;
    padding: 0 47px 0 11px;
    background: url("../img/layout/select-contact.svg") no-repeat calc(100% - 12px) center; }
    .breadOffer .breadcrumb__filter__select.selectOrderby {
      margin-left: 20px; }
  .breadOffer .mobileFilter {
    display: none; }
  @media (max-width: 1023.98px) {
    .breadOffer {
      padding: 16.5px 0;
      min-height: 48px;
      z-index: 99; }
      .breadOffer .container {
        position: initial; }
      .breadOffer .links {
        width: 100%; }
      .breadOffer .mobileFilter {
        display: block; }
      .breadOffer .bt-filter {
        width: 92px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 35px;
        display: block;
        margin: 0 0 0 auto;
        background: #f2f5f8 url("../img/layout/bt-filter.svg") no-repeat 19px center;
        border-radius: 12px;
        text-transform: none;
        text-align: left; }
      .breadOffer .breadcrumb__filter {
        position: absolute;
        top: -400px;
        left: 0;
        width: 100%;
        background: #fff;
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 24px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .breadOffer .breadcrumb__filter:after {
          content: '';
          width: 100%;
          height: 210px;
          background: url("../img/layout/bg-selects.svg") no-repeat center bottom;
          background-size: 100% auto;
          position: absolute;
          bottom: -40px;
          left: 0;
          z-index: -1; }
        .breadOffer .breadcrumb__filter.open {
          top: 0; }
      .breadOffer .filterHeader {
        padding: 15px 39px;
        border-bottom: 1px solid #e8eaee;
        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; }
        .breadOffer .filterHeader button {
          width: 14px;
          height: 14px;
          background: url("../img/layout/close-filter.svg") no-repeat center center;
          text-indent: -999em;
          margin: 0 auto 0 0;
          padding: 0; }
        .breadOffer .filterHeader a {
          color: #ff505c;
          font-size: 14px;
          margin: 0 0 0 auto;
          opacity: 1;
          line-height: 18px; }
        .breadOffer .filterHeader span {
          font-size: 14px;
          margin: 0 auto;
          line-height: 18px;
          padding-left: 16px;
          background: url("../img/layout/bg-filter.svg") no-repeat left center;
          font-weight: 500; }
      .breadOffer .selects {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 40px 39px; }
      .breadOffer .breadcrumb__filter__select {
        width: 100%;
        height: 48px;
        line-height: 46px;
        background-size: 32px auto;
        margin-bottom: 22px; }
        .breadOffer .breadcrumb__filter__select.selectOrderby {
          margin-left: 0; }
      .breadOffer .btFilterOk {
        width: 100%;
        height: 48px;
        line-height: 48px;
        background: #1a1736;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        border-radius: 2px; } }
  @media (max-width: 767.98px) {
    .breadOffer .filterHeader {
      padding: 15px 14.5px; }
    .breadOffer .selects {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 40px 14.5px; } }

@media (max-width: 1023.98px) {
  .page .breadOffer .bt-filter {
    line-height: 40px;
    font-size: 14px; }
  .page .breadOffer .filterHeader a,
  .page .breadOffer .filterHeader span {
    font-size: 14px;
    line-height: 18px;
    text-transform: none; } }

.archiveOffer {
  width: 100%;
  position: relative;
  z-index: 1; }
  .archiveOffer .contentPageOffers {
    padding: 56px 0 160px; }
  .archiveOffer .contentResult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
  .archiveOffer .offerCard {
    width: calc(25% - 18px);
    margin: 0 24px 48px 0; }
    .archiveOffer .offerCard:nth-child(4n) {
      margin-right: 0; }
  .archiveOffer .bt-offer {
    border: 1px solid #1a1736;
    max-width: 287px;
    height: 48px;
    line-height: 46px;
    width: 100%;
    color: #1a1736;
    border-radius: 2px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    cursor: pointer; }
    @media (min-width: 1024px) {
      .archiveOffer .bt-offer:hover {
        background: #1a1736;
        color: #fff; } }
    .archiveOffer .bt-offer.hidden {
      display: none; }
  @media (max-width: 1023.98px) {
    .archiveOffer .contentPageOffers {
      padding: 31px 0 64px; }
    .archiveOffer .offerCard {
      width: 50%;
      margin-right: 0;
      margin-bottom: 0;
      padding: 24px 15px;
      border-bottom: 1px solid #e8eaee; }
      .archiveOffer .offerCard:nth-child(even) {
        padding-right: 0; }
      .archiveOffer .offerCard:nth-child(odd) {
        padding-left: 0; }
        .archiveOffer .offerCard:nth-child(odd):nth-last-child(2) {
          padding-bottom: 0;
          border: none; }
      .archiveOffer .offerCard:nth-child(1), .archiveOffer .offerCard:nth-child(2) {
        padding-top: 0; }
      .archiveOffer .offerCard:nth-last-child(1) {
        padding-bottom: 0;
        border: none; }
    .archiveOffer .listOffers {
      margin-bottom: 48px; }
    .archiveOffer .bt-offer {
      border: none;
      max-width: none;
      width: 100%;
      border-radius: 0;
      background: #f2f5f8 url("../img/layout/arrow-dropdown.svg") no-repeat calc(50% + 48px) center;
      text-transform: none; } }
  @media (max-width: 767.98px) {
    .archiveOffer .offerCard {
      width: 100%;
      padding: 24px 0; }
      .archiveOffer .offerCard:nth-child(2) {
        padding-top: 24px; }
      .archiveOffer .offerCard:nth-child(odd):nth-last-child(2) {
        padding-bottom: 24px;
        border-bottom: 1px solid #e8eaee; } }

.searchpost {
  padding: 0 0 160px; }
  .searchpost .contentForm {
    padding: 15px 0 16px;
    border-bottom: 1px solid #e8eaee; }
    .searchpost .contentForm .search-form {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
    .searchpost .contentForm .text {
      width: calc(100% - 56px);
      height: 48px;
      border: 1px solid #252147;
      border-radius: 2px;
      padding: 0 96px 0 32px;
      line-height: 46px;
      font-size: 12px;
      font-weight: 500;
      color: #1a1736;
      background: url("../img/layout/bg-search.svg") no-repeat 12px center;
      position: relative;
      z-index: 5; }
    .searchpost .contentForm .bt-clear {
      width: 80px;
      height: 32px;
      background: #f2f5f8;
      padding: 0;
      line-height: 32px;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
      color: #90a2b0;
      position: absolute;
      top: 8px;
      right: 64px;
      z-index: 10; }
    .searchpost .contentForm .submit {
      width: 48px;
      height: 48px;
      background: #252147;
      padding: 0;
      line-height: 48px;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      margin: 0 0 0 auto;
      z-index: 10; }
  .searchpost .contentResult {
    padding: 35.5px 0;
    border-bottom: 1px solid #e8eaee; }
    .searchpost .contentResult .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .searchpost .contentResult .results-title {
      font-size: 14px;
      line-height: 18px;
      font-weight: 500;
      color: #a4a3af; }
      .searchpost .contentResult .results-title span {
        color: #1a1736; }
  .searchpost .linkpost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto; }
    .searchpost .linkpost span {
      font-size: 14px;
      line-height: 48px;
      display: block;
      font-weight: 500;
      color: #a4a3af;
      margin-right: 14px; }
    .searchpost .linkpost a {
      width: 140px;
      height: 48px;
      font-size: 14px;
      line-height: 48px;
      display: block;
      text-align: center;
      border-radius: 2px;
      font-weight: 500;
      background: #f2f5f8;
      color: #90a2b0;
      margin-right: 8px; }
      .searchpost .linkpost a:last-child {
        margin-right: 0; }
      .searchpost .linkpost a.selected {
        background: #1a1736;
        color: #fff; }
      @media (min-width: 1024px) {
        .searchpost .linkpost a:hover {
          background: #1a1736;
          color: #fff; } }
  .searchpost .addsMobile {
    display: none; }
  .searchpost .content-allposts {
    padding: 56px 0 0; }
    .searchpost .content-allposts .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .searchpost .content-posts {
    width: calc(66.66% - 12px);
    max-width: 803px;
    margin-right: 24px; }
  .searchpost .blockPost {
    width: 100%;
    display: none; }
    .searchpost .blockPost.view {
      display: block; }
    .searchpost .blockPost .component-linkarticle {
      padding: 24px 0;
      border-bottom: 1px solid #e8eaee; }
    .searchpost .blockPost .alm-reveal:last-of-type .component-linkarticle:last-of-type {
      padding-bottom: 0;
      border-bottom: none; }
    .searchpost .blockPost .alm-btn-wrap {
      padding: 0;
      margin: 0; }
    .searchpost .blockPost .ajax-load-more-wrap .alm-load-more-btn {
      width: 100%;
      height: 48px;
      border: 1px solid #1a1736;
      font-size: 14px;
      line-height: 46px;
      display: block;
      text-align: center;
      border-radius: 2px;
      margin: 56px 0 0;
      color: #1a1736; }
      @media (min-width: 1024px) {
        .searchpost .blockPost .ajax-load-more-wrap .alm-load-more-btn:hover {
          background: #1a1736;
          color: #fff;
          border-color: #1a1736; } }
      .searchpost .blockPost .ajax-load-more-wrap .alm-load-more-btn.done {
        display: none; }
    .searchpost .blockPost .contentCardOffer {
      padding: 16px 16px 60px;
      position: relative; }
      .searchpost .blockPost .contentCardOffer .topCard {
        margin-bottom: 18px; }
      .searchpost .blockPost .contentCardOffer header {
        width: 100%;
        margin: 0 0 21px; }
      .searchpost .blockPost .contentCardOffer .btOff {
        width: calc(100% - 32px);
        height: 40px;
        position: absolute;
        bottom: 4px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .searchpost .newsletterSearch {
    width: calc(33.33% - 12px);
    max-width: 310px;
    max-height: 378px;
    background: #1a1736;
    margin: 0 0 0 auto;
    padding: 48px 11.5px 45px;
    text-align: center; }
    .searchpost .newsletterSearch h3 {
      width: 140px;
      height: 17px;
      display: block;
      margin: 0 auto 44px;
      background: url("../img/layout/title-ourtoday.svg") no-repeat left top;
      text-indent: -999em; }
    .searchpost .newsletterSearch h2 {
      line-height: 24px;
      color: #fff;
      margin-bottom: 16px; }
    .searchpost .newsletterSearch p {
      color: #fff;
      max-width: 244px;
      font-size: 14px;
      line-height: 18px;
      margin: 0 auto 28px; }
    .searchpost .newsletterSearch span {
      font-size: 11px;
      line-height: 20px;
      color: #fff;
      max-width: 213px;
      margin: 0 auto;
      display: block; }
    .searchpost .newsletterSearch a {
      text-decoration: underline; }
      @media (min-width: 1024px) {
        .searchpost .newsletterSearch a:hover {
          color: #fcfc00; } }
    .searchpost .newsletterSearch .tnp-subscription {
      margin: 0 auto 26px;
      width: 100%; }
      .searchpost .newsletterSearch .tnp-subscription .tnp-field {
        margin-bottom: 0; }
      .searchpost .newsletterSearch .tnp-subscription input[type='email'] {
        width: 100%;
        height: 48px;
        line-height: 48px;
        background: none;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 2px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        padding: 0 59px 0 11px; }
      .searchpost .newsletterSearch .tnp-subscription input[type='submit'] {
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        line-height: 48px;
        background: #fff;
        color: #1a1736;
        border-radius: 2px;
        padding: 0;
        font-size: 14px;
        font-weight: 500; }
        @media (min-width: 1024px) {
          .searchpost .newsletterSearch .tnp-subscription input[type='submit']:hover {
            background: #fcfc00; } }
    .searchpost .newsletterSearch form {
      width: 100%;
      position: relative; }
  @media (max-width: 1023.98px) {
    .searchpost {
      padding: 0 0 64px; }
      .searchpost .contentForm {
        padding: 0;
        border-bottom: 1px solid #e8eaee; }
        .searchpost .contentForm .text {
          width: 100%;
          height: 48px;
          border: none;
          border-radius: 0;
          padding: 0 0 0 17.5px;
          line-height: 48px;
          font-size: 14px;
          background: url("../img/layout/bg-search.svg") no-repeat 0 center; }
        .searchpost .contentForm .bt-clear {
          display: none; }
        .searchpost .contentForm .submit {
          display: none; }
      .searchpost .contentResult {
        padding: 24px 0 0;
        margin-bottom: 32px;
        border-bottom: none; }
        .searchpost .contentResult .results-title {
          display: none; }
      .searchpost .linkpost {
        margin: 0;
        width: 100%; }
        .searchpost .linkpost span {
          display: none; }
        .searchpost .linkpost a {
          width: 100%;
          height: 40px;
          line-height: 40px;
          display: block;
          text-align: center;
          margin-right: 24px; }
      .searchpost .addsMobile {
        display: block;
        margin-bottom: 32px; }
        .searchpost .addsMobile .adds {
          padding: 0; }
          .searchpost .addsMobile .adds.mobile {
            display: none; }
      .searchpost .content-allposts {
        padding: 0; }
      .searchpost .content-posts {
        width: 100%;
        max-width: none;
        margin-right: 0; }
      .searchpost .blockPost .alm-reveal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .searchpost .blockPost .component-linkarticle {
        padding: 29px 0 24px;
        width: calc(50% - 15px);
        margin-right: 30px; }
        .searchpost .blockPost .component-linkarticle:nth-child(even) {
          margin-right: 0; }
      .searchpost .blockPost .alm-reveal:first-of-type .component-linkarticle:nth-of-type(2 + n) {
        padding-top: 0; }
      .searchpost .blockPost .alm-reveal:last-of-type .component-linkarticle:nth-last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .searchpost .blockPost .alm-reveal:last-of-type .component-linkarticle:nth-last-of-type(2):nth-of-type(odd) {
        padding-bottom: 0;
        border-bottom: none; }
      .searchpost .newsletterSearch {
        display: none; } }
  @media (max-width: 767.98px) {
    .searchpost .linkpost a {
      margin-right: 15px; }
    .searchpost .addsMobile .adds.tablet {
      display: none; }
    .searchpost .addsMobile .adds.mobile {
      display: block; }
    .searchpost .blockPost .alm-reveal {
      display: block; }
    .searchpost .blockPost .component-linkarticle {
      padding: 30px 0 22px;
      width: 100%;
      margin-right: 0; }
    .searchpost .blockPost .alm-reveal:first-of-type .component-linkarticle:first-child {
      padding-top: 0; }
    .searchpost .blockPost .alm-reveal:last-of-type .component-linkarticle:nth-last-of-type(2):nth-of-type(odd) {
      padding-bottom: 22px;
      border-bottom: 1px solid #e8eaee; } }

#sectionCategory {
  padding: 0 0 40px; }
  #sectionCategory .lineCat {
    margin: 0 0 39px; }
  #sectionCategory .sectiontitle {
    margin-bottom: 27px;
    display: inline-block; }
  #sectionCategory .bt-all {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    float: right;
    opacity: 0.4; }
  #sectionCategory .component-linkarticle {
    margin-right: 24px;
    width: calc(33.33% - 16px); }
    #sectionCategory .component-linkarticle.small {
      margin-bottom: 24px; }
  #sectionCategory .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%; }
    #sectionCategory .line.featured {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  #sectionCategory .more-featured {
    width: calc(33.33% - 16px); }
    #sectionCategory .more-featured .component-linkarticle {
      width: 100%;
      margin-right: 0; }
      #sectionCategory .more-featured .component-linkarticle:last-child {
        margin-bottom: 0; }
  #sectionCategory .lineNormal {
    border-color: #e8eaee;
    margin: 32px 0; }
  #sectionCategory .linemore .component-linkarticle:nth-child(3n + 0) {
    margin-right: 0; }
  #sectionCategory .bt-seeMore {
    margin: 24px auto;
    display: none; }
  @media (max-width: 1023.98px) {
    #sectionCategory {
      padding: 0 0 40px; }
      #sectionCategory .lineCat {
        margin: 0 0 34px; }
      #sectionCategory .sectiontitle {
        margin-bottom: 44px; }
      #sectionCategory .component-linkarticle {
        margin-right: 0;
        width: 50% !important;
        max-width: none;
        padding: 0 15px; }
        #sectionCategory .component-linkarticle.small {
          margin-right: 0;
          padding-top: 24px;
          border-top: 1px solid #e8eaee; }
        #sectionCategory .component-linkarticle:nth-child(odd) {
          padding-left: 0; }
        #sectionCategory .component-linkarticle:nth-child(even) {
          padding-right: 0; }
        #sectionCategory .component-linkarticle.medium {
          margin-bottom: 46px; }
      #sectionCategory .line.featured {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      #sectionCategory .more-featured {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        #sectionCategory .more-featured .component-linkarticle:last-child {
          margin-bottom: 24px; }
      #sectionCategory .lineNormal {
        display: none; }
      #sectionCategory .bt-seeMore {
        display: block; }
      #sectionCategory .hideMobile {
        display: none; } }
  @media (max-width: 767.98px) {
    #sectionCategory .sectiontitle {
      margin-bottom: 34px; }
    #sectionCategory .bt-all span {
      display: none; }
    #sectionCategory .component-linkarticle {
      width: 100% !important;
      padding-right: 0;
      padding-left: 0; }
    #sectionCategory .more-featured {
      border-top: none;
      padding-top: 0; } }

#sectionVote {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #sectionVote #totalpoll .totalpoll-container {
    width: 100%;
    margin-bottom: 64px;
    padding: 70px 0; }
    #sectionVote #totalpoll .totalpoll-container .totalpoll-form {
      padding: 0;
      position: relative;
      width: calc(100% - 78px);
      max-width: 597px;
      text-align: center;
      margin: 0 auto; }
  #sectionVote .container {
    width: 100%;
    max-width: none; }
  @media (max-width: 1023.98px) {
    #sectionVote #totalpoll .totalpoll-container .totalpoll-form {
      max-width: 690px; } }
  @media (max-width: 767.98px) {
    #sectionVote #totalpoll .totalpoll-container .totalpoll-form {
      width: calc(100% - 88px); } }

.singleOffer {
  padding-bottom: 160px; }
  .singleOffer .postOffer {
    padding: 56px 0 86px; }
  .singleOffer .contentTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 80px; }
    .singleOffer .contentTop.thumbMode {
      -webkit-box-align: inherit;
          -ms-flex-align: inherit;
              align-items: inherit; }
      .singleOffer .contentTop.thumbMode .galleryoffers {
        height: 575px; }
  .singleOffer .galleryoffers {
    width: calc(100% - 517px);
    min-width: 330px;
    margin-right: 24px;
    height: 616px; }
    .singleOffer .galleryoffers .owl-carousel .owl-stage {
      height: calc(100% - 41px); }
    .singleOffer .galleryoffers .thumb {
      overflow: hidden;
      position: relative; }
    .singleOffer .galleryoffers .owl-carousel,
    .singleOffer .galleryoffers .owl-stage-outer,
    .singleOffer .galleryoffers .owl-item,
    .singleOffer .galleryoffers .image,
    .singleOffer .galleryoffers .thumb,
    .singleOffer .galleryoffers .item {
      height: 100%; }
    .singleOffer .galleryoffers .owl-item,
    .singleOffer .galleryoffers .thumb {
      width: 100%; }
      .singleOffer .galleryoffers .owl-item .item,
      .singleOffer .galleryoffers .thumb .item {
        width: 100%; }
      .singleOffer .galleryoffers .owl-item .image,
      .singleOffer .galleryoffers .thumb .image {
        width: 100%;
        position: relative;
        overflow: hidden; }
      .singleOffer .galleryoffers .owl-item img,
      .singleOffer .galleryoffers .thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        max-width: none; }
      .singleOffer .galleryoffers .owl-item .cont,
      .singleOffer .galleryoffers .thumb .cont {
        position: absolute;
        bottom: -33px;
        left: 0;
        z-index: 50;
        color: #1a1736;
        font-size: 12px; }
    .singleOffer .galleryoffers .owl-nav {
      position: absolute;
      bottom: 0;
      right: 0;
      display: inline-block;
      background: #fff; }
      .singleOffer .galleryoffers .owl-nav button.owl-prev {
        background-image: url("../img/layout/bt-left-single.svg"); }
      .singleOffer .galleryoffers .owl-nav button.owl-next {
        background-image: url("../img/layout/bt-right-single.svg");
        margin-left: 5px; }
      @media (min-width: 1024px) {
        .singleOffer .galleryoffers .owl-nav button.owl-prev:hover {
          background-image: url("../img/layout/bt-left-single-hover.svg"); }
        .singleOffer .galleryoffers .owl-nav button.owl-next:hover {
          background-image: url("../img/layout/bt-right-single-hover.svg"); } }
    .singleOffer .galleryoffers .swipe {
      display: none; }
  .singleOffer .cardOffer {
    width: 100%;
    max-width: 493px;
    min-width: 330px;
    padding: 40.5px;
    background: #f2f5f8;
    border: 2px; }
    .singleOffer .cardOffer .topCard {
      margin-bottom: 26px; }
    .singleOffer .cardOffer header {
      margin-bottom: 9px; }
    .singleOffer .cardOffer p {
      font-size: 12px;
      line-height: 20px;
      margin-bottom: 41px; }
    .singleOffer .cardOffer .prices {
      margin-bottom: 41px; }
      .singleOffer .cardOffer .prices span {
        font-size: 32px;
        line-height: 39px; }
      .singleOffer .cardOffer .prices .before {
        color: #90a2b0;
        margin-right: 56px;
        text-decoration: line-through; }
    .singleOffer .cardOffer .count {
      margin-bottom: 26px;
      position: relative; }
      .singleOffer .cardOffer .count .hasCountdown {
        padding: 0; }
      .singleOffer .cardOffer .count .countdown_section {
        margin: 0;
        font-size: 12px;
        line-height: 15px;
        color: #90a2b0;
        width: 30%;
        width: 30px;
        margin-right: calc(33.33% - 40px); }
        .singleOffer .cardOffer .count .countdown_section .countdown_amount {
          font-size: 24px;
          line-height: 29px;
          font-weight: 500; }
        .singleOffer .cardOffer .count .countdown_section:after {
          content: ':';
          font-size: 24px;
          line-height: 29px;
          font-weight: 500;
          position: absolute;
          top: 0; }
        .singleOffer .cardOffer .count .countdown_section:nth-child(1):after {
          left: calc(25% - 30px); }
        .singleOffer .cardOffer .count .countdown_section:nth-child(2):after {
          left: 50%; }
        .singleOffer .cardOffer .count .countdown_section:nth-child(3):after {
          left: calc(75% + 15px); }
        .singleOffer .cardOffer .count .countdown_section:last-child {
          margin-right: 0; }
          .singleOffer .cardOffer .count .countdown_section:last-child:after {
            display: none; }
    .singleOffer .cardOffer .btOff {
      margin-bottom: 32px; }
    .singleOffer .cardOffer .share {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .singleOffer .cardOffer .share .tit {
        font-size: 10px;
        text-transform: uppercase;
        line-height: 13px; }
      .singleOffer .cardOffer .share .addtoany_shortcode {
        margin: 0 0 0 auto; }
        .singleOffer .cardOffer .share .addtoany_shortcode .a2a_kit {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .singleOffer .cardOffer .share .addtoany_shortcode a {
          background: #90a2b0;
          border-radius: 2px;
          width: 32px;
          height: 32px;
          padding: 0;
          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;
          margin-left: 10px; }
          .singleOffer .cardOffer .share .addtoany_shortcode a .a2a_svg {
            height: 25px;
            line-height: 25px;
            width: 25px; }
          .singleOffer .cardOffer .share .addtoany_shortcode a:hover {
            background: #1a1736; }
            .singleOffer .cardOffer .share .addtoany_shortcode a:hover .a2a_svg {
              opacity: 1; }
  .singleOffer hr {
    border-color: #e8eaee;
    margin-top: 0;
    margin-bottom: 80px; }
    .singleOffer hr.container {
      margin-bottom: 49px; }
  .singleOffer .contentOffer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .singleOffer .topEntry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 45px; }
    .singleOffer .topEntry .storeLogo {
      margin-right: 8px; }
  .singleOffer .entry {
    width: calc(100% - 517px);
    margin-right: 24px; }
    .singleOffer .entry p {
      font-size: 14px;
      line-height: 32px;
      margin-bottom: 31px; }
      .singleOffer .entry p:last-child {
        margin-bottom: 0; }
  .singleOffer .addsidepost {
    width: 300px;
    height: 600px;
    background: #000;
    margin: 0 0 0 auto; }
  .singleOffer .headerSection {
    margin-bottom: 50px; }
  .singleOffer .sectiontitle {
    font-size: 14px;
    line-height: 20px; }
  .singleOffer .relOffers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .singleOffer .relOffers .offerCard {
      width: calc(25% - 18px);
      margin-right: 24px; }
      .singleOffer .relOffers .offerCard:last-child {
        margin-right: 0; }
  @media (max-width: 1023.98px) {
    .singleOffer {
      padding-bottom: 40px; }
      .singleOffer .postOffer {
        padding: 32px 0 48px; }
      .singleOffer .contentTop {
        margin-bottom: 48px; }
        .singleOffer .contentTop.thumbMode .galleryoffers {
          height: 272px; }
      .singleOffer .galleryoffers {
        margin-right: 30px;
        height: 319px; }
        .singleOffer .galleryoffers .owl-carousel .owl-stage {
          height: calc(100% - 47px); }
        .singleOffer .galleryoffers .owl-item .cont,
        .singleOffer .galleryoffers .thumb .cont {
          bottom: -37px;
          font-size: 14px;
          line-height: 20px; }
        .singleOffer .galleryoffers .owl-nav {
          position: absolute;
          bottom: 0;
          right: 0;
          display: inline-block;
          background: #fff; }
          .singleOffer .galleryoffers .owl-nav button {
            width: 40px;
            height: 40px;
            background-size: 100% auto; }
          .singleOffer .galleryoffers .owl-nav button.owl-next {
            margin-left: 16px; }
      .singleOffer .cardOffer {
        max-width: none;
        padding: 0;
        background: none;
        border: none; }
        .singleOffer .cardOffer .topCard {
          margin-bottom: 18px; }
        .singleOffer .cardOffer p {
          font-size: 13px;
          line-height: 29px;
          margin-bottom: 10px; }
        .singleOffer .cardOffer .prices {
          margin-bottom: 34px; }
        .singleOffer .cardOffer .count {
          margin-bottom: 18px; }
          .singleOffer .cardOffer .count .countdown_section {
            font-size: 13px;
            line-height: 16px; }
        .singleOffer .cardOffer .btOff {
          margin-bottom: 24px; }
        .singleOffer .cardOffer .share .tit {
          font-size: 12px;
          line-height: 15px; }
        .singleOffer .cardOffer .share .addtoany_shortcode a {
          width: 40px;
          height: 40px;
          margin-left: 16px; }
          .singleOffer .cardOffer .share .addtoany_shortcode a .a2a_svg {
            height: 30px;
            line-height: 30px;
            width: 30px; }
      .singleOffer hr {
        border-color: #e8eaee;
        margin-top: 0;
        margin-bottom: 47px; }
        .singleOffer hr.container {
          margin-bottom: 64px; }
      .singleOffer .contentOffer {
        display: block; }
      .singleOffer .topEntry {
        margin-bottom: 32px; }
      .singleOffer .entry {
        width: 100%;
        margin-right: 0;
        margin-bottom: 63px;
        padding-bottom: 48px;
        border-bottom: 1px solid #e8eaee; }
        .singleOffer .entry p {
          font-size: 16px;
          line-height: 34px;
          margin-bottom: 35px; }
          .singleOffer .entry p:last-child {
            margin-bottom: 0; }
      .singleOffer .addsidepost {
        width: 100%;
        max-width: 720px;
        height: 300px;
        margin: 0 auto; }
      .singleOffer .headerSection {
        margin-bottom: 64px; }
      .singleOffer .sectiontitle {
        font-size: 16px; }
      .singleOffer .relOffers {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .singleOffer .relOffers .offerCard {
          width: 50%;
          margin-right: 0;
          padding: 24px 15px; }
          .singleOffer .relOffers .offerCard:nth-child(1), .singleOffer .relOffers .offerCard:nth-child(2) {
            padding-top: 0;
            border-bottom: 1px solid #e8eaee; }
          .singleOffer .relOffers .offerCard:nth-child(even) {
            padding-right: 0; }
          .singleOffer .relOffers .offerCard:nth-child(odd) {
            padding-left: 0; } }
  @media (max-width: 767.98px) {
    .singleOffer {
      padding-bottom: 64px; }
      .singleOffer .postOffer {
        padding: 31px 0 47px; }
      .singleOffer .contentTop {
        margin-bottom: 47px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%; }
        .singleOffer .contentTop.thumbMode .galleryoffers {
          height: 280px; }
      .singleOffer .galleryoffers {
        width: 100%;
        margin-right: 0;
        height: 308px;
        margin-bottom: 23px;
        position: relative; }
        .singleOffer .galleryoffers .owl-carousel .owl-stage {
          height: calc(100% - 28px); }
        .singleOffer .galleryoffers .owl-item .cont,
        .singleOffer .galleryoffers .thumb .cont {
          bottom: -28px; }
        .singleOffer .galleryoffers .owl-nav {
          display: none; }
        .singleOffer .galleryoffers .swipe {
          font-size: 14px;
          color: rgba(26, 23, 54, 0.4);
          position: absolute;
          bottom: 0;
          right: 0;
          line-height: 18px;
          display: block;
          background: #fff;
          z-index: 99; }
      .singleOffer .cardOffer p {
        line-height: 20px;
        margin-bottom: 30px; }
      .singleOffer .entry p {
        font-size: 18px; }
      .singleOffer .addsidepost {
        max-width: 300px;
        height: 250px;
        margin: 0 auto; }
      .singleOffer .headerSection {
        margin-bottom: 33px; }
      .singleOffer .relOffers {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .singleOffer .relOffers .offerCard {
          width: 100%;
          padding: 0;
          margin-bottom: 48px; }
          .singleOffer .relOffers .offerCard:nth-child(1), .singleOffer .relOffers .offerCard:nth-child(2) {
            border-bottom: none; }
          .singleOffer .relOffers .offerCard:last-child {
            margin-bottom: 0; } }

.single-post.content {
  padding: 48px 0 64px; }

.single-post .wp-video {
  margin: 0 auto; }

.single-post .thumb {
  max-width: 1344px;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #1a1736; }
  .single-post .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto; }

.single-post .meta {
  background: #fff;
  position: relative;
  z-index: 10;
  margin-top: -248px;
  margin-bottom: 8px;
  border-radius: 14px;
  padding: 56px 80px 48px; }
  .single-post .meta .component-dados {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 3px; }
  .single-post .meta .data {
    opacity: 1; }
  .single-post .meta .dados,
  .single-post .meta .titlePost {
    padding: 0 24px; }
  .single-post .meta .dados {
    margin-bottom: 13px; }
  .single-post .meta .titlePost {
    margin-bottom: 55px; }

@media (min-width: 1024px) {
  .single-post .bt-category:hover,
  .single-post .wp-block-button__link:hover {
    color: #fff; } }

.single-post .author {
  width: 100%;
  height: 80px;
  background: #f2f5f8;
  border-radius: 14px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .single-post .author .photo {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 16px; }
  .single-post .author .name p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px; }
  .single-post .author .name b {
    font-weight: 600; }
  .single-post .author .name span {
    font-size: 12px;
    color: #90a2b0;
    line-height: 15px;
    display: block; }

.single-post .share {
  margin: 0 0 0 auto; }
  .single-post .share .addtoany_list svg {
    width: 22px; }
    .single-post .share .addtoany_list svg path {
      fill: #90a2b0; }
  .single-post .share .addtoany_list a {
    padding: 0;
    margin: 0 5px;
    background: #f2f5f8;
    border-radius: 2px; }
    .single-post .share .addtoany_list a span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .single-post .share .addtoany_list a:first-child {
      margin-left: 0; }
    .single-post .share .addtoany_list a:last-child {
      margin-right: 0; }
    @media (min-width: 1024px) {
      .single-post .share .addtoany_list a:hover {
        background: #1a1736; }
        .single-post .share .addtoany_list a:hover span {
          opacity: 1; }
        .single-post .share .addtoany_list a:hover path {
          fill: #fff; } }
  .single-post .share.shareHeader .addtoany_list svg path {
    fill: #f2f5f8; }
  .single-post .share.shareHeader .addtoany_list a {
    background: #90a2b0; }
    @media (min-width: 1024px) {
      .single-post .share.shareHeader .addtoany_list a:hover {
        background: #1a1736; }
        .single-post .share.shareHeader .addtoany_list a:hover path {
          fill: #f2f5f8; } }
  .single-post .share .bt-share {
    display: none; }

.single-post .entry {
  max-width: 1009px;
  border-bottom: 1px solid #f2f5f8;
  padding-bottom: 96px;
  margin-bottom: 78px; }
  .single-post .entry .singleFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 86px auto 96px; }
    .single-post .entry .singleFooter h6 {
      display: none; }
  .single-post .entry .tags {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .single-post .entry .tags .bt-category {
      min-width: 80px;
      background: #f2f5f8;
      color: #90a2b0;
      margin: 0 4px; }
      .single-post .entry .tags .bt-category:first-of-type {
        margin-left: 0; }
      .single-post .entry .tags .bt-category:last-child {
        margin-right: 0; }
      @media (min-width: 1024px) {
        .single-post .entry .tags .bt-category:hover {
          color: #fff; } }
  .single-post .entry .share {
    margin: 0 0 0 auto; }
  .single-post .entry .owl-carouselSingle {
    width: 100%;
    padding-bottom: 7px; }
    .single-post .entry .owl-carouselSingle .owl-item,
    .single-post .entry .owl-carouselSingle .blocks-gallery-item {
      height: 100%; }
    .single-post .entry .owl-carouselSingle .blocks-gallery-item {
      width: 100%; }
    .single-post .entry .owl-carouselSingle figure {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
    .single-post .entry .owl-carouselSingle .blocks-gallery-item__caption {
      position: relative;
      bottom: auto;
      width: auto;
      display: inline-block;
      height: auto;
      color: #90a2b0;
      font-size: 14px;
      background: none;
      padding: 0;
      line-height: 18px; }
    .single-post .entry .owl-carouselSingle .owl-nav {
      position: absolute;
      bottom: 0;
      right: 0;
      display: inline-block;
      background: #fff; }
      .single-post .entry .owl-carouselSingle .owl-nav button.owl-prev {
        background-image: url("../img/layout/bt-left-single.svg"); }
      .single-post .entry .owl-carouselSingle .owl-nav button.owl-next {
        background-image: url("../img/layout/bt-right-single.svg");
        margin-left: 5px; }
      @media (min-width: 1024px) {
        .single-post .entry .owl-carouselSingle .owl-nav button.owl-prev:hover {
          background-image: url("../img/layout/bt-left-single-hover.svg"); }
        .single-post .entry .owl-carouselSingle .owl-nav button.owl-next:hover {
          background-image: url("../img/layout/bt-right-single-hover.svg"); } }

.single-post .addhome1 {
  padding-bottom: 0; }

.single-post .comments .container,
.single-post .nextPosts .container {
  max-width: 1009px; }

.single-post .comments {
  margin-bottom: 50px; }
  .single-post .comments .container {
    border-bottom: 1px solid #f2f5f8;
    padding-bottom: 97px; }

.single-post .nextPosts {
  margin-bottom: 56px; }
  .single-post .nextPosts .sectiontitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 51px; }
  .single-post .nextPosts .component-linkarticle {
    padding: 23.5px 0;
    border-bottom: 1px solid #f2f5f8;
    width: 100%;
    max-width: 803px; }
    .single-post .nextPosts .component-linkarticle:first-of-type {
      padding-top: 0; }
    .single-post .nextPosts .component-linkarticle:last-child {
      padding-bottom: 0;
      border: none; }

@media (max-width: 1023.98px) {
  .single-post.content {
    padding: 0 0 64px; }
  .single-post .thumb {
    max-width: none;
    width: 100%;
    height: 338px;
    border-radius: 0; }
  .single-post .meta {
    margin-top: -263px;
    margin-bottom: 0;
    border-radius: 16px;
    padding: 57px 28px 40px; }
    .single-post .meta .dados,
    .single-post .meta .titlePost {
      padding: 0 12px; }
    .single-post .meta .titlePost {
      margin-bottom: 65px;
      font-size: 22px;
      line-height: 32px; }
  .single-post .author {
    height: 64px;
    padding: 0 12px; }
    .single-post .author .photo {
      width: 40px;
      height: 40px; }
    .single-post .author .name p {
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 4px; }
    .single-post .author .name span {
      font-size: 11px;
      line-height: 14px; }
  .single-post .entry {
    width: calc(100% - 160px);
    padding-bottom: 63px;
    margin-bottom: 40px; }
    .single-post .entry .singleFooter {
      margin: 0 auto 64px;
      padding: 50px 0;
      border-top: 1px solid #e8eaee;
      border-bottom: 1px solid #e8eaee; }
      .single-post .entry .singleFooter h6 {
        display: block;
        width: 100%;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 8px; }
    .single-post .entry .tags {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .single-post .entry .tags .bt-category {
        min-width: 64px; }
  .single-post .comments .container {
    width: calc(100% - 160px); }
  .single-post .comments {
    margin-bottom: 0; }
    .single-post .comments .container {
      padding-bottom: 47px;
      border: none; }
  .single-post .nextPosts {
    margin-bottom: 64px; }
    .single-post .nextPosts .sectiontitle {
      font-size: 16px;
      margin-bottom: 33px; }
    .single-post .nextPosts .headerSection {
      width: 100%; }
    .single-post .nextPosts .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-top: 1px solid #e8eaee;
      padding-top: 63px; }
    .single-post .nextPosts .component-linkarticle {
      padding: 29px 0 24px;
      width: calc(50% - 15px);
      margin-right: 30px; }
      .single-post .nextPosts .component-linkarticle:nth-child(odd) {
        margin-right: 0; }
      .single-post .nextPosts .component-linkarticle:nth-child(3) {
        padding-top: 0; }
      .single-post .nextPosts .component-linkarticle:nth-child(6) {
        padding-bottom: 0;
        border-bottom: none; } }

@media (max-width: 767.98px) {
  .single-post .thumb {
    height: 304px; }
  .single-post .meta {
    margin-top: -229px;
    padding: 40px 9.5px;
    width: calc(100% - 8px); }
    .single-post .meta .dados,
    .single-post .meta .titlePost {
      padding: 0 20px; }
    .single-post .meta .titlePost {
      margin-bottom: 29px; }
  .single-post .author {
    height: 64px;
    padding: 0 20px;
    position: relative;
    overflow: hidden; }
  .single-post .share .addtoany_list svg {
    width: 30px; }
    .single-post .share .addtoany_list svg path {
      fill: #fff; }
  .single-post .share .addtoany_list .a2a_svg {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .single-post .share .addtoany_list a {
    margin: 0 8px;
    background: #1a1736; }
    .single-post .share .addtoany_list a:first-child {
      margin-left: 0; }
    .single-post .share .addtoany_list a:last-child {
      margin-right: 0; }
  .single-post .share.shareHeader {
    position: absolute;
    top: 0;
    right: -200px;
    height: 100%;
    background: #f2f5f8;
    width: calc(100% - 90px);
    max-width: 260px;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .single-post .share.shareHeader .addtoany_shortcode,
    .single-post .share.shareHeader .addtoany_list {
      height: 100%; }
    .single-post .share.shareHeader .addtoany_shortcode {
      position: absolute;
      top: 0;
      left: 106px; }
    .single-post .share.shareHeader .addtoany_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .single-post .share.shareHeader .addtoany_list svg path {
        fill: #fff; }
      .single-post .share.shareHeader .addtoany_list a {
        background: #1a1736; }
    .single-post .share.shareHeader .bt-share {
      display: block;
      width: 40px;
      height: 40px;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 0; }
      .single-post .share.shareHeader .bt-share .bg-share {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .single-post .share.shareHeader.open {
      right: 20px;
      max-width: 260px; }
      .single-post .share.shareHeader.open .bt-share {
        left: 50px; }
        .single-post .share.shareHeader.open .bt-share .bg-share {
          fill: #90a2b0; }
  .single-post .entry {
    width: calc(100% - 75px);
    padding-bottom: 0; }
    .single-post .entry .singleFooter {
      padding: 29px 0 24px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .single-post .entry .tags {
      width: 100%;
      margin-bottom: 45px; }
    .single-post .entry .share {
      margin: 0; }
  .single-post .comments .container {
    width: calc(100% - 75px); }
  .single-post .nextPosts .container {
    display: block;
    padding-top: 64px; }
  .single-post .nextPosts .component-linkarticle {
    padding: 30px 0 22px;
    width: 100%;
    margin-right: 0; }
    .single-post .nextPosts .component-linkarticle:nth-child(3) {
      padding-top: 30; }
    .single-post .nextPosts .component-linkarticle:nth-child(6) {
      padding-bottom: 22;
      border-bottom: 1px solid #e8eaee; } }


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