/*! 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.63em; }

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

/* stylelint-disable color-no-hex */
/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* stylelint-disable number-max-precision */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

img {
  max-width: 100%; }

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

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

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

@media (min-width: 992px) {
  .container, .container-xl {
    max-width: 970px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1199px; }
  .container-xl {
    max-width: 1180px; } }

@media (min-width: 1680px) {
  .container {
    max-width: 1199px; }
  .container-xl {
    max-width: 1440px; } }

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

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: 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; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

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

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-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: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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; } }

/* stylelint-enable number-max-precision */
/* stylelint-disable number-max-precision */
.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  font-size: 62.5%;
  -webkit-text-size-adjust: 62.5%;
  -ms-text-size-adjust: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  text-align: left;
  font-family: barlow, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.01em;
  line-height: 1.6;
  background-color: #ffffff; }

[tabindex='-1']:focus {
  outline: 0 !important; }

img {
  max-width: 100%; }

a {
  color: #111111;
  text-decoration: none; }

.topnav {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  z-index: 9999 !important; }
  .topnav ul {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
    text-align: center; }
  .topnav li {
    background-color: transparent;
    color: #ffffff;
    display: inline-block;
    padding: 1rem;
    position: relative;
    text-decoration: none; }
  .topnav li a {
    color: #ffffff;
    text-transform: uppercase; }
  .topnav a:hover {
    color: #ed1c24;
    cursor: pointer; }
  .topnav ul li ul {
    color: #000000;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none; }
  .topnav ul li:hover > ul, .topnav ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block; }
  .topnav ul li ul li {
    clear: both;
    width: 100%;
    padding: 5px 10px; }

@media screen and (max-width: 992px) {
  .topnav {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .topnav {
    text-align: center;
    display: none; } }

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

.navbar-custom {
  padding: 10px 0;
  border-bottom: none;
  background-color: transparent;
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out; }

.navbar-custom.top-nav-collapse {
  padding: 0;
  padding-top: 10px;
  background: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5); }
  .navbar-custom.top-nav-collapse ul li ul {
    background: #000000; }

.top-nav-collapse a {
  color: #ffffff; }

.top-nav-collapse a:hover {
  color: #ed1c24; }

.header-social {
  text-align: right;
  margin-top: 5px;
  margin-left: 0; }
  .header-social img {
    height: 15px;
    letter-spacing: 1;
    margin: 0 3px; }

.mobile-header-social {
  text-align: center;
  margin-top: -10px; }
  .mobile-header-social img {
    height: 15px;
    margin: 0 3px; }

.header-social-pushy ul li {
  display: inline-block;
  margin-top: 30px;
  text-align: center; }
  .header-social-pushy ul li img {
    height: 18px; }

@media screen and (max-width: 767px) {
  .header-social {
    text-align: center; }
  .logo {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    max-width: 100%;
    margin-top: 0; } }

.mobile-logo {
  text-align: right;
  display: inline-block;
  background-color: #cccccc; }
  .mobile-logo img {
    margin-left: auto;
    margin-right: auto; }

.menu-btn {
  margin-left: -20px;
  margin-top: -10px;
  margin-bottom: -5px; }

.logo-link-m img {
  margin-top: 0;
  margin-bottom: 0; }

.mobile-nav {
  display: none; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: barlow, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: #111111; }

h1, .h1 {
  font-size: 4.6rem;
  line-height: 1.2; }

h3, .h3 {
  font-size: 2.8rem;
  line-height: 1.3; }

h4, .h4 {
  font-size: 2.2rem;
  letter-spacing: 0.4rem;
  line-height: 1.35;
  font-weight: 400; }

h5, .h5 {
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
  font-weight: normal; }

h6, .h6 {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: normal; }

.lead {
  font-size: 1.8rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

.heading-font {
  font-family: barlow, sans-serif; }

.primary-font {
  font-family: barlow, sans-serif; }

.font-sm {
  font-size: 12px; }

.font-lg {
  font-size: 33px; }

.button, button {
  font-family: barlow, sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1rem 2.8rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

.button-sm {
  padding: 0.8rem 2.2rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

.button-primary {
  background-color: #000000;
  color: #ffffff; }
  .button-primary:hover {
    background-color: #111111;
    color: #ffffff; }

.button-primary-dark {
  background-color: #111111;
  color: #ffffff; }
  .button-primary-dark:hover {
    background-color: #000000;
    color: #ffffff; }

.button-accent-dark {
  background-color: #c9141b;
  color: #ffffff; }
  .button-accent-dark:hover {
    background-color: #ed1c24;
    color: #ffffff; }

.button-accent {
  background-color: #ed1c24;
  color: #ffffff; }
  .button-accent:hover {
    background-color: #c9141b;
    color: #ffffff; }

.button-clear, a .button-clear {
  background-color: transparent;
  color: #333333; }
  .button-clear:hover, a .button-clear:hover {
    color: #000000; }

.button-clear-active {
  color: #000000; }

.button-cta {
  background-color: #ed1c24;
  color: #ffffff;
  border: 2px solid #ffffff;
  outline: 2px solid #ed1c24;
  letter-spacing: 1px; }
  .button-cta:hover {
    background-color: #c9141b; }

input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], input[type='color'], input[type='date'], input[type='month'], input[type='week'], input[type='datetime'], input[type='datetime-local'], input:not([type]), textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 0;
  font-weight: 500;
  font-family: barlow, sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  height: 3.8rem;
  padding: 0.6rem 1rem;
  width: 100%;
  margin: 1rem 0; }
  input[type='email']:focus, input[type='number']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='url']:focus, input[type='color']:focus, input[type='date']:focus, input[type='month']:focus, input[type='week']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input:not([type]):focus, textarea:focus, select:focus {
    border-color: #111111;
    outline: 0; }

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23c3a574" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3rem; }
  select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%2363584b" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>'); }

textarea {
  max-width: 100%;
  min-height: 6.5rem; }

label, legend {
  display: block;
  font-size: 1.4rem;
  font-weight: 500; }

fieldset {
  border-width: 0;
  padding: 0; }

input[type='checkbox'], input[type='radio'] {
  display: inline; }

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem; }

form p {
  margin: 0; }

/* stylelint-disable color-no-hex */
.logo {
  width: 80px;
  margin-top: 10px; }

.header {
  padding: 30px 0; }

.hero-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 110vh;
  padding: 20px;
  margin-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.5))), url("../../images/home-1a.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url("../../images/home-1a.jpg");
  background-size: cover;
  background-position: top center; }
  .hero-home p {
    display: block;
    font-size: 14px;
    font-family: montserrat, sans-serif;
    color: #ffffff;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }

.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0; }

.scroll-down h1 {
  display: table;
  border: 1px solid #ffffff;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-family: montserrat, sans-serif;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 30px; }

.black-home {
  background-color: #000000;
  padding: 20px; }
  .black-home h4 {
    margin-top: 0;
    font-size: 16px;
    color: #999999;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: barlow, sans-serif; }

.white-section {
  background-color: #ffffff;
  position: relative;
  display: block;
  padding: 50px; }
  .white-section p {
    font-size: 16px;
    font-weight: 400;
    font-family: barlow, sans-serif;
    line-height: 2; }

.white-section-category {
  background-color: #ffffff;
  padding: 50px; }
  .white-section-category p {
    font-size: 16px;
    font-weight: 400;
    font-family: barlow, sans-serif;
    line-height: 2; }

.black-section-text {
  background-color: #000000;
  padding: 50px;
  margin-top: 70px; }
  .black-section-text p {
    font-size: 16px;
    font-weight: 400;
    font-family: barlow, sans-serif;
    color: #ffffff;
    line-height: 2; }

.aquarius {
  display: block;
  height: 30px;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.white-vl {
  display: inline-block;
  width: 2px;
  height: 40px;
  margin: 0 10px;
  margin-bottom: -10px;
  background-color: #ffffff; }

.carousel-large {
  margin: 0;
  padding: 0;
  height: 130vh; }
  .carousel-large .item {
    margin: 0; }

.home-slide {
  height: 800px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 -2px; }

.slider-title {
  display: table;
  position: absolute;
  border: 1px solid #ffffff;
  padding: 0 15px;
  text-align: center;
  bottom: 15px;
  left: 20px;
  font-size: 25px;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase; }

.box-img-title {
  padding: 80px;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase; }

.home-box-text {
  background-color: #000000;
  color: #ffffff;
  font-weight: 400;
  padding: 40px; }
  .home-box-text h3 {
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff; }
  .home-box-text a {
    color: #ed1c24; }

.box-img {
  height: 400px;
  overflow: hidden;
  background-color: #000000;
  padding: 0; }

.zoom-img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.zoom-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7; }

.zoom-img-1 {
  height: 100%;
  width: 100%;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.zoom-img-1:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(130%);
  filter: brightness(130%); }

.img-1 {
  background: url("../../images/fashion.jpg");
  background-size: cover;
  background-position: top center; }

.img-2 {
  background: url("../../images/travel.jpg");
  background-size: cover;
  background-position: top center; }

.img-3 {
  background: url("../../images/instagram-influencer.jpg");
  background-size: cover;
  background-position: top center; }

.img-4 {
  background: url("../../images/brands/brands.jpg");
  background-size: cover;
  background-position: top center; }

.img-5 {
  background: url("../../images/about-1.jpg");
  background-size: cover;
  background-position: top center; }

.img-6 {
  background: url("../../images/fashion/catalogs&runaway/catalogs&runaway-black.jpg");
  background-size: cover;
  background-position: top center; }

.img-7 {
  background: url("../../images/fashion/test-shooting/test-shooting-13.jpg");
  background-size: cover;
  background-position: top center; }

.img-8 {
  background: url("../../images/fashion/magazines/magazines-cover.jpg");
  background-size: cover;
  background-position: top center; }

.category-img {
  height: 160vh;
  margin-top: 0; }

.about-img {
  height: 165vh; }

.about-text {
  background-color: #111111; }
  .about-text h3 {
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
    padding-top: 100px;
    margin-bottom: 50px; }
  .about-text p {
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    margin: 15px 35px; }

/* instagram-influencer */
.white-section-inf {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 20px; }
  .white-section-inf h4 {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 5px; }

.instagram-influencer-box {
  height: 120vh;
  overflow: hidden;
  padding: 0; }

.instagram-influencer-box-text {
  padding: 0 50px; }
  .instagram-influencer-box-text h3 {
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 50px; }
  .instagram-influencer-box-text p {
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 50px; }
  .instagram-influencer-box-text a {
    color: #ed1c24; }

/* overlay */
.text-overlay-black {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 230px;
  background: rgba(0, 0, 0, 0.6); }
  .text-overlay-black h3 {
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff; }

.text-overlay-black-brand {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: rgba(0, 0, 0, 0.6); }
  .text-overlay-black-brand h3 {
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff; }

.text-overlay-white {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 230px;
  background: rgba(255, 255, 255, 0.7);
  color: #ffffff; }
  .text-overlay-white h3 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0;
    color: #000000; }

/* travel */
.travel-box-img {
  height: 65vh;
  overflow: hidden;
  background-color: #000000;
  padding: 0; }

.box-text {
  background-color: #111111;
  padding: 0 30px; }
  .box-text h3 {
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 30px; }
  .box-text p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400; }
  .box-text h5 {
    font-size: 18px; }
  .box-text a {
    color: #ed1c24; }

.section {
  padding: 50px 15px;
  margin-top: 120px;
  margin-bottom: 40px;
  background-color: #111111; }
  .section h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800; }
  .section p {
    font-size: 16px;
    margin-top: 40px; }

.post-gallery .row {
  padding-bottom: 20px; }

/* contact */
.white-section-contact {
  background-color: #ffffff;
  min-height: 75vh; }
  .white-section-contact p {
    margin-top: 30px; }

.btn-dark {
  color: #ffffff;
  background-color: #111111;
  border-color: #111111; }

.btn-dark:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #111111; }

form {
  margin: 50px 0; }

.form-control {
  width: 570px;
  background: transparent;
  border: none !important;
  outline: none !important;
  border-bottom: 1px solid #999999 !important;
  color: #000000;
  margin-bottom: 15px; }

/* collection */
.collection-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .collection-container h2 {
    font-family: montserrat, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 40px;
    margin-top: 100px; }
  .collection-container .collection-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.1rem; }
  .collection-container .collection-subtitle {
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.1rem; }

/* video */
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative; }

.no-video .video-container video, .touch .video-container video {
  display: none; }

.no-video .video-container .poster, .touch .video-container .poster {
  display: block !important; }

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 130vh;
  width: 100%;
  overflow: hidden;
  background: #000000; }

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: -1; }

.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%; }

.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0; }

.video-container video.fillWidth {
  width: 100%; }

/* Instagram */
.insta-container {
  background-color: #000000;
  padding-top: 40px;
  padding-bottom: 80px; }

.insta-title {
  text-align: center;
  color: #ffffff;
  margin-top: 0;
  padding-bottom: 50px; }
  .insta-title a {
    color: #ffffff; }

.insta-title span {
  display: block;
  margin-top: 0;
  font-size: 17px; }

/* share */
.share {
  text-align: right;
  text-transform: uppercase; }
  .share a {
    padding: 0 3px; }
  .share img {
    width: 14px;
    height: 14px; }

/* stylelint-enable color-no-hex */
.shadow-sm {
  -webkit-box-shadow: 0 0.12rem 0.25rem rgba(0, 0, 0, 0.75);
          box-shadow: 0 0.12rem 0.25rem rgba(0, 0, 0, 0.75); }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .shadow:hover {
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25); }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.17);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.17); }

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

.text-shadow {
  text-shadow: 0 0.12rem 0.5rem rgba(0, 0, 0, 0.75); }

/* stylelint-disable color-no-hex */
.primary-color {
  color: #000000; }

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

.primary-color-dark {
  color: #111111; }

.primary-bg-color-dark {
  background-color: #111111; }

.secondary-color {
  color: #999999; }

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

.secondary-color-dark {
  color: #555555; }

.secondary-bg-color-dark {
  background-color: #555555; }

.accent-color-dark {
  color: #c9141b; }

.accent-bg-color-dark {
  background-color: #c9141b; }

.accent-color {
  color: #ed1c24; }

.accent-bg-color {
  background-color: #ed1c24; }

.primary-text-color {
  color: #333333; }

.bg-color-primary-text-color {
  background-color: #333333; }

.secondary-text-color {
  color: #444444; }

.bg-color-secondary-text-color {
  background-color: #444444; }

.divider-color {
  color: #dddddd; }

.divider-bg-color {
  background-color: #dddddd; }

.border-color {
  color: #f0ede6; }

.border-bg-color {
  background-color: #f0ede6; }

.white-color {
  color: #ffffff; }

.ui-color-box {
  height: 200px;
  width: 100%;
  padding: 30px; }

@media screen and (max-width: 1920px) {
  .home-slide, .carousel-large {
    height: 800px; }
  .slider-title {
    position: absolute; }
  .box-img {
    height: 400px; } }

@media screen and (max-width: 1440px) {
  .home-slide, .carousel-large {
    height: 800px; }
  .slider-title {
    position: absolute; }
  .box-img {
    height: 400px; }
  .home-box-text {
    height: 400px;
    padding: 50px; }
  h3 {
    font-size: 25px; }
  .video-container {
    position: relative;
    height: 750px; }
  .video-container video {
    top: 0; }
  .instagram-influencer-box {
    height: 800px; }
  .instagram-influencer-box-text {
    height: 800px;
    padding-top: 220px; }
  .text-overlay-black-brand {
    height: 165px; }
  .category-img {
    height: 700px; }
  .text-overlay-black {
    height: 175px; }
    .text-overlay-black h3 {
      font-size: 25px; }
  .travel-box-img {
    height: 400px; }
  .box-text {
    padding: 0 30px; }
    .box-text h3 {
      font-size: 20px; }
  .about-img {
    height: 870px; }
  .about-text h3 {
    padding-top: 80px;
    margin-bottom: 40px; }
  .about-text p {
    margin: 15px 35px; }
  .white-section-contact {
    min-height: 400px; } }

@media screen and (max-width: 1366px) {
  .home-slide, .carousel-large {
    height: 800px; }
  .slider-title {
    position: absolute; }
  .box-img {
    height: 400px; }
  .home-box-text {
    height: 400px;
    padding: 50px; }
  h3 {
    font-size: 25px; }
  .video-container {
    position: relative;
    height: 750px; }
  .video-container video {
    top: 0; }
  .text-overlay-black {
    height: 250px; }
  .about-img {
    height: 870px; }
  .about-text h3 {
    padding-top: 80px;
    margin-bottom: 40px; }
  .about-text p {
    margin: 15px 35px; } }

@media screen and (max-width: 1024px) {
  .hero-home {
    min-height: 600px; }
  .home-slide, .carousel-large {
    height: 600px; }
  .slider-title {
    position: absolute; }
  .box-img {
    height: 300px; }
  .home-box-text {
    height: 300px;
    padding: 25px; }
  h3 {
    font-size: 25px; }
  p {
    font-size: 16px; }
  .video-container {
    position: relative;
    height: 500px; }
  .video-container video {
    top: 0; }
  .instagram-influencer-box {
    height: 700px; }
  .instagram-influencer-box-text {
    height: 700px;
    padding-top: 140px; }
  .text-overlay-black-brand {
    height: 125px; }
    .text-overlay-black-brand h3 {
      font-size: 18px;
      margin-top: 30px; }
      .text-overlay-black-brand h3 .space {
        margin-left: 3px; }
      .text-overlay-black-brand h3 img {
        width: 18px; }
  .category-img {
    height: 700px; }
  .text-overlay-black {
    height: 175px; }
    .text-overlay-black h3 {
      font-size: 20px; }
  .section h1 {
    font-size: 26px; }
  .travel-box-img {
    height: 280px; }
  .box-text {
    padding: 10px; }
    .box-text h3 {
      font-size: 20px; }
    .box-text p {
      font-size: 14px; }
    .box-text h5 {
      font-size: 15; }
  .collection-container {
    height: 450px; }
  .about-img {
    height: 900px; }
  .about-text h3 {
    padding-top: 50px;
    margin-bottom: 30px; }
  .about-text p {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    margin: 10px 25px; }
  .white-section-contact {
    min-height: 400px; } }

@media screen and (max-width: 992px) {
  .hero-home {
    min-height: 700px; }
  .home-slide, .carousel-large {
    height: 600px; }
  .slider-title {
    position: absolute; }
  .box-img {
    height: 300px; }
    .box-img .home-box-text {
      height: 275px;
      padding: 30px; }
    .box-img .h3 {
      font-size: 20px; }
    .box-img p {
      font-size: 14px; }
  .video-container {
    position: relative;
    height: 500px; }
  .video-container video {
    top: 0; }
  .category-img {
    height: 600px; }
  .text-overlay-black {
    height: 160px; }
    .text-overlay-black h3 {
      font-size: 20px; }
  .white-section-category {
    padding: 40px; }
    .white-section-category p {
      font-size: 15px; }
  .travel-box-img {
    height: 280px; }
  .box-text {
    padding: 0 20px; }
    .box-text h3 {
      font-size: 20px;
      margin-bottom: 10px; }
    .box-text p {
      font-size: 14px; }
    .box-text h5 {
      font-size: 16;
      margin-top: 10px; }
  .about-img {
    height: 820px; }
  .about-text h3 {
    padding-top: 50px; }
  .about-text p {
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    margin: 10px 20px; }
  .collection-container {
    height: 450px; } }

@media screen and (max-width: 990px) {
  .home-box-text {
    padding: 20px; }
    .home-box-text h3 {
      font-size: 25px; }
    .home-box-text p {
      font-size: 15px; } }

@media screen and (max-width: 892px) {
  .box-text {
    padding: 10px; }
    .box-text h3 {
      font-size: 19px;
      margin-bottom: 10px; }
    .box-text p {
      font-size: 14px; }
    .box-text h5 {
      font-size: 14;
      margin-top: 10px; } }

@media screen and (max-width: 834px) {
  .home-slide, .carousel-large {
    height: 550px; }
  .slider-title {
    position: absolute; }
  .box-img {
    height: 275px; }
  .home-box-text {
    height: 275px;
    padding: 10px; }
    .home-box-text .h3 {
      font-size: 20px; }
    .home-box-text p {
      font-size: 13px; }
  .video-container {
    position: relative;
    height: 420px; }
  .video-container video {
    top: 0; }
  .text-overlay-black-brand {
    height: 100px; }
    .text-overlay-black-brand h3 {
      font-size: 18px; }
      .text-overlay-black-brand h3 .space {
        margin-left: 3px; }
      .text-overlay-black-brand h3 img {
        width: 18px; }
  .section {
    margin-top: 140px; }
    .section h1 {
      font-size: 25px; }
  .category-img {
    height: 550px; }
  .text-overlay-black {
    height: 150px; }
    .text-overlay-black h3 {
      font-size: 19px; }
      .text-overlay-black h3 .space {
        margin-left: 3px; }
      .text-overlay-black h3 img {
        width: 18px; }
  .travel-box-img {
    height: 250px; }
  .box-text {
    padding: 0 25px; }
    .box-text h3 {
      font-size: 18px;
      margin-bottom: 10px; }
    .box-text p {
      font-size: 13px; }
    .box-text h5 {
      font-size: 14px;
      margin-top: 10px; }
  .collection-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 450px; }
  .about-img {
    height: 1100px; }
  .about-text h3 {
    padding-top: 50px;
    margin-bottom: 40px; }
  .about-text p {
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    margin: 20px 45px; }
  .white-section-contact {
    min-height: 500px; } }

@media screen and (max-width: 800px) {
  .header-social img {
    height: 13px; }
  .home-slide, .carousel-large {
    height: 500px; }
  .slider-title {
    position: absolute; }
  .box-img {
    height: 250px; }
  .home-box-text {
    height: 250px;
    padding: 10px; }
    .home-box-text .h3 {
      font-size: 20px; }
    .home-box-text p {
      font-size: 13px; }
  .video-container {
    position: relative;
    height: 420px; }
  .video-container video {
    top: 0; }
  .instagram-influencer-box {
    height: 550px; }
  .instagram-influencer-box-text {
    height: 550px;
    padding-top: 50px; }
  .text-overlay-black-brand {
    height: 100px; }
    .text-overlay-black-brand h3 {
      font-size: 18px; }
      .text-overlay-black-brand h3 .space {
        margin-left: 3px; }
      .text-overlay-black-brand h3 img {
        width: 18px; }
  .section {
    margin-top: 145px; }
  .travel-box-img {
    height: 250px; }
  .box-text {
    padding: 0 15px; }
    .box-text h3 {
      font-size: 19px;
      margin-bottom: 10px; }
    .box-text p {
      font-size: 14px; }
    .box-text h5 {
      font-size: 14;
      margin-top: 10px; }
  .collection-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 450px; }
  .about-img {
    height: 1100px; }
  .about-text h3 {
    padding-top: 50px;
    margin-bottom: 40px; }
  .about-text p {
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    margin: 20px 45px; }
  .white-section-contact {
    min-height: 500px; } }

@media screen and (max-width: 768px) {
  .home-slide, .carousel-large {
    height: 500px; }
  .slider-title {
    position: absolute; }
  .box-img {
    height: 250px; }
  .home-box-text {
    height: 250px;
    padding: 10px; }
    .home-box-text h3 {
      font-size: 20px;
      padding-bottom: 10px; }
    .home-box-text p {
      font-size: 13px; }
  .instagram-influencer-box {
    height: 500px; }
  .instagram-influencer-box-text {
    height: 500px;
    padding-top: 70px; }
    .instagram-influencer-box-text h3 {
      margin-bottom: 50px; }
    .instagram-influencer-box-text p {
      font-size: 15px;
      margin-bottom: 30px; }
  .category-img {
    height: 500px; }
  .text-overlay-black {
    height: 140px; }
    .text-overlay-black h3 {
      font-size: 18px; }
      .text-overlay-black h3 .space {
        margin-left: 3px; }
      .text-overlay-black h3 img {
        width: 18px; }
  .travel-box-img {
    height: 250px; }
  .box-text {
    padding: 0 15px; }
    .box-text h3 {
      font-size: 17px;
      margin-bottom: 15px; }
    .box-text p {
      font-size: 12px; }
    .box-text h5 {
      font-size: 15px;
      margin-top: 10px; }
  .post-gallery .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto; }
  .post-gallery .row {
    padding-bottom: 0;
    margin: 0; }
  .post-gallery .col-md-6, .post-gallery .col {
    margin: 0;
    padding: 0 15px;
    padding-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .hero-home {
    min-height: 500px; }
  .home-slide, .carousel-large {
    height: 1000px; }
  .slider-title {
    position: absolute; }
  .box-img {
    height: 900px; }
  .home-box-text {
    height: 700px;
    padding: 180px; }
    .home-box-text h3 {
      font-size: 30px;
      padding-bottom: 30px; }
    .home-box-text p {
      font-size: 20px; }
  .instagram-influencer-box {
    height: 800px; }
  .instagram-influencer-box-text {
    height: 600px;
    padding: 100px 80px; }
    .instagram-influencer-box-text h3 {
      font-size: 30px; }
    .instagram-influencer-box-text p {
      font-size: 20px; }
  .text-overlay-black-brand {
    height: 320px; }
    .text-overlay-black-brand h3 {
      margin-top: 30px;
      font-size: 30px; }
      .text-overlay-black-brand h3 .space {
        margin-left: 10px; }
      .text-overlay-black-brand h3 img {
        width: 25px; }
  .travel-box-img {
    height: 800px; }
  .box-text {
    height: 500px;
    padding: 120px 80px; }
    .box-text h3 {
      font-size: 28px;
      margin-bottom: 15px; }
    .box-text p {
      font-size: 20px; }
    .box-text h5 {
      font-size: 18px;
      margin-top: 10px; }
  #la {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  #la-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  #mi {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  #mi-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  #mex {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  #lmex-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  #bg {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  #bg-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .mobile-nav {
    display: block; }
  .desktop-nav {
    display: none; } }

@media screen and (max-width: 730px) {
  .box-img {
    height: 750px; }
  .home-box-text {
    height: 750px;
    padding: 180px; }
    .home-box-text h3 {
      font-size: 30px;
      padding-bottom: 30px; }
    .home-box-text p {
      font-size: 20px; } }

@media screen and (max-width: 649px) {
  .home-slide, .carousel-large {
    height: 850px; }
  .slider-title {
    position: absolute; } }

@media screen and (max-width: 640px) {
  .home-box-text {
    height: 600px;
    padding: 130px 70px; }
    .home-box-text h3 {
      font-size: 30px;
      padding-bottom: 30px; }
    .home-box-text p {
      font-size: 20px; }
  .video-container {
    position: relative;
    height: 350px; }
  .video-container video {
    top: 0; }
  .category-img {
    height: 900px; }
  .text-overlay-black {
    height: 220px; }
    .text-overlay-black h3 {
      font-size: 30px; }
      .text-overlay-black h3 .space {
        margin-left: 8px; }
      .text-overlay-black h3 img {
        width: 27px; } }

@media screen and (max-width: 620px) {
  .mobile-header-social {
    visibility: hidden; }
  .box-img {
    height: 90vh; }
  .home-box-text {
    height: 90vh;
    padding: 100px; }
    .home-box-text h3 {
      font-size: 30px;
      padding-bottom: 30px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .home-box-text p {
      font-size: 20px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media screen and (max-width: 576px) {
  .box-img {
    height: 650px; }
  .home-box-text {
    height: 600px;
    padding: 130px 70px; }
    .home-box-text h3 {
      font-size: 30px;
      padding-bottom: 30px; }
    .home-box-text p {
      font-size: 20px; }
  .video-container {
    position: relative;
    height: 300px; }
  .video-container video {
    top: 0; }
  .text-overlay-black-brand {
    height: 260px; }
    .text-overlay-black-brand h3 {
      font-size: 28px; }
      .text-overlay-black-brand h3 .space {
        margin-left: 8px; }
      .text-overlay-black-brand h3 img {
        width: 25px; }
  .section {
    margin-top: 80px; }
  .category-img {
    height: 900px; }
  .text-overlay-black {
    height: 220px; }
    .text-overlay-black h3 {
      font-size: 30px; }
      .text-overlay-black h3 .space {
        margin-left: 8px; }
      .text-overlay-black h3 img {
        width: 27px; } }

@media screen and (max-width: 549px) {
  .hero-home {
    min-height: 400px; } }

@media screen and (max-width: 530px) {
  .box-img {
    height: 650px; }
  .home-box-text {
    height: 600px;
    padding: 130px 70px; }
    .home-box-text h3 {
      font-size: 30px;
      padding-bottom: 30px; }
    .home-box-text p {
      font-size: 20px; }
  .video-container {
    position: relative;
    height: 250px; }
  .video-container video {
    top: 0; }
  .instagram-influencer-box {
    height: 650px; }
  .instagram-influencer-box-text {
    height: 600px;
    padding: 100px 80px; }
    .instagram-influencer-box-text h3 {
      font-size: 27px; }
    .instagram-influencer-box-text p {
      font-size: 18px; }
  .text-overlay-black-brand {
    height: 260px; }
    .text-overlay-black-brand h3 {
      font-size: 28px; }
      .text-overlay-black-brand h3 .space {
        margin-left: 8px; }
      .text-overlay-black-brand h3 img {
        width: 25px; }
  .section {
    padding: 45px 50px;
    margin-top: 70px;
    margin-bottom: 40px; }
  .category-img {
    height: 900px; }
  .text-overlay-black {
    height: 220px; }
    .text-overlay-black h3 {
      font-size: 30px; }
      .text-overlay-black h3 .space {
        margin-left: 8px; }
      .text-overlay-black h3 img {
        width: 27px; }
  .about-img {
    height: 720px; }
  .about-text h3 {
    padding-top: 40px;
    margin-bottom: 40px; }
  .about-text p {
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    margin: 20px 45px; }
  .collection-container {
    height: 450px; } }

@media screen and (max-width: 525px) {
  .collection-container {
    height: 450px; }
    .collection-container h2 {
      font-size: 22px; }
    .collection-container img {
      width: 20px;
      margin: 15px 0; }
    .collection-container .collection-title {
      font-size: 20px; }
    .collection-container .collection-subtitle {
      font-size: 20px; } }

@media screen and (max-width: 490px) {
  .collection-container {
    height: 450px; }
    .collection-container h2 {
      font-size: 22px; }
    .collection-container img {
      width: 25px;
      margin: 12px 0; }
    .collection-container .collection-title {
      font-size: 20px; }
    .collection-container .collection-subtitle {
      font-size: 20px; } }

@media screen and (max-width: 490px) {
  .home-slide, .carousel-large {
    height: 95vh; }
  .slider-title {
    position: absolute; } }

@media screen and (max-width: 445px) {
  .box-img {
    height: 550px; }
  .home-box-text {
    height: 550px;
    padding: 100px 70px; }
    .home-box-text h3 {
      font-size: 27px;
      padding-bottom: 30px; }
    .home-box-text p {
      font-size: 18px; }
  .video-container {
    position: relative;
    height: 220px; }
  .video-container video {
    top: 0; }
  .instagram-influencer-box {
    height: 600px; }
  .instagram-influencer-box-text {
    height: 600px;
    padding: 80px 60px; }
    .instagram-influencer-box-text h3 {
      font-size: 27px; }
    .instagram-influencer-box-text p {
      font-size: 18px; }
  .text-overlay-black-brand {
    height: 230px; }
    .text-overlay-black-brand h3 {
      font-size: 28px; }
      .text-overlay-black-brand h3 .space {
        margin-left: 8px; }
      .text-overlay-black-brand h3 img {
        width: 25px; }
  .section {
    padding: 45px 50px;
    margin-top: 70px;
    margin-bottom: 40px; }
  .category-img {
    height: 700px; }
  .text-overlay-black {
    height: 180px; }
    .text-overlay-black h3 {
      font-size: 27px; }
      .text-overlay-black h3 .space {
        margin-left: 8px; }
      .text-overlay-black h3 img {
        width: 25px; }
  .travel-box-img {
    height: 450px; }
  .box-text {
    height: 450px;
    padding: 80px 50px; }
    .box-text h3 {
      font-size: 24px;
      margin-bottom: 15px; }
    .box-text p {
      font-size: 18px; }
    .box-text h5 {
      font-size: 19px;
      margin-top: 10px; }
  .about-img {
    height: 720px; }
  .about-text h3 {
    padding-top: 40px;
    margin-bottom: 40px; }
  .about-text p {
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    margin: 20px 45px; }
  .collection-container {
    height: 450px; }
    .collection-container h2 {
      font-size: 22px; }
    .collection-container img {
      width: 23px;
      margin: 15px 0; }
    .collection-container .collection-title {
      font-size: 18px; }
    .collection-container .collection-subtitle {
      font-size: 18px; } }

@media screen and (max-width: 382px) {
  .collection-container {
    height: 450px; }
    .collection-container h2 {
      font-size: 22px; }
    .collection-container img {
      width: 20px;
      margin: 8px 0; }
    .collection-container .collection-title {
      font-size: 16px; }
    .collection-container .white-vl {
      height: 30px; }
    .collection-container .collection-subtitle {
      font-size: 16px; } }

@media screen and (max-width: 390px) {
  .box-img {
    height: 450px; }
  .home-box-text {
    height: 400px;
    padding: 40px 30px; }
    .home-box-text h3 {
      font-size: 25px;
      padding-bottom: 30px; }
    .home-box-text p {
      font-size: 18px; }
  .white-section p {
    font-size: 15px;
    padding: 0; }
  .video-container {
    position: relative;
    height: 180px; }
  .video-container video {
    top: 0; }
  .instagram-influencer-box {
    height: 500px; }
  .instagram-influencer-box-text {
    height: 500px;
    padding: 40px 50px; }
    .instagram-influencer-box-text h3 {
      font-size: 25px; }
    .instagram-influencer-box-text p {
      font-size: 17px; }
  .text-overlay-black-brand {
    height: 180px; }
    .text-overlay-black-brand h3 {
      font-size: 28px; }
      .text-overlay-black-brand h3 .space {
        margin-left: 8px; }
      .text-overlay-black-brand h3 img {
        width: 25px; }
  .section {
    padding: 45px 50px;
    margin-top: 70px;
    margin-bottom: 40px; }
    .section h1 {
      font-size: 20px; }
      .section h1 img {
        height: 19px;
        width: 21px; }
  .category-img {
    height: 700px; }
  .text-overlay-black {
    height: 180px; }
    .text-overlay-black h3 {
      font-size: 27px; }
      .text-overlay-black h3 .space {
        margin-left: 8px; }
      .text-overlay-black h3 img {
        width: 25px; }
  .travel-box-img {
    height: 450px; }
  .box-text {
    height: 400px;
    padding: 80px 50px; }
    .box-text h3 {
      font-size: 24px;
      margin-bottom: 15px; }
    .box-text p {
      font-size: 18px; }
    .box-text h5 {
      font-size: 19px;
      margin-top: 10px; }
  .about-img {
    height: 580px; }
  .about-text h3 {
    padding-top: 40px;
    margin-bottom: 40px; }
  .about-text p {
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    margin: 13px 25px; } }

@media screen and (max-width: 350px) {
  .instagram-influencer-box {
    height: 450px; }
  .instagram-influencer-box-text {
    height: 450px;
    padding: 30px 40px; }
    .instagram-influencer-box-text h3 {
      font-size: 24px; }
    .instagram-influencer-box-text p {
      font-size: 16px; }
  .collection-container {
    height: 430px; }
    .collection-container h2 {
      font-size: 22px; }
    .collection-container img {
      width: 16px;
      margin: 10px 0; }
    .collection-container .collection-title {
      font-size: 14px; }
    .collection-container .collection-subtitle {
      font-size: 14px; }
  p {
    font-size: 13px; }
  .section {
    padding: 45px 50px;
    margin-top: 50px;
    margin-bottom: 40px; }
    .section h1 {
      font-size: 19px; }
      .section h1 img {
        height: 17px;
        width: 17px; }
  .about-img {
    height: 550px; }
  .about-text h3 {
    padding-top: 40px;
    margin-bottom: 40px; }
  .about-text p {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    margin: 12px 20px; } }

.white-bg {
  background-color: #ffffff; }

.black-bg {
  background-color: #000000; }

.dark-grey-bg {
  background-color: #111111; }

.red {
  color: #ed1c24; }

.black {
  color: #000000; }

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

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

.test-bg {
  background-color: #f0ede6; }

.test-img {
  height: 500px; }

.ft-black {
  color: #000000; }

.ft-white {
  color: #ffffff; }

.owl-carousel {
  z-index: -1 !important; }

.ft-300 {
  font-weight: 300; }

.ft-400 {
  font-weight: 400; }

.ft-700 {
  font-weight: 700; }

.ft-900 {
  font-weight: 900; }

.ft-small {
  font-size: 13px; }

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

.uppercase {
  text-transform: uppercase; }

.red, a.red {
  color: #ed1c24; }

.no-padding {
  padding: 0; }

.block-element {
  display: block; }

.space {
  margin-left: 10px; }

.space-right {
  margin-right: 4px; }

.divider-s {
  height: 30px; }

.divider-m {
  height: 70px; }

.divider-lg {
  height: 100px; }

.top-5 {
  vertical-align: top;
  margin-top: 10px; }

.mob-inline {
  display: block; }

@media screen and (max-width: 767px) {
  .mob-inline {
    display: inline; }
  .mob-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0; } }
