@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

.d-inline-block {
  display: inline-block !important; }

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

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

.align-items-center {
  align-items: center !important; }

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

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important; }

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

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: 'lnum' 1;
          font-feature-settings: 'lnum' 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Trebuchet MS', 'Helvetica'; }

html {
  font-size: 62.5% !important; }

h1 {
  font-weight: 400 !important; }

a:focus, a:active, a:visited, a:hover,
button:focus,
button:active,
button:visited,
button:hover {
  text-decoration: none;
  outline: none; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul li::before {
    display: none; }
  ul li + li {
    margin-top: 0; }

button,
input,
textarea {
  outline: none;
  box-shadow: none; }

textarea {
  resize: none; }

.mainComponent {
  box-sizing: border-box;
  padding-top: 70px; }
  @media (min-width: 48em) {
    .mainComponent {
      padding-top: 101px; } }

.listHover {
  position: relative; }
  @media (min-width: 48em) {
    .listHover:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      height: 2px;
      background: #c92731;
      left: 50%;
      -webkit-transform: translate3d(-50%, 3px, 0);
              transform: translate3d(-50%, 3px, 0);
      transition: 300ms ease;
      width: 0; } }

@media (min-width: 48em) and (min-width: 48em) {
  .listHover:hover:after {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
    width: 100%; } }

.flexList, .socialBar, .socialBar ul, .footer__mainMenu, .footer__secMenu, .footer__contacts, .footer__contacts ul, .footer__copyright, .blogHolder__filters, .blogHolder__filters ul {
  display: flex;
  justify-content: center; }

.sectionHeading, .blogHolder h1, .blogDetail h1, .boxHolder h1, .cards h1, .imageHero h1, .categoryContent h1, .imageList__cont h1, .questions h1, .filelist h1 {
  color: #494949;
  font-size: 2.8rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.56px;
  text-align: center; }
  @media (min-width: 48em) {
    .sectionHeading, .blogHolder h1, .blogDetail h1, .boxHolder h1, .cards h1, .imageHero h1, .categoryContent h1, .imageList__cont h1, .questions h1, .filelist h1 {
      font-size: 3.8rem;
      letter-spacing: 1.1px; } }
  @media (min-width: 64em) {
    .sectionHeading, .blogHolder h1, .blogDetail h1, .boxHolder h1, .cards h1, .imageHero h1, .categoryContent h1, .imageList__cont h1, .questions h1, .filelist h1 {
      font-size: 5rem; } }
  @media (min-width: 75em) {
    .sectionHeading, .blogHolder h1, .blogDetail h1, .boxHolder h1, .cards h1, .imageHero h1, .categoryContent h1, .imageList__cont h1, .questions h1, .filelist h1 {
      font-size: 5.5rem;
      line-height: 65px; } }
  .sectionHeading span, .blogHolder h1 span, .blogDetail h1 span, .boxHolder h1 span, .cards h1 span, .imageHero h1 span, .categoryContent h1 span, .imageList__cont h1 span, .questions h1 span, .filelist h1 span {
    color: #c92731; }

.mainText, .imageHero p {
  text-align: center;
  color: #494949;
  line-height: 28px;
  letter-spacing: 0.26px;
  font-size: 1.5rem; }
  @media (min-width: 48em) {
    .mainText, .imageHero p {
      font-size: 2rem;
      line-height: 35px;
      letter-spacing: 0.44px; } }
  @media (min-width: 64em) {
    .mainText, .imageHero p {
      font-size: 2rem; } }
  @media (min-width: 75em) {
    .mainText, .imageHero p {
      font-size: 2.2rem;
      line-height: 35px;
      letter-spacing: 0.44px; } }

.socialBar {
  padding: 3rem 0; }
  @media (min-width: 48em) {
    .socialBar {
      padding: 30px 0 55px; } }
  .socialBar ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #494949;
    margin: 0 15px;
    cursor: pointer;
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative; }
    @media (min-width: 48em) {
      .socialBar ul li a:hover {
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
        box-shadow: 0 0 0 1px #c92731; }
        .socialBar ul li a:hover svg {
          fill: #c92731; } }
    .socialBar ul li a svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transition: 300ms ease;
      width: 30px;
      fill: #494949; }
  .socialBar--fb, .socialBar--youTube, .socialBar--insta {
    background-position: center;
    background-size: 23px;
    background-repeat: no-repeat; }
  .socialBar--fb svg {
    -webkit-transform: translate3d(-53%, -50%, 0);
            transform: translate3d(-53%, -50%, 0); }

.fullRoundInput input,
.fullRoundInput textarea {
  border-radius: 30px 30px 30px 30px !important; }

.roundedInput, .fullRoundInput, .subscribe__input, .storeFinder__search, .mapSearch__search {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 95%;
  margin-top: 24px; }
  @media (min-width: 48em) {
    .roundedInput, .fullRoundInput, .subscribe__input, .storeFinder__search, .mapSearch__search {
      max-width: none;
      margin-top: 0; } }
  .roundedInput input, .fullRoundInput input, .subscribe__input input, .storeFinder__search input, .mapSearch__search input,
  .roundedInput textarea,
  .fullRoundInput textarea,
  .subscribe__input textarea,
  .storeFinder__search textarea,
  .mapSearch__search textarea {
    width: 55%;
    height: 40px;
    border: none;
    box-sizing: border-box;
    padding: 0 15px;
    color: #494949;
    font-family: 'Trebuchet MS', 'Helvetica';
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 0.28px;
    text-align: center;
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 30px 0 0 30px;
    text-align: left;
    outline: none;
    box-shadow: inset 0 0 0 1pt #cccccc;
    -webkit-appearance: none; }
    .roundedInput input::-webkit-input-placeholder, .fullRoundInput input::-webkit-input-placeholder, .subscribe__input input::-webkit-input-placeholder, .storeFinder__search input::-webkit-input-placeholder, .mapSearch__search input::-webkit-input-placeholder,
    .roundedInput textarea::-webkit-input-placeholder,
    .fullRoundInput textarea::-webkit-input-placeholder,
    .subscribe__input textarea::-webkit-input-placeholder,
    .storeFinder__search textarea::-webkit-input-placeholder,
    .mapSearch__search textarea::-webkit-input-placeholder {
      color: #494949;
      font-family: 'Trebuchet MS', 'Helvetica';
      font-size: 14px;
      font-weight: 400;
      line-height: 40px;
      text-transform: uppercase;
      letter-spacing: 0.28px; }
    .roundedInput input::-moz-placeholder, .fullRoundInput input::-moz-placeholder, .subscribe__input input::-moz-placeholder, .storeFinder__search input::-moz-placeholder, .mapSearch__search input::-moz-placeholder,
    .roundedInput textarea::-moz-placeholder,
    .fullRoundInput textarea::-moz-placeholder,
    .subscribe__input textarea::-moz-placeholder,
    .storeFinder__search textarea::-moz-placeholder,
    .mapSearch__search textarea::-moz-placeholder {
      color: #494949;
      font-family: 'Trebuchet MS', 'Helvetica';
      font-size: 14px;
      font-weight: 400;
      line-height: 40px;
      text-transform: uppercase;
      letter-spacing: 0.28px; }
    .roundedInput input:-ms-input-placeholder, .fullRoundInput input:-ms-input-placeholder, .subscribe__input input:-ms-input-placeholder, .storeFinder__search input:-ms-input-placeholder, .mapSearch__search input:-ms-input-placeholder,
    .roundedInput textarea:-ms-input-placeholder,
    .fullRoundInput textarea:-ms-input-placeholder,
    .subscribe__input textarea:-ms-input-placeholder,
    .storeFinder__search textarea:-ms-input-placeholder,
    .mapSearch__search textarea:-ms-input-placeholder {
      color: #494949;
      font-family: 'Trebuchet MS', 'Helvetica';
      font-size: 14px;
      font-weight: 400;
      line-height: 40px;
      text-transform: uppercase;
      letter-spacing: 0.28px; }
    .roundedInput input::-ms-input-placeholder, .fullRoundInput input::-ms-input-placeholder, .subscribe__input input::-ms-input-placeholder, .storeFinder__search input::-ms-input-placeholder, .mapSearch__search input::-ms-input-placeholder,
    .roundedInput textarea::-ms-input-placeholder,
    .fullRoundInput textarea::-ms-input-placeholder,
    .subscribe__input textarea::-ms-input-placeholder,
    .storeFinder__search textarea::-ms-input-placeholder,
    .mapSearch__search textarea::-ms-input-placeholder {
      color: #494949;
      font-family: 'Trebuchet MS', 'Helvetica';
      font-size: 14px;
      font-weight: 400;
      line-height: 40px;
      text-transform: uppercase;
      letter-spacing: 0.28px; }
    .roundedInput input::placeholder, .fullRoundInput input::placeholder, .subscribe__input input::placeholder, .storeFinder__search input::placeholder, .mapSearch__search input::placeholder,
    .roundedInput textarea::placeholder,
    .fullRoundInput textarea::placeholder,
    .subscribe__input textarea::placeholder,
    .storeFinder__search textarea::placeholder,
    .mapSearch__search textarea::placeholder {
      color: #494949;
      font-family: 'Trebuchet MS', 'Helvetica';
      font-size: 14px;
      font-weight: 400;
      line-height: 40px;
      text-transform: uppercase;
      letter-spacing: 0.28px; }
    @media (min-width: 48em) {
      .roundedInput input, .fullRoundInput input, .subscribe__input input, .storeFinder__search input, .mapSearch__search input,
      .roundedInput textarea,
      .fullRoundInput textarea,
      .subscribe__input textarea,
      .storeFinder__search textarea,
      .mapSearch__search textarea {
        width: 314px;
        padding: 0 25px 0 40px;
        font-size: 1.4rem;
        height: 60px; } }
    .roundedInput input:focus, .fullRoundInput input:focus, .subscribe__input input:focus, .storeFinder__search input:focus, .mapSearch__search input:focus,
    .roundedInput textarea:focus,
    .fullRoundInput textarea:focus,
    .subscribe__input textarea:focus,
    .storeFinder__search textarea:focus,
    .mapSearch__search textarea:focus {
      box-shadow: inset 0 0 0 1px red; }
  .roundedInput button, .fullRoundInput button, .subscribe__input button, .storeFinder__search button, .mapSearch__search button {
    width: 45%;
    height: 40px;
    border-radius: 30px;
    box-shadow: inset 0 0 0 1px #c92731;
    background-color: #c92731;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    border: none;
    letter-spacing: 0.28px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 0 30px 30px 0;
    margin-top: 0;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px); }
    @media (min-width: 48em) {
      .roundedInput button, .fullRoundInput button, .subscribe__input button, .storeFinder__search button, .mapSearch__search button {
        width: 204px;
        font-size: 1.4rem;
        height: 60px; } }
    .roundedInput button:after, .fullRoundInput button:after, .subscribe__input button:after, .storeFinder__search button:after, .mapSearch__search button:after {
      width: 0;
      height: 200%;
      transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) skew(15deg, 15deg);
              transform: translate(-50%, -50%) skew(15deg, 15deg);
      top: 50%;
      left: 50%;
      background: #c65d63; }
    .roundedInput button:hover:after, .fullRoundInput button:hover:after, .subscribe__input button:hover:after, .storeFinder__search button:hover:after, .mapSearch__search button:hover:after {
      width: 200%;
      opacity: 1; }

.customCheckbox {
  position: absolute;
  opacity: 0; }
  .customCheckbox + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  .customCheckbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 17px;
    height: 17px;
    background: white;
    border: 1px solid #c92731; }
  .customCheckbox:hover + label:before {
    background: white; }
  .customCheckbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
  .customCheckbox:checked + label:before {
    background: white; }
  .customCheckbox:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .customCheckbox:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .customCheckbox:checked + label:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 5px;
    height: 6px;
    width: 10px;
    border-left: 2px solid #c92731;
    border-bottom: 2px solid #c92731;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

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

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

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

.styledBulletList__ul, .categoryContent__text ul, .imageText__contentHolder ul, .imageList--simple ul, .questions__item ul, .filelist__item ul, .styledBulletList__ol, .categoryContent__text ol, .imageText__contentHolder ol, .imageList--simple ol, .questions__item ol, .filelist__item ol {
  width: 90%;
  margin: 0 auto; }
  @media (min-width: 64em) {
    .styledBulletList__ul, .categoryContent__text ul, .imageText__contentHolder ul, .imageList--simple ul, .questions__item ul, .filelist__item ul, .styledBulletList__ol, .categoryContent__text ol, .imageText__contentHolder ol, .imageList--simple ol, .questions__item ol, .filelist__item ol {
      width: 100%; } }
  .styledBulletList__ul li, .categoryContent__text ul li, .imageText__contentHolder ul li, .imageList--simple ul li, .questions__item ul li, .filelist__item ul li, .styledBulletList__ol li, .categoryContent__text ol li, .imageText__contentHolder ol li, .imageList--simple ol li, .questions__item ol li, .filelist__item ol li {
    color: #494949;
    margin: 0 0 15px 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.26px;
    position: relative; }
    @media (min-width: 48em) {
      .styledBulletList__ul li, .categoryContent__text ul li, .imageText__contentHolder ul li, .imageList--simple ul li, .questions__item ul li, .filelist__item ul li, .styledBulletList__ol li, .categoryContent__text ol li, .imageText__contentHolder ol li, .imageList--simple ol li, .questions__item ol li, .filelist__item ol li {
        margin: 0 0 15px 0;
        line-height: 32px;
        font-size: 1.6rem;
        padding-left: 25px;
        box-sizing: border-box; }
        .styledBulletList__ul li::before, .categoryContent__text ul li::before, .imageText__contentHolder ul li::before, .imageList--simple ul li::before, .questions__item ul li::before, .filelist__item ul li::before, .styledBulletList__ol li::before, .categoryContent__text ol li::before, .imageText__contentHolder ol li::before, .imageList--simple ol li::before, .questions__item ol li::before, .filelist__item ol li::before {
          content: "";
          display: block;
          position: absolute;
          width: 8px;
          height: 8px;
          background: #c92731;
          border-radius: 100%;
          left: 5px;
          top: 11px; } }
    @media (min-width: 64em) {
      .styledBulletList__ul li, .categoryContent__text ul li, .imageText__contentHolder ul li, .imageList--simple ul li, .questions__item ul li, .filelist__item ul li, .styledBulletList__ol li, .categoryContent__text ol li, .imageText__contentHolder ol li, .imageList--simple ol li, .questions__item ol li, .filelist__item ol li {
        font-size: 1.8rem;
        text-align: left;
        margin: 0 0 32px 0; } }
    @media (min-width: 75em) {
      .styledBulletList__ul li, .categoryContent__text ul li, .imageText__contentHolder ul li, .imageList--simple ul li, .questions__item ul li, .filelist__item ul li, .styledBulletList__ol li, .categoryContent__text ol li, .imageText__contentHolder ol li, .imageList--simple ol li, .questions__item ol li, .filelist__item ol li {
        text-align: left; } }

h2 {
  font-size: 2.6rem;
  letter-spacing: 1.1px;
  color: #494949;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 48em) {
    h2 {
      font-size: 4.8rem; } }

h3 {
  font-size: 2.4rem;
  letter-spacing: 1.1px;
  color: #494949;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 48em) {
    h3 {
      font-size: 4rem; } }

h4 {
  font-size: 2.2rem;
  letter-spacing: 1.1px;
  color: #494949;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 48em) {
    h4 {
      font-size: 3.5rem; } }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container .container {
      width: 1170px; } }

blockquote {
  padding: 2.4rem;
  position: relative;
  font-style: italic;
  margin: 0 !important; }
  blockquote::before {
    content: "“";
    display: block;
    position: absolute;
    font-size: 5rem;
    top: 0;
    left: 0;
    color: #c92731; }
  blockquote::after {
    content: "”";
    display: block;
    position: absolute;
    bottom: -3rem;
    font-size: 5rem;
    right: 0;
    color: #c92731; }
  blockquote p {
    color: #c92731;
    padding: 0;
    margin: 0; }

a {
  color: #c92731; }
  a:hover {
    color: #a8121b !important; }

/* roboto-condensed-300 - latin-ext */
@font-face {
  font-family: 'Trebuchet MS', 'Helvetica';
  font-style: normal;
  font-weight: 300;
  src: url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-300.eot);
  /* IE9 Compat Modes */
  src: url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-300.eot?#iefix) format("embedded-opentype"), url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-300.woff2) format("woff2"), url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-300.woff) format("woff"), url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-300.ttf) format("truetype"), url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-300.svg#RobotoCondensed) format("svg");
  /* Legacy iOS */ }

/* roboto-condensed-regular - latin-ext */
@font-face {
  font-family: 'Trebuchet MS', 'Helvetica';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-regular.eot);
  /* IE9 Compat Modes */
  src: url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-regular.eot?#iefix) format("embedded-opentype"), url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-regular.woff2) format("woff2"), url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-regular.woff) format("woff"), url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-regular.ttf) format("truetype"), url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-regular.svg#RobotoCondensed) format("svg");
  /* Legacy iOS */ }

/* roboto-condensed-700 - latin-ext */
@font-face {
  font-family: 'Trebuchet MS', 'Helvetica';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-700.eot);
  /* IE9 Compat Modes */
  src: url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-700.eot?#iefix) format("embedded-opentype"), url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-700.woff2) format("woff2"), url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-700.woff) format("woff"), url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-700.ttf) format("truetype"), url(/assets/kohinoor/fonts/roboto-condensed-v17-latin-ext-700.svg#RobotoCondensed) format("svg");
  /* Legacy iOS */ }

h1, h2, h3, h4, h5, h6, p, a, li {
  font-family: 'Trebuchet MS', 'Helvetica'; }

.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1366px;
  overflow: hidden; }
  @media (min-width: 64em) {
    .wrapper {
      width: 100%; } }

.hiddenMainMenu {
  height: 100vh;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, -150%, 0);
          transform: translate3d(0, -150%, 0);
  padding: 15px 0;
  z-index: 200;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 48em) {
    .hiddenMainMenu {
      padding: 50px 0; } }
  .hiddenMainMenu img {
    width: 100px;
    height: auto;
    margin-bottom: 25px; }
  .hiddenMainMenu__mainListMobile {
    display: flex !important;
    width: 90%;
    margin: 0 auto;
    min-height: calc(50vh - 320px); }
    @media (min-width: 48em) {
      .hiddenMainMenu__mainListMobile {
        display: none !important; } }
    @media (min-width: 980px) {
      .hiddenMainMenu__mainListMobile {
        display: block !important;
        min-height: calc(100vh - 320px); } }
  .hiddenMainMenu__mainList, .hiddenMainMenu__mainListMobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
    @media (min-width: 48em) {
      .hiddenMainMenu__mainList, .hiddenMainMenu__mainListMobile {
        display: flex;
        min-height: calc(50vh - 320px); } }
    @media (min-width: 980px) {
      .hiddenMainMenu__mainList, .hiddenMainMenu__mainListMobile {
        min-height: calc(100vh - 320px); } }
    .hiddenMainMenu__mainList li, .hiddenMainMenu__mainListMobile li {
      position: relative; }
      .hiddenMainMenu__mainList li a, .hiddenMainMenu__mainListMobile li a {
        text-transform: uppercase;
        color: #494949;
        font-size: 1.8rem;
        margin: 4px 0;
        display: block;
        transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
        cursor: pointer;
        position: relative; }
        @media (min-width: 48em) {
          .hiddenMainMenu__mainList li a:hover, .hiddenMainMenu__mainListMobile li a:hover {
            color: #c92731 !important; }
            .hiddenMainMenu__mainList li a:hover:after, .hiddenMainMenu__mainListMobile li a:hover:after {
              border-bottom: 1px solid #c92731;
              border-right: 1px solid #c92731; } }
        @media (min-width: 48em) {
          .hiddenMainMenu__mainList li a, .hiddenMainMenu__mainListMobile li a {
            font-size: 2.2rem;
            margin: 8px 0; } }
    .hiddenMainMenu__mainList .active > a, .hiddenMainMenu__mainListMobile .active > a {
      color: #c92731 !important; }
      .hiddenMainMenu__mainList .active > a:after, .hiddenMainMenu__mainListMobile .active > a:after {
        border-bottom: 1px solid #c92731 !important;
        border-right: 1px solid #c92731 !important;
        -webkit-transform: rotate(-135deg) !important;
                transform: rotate(-135deg) !important; }
    .hiddenMainMenu__mainList .active .sublist, .hiddenMainMenu__mainListMobile .active .sublist {
      max-height: 300px; }
    .hiddenMainMenu__mainList .sublist, .hiddenMainMenu__mainListMobile .sublist {
      max-height: 0;
      overflow: hidden;
      transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
      .hiddenMainMenu__mainList .sublist li a, .hiddenMainMenu__mainListMobile .sublist li a {
        font-size: 1.2rem;
        text-align: center;
        margin: 12px; }
        .hiddenMainMenu__mainList .sublist li a:after, .hiddenMainMenu__mainListMobile .sublist li a:after {
          display: none; }
        @media (min-width: 48em) {
          .hiddenMainMenu__mainList .sublist li a, .hiddenMainMenu__mainListMobile .sublist li a {
            font-size: 1.8rem;
            margin: 0; } }
    .hiddenMainMenu__mainList .hasSublist a, .hiddenMainMenu__mainListMobile .hasSublist a {
      text-align: center; }
      .hiddenMainMenu__mainList .hasSublist a:after, .hiddenMainMenu__mainListMobile .hasSublist a:after {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #494949;
        border-right: 1px solid #494949;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        right: -17px;
        top: 5px;
        transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hiddenMainMenu__mainList .hasSublist:hover > a, .hiddenMainMenu__mainListMobile .hasSublist:hover > a {
      color: #c92731; }
      .hiddenMainMenu__mainList .hasSublist:hover > a:after, .hiddenMainMenu__mainListMobile .hasSublist:hover > a:after {
        border-bottom: 1px solid #c92731;
        border-right: 1px solid #c92731;
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg); }
  .hiddenMainMenu__langs {
    width: 100px;
    margin: 0 auto; }
    .hiddenMainMenu__langs ul {
      display: flex;
      flex-direction: row;
      margin: 15px 0 15px;
      justify-content: center;
      padding: 34px 0; }
      @media (min-width: 48em) {
        .hiddenMainMenu__langs ul {
          margin: 30px 0 15px; } }
      .hiddenMainMenu__langs ul > li {
        width: 50px;
        margin: 0 8px;
        text-align: center;
        text-transform: uppercase;
        color: #494949;
        font-size: 2rem;
        transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
        cursor: pointer; }
        .hiddenMainMenu__langs ul > li:hover {
          color: #c92731 !important; }
  .hiddenMainMenu--active {
    min-height: 100vh !important;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    overflow-y: auto; }
  .hiddenMainMenu .socialBar {
    padding: 1rem 0 0 0; }

.mobilesep {
  border-bottom: 1px solid #9c9c9c;
  width: 90%;
  margin: 25px auto;
  display: none !important; }
  @media (max-width: 980px) {
    .mobilesep {
      display: block !important; } }

.menuListMobile {
  display: none !important; }
  @media (max-width: 980px) {
    .menuListMobile {
      display: flex !important; } }

.HeaderWrapper {
  padding-bottom: 70px; }
  @media (min-width: 48em) {
    .HeaderWrapper {
      padding-bottom: 101px; } }

.header {
  height: 70px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 200; }
  @media (min-width: 48em) {
    .header {
      height: 101px; } }
  .header__holder {
    max-width: 1366px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    width: 90%; }
    @media (min-width: 1300px) {
      .header__holder {
        justify-content: space-between; } }
    .header__holder__langsHolder {
      order: 4;
      display: none; }
      @media (min-width: 64em) {
        .header__holder__langsHolder {
          display: block; } }
  .header__logo {
    width: auto;
    height: 100%;
    display: flex;
    order: 2;
    align-items: center; }
    .header__logo img {
      width: auto;
      height: 60px; }
      @media (min-width: 1300px) {
        .header__logo img {
          height: 65px; } }
      @media (min-width: 75em) {
        .header__logo img {
          height: 86px; } }
    @media (min-width: 1300px) {
      .header__logo {
        order: 1; } }
    @media (min-width: 75em) {
      .header__logo {
        margin-left: 23px; } }
  .header__mainMenu {
    display: none; }
    @media (min-width: 1300px) {
      .header__mainMenu {
        display: block;
        order: 2; } }
    .header__mainMenu ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-direction: row; }
      .header__mainMenu ul li::before {
        display: none; }
      .header__mainMenu ul li + li {
        margin-top: 0; }
      .header__mainMenu ul li .active {
        color: #c92731;
        position: relative; }
        .header__mainMenu ul li .active::after {
          position: absolute;
          display: block;
          content: "";
          width: 100%;
          height: 2px;
          color: #c92731; }
      .header__mainMenu ul li a {
        color: #494949;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 40px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        margin: 0 28px; }
        @media (min-width: 48em) {
          .header__mainMenu ul li a {
            margin: 0 10px; } }
  .header__langs {
    padding-right: 25px;
    position: relative;
    cursor: pointer; }
    @media (min-width: 64em) {
      .header__langs {
        display: block; } }
    .header__langs--active > div:after {
      -webkit-transform: rotate(137deg) translate(7px, -10%) !important;
              transform: rotate(137deg) translate(7px, -10%) !important; }
    .header__langs--active ul {
      max-height: 70px !important;
      border: 1px solid #c92731; }
    .header__langs > div {
      color: #c92731;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 40px;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      position: relative;
      cursor: pointer; }
      .header__langs > div:after {
        content: "";
        display: block;
        position: absolute;
        right: 0px;
        top: 38%;
        width: 11px;
        height: 11px;
        border-left: 1px solid #494949;
        border-bottom: 1px solid #494949;
        -webkit-transform: rotate(-45deg) translate(0, -50%);
                transform: rotate(-45deg) translate(0, -50%);
        transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
        @media (min-width: 75em) {
          .header__langs > div:after {
            right: -25px; } }
    .header__langs ul {
      padding: 0;
      margin: 0;
      list-style: none;
      max-height: 0;
      position: absolute;
      background: white;
      transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
      width: inherit;
      overflow: hidden;
      display: block;
      top: 0;
      right: 15px;
      z-index: 200;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
      .header__langs ul li::before {
        display: none; }
      .header__langs ul li + li {
        margin-top: 0; }
      @media (min-width: 75em) {
        .header__langs ul {
          width: 100%;
          right: 0; } }
      .header__langs ul li {
        color: #494949;
        font-size: 1.3rem;
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
        padding: 5px 5px;
        display: block;
        transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
        text-align: center; }
        .header__langs ul li:hover {
          background: #c92731;
          color: white; }
  .header__hamburger {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    order: 3;
    width: 20px;
    cursor: pointer; }
    .header__hamburger:hover .header__hamburger__label {
      color: #c92731 !important; }
    .header__hamburger:hover .hamburger-inner {
      background-color: #c92731; }
      .header__hamburger:hover .hamburger-inner::before, .header__hamburger:hover .hamburger-inner::after {
        background-color: #c92731; }
    @media (min-width: 48em) {
      .header__hamburger {
        order: 5; } }
    .header__hamburger__label {
      display: none; }
      @media (min-width: 1200px) {
        .header__hamburger__label {
          display: block;
          color: #494949;
          font-size: 15px;
          font-weight: 400;
          line-height: 40px;
          text-transform: uppercase;
          letter-spacing: 0.3px; } }
  .header__hiddenMenu {
    position: absolute;
    top: 101px;
    left: 0;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 200;
    max-height: 0;
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07); }
    .header__hiddenMenu--active {
      max-height: 300px; }
    .header__hiddenMenu__hoverBlock {
      position: absolute;
      transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
      border: 1px solid #c92731;
      opacity: 1; }
    .header__hiddenMenu ul {
      padding: 0;
      margin: 0;
      list-style: none;
      max-width: 70%;
      flex-wrap: wrap;
      position: relative;
      width: 100%;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
    .header__hiddenMenu ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
    .header__hiddenMenu ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
    .header__hiddenMenu ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
      .header__hiddenMenu ul li::before {
        display: none; }
      .header__hiddenMenu ul li + li {
        margin-top: 0; }
      @media (min-width: 48em) {
        .header__hiddenMenu ul {
          padding: 50px 0; } }
      .header__hiddenMenu ul li {
        flex-basis: 30%;
        width: auto;
        height: auto;
        cursor: pointer;
        display: block;
        position: relative;
        transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
        display: flex;
        flex-direction: column; }
        .header__hiddenMenu ul li:nth-of-type(1), .header__hiddenMenu ul li:nth-of-type(2), .header__hiddenMenu ul li:nth-of-type(3) {
          margin-bottom: 49px; }
        .header__hiddenMenu ul li h3 {
          transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
          color: #494949;
          font-size: 1.8rem;
          font-weight: 300;
          text-transform: uppercase;
          letter-spacing: 0.6px;
          text-align: center;
          margin: 0; }
          @media (min-width: 48em) {
            .header__hiddenMenu ul li h3 {
              font-size: 1.8rem; } }
          @media (min-width: 75em) {
            .header__hiddenMenu ul li h3 {
              font-size: 3em; } }
        .header__hiddenMenu ul li p {
          transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
          color: #c92731;
          font-size: 1.4rem;
          font-weight: 300;
          text-transform: uppercase;
          letter-spacing: 0.32px;
          text-align: center;
          margin: 0; }
          @media (min-width: 48em) {
            .header__hiddenMenu ul li p {
              font-size: 1.6rem; } }
          @media (min-width: 75em) {
            .header__hiddenMenu ul li p {
              font-size: 1.6rem; } }
  .header .textSearch {
    position: static; }
    .header .textSearch .textSearch__clear {
      display: none; }

.hamburger-box {
  width: 33px;
  height: 22px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 33px;
    height: 2px;
    background-color: #494949;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  z-index: 2000;
  right: 0; }
  .hamburger:hover .hamburger-inner {
    background-color: #c92731; }
    .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
      background-color: #c92731; }
  .hamburger .hamburger-inner {
    top: 1px;
    transition: background-color 0s 0.13s linear; }
    .hamburger .hamburger-inner::before {
      top: 10px;
      transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger .hamburger-inner::after {
      top: 20px;
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent; }
    .hamburger.is-active .hamburger-inner::before {
      top: 0;
      transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
              transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger.is-active .hamburger-inner::after {
      top: 0;
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
              transform: translate3d(0, 10px, 0) rotate(-45deg); }

.cookiePopup p {
  display: inline;
  padding-left: 10px; }

.cookiePopup img {
  display: inline;
  max-height: 19px;
  max-width: 19px; }

.cookiePopup a {
  color: #c92731 !important;
  text-decoration: underline; }
  .cookiePopup a:hover {
    text-decoration: none; }

.footer {
  box-sizing: border-box;
  padding: 30px 0 28px 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 48em) {
    .footer {
      display: block;
      padding: 30px 0 50px 0; } }
  .footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer ul li::before {
      display: none; }
    .footer ul li + li {
      margin-top: 0; }
  .footer p {
    margin: 0; }
  .footer .socialBar {
    order: -1;
    width: 100%; }
    @media (min-width: 48em) {
      .footer .socialBar {
        width: auto; } }
  .footer__mainMenu {
    width: 40%; }
    @media (min-width: 48em) {
      .footer__mainMenu {
        padding: 0 0 30px 0;
        width: auto; } }
    .footer__mainMenu ul {
      flex-wrap: wrap;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      align-items: flex-start;
      padding-left: calc(50% - 32px); }
      @media (min-width: 48em) {
        .footer__mainMenu ul {
          flex-wrap: nowrap;
          flex-direction: row;
          width: auto;
          justify-content: center;
          flex-direction: row;
          padding-left: 0; } }
      .footer__mainMenu ul li a {
        display: block;
        text-transform: uppercase;
        color: #494949;
        letter-spacing: -0.52px;
        font-size: 1.8rem;
        font-weight: 400; }
        @media (min-width: 48em) {
          .footer__mainMenu ul li a {
            padding: 0 20px;
            font-size: 1.8rem;
            letter-spacing: -0.72px; } }
  .footer__logoHolder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 25px 0 25px;
    width: 100%; }
    @media (min-width: 48em) {
      .footer__logoHolder {
        margin: 45px 0 50px;
        width: auto; } }
    .footer__logoHolder img {
      width: 100px;
      height: auto; }
  .footer__secMenu {
    width: 40%; }
    @media (min-width: 48em) {
      .footer__secMenu {
        width: auto; } }
    .footer__secMenu ul {
      flex-wrap: wrap;
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: flex-start;
      padding-left: calc(50% - 32px); }
      @media (min-width: 48em) {
        .footer__secMenu ul {
          flex-wrap: nowrap;
          width: auto;
          justify-content: center;
          flex-direction: row;
          padding-left: 0; } }
      .footer__secMenu ul li a {
        display: block;
        color: #494949;
        font-size: 1.8rem;
        letter-spacing: -0.52px;
        margin-bottom: 5px; }
        @media (min-width: 48em) {
          .footer__secMenu ul li a {
            margin-bottom: 0;
            padding: 0 20px;
            font-size: 1.8rem;
            letter-spacing: -0.72px; } }
  .footer__address {
    padding-bottom: 15px; }
    .footer__address p {
      color: #494949;
      text-align: center;
      font-size: 1.2rem;
      letter-spacing: -0.48px; }
      @media (min-width: 48em) {
        .footer__address p {
          font-size: 1.5rem;
          font-size: 15px;
          letter-spacing: -0.6px; } }
  .footer__contacts {
    width: 100%; }
    @media (min-width: 48em) {
      .footer__contacts {
        width: auto; } }
    .footer__contacts ul li a {
      display: block;
      color: #c92731;
      font-size: 1.2rem;
      letter-spacing: -0.48px;
      padding: 0 5px; }
      @media (min-width: 30em) {
        .footer__contacts ul li a {
          padding: 0 10px; } }
      @media (min-width: 48em) {
        .footer__contacts ul li a {
          padding: 0 20px;
          font-size: 1.4rem;
          letter-spacing: -0.6px; } }
  .footer__copyright {
    padding-top: 15px; }
    @media (min-width: 48em) {
      .footer__copyright {
        padding-top: 50px; } }
    .footer__copyright p {
      color: #979797;
      text-align: center;
      font-size: 1.4rem; }

.roundButton, .blogHolder__btnHolder button {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  font-size: 1.4rem;
  border-radius: 500px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: none;
  display: block; }
  .roundButton:disabled, .blogHolder__btnHolder button:disabled {
    color: grey !important;
    border: none !important;
    background-color: whitesmoke !important;
    box-shadow: none !important;
    cursor: not-allowed; }
    .roundButton:disabled:hover, .blogHolder__btnHolder button:disabled:hover {
      color: grey !important;
      border: none !important;
      background-color: whitesmoke !important;
      box-shadow: none !important; }
      .roundButton:disabled:hover:after, .blogHolder__btnHolder button:disabled:hover:after {
        display: none; }
  @media (min-width: 48em) {
    .roundButton, .blogHolder__btnHolder button {
      padding: 18.5px 60px; } }
  .roundButton:visited, .blogHolder__btnHolder button:visited {
    color: inherit; }
  .roundButton:after, .blogHolder__btnHolder button:after {
    width: 0;
    height: 200%;
    transition: 550ms ease;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) skew(15deg, -8deg);
            transform: translate3d(-50%, -50%, 0) skew(15deg, -8deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    top: 50%;
    left: 50%; }
  .roundButton--red {
    background-color: #c92731;
    box-shadow: inset 0 0 0 1px #c92731;
    color: white !important; }
    .roundButton--red:after {
      background: #e0888d;
      box-shadow: inset 0 0 0 1px transparent; }
    @media (min-width: 48em) {
      .roundButton--red:hover {
        box-shadow: inset 0 0 0 1px transparent; } }
  .roundButton--yellow {
    background-color: #f3c139;
    color: white; }
    @media (min-width: 48em) {
      .roundButton--yellow:hover {
        color: white !important; } }
    .roundButton--yellow:after {
      background: #f3c139; }
  .roundButton--transparent {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #c92731;
    color: #c92731; }
    @media (min-width: 48em) {
      .roundButton--transparent:hover {
        color: white !important; } }
    .roundButton--transparent:after {
      background: #c92731; }
  @media (min-width: 48em) {
    .roundButton:hover:after, .blogHolder__btnHolder button:hover:after {
      width: 200%;
      opacity: 1;
      color: inherit; } }

.sectionText, .subscribe, .storeFinder, .careerForm__header, .questionForm__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 40px 15px 40px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .sectionText, .subscribe, .storeFinder, .careerForm__header, .questionForm__header {
      padding: 100px 0;
      width: 100%; } }
  .sectionText--yellow {
    background-color: #f3c139; }
  .sectionText--white {
    background-color: white; }
  .sectionText--visible h1, .storeFinder--visible h1 {
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important; }
  .sectionText h1, .subscribe h1, .storeFinder h1, .careerForm__header h1, .questionForm__header h1 {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 1;
    color: #494949;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.8rem;
    transition: 300ms;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.56px;
    max-width: none;
    margin: 0; }
    @media (min-width: 48em) {
      .sectionText h1, .subscribe h1, .storeFinder h1, .careerForm__header h1, .questionForm__header h1 {
        font-size: 3.8rem; } }
    @media (min-width: 64em) {
      .sectionText h1, .subscribe h1, .storeFinder h1, .careerForm__header h1, .questionForm__header h1 {
        font-size: 4.6rem;
        line-height: 32px; } }
    @media (min-width: 75em) {
      .sectionText h1, .subscribe h1, .storeFinder h1, .careerForm__header h1, .questionForm__header h1 {
        font-size: 5.5rem;
        line-height: 65px; } }
    .sectionText h1 span, .subscribe h1 span, .storeFinder h1 span, .careerForm__header h1 span, .questionForm__header h1 span {
      color: #c92731; }
  .sectionText h2, .subscribe h2, .storeFinder h2, .careerForm__header h2, .questionForm__header h2 {
    color: #494949;
    text-transform: uppercase;
    text-align: center;
    padding: 2.5rem 0;
    font-weight: 400;
    max-width: 242px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.88px;
    margin: 0; }
    @media (max-width: 767px) {
      .sectionText h2, .subscribe h2, .storeFinder h2, .careerForm__header h2, .questionForm__header h2 {
        padding: 1.5rem 0; } }
    @media (min-width: 48em) {
      .sectionText h2, .subscribe h2, .storeFinder h2, .careerForm__header h2, .questionForm__header h2 {
        max-width: 570px;
        font-size: 3.5rem;
        line-height: 1.2; } }
  .sectionText p, .subscribe p, .storeFinder p, .careerForm__header p, .questionForm__header p {
    text-align: center;
    color: #494949;
    padding: 2.5rem 0;
    max-width: 291px;
    line-height: 28px;
    letter-spacing: 0.26px;
    font-size: 1.5rem; }
    @media (max-width: 767px) {
      .sectionText p, .subscribe p, .storeFinder p, .careerForm__header p, .questionForm__header p {
        padding: 1.5rem 0; } }
    @media (min-width: 48em) {
      .sectionText p, .subscribe p, .storeFinder p, .careerForm__header p, .questionForm__header p {
        max-width: 530px;
        font-size: 2rem;
        line-height: 35px;
        letter-spacing: 0.44px; } }
    @media (min-width: 64em) {
      .sectionText p, .subscribe p, .storeFinder p, .careerForm__header p, .questionForm__header p {
        font-size: 2rem; } }
    @media (min-width: 75em) {
      .sectionText p, .subscribe p, .storeFinder p, .careerForm__header p, .questionForm__header p {
        font-size: 2.2rem;
        line-height: 35px;
        letter-spacing: 0.44px; } }
  @media (min-width: 48em) {
    .sectionText .btnHolder, .subscribe .btnHolder, .storeFinder .btnHolder, .careerForm__header .btnHolder, .questionForm__header .btnHolder {
      margin: 25px 0 0 0; } }

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

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

.tabHolder {
  background-color: #e4e4e4;
  box-sizing: border-box;
  padding: 40px 0;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 64em) {
    .tabHolder {
      padding: 130px 0 136px; } }
  .tabHolder h1 {
    color: #494949;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center; }
    @media (min-width: 48em) {
      .tabHolder h1 {
        font-size: 3.8rem;
        margin-bottom: 90px; } }
    @media (min-width: 64em) {
      .tabHolder h1 {
        font-size: 4.6rem;
        line-height: 65px;
        letter-spacing: 1.1px;
        margin-bottom: 125px; } }
    @media (min-width: 75em) {
      .tabHolder h1 {
        font-size: 5.5rem;
        line-height: 65px;
        letter-spacing: 1.1px;
        margin-bottom: 125px; } }
    .tabHolder h1 span {
      color: #c92731; }
  .tabHolder__container {
    width: 90%;
    max-width: 1169px;
    margin: 0 auto;
    position: relative; }
  .tabHolder__box {
    display: none;
    flex-direction: row;
    justify-content: center;
    background: white;
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap; }
    @media (min-width: 48em) {
      .tabHolder__box {
        flex-wrap: nowrap; } }
    .tabHolder__box.active {
      display: flex; }
    @media (min-width: 75em) {
      .tabHolder__box {
        padding: 50px; } }
  .tabHolder__tabs {
    position: relative;
    padding: 25px 0; }
    @media (min-width: 48em) {
      .tabHolder__tabs {
        position: absolute;
        top: -55px;
        left: 0;
        right: 0;
        padding: 0; } }
    .tabHolder__tabs ul {
      padding: 0;
      margin: 0;
      list-style: none;
      flex-direction: column;
      display: flex;
      width: 100%;
      justify-content: center; }
      .tabHolder__tabs ul li::before {
        display: none; }
      .tabHolder__tabs ul li + li {
        margin-top: 0; }
      @media (min-width: 48em) {
        .tabHolder__tabs ul {
          flex-direction: row; } }
      .tabHolder__tabs ul li {
        color: #494949;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 35px;
        text-transform: uppercase;
        letter-spacing: 0.36px;
        padding: 5px 20px;
        background: white;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        z-index: 1;
        transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
        position: relative;
        cursor: pointer;
        width: 100%; }
        @media (min-width: 48em) {
          .tabHolder__tabs ul li {
            padding: 10px 20px;
            font-size: 1.8rem;
            margin: 0 7px;
            width: auto; } }
        @media (min-width: 48em) {
          .tabHolder__tabs ul li:hover {
            -webkit-transform: translateY(-7px);
                    transform: translateY(-7px); } }
        .tabHolder__tabs ul li:after {
          content: "";
          display: block;
          position: absolute;
          background: white;
          width: 100%;
          height: 8px;
          left: 0;
          bottom: -8px; }
      .tabHolder__tabs ul .active {
        box-shadow: none;
        color: #c92731;
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px); }
        @media (min-width: 48em) {
          .tabHolder__tabs ul .active {
            -webkit-transform: translateY(0);
                    transform: translateY(0); } }
  .tabHolder__img {
    width: 100%;
    margin-bottom: 24px; }
    @media (min-width: 48em) {
      .tabHolder__img {
        width: 50%;
        margin-bottom: 0; } }
    .tabHolder__img img {
      width: 100%; }
    .tabHolder__img--fullWidth {
      width: 100%; }
  .tabHolder__cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 48em) {
      .tabHolder__cont {
        padding: 0 0 0 37px;
        width: 50%; } }
    .tabHolder__cont__mainText {
      color: #494949;
      font-size: 2rem;
      font-weight: 400;
      letter-spacing: -1.2px;
      line-height: 33px;
      margin-bottom: 34px; }
      @media (min-width: 48em) {
        .tabHolder__cont__mainText {
          line-height: 45px; } }
      @media (min-width: 75em) {
        .tabHolder__cont__mainText {
          font-size: 3rem;
          line-height: 45px; } }
    .tabHolder__cont__secText {
      color: #494949;
      font-size: 1.6rem;
      font-weight: 400;
      letter-spacing: 0.44px;
      line-height: 35px;
      margin-bottom: 30px; }
      @media (min-width: 75em) {
        .tabHolder__cont__secText {
          font-size: 2.2rem;
          line-height: 35px;
          margin-bottom: 60px; } }
    .tabHolder__cont a {
      color: #c92731;
      font-size: 1.6rem;
      font-weight: 400;
      letter-spacing: 0.44px; }
      @media (min-width: 64em) {
        .tabHolder__cont a {
          font-size: 2.2rem;
          line-height: 35px; } }
      .tabHolder__cont a:hover {
        color: #c92731; }
    .tabHolder__cont__btnHolder {
      display: flex;
      justify-content: flex-start;
      margin: 16px 0; }

.blogHolder {
  box-sizing: border-box;
  padding: 40px 0;
  background-color: #fbfbfb; }
  @media (min-width: 64em) {
    .blogHolder {
      padding: 84px 0 85px; } }
  .blogHolder h1 {
    width: 90%;
    margin: 0 auto 24px auto; }
    @media (min-width: 64em) {
      .blogHolder h1 {
        width: 100%;
        margin-bottom: 36px; } }
    .blogHolder h1 span {
      color: #c92731; }
  .blogHolder .blogmobileSearch {
    display: flex;
    justify-content: flex-start;
    padding: 25px 0 0;
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 500px) {
      .blogHolder .blogmobileSearch {
        width: 50%; } }
    @media (min-width: 64em) {
      .blogHolder .blogmobileSearch {
        display: none; } }
    .blogHolder .blogmobileSearch .textSearch,
    .blogHolder .blogmobileSearch .textSearch--focused {
      justify-items: center;
      right: 0;
      background: transparent;
      width: auto;
      position: relative;
      align-items: center;
      width: 100%; }
      .blogHolder .blogmobileSearch .textSearch input,
      .blogHolder .blogmobileSearch .textSearch--focused input {
        width: 100%;
        max-width: none;
        order: 2;
        position: relative;
        top: auto;
        left: auto;
        background: none;
        font-size: 1.6rem;
        display: block; }
        .blogHolder .blogmobileSearch .textSearch input:focus,
        .blogHolder .blogmobileSearch .textSearch--focused input:focus {
          max-width: none; }
  .blogHolder .filtersHolder {
    width: 100%;
    display: flex;
    align-items: stretch;
    margin: 32px 0;
    justify-content: center; }
    @media (min-width: 48em) {
      .blogHolder .filtersHolder {
        display: block; } }
  .blogHolder__filters {
    position: relative; }
    @media (min-width: 64em) {
      .blogHolder__filters {
        max-width: 1169px; } }
    .blogHolder__filters--main {
      width: 49%; }
      @media (min-width: 48em) {
        .blogHolder__filters--main {
          margin: 50px auto 0;
          width: 100%; } }
      .blogHolder__filters--main ul {
        flex-wrap: wrap; }
        @media (min-width: 350px) {
          .blogHolder__filters--main ul {
            padding-left: calc(30% - 32px); } }
        @media (min-width: 600px) {
          .blogHolder__filters--main ul {
            padding-left: calc(30% - 32px); } }
        @media (min-width: 48em) {
          .blogHolder__filters--main ul {
            padding-left: 0; } }
        @media (min-width: 64em) {
          .blogHolder__filters--main ul {
            max-width: calc(100% - 200px); } }
    .blogHolder__filters--sec {
      width: 49%; }
      @media (min-width: 48em) {
        .blogHolder__filters--sec {
          margin: 2.1em auto 0;
          width: 100%; } }
    .blogHolder__filters .textSearch,
    .blogHolder__filters .textSearch--focused {
      display: none;
      right: 0;
      background: transparent;
      width: auto;
      position: absolute; }
      @media (min-width: 64em) {
        .blogHolder__filters .textSearch,
        .blogHolder__filters .textSearch--focused {
          display: flex; } }
      .blogHolder__filters .textSearch input,
      .blogHolder__filters .textSearch--focused input {
        width: auto;
        max-width: none; }
        .blogHolder__filters .textSearch input:focus,
        .blogHolder__filters .textSearch--focused input:focus {
          max-width: none; }
    .blogHolder__filters ul {
      flex-wrap: wrap;
      width: 90%; }
      @media (min-width: 350px) {
        .blogHolder__filters ul {
          padding-left: calc(30% - 32px); } }
      @media (min-width: 600px) {
        .blogHolder__filters ul {
          padding-left: calc(30% - 32px); } }
      @media (min-width: 48em) {
        .blogHolder__filters ul {
          width: 100%;
          padding-left: 0; } }
      .blogHolder__filters ul li {
        width: 100%; }
        @media (min-width: 48em) {
          .blogHolder__filters ul li {
            width: auto; } }
        .blogHolder__filters ul li a,
        .blogHolder__filters ul li span {
          display: block;
          padding: 0 10px;
          color: #494949;
          letter-spacing: -0.52px;
          font-size: 1.8rem;
          font-weight: 400;
          cursor: pointer; }
          @media (min-width: 400px) {
            .blogHolder__filters ul li a,
            .blogHolder__filters ul li span {
              padding: 0 20px; } }
          @media (min-width: 64em) {
            .blogHolder__filters ul li a,
            .blogHolder__filters ul li span {
              letter-spacing: -0.72px; } }
        .blogHolder__filters ul li .active {
          color: #c92731; }
  .blogHolder__wrapper {
    margin: 50px 0 0 0; }
  .blogHolder__container {
    display: block;
    flex-direction: row;
    justify-content: center;
    max-width: 1169px;
    width: 90%;
    margin: 0 auto 34px; }
    @media (min-width: 48em) {
      .blogHolder__container {
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 64em) {
      .blogHolder__container--bigLeft .blogHolder__container__box--big {
        margin-right: 29px; } }
    @media (min-width: 64em) {
      .blogHolder__container--bigRight .blogHolder__container__box--big {
        margin-left: 29px; } }
    .blogHolder__container__box {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      background-color: white;
      margin: 0 0 34px;
      cursor: pointer;
      position: relative;
      transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
      /*BIG */
      /*SMALL*/ }
      @media (min-width: 768px) {
        .blogHolder__container__box:hover {
          -webkit-transform: translateY(-8px);
                  transform: translateY(-8px); } }
      @media (min-width: 48em) {
        .blogHolder__container__box {
          margin: 0; } }
      .blogHolder__container__box .linkOverlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 200; }
      .blogHolder__container__box h3 {
        color: #494949;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 2.2rem;
        line-height: 28px;
        letter-spacing: -0.88px;
        text-align: left; }
        @media (min-width: 64em) {
          .blogHolder__container__box h3 {
            font-size: 3rem;
            line-height: 45px;
            letter-spacing: -1.2px; } }
      .blogHolder__container__box > div {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0.26px; }
        @media (min-width: 64em) {
          .blogHolder__container__box > div {
            font-size: 2.2rem;
            line-height: 35px;
            letter-spacing: 0.44px; } }
      .blogHolder__container__box a {
        position: absolute;
        color: #c92731;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 35px;
        letter-spacing: 0.26px;
        text-align: left; }
        @media (min-width: 64em) {
          .blogHolder__container__box a {
            bottom: 50px;
            font-size: 2.2rem;
            line-height: 35px;
            letter-spacing: 0.44px; } }
      .blogHolder__container__box--big {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        @media (min-width: 48em) {
          .blogHolder__container__box--big {
            width: 48%; } }
        @media (min-width: 64em) {
          .blogHolder__container__box--big {
            flex-direction: row;
            justify-content: stretch;
            width: 64%; }
            .blogHolder__container__box--big p {
              margin-bottom: 78px; } }
        .blogHolder__container__box--big .blogHolder__container__box__img {
          width: 100%;
          height: 200px;
          overflow: hidden; }
          .blogHolder__container__box--big .blogHolder__container__box__img .mediaRatio,
          .blogHolder__container__box--big .blogHolder__container__box__img .lazyload-placeholder {
            height: 100%; }
          .blogHolder__container__box--big .blogHolder__container__box__img img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
          @media (min-width: 64em) {
            .blogHolder__container__box--big .blogHolder__container__box__img {
              overflow: hidden;
              width: 50%;
              height: 100%; }
              .blogHolder__container__box--big .blogHolder__container__box__img img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                   object-fit: cover; } }
        .blogHolder__container__box--big .blogHolder__container__box__cont {
          box-sizing: border-box;
          width: 100%;
          padding: 20px 34px 50px; }
          @media (min-width: 64em) {
            .blogHolder__container__box--big .blogHolder__container__box__cont {
              box-sizing: border-box;
              padding: 73px 34px 125px;
              height: 100%;
              width: 50%;
              display: flex;
              flex-direction: column;
              position: relative; } }
      .blogHolder__container__box--small {
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        @media (min-width: 48em) {
          .blogHolder__container__box--small {
            width: 48%; } }
        @media (min-width: 64em) {
          .blogHolder__container__box--small {
            width: 33%; } }
        .blogHolder__container__box--small .blogHolder__container__box__img {
          width: 100%;
          height: 200px;
          overflow: hidden; }
          .blogHolder__container__box--small .blogHolder__container__box__img img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .blogHolder__container__box--small .blogHolder__container__box__cont {
          box-sizing: border-box;
          width: 100%;
          padding: 20px 34px 50px; }
          @media (min-width: 64em) {
            .blogHolder__container__box--small .blogHolder__container__box__cont {
              padding: 20px 34px 125px;
              height: auto;
              display: flex;
              flex-direction: column;
              position: relative; }
              .blogHolder__container__box--small .blogHolder__container__box__cont p {
                display: none; } }
  .blogHolder .blogHolderDetails {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .blogHolder .blogHolderDetails__date {
      text-align: center;
      color: #494949;
      font-size: 1.3rem;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.26px; }
    .blogHolder .blogHolderDetails__tags {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .blogHolder .blogHolderDetails__tags__tagItem {
        padding: 0 8px;
        color: #ffffff !important;
        font-size: 1.3rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.26px;
        background-color: #c92731;
        outline: none;
        border: none;
        margin: 0 4px 4px 0;
        position: static; }
  .blogHolder .noArticles {
    text-align: center;
    font-size: 1.8rem;
    max-width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
    @media (min-width: 48em) {
      .blogHolder .noArticles {
        padding: 90px 0;
        font-size: 2.2rem; } }
    .blogHolder .noArticles a {
      color: #c92731; }
  .blogHolder__btnHolder {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .blogHolder__btnHolder button,
    .blogHolder__btnHolder a {
      margin: 0 5px; }
  .blogHolder .noArticle {
    margin: 24px 0 0 0; }

.subscribe {
  background: white;
  position: relative; }
  .subscribe p {
    margin: 25px 0 10px; }
  .subscribe__terms {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 48em) {
      .subscribe__terms {
        width: 100%; } }
    .subscribe__terms span {
      color: #494949;
      font-size: 1.6rem;
      font-weight: 400;
      letter-spacing: 0.44px;
      display: block;
      cursor: pointer; }
      @media (min-width: 48em) {
        .subscribe__terms span {
          font-size: 2.2rem; } }
    .subscribe__terms label {
      margin-bottom: 0;
      margin-right: 10px; }
    .subscribe__terms a {
      color: #c92731; }
  .subscribe__input {
    position: relative; }
    .subscribe__input input {
      text-transform: none; }
    .subscribe__input button {
      width: 100%; }
    @media (min-width: 48em) {
      .subscribe__input {
        margin-top: 35px; } }
  .subscribe__thankyou {
    color: #c92731;
    margin-top: 24px;
    position: relative;
    font-size: 1.6rem; }
    @media (min-width: 48em) {
      .subscribe__thankyou {
        position: absolute;
        bottom: 44px;
        font-size: 2.2rem; } }

.blogDetail {
  width: 100%;
  padding: 24px 0;
  background-color: #fafafa;
  padding-bottom: 1px !important; }
  @media (min-width: 48em) {
    .blogDetail {
      padding-bottom: 1px !important;
      padding: 75px 0; } }
  .blogDetail h1 {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 48em) {
      .blogDetail h1 {
        width: 100%; } }
  .blogDetail__info {
    display: flex;
    flex-direction: column;
    margin: 0 auto 24px; }
    @media (min-width: 48em) {
      .blogDetail__info {
        margin: 0 auto 38px;
        width: 100%; } }
    .blogDetail__info > div {
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin: 15px 0 25px; }
      @media (min-width: 48em) {
        .blogDetail__info > div {
          margin: 25px 0; } }
      .blogDetail__info > div button {
        padding: 5px 8px;
        color: #ffffff;
        font-size: 1.3rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.26px;
        background-color: #c92731;
        outline: none;
        border: none;
        margin: 0 10px; }
    .blogDetail__info p {
      text-align: center;
      color: #494949;
      font-size: 1.3rem;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.26px; }
  .blogDetail__content {
    margin: 0 auto;
    max-width: 876px; }
    .blogDetail__content .mediaRatio,
    .blogDetail__content .lazyload-placeholder {
      margin-bottom: 24px; }
      @media (min-width: 30em) {
        .blogDetail__content .mediaRatio,
        .blogDetail__content .lazyload-placeholder {
          margin-bottom: 65px; } }
      @media (min-width: 48em) {
        .blogDetail__content .mediaRatio,
        .blogDetail__content .lazyload-placeholder {
          margin-bottom: 74px; } }
    .blogDetail__content img {
      width: 90%;
      height: auto;
      display: block;
      margin: 0 auto 0;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
      @media (min-width: 48em) {
        .blogDetail__content img {
          width: 100%;
          box-shadow: none; } }
    .blogDetail__content__text {
      width: 90%;
      margin: 0 auto; }
      @media (min-width: 48em) {
        .blogDetail__content__text {
          width: 80%; } }
      .blogDetail__content__text ul li {
        position: relative;
        padding-left: 25px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.32px;
        color: #494949;
        padding-bottom: 0.5em; }
        .blogDetail__content__text ul li::before {
          content: "";
          display: block;
          position: absolute;
          width: 8px;
          height: 8px;
          background: #c92731;
          border-radius: 100%;
          left: 5px;
          top: 10px; }
      .blogDetail__content__text p {
        color: #494949;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.32px; }
      .blogDetail__content__text .perex p {
        color: #494949;
        font-size: 1.8rem;
        font-weight: 400;
        letter-spacing: 0.44px;
        margin-bottom: 24px; }
        @media (min-width: 48em) {
          .blogDetail__content__text .perex p {
            font-size: 2.2rem;
            line-height: 35px;
            margin-bottom: 50px; } }
      .blogDetail__content__text .content {
        margin-top: 49px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.32px; }

.boxHolder {
  padding: 25px 0;
  width: 90%;
  margin: 0 auto; }
  @media (min-width: 64em) {
    .boxHolder {
      padding: 50px 0; } }
  @media (min-width: 75em) {
    .boxHolder {
      width: 100%; } }
  @media (min-width: 48em) {
    .boxHolder h1 {
      max-width: 500px;
      margin: 35px auto 70px; } }
  .boxHolder h1 span {
    color: #c92731; }
  .boxHolder__container {
    display: flex;
    flex-direction: row;
    max-width: 1292px;
    margin: 25px auto 0;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
    /* GRID fallback */ }
    @supports (display: grid) {
      .boxHolder__container {
        display: -ms-grid;
        display: grid;
        grid-gap: 1rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto; }
      .boxHolder__container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }
    @media (min-width: 30em) {
      @supports (display: grid) {
        .boxHolder__container {
          display: -ms-grid;
          display: grid;
          grid-gap: 2rem;
          -ms-grid-columns: 1fr 2rem 1fr;
          grid-template-columns: repeat(2, 1fr);
          -ms-grid-rows: auto;
          grid-template-rows: auto; }
        .boxHolder__container > *:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1; }
        .boxHolder__container > *:nth-child(2) {
      -ms-grid-row: 1;
      -ms-grid-column: 3; } } }
    @media (min-width: 48em) {
      @supports (display: grid) {
        .boxHolder__container {
          display: -ms-grid;
          display: grid;
          grid-gap: 3rem;
          -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
          grid-template-columns: repeat(3, 1fr);
          -ms-grid-rows: auto;
          grid-template-rows: auto; }
        .boxHolder__container > *:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1; }
        .boxHolder__container > *:nth-child(2) {
      -ms-grid-row: 1;
      -ms-grid-column: 3; }
        .boxHolder__container > *:nth-child(3) {
      -ms-grid-row: 1;
      -ms-grid-column: 5; } } }
    @media (min-width: 30em) {
      .boxHolder__container {
        flex-wrap: wrap;
        justify-content: space-between; } }
    .boxHolder__container > div {
      margin-bottom: 25px; }
      @supports (display: grid) {
        .boxHolder__container > div {
          width: 100%;
          margin: 0 !important; } }
      @media (min-width: 48em) {
        .boxHolder__container > div {
          margin-bottom: 35px; } }

.card {
  width: 90%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 35px 15px 15px 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media (min-width: 768px) {
    .card:hover {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px); } }
  @media (min-width: 30em) {
    .card {
      width: 48%;
      padding: 20px; } }
  @media (min-width: 64em) {
    .card {
      width: 31.5%;
      padding: 50px; } }
  .card__img {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: none; }
    @media (min-width: 48em) {
      .card__img {
        margin-bottom: 33px;
        display: flex; } }
    .card__img .mediaRatio,
    .card__img .lazyload-placeholder {
      position: relative;
      overflow: hidden;
      height: auto;
      padding-top: 0 !important; }
      .card__img .mediaRatio > .inner,
      .card__img .lazyload-placeholder > .inner {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transform: translate(0%, 0%);
                transform: translate(0%, 0%); }
    .card__img img {
      max-width: 98px; }
  .card h3 {
    color: #494949;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.88px;
    text-align: center; }
  .card__address, .card__openingTime, .card__contacts, .card__linkText, .card__link {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.72px;
    text-align: center;
    margin: 23px 0 0 0;
    line-height: 1.1; }
    .card__address p, .card__openingTime p, .card__contacts p, .card__linkText p, .card__link p {
      margin: 0; }
  .card__contacts, .card__linkText, .card__link {
    color: #c92731 !important; }
    .card__contacts a, .card__linkText a, .card__link a {
      color: #c92731 !important; }
  .card__contacts a {
    width: 100%;
    display: block; }

.breadcrumbs ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap; }
  .breadcrumbs ul li a {
    color: #494949;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.26px; }
    @media (min-width: 48em) {
      .breadcrumbs ul li a {
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: 0.26px;
        transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
        .breadcrumbs ul li a:hover {
          color: #c92731; } }
  .breadcrumbs ul li .withArrow {
    position: relative;
    padding-right: 20px; }
    .breadcrumbs ul li .withArrow:after {
      content: '>';
      position: absolute;
      right: 7px;
      color: #494949;
      display: block;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .breadcrumbs ul .active {
    color: #c92731; }

.storeFinder.minify-padding {
  padding-bottom: 20px; }

.storeFinder h1 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 5rem 0; }
  @media (max-width: 767px) {
    .storeFinder h1 {
      padding: 2.5rem 0; } }
  .storeFinder h1 span {
    color: #c92731; }

.storeFinder p:first-of-type {
  margin-top: 0; }

.storeFinder__search {
  position: relative;
  z-index: 5;
  padding: 0;
  margin: 0; }
  .storeFinder__search input::-webkit-input-placeholder {
    color: #aaa; }
  .storeFinder__search input::-moz-placeholder {
    color: #aaa; }
  .storeFinder__search input:-ms-input-placeholder {
    color: #aaa; }
  .storeFinder__search input::-ms-input-placeholder {
    color: #aaa; }
  .storeFinder__search input::placeholder {
    color: #aaa; }
  .storeFinder__search div {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box; }
  .storeFinder__search input {
    padding: 0 33px 0 33px;
    position: relative; }
  .storeFinder__search button {
    width: 100%; }
  .storeFinder__search__clear {
    position: absolute;
    width: 26px;
    height: 26px;
    opacity: 0.3;
    cursor: pointer;
    right: 5px; }
    @media (min-width: 48em) {
      .storeFinder__search__clear {
        width: 26px;
        height: 26px;
        right: 8px; } }
    .storeFinder__search__clear:hover {
      opacity: 1; }
    .storeFinder__search__clear:before, .storeFinder__search__clear:after {
      position: absolute;
      left: 50%;
      content: " ";
      height: 13px;
      width: 2px;
      background-color: #333;
      top: 6px; }
      @media (min-width: 48em) {
        .storeFinder__search__clear:before, .storeFinder__search__clear:after {
          height: 20px;
          top: 4px; } }
    .storeFinder__search__clear:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .storeFinder__search__clear:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.storeFinder .breadcrumbs {
  margin: 0 0 2.5rem 0; }

.storeFinder p {
  max-width: 650px;
  color: #494949;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 35px;
  letter-spacing: 0.44px;
  margin: 3rem 0; }
  @media (max-width: 1023px) {
    .storeFinder p {
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    .storeFinder p {
      font-size: 1.5rem;
      max-width: 331px;
      font-size: 1.5rem;
      line-height: 28px;
      letter-spacing: 0.26px; } }

.map {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: block; }
  .map > div {
    max-width: 100%; }
  .map .newSearch {
    position: absolute;
    top: 10px;
    left: 10px; }

.mapSearch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  padding: 40px 25px;
  min-height: 0 !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (min-width: 48em) {
    .mapSearch {
      width: 653px;
      height: 247px; } }
  .mapSearch h3 {
    color: #494949;
    font-family: 'Trebuchet MS', 'Helvetica';
    font-size: 2.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.56px;
    line-height: 35px;
    max-width: 204px;
    text-align: center; }
    @media (min-width: 48em) {
      .mapSearch h3 {
        font-size: 3.5rem;
        letter-spacing: 0.7px;
        line-height: 65px;
        max-width: none; } }

.gm-style .gm-style-iw-c {
  border-radius: 0px;
  padding: 0px; }

.gm-style-iw-d {
  overflow: auto; }

.gm-ui-hover-effect {
  display: none; }

.gm-style .gm-style-iw-t::after {
  background: none; }

.marker {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 50%;
  background: #41b9af;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: -20px 0 0 0;
  z-index: 7;
  left: -9px;
  top: -16px; }
  .marker.red {
    background: #c92731; }
  .marker:after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 20; }
  .marker:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #41b9af;
    position: absolute;
    border-radius: 50% 50% 50% 0;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
            transform: rotate(-45deg) translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.marker--active .mapBox {
  overflow: hidden;
  z-index: 2;
  padding: 25px; }

.markerHolder {
  position: relative; }

.mapBox {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 213px;
  background: white;
  overflow: hidden;
  transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  top: 50%;
  left: 50%;
  z-index: 200; }
  .mapBox a {
    color: #c92731; }
  @media (min-width: 48em) {
    .mapBox {
      width: 213px;
      left: 24px; } }
  .mapBox:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    left: 50%; }
  .mapBox:before {
    content: "";
    display: block;
    position: absolute;
    width: 34px;
    height: 12px;
    bottom: -20px;
    background: gray;
    opacity: 0.5;
    border-radius: 100%;
    left: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-filter: blur(1px);
            filter: blur(1px); }
  .mapBox__close {
    position: absolute;
    right: 10px;
    top: 14px;
    width: 16px;
    height: 16px;
    opacity: 0.3;
    cursor: pointer; }
    .mapBox__close:hover {
      opacity: 1; }
    .mapBox__close:before, .mapBox__close:after {
      position: absolute;
      left: 6px;
      content: ' ';
      height: 16px;
      width: 2px;
      background-color: #333; }
    .mapBox__close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .mapBox__close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .mapBox__img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    @media (min-width: 48em) {
      .mapBox__img {
        margin-bottom: 15px; } }
    .mapBox__img img {
      max-width: 59px !important; }
  .mapBox h3 {
    color: #494949;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.6px; }
  .mapBox__address, .mapBox__openingTime, .mapBox__contacts, .mapBox__phrase, .mapBox__link {
    font-weight: 400;
    text-align: center;
    margin: 5px 0 0 0;
    letter-spacing: -0.6px;
    font-family: 'Trebuchet MS', 'Helvetica';
    font-size: 1.5rem; }
  .mapBox__contacts, .mapBox__phrase, .mapBox__link {
    color: #c92731; }

.card {
  width: 90%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 35px 15px 15px 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media (min-width: 30em) {
    .card {
      width: 48%;
      padding: 20px; } }
  @media (min-width: 64em) {
    .card {
      width: 31.5%;
      padding: 50px; } }
  .card__img {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: none; }
    @media (min-width: 48em) {
      .card__img {
        margin-bottom: 33px;
        display: flex; } }
    .card__img img {
      max-width: 98px; }
  .card h3 {
    color: #494949;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.88px;
    text-align: center; }
  .card__address, .card__openingTime, .card__contacts, .card__linkText, .card__link {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.72px;
    text-align: center;
    margin: 23px 0 0 0;
    line-height: 1.1; }
  .card__contacts, .card__linkText, .card__link {
    color: #c92731 !important; }
    .card__contacts a, .card__linkText a, .card__link a {
      color: #c92731 !important; }

.cards {
  padding: 25px 0;
  width: 90%;
  margin: 0 auto; }
  .cards.minify-padding {
    padding-top: 0 !important; }
  @media (min-width: 64em) {
    .cards {
      padding: 50px 0; } }
  @media (min-width: 75em) {
    .cards {
      width: 100%; } }
  @media (min-width: 48em) {
    .cards h1 {
      max-width: 500px;
      margin: 35px auto 70px; } }
  .cards h1 span {
    color: #c92731; }
  .cards__container {
    display: flex;
    flex-direction: row;
    max-width: 1292px;
    margin: 25px auto 0;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 30em) {
      .cards__container {
        flex-wrap: wrap;
        justify-content: space-between; } }
    .cards__container > div {
      margin-bottom: 25px; }
      @media (min-width: 48em) {
        .cards__container > div {
          margin-bottom: 35px; } }

.imageHero {
  margin: 0 auto;
  padding-top: 30px;
  max-width: 100% !important; }
  @media (min-width: 48em) {
    .imageHero {
      box-sizing: border-box;
      padding-top: 70px;
      max-width: 1920px !important; } }
  .imageHero .breadcrumbs {
    margin: 1.5rem 0 3rem; }
  .imageHero__imgHolder {
    width: 100%;
    margin: 0 auto; }
    .imageHero__imgHolder .mediaRatio,
    .imageHero__imgHolder .lazyload-placeholder {
      padding: 0 !important;
      height: 165px;
      width: 100%; }
      @media (min-width: 48em) {
        .imageHero__imgHolder .mediaRatio,
        .imageHero__imgHolder .lazyload-placeholder {
          height: 466px; } }
  .imageHero__textHolder {
    width: 100%;
    padding: 3rem 0; }

.categoryContent {
  max-width: 1089px;
  margin: 0 auto;
  padding: 24px 0;
  width: 90%; }
  @media (min-width: 48em) {
    .categoryContent {
      padding: 50px 0;
      width: 65%; } }
  .categoryContent__text p {
    color: #494949;
    font-family: 'Trebuchet MS', 'Helvetica';
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.44px;
    margin: 25px 0; }
    @media (min-width: 30em) {
      .categoryContent__text p {
        font-size: 1.8rem; } }
    @media (min-width: 48em) {
      .categoryContent__text p {
        margin: 35px auto; } }
  @media (min-width: 48em) {
    .categoryContent__text ul li {
      font-size: 1.8rem;
      margin: 0; } }
  @media (min-width: 48em) {
    .categoryContent__text ol li {
      font-size: 1.8rem;
      margin: 0; } }
  .categoryContent__btnHolder {
    display: flex;
    flex-flow: row nowrap; }
    @media (min-width: 48em) {
      .categoryContent__btnHolder {
        margin: 50px auto; } }
    .categoryContent__btnHolder > button,
    .categoryContent__btnHolder > a {
      margin-right: 25px; }
  .categoryContent__imgHolder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .categoryContent__imgHolder__img {
      margin: 25px auto 0;
      max-width: 525px;
      background: white;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
      margin-bottom: 25px;
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      width: 100%;
      position: relative; }
      @media (min-width: 400px) {
        .categoryContent__imgHolder__img {
          flex-direction: row; } }
      @media (min-width: 585px) {
        .categoryContent__imgHolder__img {
          flex-direction: column;
          width: 48%;
          margin: 25px 0; } }
      .categoryContent__imgHolder__img .lazyload-placeholder,
      .categoryContent__imgHolder__img .mediaRatio {
        min-height: 200px;
        height: auto;
        width: 100%; }
        @media (min-width: 960px) {
          .categoryContent__imgHolder__img .lazyload-placeholder,
          .categoryContent__imgHolder__img .mediaRatio {
            min-height: 300px; } }
        @media (min-width: 400px) {
          .categoryContent__imgHolder__img .lazyload-placeholder,
          .categoryContent__imgHolder__img .mediaRatio {
            width: 50%; } }
        @media (min-width: 585px) {
          .categoryContent__imgHolder__img .lazyload-placeholder,
          .categoryContent__imgHolder__img .mediaRatio {
            width: 100%; } }
      .categoryContent__imgHolder__img > div {
        padding: 25px 31px;
        width: 100%; }
        @media (min-width: 400px) {
          .categoryContent__imgHolder__img > div {
            width: 50%; } }
        @media (min-width: 585px) {
          .categoryContent__imgHolder__img > div {
            width: 100%; } }
      .categoryContent__imgHolder__img h4 {
        color: #494949;
        font-family: 'Trebuchet MS', 'Helvetica';
        font-size: 2.5rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.7px;
        margin: 25px 0;
        text-align: left; }
        .categoryContent__imgHolder__img h4 span {
          color: #c92731; }
        @media (min-width: 30em) {
          .categoryContent__imgHolder__img h4 {
            font-size: 3rem; } }
        @media (min-width: 48em) {
          .categoryContent__imgHolder__img h4 {
            font-size: 3.5rem; } }
      .categoryContent__imgHolder__img a {
        color: #c92731;
        font-family: 'Trebuchet MS', 'Helvetica';
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: 0.28px; }

.circles {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  z-index: 1;
  position: absolute;
  margin: 0 auto;
  right: 4%;
  opacity: 1;
  transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }
  @media (min-width: 30em) {
    .circles {
      right: 2%; } }
  @media (min-width: 48em) {
    .circles {
      right: 6%; } }
  @media (min-width: 64em) {
    .circles {
      right: 31px; } }
  .circles--white .circles__circle__text {
    color: #fff; }
  .circles--white .circles__circle,
  .circles--white .circles__circle__textCirc {
    box-shadow: 0 0 0 1px white; }
    .circles--white .circles__circle .active .circles__circle__int,
    .circles--white .circles__circle__textCirc .active .circles__circle__int {
      background: white; }
    .circles--white .circles__circle:hover .circles__circle__int,
    .circles--white .circles__circle__textCirc:hover .circles__circle__int {
      background: white; }
  .circles--white .circles__circle__int {
    background: white; }
  .circles--red .circles__circle__text {
    color: #c92731; }
  .circles--red .circles__circle,
  .circles--red .circles__circle__textCirc {
    box-shadow: 0 0 0 1px #c92731; }
    .circles--red .circles__circle .active .circles__circle__int,
    .circles--red .circles__circle__textCirc .active .circles__circle__int {
      background: #c92731; }
    .circles--red .circles__circle:hover .circles__circle__int,
    .circles--red .circles__circle__textCirc:hover .circles__circle__int {
      background: #c92731; }
  .circles--red .circles__circle__int {
    background: #c92731; }
  .circles__circle {
    background: transparent;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    position: relative;
    cursor: pointer;
    margin-bottom: 19px; }
    @media (min-width: 48em) {
      .circles__circle {
        width: 20px;
        height: 20px;
        margin-bottom: 19px; } }
    .circles__circle__text {
      display: none; }
      @media (min-width: 48em) {
        .circles__circle__text {
          display: block;
          font-family: 'Trebuchet MS', 'Helvetica';
          font-size: 1.9rem;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: -0.76px;
          -ms-writing-mode: tb-rl;
          /* old syntax, IE */
          -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
          -ms-transform: translate3d(0, 0, 0) rotate(180deg);
          line-height: 1;
          text-align: right;
          margin-bottom: 20px;
          cursor: pointer; }
          @supports ((-webkit-writing-mode: vertical-rl) or (writing-mode: vertical-rl)) or (-webkit-writing-mode: vertical-rl) {
            .circles__circle__text {
              -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
              transform: translate3d(0, 0, 0) rotate(180deg); } } }
      .circles__circle__text--first {
        display: none; }
    .circles__circle__textCirc {
      background: transparent;
      border-radius: 50%;
      height: 19px;
      width: 19px;
      position: relative;
      cursor: pointer;
      margin-bottom: 19px;
      left: 3px; }
      @media (min-width: 48em) {
        .circles__circle__textCirc {
          display: none; } }
      .circles__circle__textCirc:after {
        content: "";
        display: block;
        position: absolute;
        width: 11px;
        height: 11px;
        background-color: #c92731;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        margin: -5.5px 0px 0px -5.5px; }
    .circles__circle__int {
      position: absolute;
      border-radius: 50%;
      height: 12px;
      width: 12px;
      top: 50%;
      left: 50%;
      margin: -6px 0px 0px -6px;
      opacity: 0;
      transition: 300ms ease;
      -webkit-transform: scale(0) translate3d(0, 0, 0);
              transform: scale(0) translate3d(0, 0, 0); }
    @media (min-width: 48em) {
      .circles__circle:hover .circles__circle__int {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0, 0, 0);
                transform: scale(1) translate3d(0, 0, 0);
        width: 12px;
        height: 12px; } }
    .circles__circle--first {
      display: none; }
      @media (min-width: 48em) {
        .circles__circle--first {
          display: block; }
          .circles__circle--first .circles__circle__int {
            opacity: 1;
            -webkit-transform: scale(1) translate3d(0, 0, 0);
                    transform: scale(1) translate3d(0, 0, 0);
            width: 12px;
            height: 12px;
            position: absolute;
            border-radius: 50%;
            height: 12px;
            width: 12px;
            top: 50%;
            left: 50%;
            margin: -6px 0px 0px -6px;
            transition: 300ms ease; } }
  .circles .active .circles__circle__int {
    opacity: 1;
    width: 13px;
    height: 13px;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0); }
    @media (min-width: 48em) {
      .circles .active .circles__circle__int {
        width: 12px;
        height: 12px; } }

.imageText {
  width: 100%;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  position: relative;
  background: #fbfbfb;
  justify-content: center; }
  @media (min-width: 48em) {
    .imageText {
      width: 100%;
      flex-wrap: nowrap;
      max-height: calc(100vh);
      min-height: 550px; } }
  .imageText--right .imageText__contentHolder {
    order: 2; }
    @media (min-width: 500px) {
      .imageText--right .imageText__contentHolder {
        order: 1; } }
  .imageText--right .imageText__imgHolder {
    order: 1; }
    @media (min-width: 500px) {
      .imageText--right .imageText__imgHolder {
        order: 2; } }
  .imageText--left .imageText__contentHolder {
    order: 2;
    padding: 35px 35px 35px 15px; }
    @media (min-width: 500px) {
      .imageText--left .imageText__contentHolder {
        order: 2;
        padding: 25px 35px 25px 25px; } }
    @media (min-width: 48em) {
      .imageText--left .imageText__contentHolder {
        padding: 70px 70px 70px 50px; } }
    @media (min-width: 64em) {
      .imageText--left .imageText__contentHolder {
        padding: 50px 80px 80px 50px; } }
  .imageText--left .imageText__imgHolder {
    order: 1; }
  .imageText__imgHolder {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative; }
    @media (min-width: 500px) {
      .imageText__imgHolder {
        width: 50%; }
        .imageText__imgHolder .mediaRatio,
        .imageText__imgHolder .lazyload-placeholder {
          height: 100%;
          min-height: 680px; } }
    .imageText__imgHolder img {
      opacity: 1;
      width: 100%;
      height: auto;
      margin: 0 auto;
      transition: 300ms; }
      @media (min-width: 500px) {
        .imageText__imgHolder img {
          width: 100%; } }
  .imageText__contentHolder {
    width: 100%;
    display: flex;
    position: relative;
    padding: 3.5rem 1.5rem;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 500px) {
      .imageText__contentHolder {
        width: 50%;
        padding: 2.5rem 2.5rem; } }
    @media (min-width: 48em) {
      .imageText__contentHolder {
        padding: 7rem 5rem; } }
    @media (min-width: 64em) {
      .imageText__contentHolder {
        padding: 8rem; } }
    .imageText__contentHolder__image {
      margin-bottom: 1.5rem; }
      @media (min-width: 48em) {
        .imageText__contentHolder__image {
          margin-bottom: 3.5rem; } }
      .imageText__contentHolder__image .mediaRatio,
      .imageText__contentHolder__image .lazyload-placeholder {
        height: 160px;
        overflow: hidden;
        position: relative;
        padding-top: 0 !important; }
        @media (max-width: 820px) {
          .imageText__contentHolder__image .mediaRatio,
          .imageText__contentHolder__image .lazyload-placeholder {
            height: auto;
            width: 40%;
            margin: 0 auto; } }
        @media (max-width: 500px) {
          .imageText__contentHolder__image .mediaRatio,
          .imageText__contentHolder__image .lazyload-placeholder {
            width: 100%;
            height: auto;
            margin: initial; } }
        .imageText__contentHolder__image .mediaRatio > .inner,
        .imageText__contentHolder__image .lazyload-placeholder > .inner {
          position: relative;
          top: auto;
          left: auto;
          width: 100%;
          height: auto;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transform: translate(0%, 0%);
                  transform: translate(0%, 0%); }
      .imageText__contentHolder__image img {
        display: block;
        margin: 0 auto;
        max-width: 120px; }
        @media (min-width: 48em) {
          .imageText__contentHolder__image img {
            max-width: 178px; } }
    .imageText__contentHolder h1 {
      color: #494949;
      font-size: 2.8rem;
      text-align: center;
      letter-spacing: 0.56px;
      text-transform: uppercase; }
      @media (min-width: 48em) {
        .imageText__contentHolder h1 {
          line-height: 5rem; } }
      @media (min-width: 64em) {
        .imageText__contentHolder h1 {
          text-align: left;
          font-size: 4.6rem; } }
      @media (min-width: 75em) {
        .imageText__contentHolder h1 {
          text-align: left;
          font-size: 5.8rem; } }
      .imageText__contentHolder h1 span {
        color: #c92731; }
    .imageText__contentHolder p {
      color: #494949;
      margin: 25px 0;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 35px;
      letter-spacing: 0.44px; }
      @media (min-width: 48em) {
        .imageText__contentHolder p {
          margin: 15px 0 35px;
          line-height: 32px;
          font-size: 1.8rem; } }
      @media (min-width: 64em) {
        .imageText__contentHolder p {
          font-size: 2rem;
          text-align: left;
          margin: 15px 0; } }
      @media (min-width: 75em) {
        .imageText__contentHolder p {
          font-size: 2.2rem;
          text-align: left; } }
    .imageText__contentHolder .btnHolder {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: center; }
      @media (min-width: 64em) {
        .imageText__contentHolder .btnHolder {
          margin-top: 25px;
          justify-content: flex-start; } }
      .imageText__contentHolder .btnHolder--left {
        justify-content: flex-start; }
      .imageText__contentHolder .btnHolder--right {
        justify-content: flex-end; }
      .imageText__contentHolder .btnHolder--center {
        justify-content: center; }

.imageTextHolder {
  position: relative; }

.stickyContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1366px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 200; }

.searchIcon {
  width: 25px;
  height: 25px;
  transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer; }
  .searchIcon--red {
    fill: #c92731; }
  .searchIcon--gray {
    fill: #cccccc; }

.closeIcon {
  width: 25px;
  height: 25px;
  transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer; }
  .closeIcon--red {
    fill: #c92731; }
  .closeIcon--gray {
    fill: #cccccc; }
    .closeIcon--gray:hover {
      fill: #c92731; }

.mediaImage {
  opacity: 1;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.mediaImageLoader {
  width: 100%;
  height: 100%;
  -webkit-animation: pulse 1s infinite ease-in-out;
          animation: pulse 1s infinite ease-in-out; }

@-webkit-keyframes pulse {
  0% {
    background-color: rgba(165, 165, 165, 0.1); }
  50% {
    background-color: rgba(165, 165, 165, 0.3); }
  100% {
    background-color: rgba(165, 165, 165, 0.1); } }

@keyframes pulse {
  0% {
    background-color: rgba(165, 165, 165, 0.1); }
  50% {
    background-color: rgba(165, 165, 165, 0.3); }
  100% {
    background-color: rgba(165, 165, 165, 0.1); } }

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

.aspect-ratio {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 51%; }
  .aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.mediaError {
  font-size: 16px;
  text-align: center;
  width: 100%;
  height: 100%;
  color: red;
  display: flex;
  align-items: center;
  justify-content: center; }

.mediaRatio,
.lazyload-placeholder {
  position: relative;
  overflow: hidden;
  height: 0; }
  .mediaRatio > .inner,
  .lazyload-placeholder > .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.fileDownload__holder {
  display: flex;
  justify-content: center;
  width: 100%; }

.careerForm, .questionForm {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 8rem;
  position: relative; }
  @media (min-width: 48em) {
    .careerForm, .questionForm {
      max-width: 800px; } }
  .careerForm__header, .questionForm__header {
    margin-bottom: 2.4rem;
    padding-top: 8rem;
    padding-bottom: 0; }
    .careerForm__header h1, .questionForm__header h1 {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      color: #494949;
      text-transform: uppercase;
      text-align: center;
      font-size: 2.8rem;
      transition: 300ms;
      font-weight: 400;
      line-height: 32px;
      letter-spacing: 0.56px; }
      @media (min-width: 48em) {
        .careerForm__header h1, .questionForm__header h1 {
          font-size: 3.8rem; } }
      @media (min-width: 64em) {
        .careerForm__header h1, .questionForm__header h1 {
          font-size: 4.6rem;
          line-height: 32px; } }
      @media (min-width: 75em) {
        .careerForm__header h1, .questionForm__header h1 {
          font-size: 5.5rem;
          line-height: 6.5rem; } }
      .careerForm__header h1 span, .questionForm__header h1 span {
        color: #c92731; }
    .careerForm__header p, .questionForm__header p {
      max-width: none; }
  .careerForm__form__row, .questionForm__form__row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 0;
    flex-wrap: wrap; }
    @media (min-width: 48em) {
      .careerForm__form__row, .questionForm__form__row {
        flex-wrap: no-wrap;
        margin-bottom: 32px; } }
    .careerForm__form__row.submitBtn, .submitBtn.questionForm__form__row {
      margin-bottom: 0; }
  .careerForm__form__col, .questionForm__form__col {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2.4rem;
    position: relative; }
    @media (min-width: 48em) {
      .careerForm__form__col, .questionForm__form__col {
        width: 47%;
        margin-bottom: 0; } }
  .careerForm__form__col .alert, .questionForm__form__col .alert,
  .careerForm__form .subscribe__terms .alert,
  .questionForm__form .subscribe__terms .alert {
    position: absolute;
    left: 40px;
    bottom: -21px; }
  .careerForm__form .subscribe__terms span, .questionForm__form .subscribe__terms span {
    position: relative; }
    .careerForm__form .subscribe__terms span .alert, .questionForm__form .subscribe__terms span .alert {
      left: 0; }
  .careerForm__form .fullRoundInput, .questionForm__form .fullRoundInput {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%; }
  .careerForm__form .uploadBtn, .questionForm__form .uploadBtn {
    background: #494949;
    color: white;
    margin: 0 auto;
    border: none;
    display: block;
    border: 1px solid #494949;
    padding: 18.5px 25px 21px 25px; }
    @media (max-width: 350px) {
      .careerForm__form .uploadBtn, .questionForm__form .uploadBtn {
        padding: 1.5rem; } }
    .careerForm__form .uploadBtn:after, .questionForm__form .uploadBtn:after {
      background: #777777;
      border: 1px solid #777; }
    .careerForm__form .uploadBtn:hover, .questionForm__form .uploadBtn:hover {
      border: 1px solid #777; }
      .careerForm__form .uploadBtn:hover svg, .questionForm__form .uploadBtn:hover svg {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
    .careerForm__form .uploadBtn svg, .questionForm__form .uploadBtn svg {
      width: 20px;
      fill: white;
      overflow: visible;
      transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .careerForm__form input, .questionForm__form input {
    width: 100%;
    height: 60px;
    -webkit-appearance: none; }
    .careerForm__form input.has-error, .questionForm__form input.has-error {
      box-shadow: inset 0 0 0 1pt #c92731; }
  .careerForm__form textarea, .questionForm__form textarea {
    width: 100%;
    min-height: 200px;
    padding-top: 15px;
    margin: 24px 0;
    -webkit-appearance: none;
    text-transform: none;
    line-height: inherit; }
    @media (min-width: 48em) {
      .careerForm__form textarea, .questionForm__form textarea {
        min-height: 140px;
        padding-top: 15px;
        margin: 0; } }
  .careerForm__form__message--success {
    color: green; }
  .careerForm__form__message--error {
    color: #c92731; }
  .careerForm__form__messageHolder {
    font-size: 1.6rem;
    text-align: center;
    padding: 2rem; }
  .careerForm__form .submitBtn button, .questionForm__form .submitBtn button {
    padding: 18px 30px;
    min-width: 200px; }
  .careerForm__thankyou {
    color: #c92731;
    margin-top: 24px;
    position: relative;
    font-size: 1.6rem;
    width: 100%;
    text-align: center; }
    @media (min-width: 48em) {
      .careerForm__thankyou {
        position: absolute;
        bottom: 34px;
        font-size: 2.2rem;
        width: 100%;
        text-align: center; } }

.careerForm__form__message p {
  margin: 0; }

.imageList__holder {
  display: flex;
  flex-wrap: wrap;
  max-width: 1366px;
  margin: 0 auto; }

.imageList__box {
  width: 100%; }
  @media (min-width: 64em) {
    .imageList__box {
      width: 50%; } }

.imageList__img .mediaRatio,
.imageList__img .lazyload-placeholder {
  padding: 0 !important;
  height: 100%;
  width: auto; }

.imageList__cont {
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 50px 0; }
  @media (min-width: 64em) {
    .imageList__cont {
      padding: 100px; } }
  .imageList__cont h1 {
    max-width: 75%;
    margin: 0 auto 24px; }
    @media (min-width: 64em) {
      .imageList__cont h1 {
        text-align: left;
        max-width: none;
        margin: 0 auto 50px; } }
  .imageList__cont--listNum ul {
    margin-top: 50px;
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 64em) {
      .imageList__cont--listNum ul {
        width: 100%; } }
    .imageList__cont--listNum ul li {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 24px; }
      @media (min-width: 64em) {
        .imageList__cont--listNum ul li {
          margin-bottom: 24px;
          flex-wrap: nowrap; } }
    .imageList__cont--listNum ul .listNum {
      border-radius: 100%;
      background: #c92731;
      width: 44px;
      height: 44px;
      min-width: 44px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-size: 2.2rem;
      margin-right: 25px;
      box-sizing: border-box;
      padding-left: 3px;
      transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
      margin: 0 auto 24px; }
      @media (min-width: 64em) {
        .imageList__cont--listNum ul .listNum {
          width: 74px;
          height: 74px;
          min-width: 74px;
          font-size: 3.6rem;
          padding-left: 6px;
          margin: 0 auto;
          margin-right: 3.4rem; } }
    .imageList__cont--listNum ul .listCont {
      width: 100%; }
      @media (min-width: 64em) {
        .imageList__cont--listNum ul .listCont {
          width: 80%; } }
      .imageList__cont--listNum ul .listCont h2 {
        text-transform: uppercase;
        font-size: 1.8rem;
        text-align: center;
        color: #494949; }
        @media (min-width: 64em) {
          .imageList__cont--listNum ul .listCont h2 {
            text-align: left;
            font-size: 2.2rem; } }
      .imageList__cont--listNum ul .listCont p {
        font-size: 1.5rem;
        text-align: center;
        line-height: 2;
        color: #494949; }
        @media (min-width: 64em) {
          .imageList__cont--listNum ul .listCont p {
            text-align: left;
            font-size: 2.2rem; } }

.imageList--simple .imageList__holder--right .imageList__img {
  order: 1; }

.imageList--simple .imageList__holder--right .imageList__cont {
  order: 2; }

.imageList--simple .imageList__holder--left .imageList__img {
  order: 2; }

.imageList--simple .imageList__holder--left .imageList__cont {
  order: 1; }

.imageList--simple p {
  font-size: 2.2rem;
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
  margin: 0 0 50px 0;
  text-align: center; }

.questions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 30px 15px 30px; }
  @media (min-width: 48em) {
    .questions {
      padding: 40px 15px 56px; } }
  .questions h1 {
    margin: 24px 0; }
    @media (min-width: 48em) {
      .questions h1 {
        margin: 50px 0; } }
  .questions__holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: stretch;
    flex-wrap: wrap; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
  .questions__item {
    opacity: 0;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 74, 0.04);
    padding: 25px;
    transition: 300ms ease;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    width: 100%;
    border-radius: 5px;
    margin: 0 2% 2%; }
    @media (min-width: 48em) {
      .questions__item {
        width: 55%;
        padding: 25px 50px; } }
    .questions__item--1 {
      -webkit-animation-delay: 300ms;
              animation-delay: 300ms; }
    .questions__item--2 {
      -webkit-animation-delay: 600ms;
              animation-delay: 600ms; }
    .questions__item--3 {
      -webkit-animation-delay: 900ms;
              animation-delay: 900ms; }
    .questions__item--4 {
      -webkit-animation-delay: 1200ms;
              animation-delay: 1200ms; }
    .questions__item--5 {
      -webkit-animation-delay: 1500ms;
              animation-delay: 1500ms; }
    .questions__item--6 {
      -webkit-animation-delay: 1800ms;
              animation-delay: 1800ms; }
    .questions__item--7 {
      -webkit-animation-delay: 2100ms;
              animation-delay: 2100ms; }
    .questions__item--8 {
      -webkit-animation-delay: 2400ms;
              animation-delay: 2400ms; }
    .questions__item--9 {
      -webkit-animation-delay: 2700ms;
              animation-delay: 2700ms; }
    .questions__item--10 {
      -webkit-animation-delay: 3000ms;
              animation-delay: 3000ms; }
    .questions__item p {
      color: #494949;
      padding: 2.5rem 0;
      line-height: 28px;
      letter-spacing: 0.26px;
      font-size: 1.5rem; }
      @media (max-width: 767px) {
        .questions__item p {
          padding: 1.5rem 0; } }
      @media (min-width: 48em) {
        .questions__item p {
          font-size: 1.6rem;
          line-height: 35px;
          letter-spacing: 0.44px; } }
      @media (min-width: 64em) {
        .questions__item p {
          font-size: 1.6rem; } }
      @media (min-width: 75em) {
        .questions__item p {
          font-size: 1.6rem;
          line-height: 35px;
          letter-spacing: 0.44px; } }
    .questions__item h2 {
      color: #494949;
      text-transform: uppercase;
      text-align: center;
      margin: 25px 0;
      font-weight: 400;
      max-width: 242px;
      font-size: 2.2rem;
      font-weight: 400;
      line-height: 1.4;
      font-weight: 400;
      letter-spacing: -0.88px; }
      @media (min-width: 48em) {
        .questions__item h2 {
          max-width: 570px;
          font-size: 3rem; } }
  .questions a {
    color: #c92731; }

.questionForm__text {
  text-align: center;
  color: #494949;
  margin: 25px 0 40px;
  line-height: 28px;
  letter-spacing: 0.26px;
  font-size: 1.5rem; }
  @media (min-width: 48em) {
    .questionForm__text {
      font-size: 2rem;
      line-height: 35px;
      letter-spacing: 0.44px; } }
  @media (min-width: 64em) {
    .questionForm__text {
      font-size: 2rem; } }
  @media (min-width: 75em) {
    .questionForm__text {
      font-size: 2.2rem;
      line-height: 35px;
      letter-spacing: 0.44px; } }

.questionForm__form textarea {
  margin: 0 0 2.4rem 0;
  line-height: inherit; }

.questionForm__form__message--success {
  color: green; }

.questionForm__form__message--error {
  color: #c92731; }

.questionForm__form__messageHolder {
  font-size: 1.6rem;
  text-align: center;
  padding: 2rem; }

.questionForm__form__message p {
  margin: 0; }

.searchResults {
  padding: 10px 0;
  background: white;
  top: 111px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 500ms ease;
  -webkit-transform: translate3d(0, -150%, 0);
          transform: translate3d(0, -150%, 0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  min-height: calc(100vh - 70px); }
  .searchResults ::-webkit-scrollbar {
    width: 8px;
    height: 100%; }
  .searchResults ::-webkit-scrollbar-thumb {
    background: #c92731;
    border-radius: 10px; }
  .searchResults ::-webkit-scrollbar-track {
    background: #f8f8f8; }
  @media (min-width: 48em) {
    .searchResults {
      top: 101px;
      min-height: calc(100vh - 101px);
      padding: 50px;
      top: 70px;
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0); } }
  .searchResults__holder {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    width: 90%; }
    @media (min-width: 48em) {
      .searchResults__holder {
        width: 100%; } }
    .searchResults__holder__heading, .searchResults__error {
      text-transform: uppercase;
      text-align: left;
      font-weight: 400;
      font-size: 2.2rem;
      font-weight: 400;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: -0.88px;
      color: #494949;
      position: relative;
      padding: 10px 0; }
      @media (min-width: 48em) {
        .searchResults__holder__heading, .searchResults__error {
          font-size: 3.5rem; } }
      .searchResults__holder__heading:after, .searchResults__error:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -16px;
        height: 3px;
        border-radius: 2px;
        background-color: #c92731;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
  .searchResults ul {
    margin-top: 36px;
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 25px 0 50px;
    box-sizing: border-box; }
    .searchResults ul li:not(:last-of-type) {
      padding-bottom: 3rem; }
    .searchResults ul li p {
      margin: 0;
      padding: 1rem 0;
      color: #494949;
      font-size: 1.4rem; }
    .searchResults ul li a {
      color: #494949;
      font-size: 1.8rem;
      letter-spacing: 0.3px;
      transition: 300ms ease; }
      .searchResults ul li a:hover {
        color: #c92731; }
    .searchResults ul li div a {
      color: #c92731;
      display: inline-block;
      font-size: 1.3rem;
      text-transform: lowercase; }
    .searchResults ul li div .withArrow {
      position: relative;
      padding-right: 20px; }
      .searchResults ul li div .withArrow:after {
        content: '>';
        position: absolute;
        right: 7px;
        color: #494949;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .searchResults--active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .searchResults__closeIcon {
    position: absolute;
    right: 0;
    top: 10px; }
  .searchResults__error {
    text-align: center; }
    .searchResults__error:after {
      display: none; }

.textSearch {
  display: flex;
  flex-direction: row;
  order: 1;
  background-color: transparent;
  position: relative; }
  @media (min-width: 1300px) {
    .textSearch {
      order: 4;
      width: 150px;
      justify-content: flex-end; } }
  .textSearch input {
    display: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    color: #cccccc;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.3px;
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: transparent;
    position: absolute;
    top: 70px;
    left: 0;
    background: white;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    padding-right: 24px; }
    @media (min-width: 1300px) {
      .textSearch input {
        display: block;
        width: 140px;
        position: relative;
        background: none;
        top: auto;
        left: auto;
        padding: 0; }
        .textSearch input::-webkit-input-placeholder {
          color: #cccccc; }
        .textSearch input::-moz-placeholder {
          color: #cccccc; }
        .textSearch input:-ms-input-placeholder {
          color: #cccccc; }
        .textSearch input::-ms-input-placeholder {
          color: #cccccc; }
        .textSearch input::placeholder {
          color: #cccccc; } }
  .textSearch__clear {
    position: absolute;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 32px;
    display: block; }
    .textSearch__clear svg {
      width: 10px;
      height: 10px; }
  .textSearch__icon {
    width: 25px;
    height: 25px;
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .textSearch--focused input {
    border-bottom: 1px solid #c92731;
    color: black;
    display: block; }
    .textSearch--focused input:focus {
      border-bottom: 1px solid #c92731;
      color: black; }
    @media (min-width: 48em) {
      .textSearch--focused input:focus {
        border-bottom: 1px solid #c92731;
        color: black; } }

.alert {
  margin-top: 5px;
  font-size: 1.4rem;
  color: red; }

.loader {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0; }
  .loader__holder {
    display: flex;
    justify-content: center; }
    .loader__holder .loader__circle--1 {
      -webkit-animation-delay: 100ms;
              animation-delay: 100ms; }
    .loader__holder .loader__circle--2 {
      -webkit-animation-delay: 200ms;
              animation-delay: 200ms; }
    .loader__holder .loader__circle--3 {
      -webkit-animation-delay: 300ms;
              animation-delay: 300ms; }
    .loader__holder div {
      background-color: #c92731;
      height: 15px;
      width: 15px;
      border-radius: 50%;
      margin: 0 2px;
      display: block;
      -webkit-animation-name: bounce;
              animation-name: bounce;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-duration: 600ms;
              animation-duration: 600ms;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-transform: translateY(0);
              transform: translateY(0); }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0.25; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0.25; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.instaGallery {
  width: 90%;
  margin: 50px auto;
  padding: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff; }
  @media (min-width: 48em) {
    .instaGallery {
      width: 670px;
      padding: 32px; } }
  .instaGallery__header {
    color: #494949;
    font-family: 'Trebuchet MS', 'Helvetica';
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.36px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 48em) {
      .instaGallery__header {
        flex-direction: row;
        justify-content: flex-start; } }
    .instaGallery__header__icon {
      height: 35px;
      width: 35px;
      margin-bottom: 3px;
      display: inline; }
      .instaGallery__header__icon svg {
        vertical-align: top; }
      @media (min-width: 48em) {
        .instaGallery__header__icon {
          width: 25px;
          height: 25px; } }
    .instaGallery__header p {
      margin: 0;
      text-align: center; }
      @media (min-width: 48em) {
        .instaGallery__header p {
          text-align: left; } }
    .instaGallery__header a {
      color: #c92731;
      display: inline; }
  .instaGallery__holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .instaGallery__holder__item {
      margin: 10px 0;
      width: 100%;
      position: relative; }
      .instaGallery__holder__item:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 100%; }
      .instaGallery__holder__item__inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .instaGallery__holder__item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @media (min-width: 30em) {
        .instaGallery__holder__item {
          margin: 10px;
          width: calc((100% / 2) - 20px); } }
      @media (min-width: 48em) {
        .instaGallery__holder__item {
          margin: 10px;
          width: calc((100% / 3) - 20px); } }

.categoryContent {
  max-width: 1089px;
  margin: 0 auto;
  padding: 24px 0;
  width: 90%; }
  @media (min-width: 48em) {
    .categoryContent {
      padding: 50px 0;
      width: 65%; } }
  .categoryContent__text p {
    color: #494949;
    font-family: 'Trebuchet MS', 'Helvetica';
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.44px;
    margin: 25px 0; }
    @media (min-width: 30em) {
      .categoryContent__text p {
        font-size: 1.8rem; } }
    @media (min-width: 48em) {
      .categoryContent__text p {
        margin: 35px auto; } }
  @media (min-width: 48em) {
    .categoryContent__text ul li {
      font-size: 1.8rem;
      margin: 0; } }
  @media (min-width: 48em) {
    .categoryContent__text ol li {
      font-size: 1.8rem;
      margin: 0; } }
  .categoryContent__btnHolder {
    display: flex;
    flex-flow: row nowrap; }
    @media (min-width: 48em) {
      .categoryContent__btnHolder {
        margin: 50px auto; } }
    .categoryContent__btnHolder > button,
    .categoryContent__btnHolder > a {
      margin-right: 25px; }
  .categoryContent__imgHolder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .categoryContent__imgHolder__img {
      width: 100%;
      display: flex;
      max-width: 525px;
      background: white;
      margin: 25px auto 0;
      margin-bottom: 25px;
      flex-direction: column;
      align-items: flex-start;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
      transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
      @media (min-width: 768px) {
        .categoryContent__imgHolder__img:hover {
          -webkit-transform: translateY(-8px);
                  transform: translateY(-8px); } }
      @media (min-width: 400px) {
        .categoryContent__imgHolder__img {
          flex-direction: row; } }
      @media (min-width: 585px) {
        .categoryContent__imgHolder__img {
          flex-direction: column;
          width: 48%;
          margin: 25px 0; } }
      .categoryContent__imgHolder__img img {
        width: 100%;
        height: auto; }
        @media (min-width: 400px) {
          .categoryContent__imgHolder__img img {
            width: 50%; } }
        @media (min-width: 585px) {
          .categoryContent__imgHolder__img img {
            width: 100%; } }
      .categoryContent__imgHolder__img > div {
        padding: 25px 31px;
        width: 100%; }
        @media (min-width: 400px) {
          .categoryContent__imgHolder__img > div {
            width: 50%; } }
        @media (min-width: 585px) {
          .categoryContent__imgHolder__img > div {
            width: 100%; } }
      .categoryContent__imgHolder__img h4 {
        color: #494949;
        font-family: 'Trebuchet MS', 'Helvetica';
        font-size: 2.5rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.7px;
        margin: 25px 0;
        text-align: left; }
        .categoryContent__imgHolder__img h4 span {
          color: #c92731; }
        @media (min-width: 30em) {
          .categoryContent__imgHolder__img h4 {
            font-size: 3rem; } }
        @media (min-width: 48em) {
          .categoryContent__imgHolder__img h4 {
            font-size: 3.5rem; } }
      .categoryContent__imgHolder__img a {
        color: #c92731;
        font-family: 'Trebuchet MS', 'Helvetica';
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: 0.28px; }

.filelist {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 30px 15px 30px; }
  @media (min-width: 48em) {
    .filelist {
      padding: 40px 15px 0; } }
  .filelist h1 {
    margin: 24px 0; }
    @media (min-width: 48em) {
      .filelist h1 {
        margin: 50px 0; } }
  .filelist__holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: stretch;
    flex-wrap: wrap; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
  .filelist__item {
    opacity: 0;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 74, 0.04);
    padding: 25px;
    transition: 300ms ease;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    width: 100%;
    border-radius: 5px;
    margin: 0 2% 2%; }
    @media (min-width: 48em) {
      .filelist__item {
        width: 55%;
        padding: 25px 50px; } }
    .filelist__item--1 {
      -webkit-animation-delay: 300ms;
              animation-delay: 300ms; }
    .filelist__item--2 {
      -webkit-animation-delay: 600ms;
              animation-delay: 600ms; }
    .filelist__item--3 {
      -webkit-animation-delay: 900ms;
              animation-delay: 900ms; }
    .filelist__item--4 {
      -webkit-animation-delay: 1200ms;
              animation-delay: 1200ms; }
    .filelist__item--5 {
      -webkit-animation-delay: 1500ms;
              animation-delay: 1500ms; }
    .filelist__item--6 {
      -webkit-animation-delay: 1800ms;
              animation-delay: 1800ms; }
    .filelist__item--7 {
      -webkit-animation-delay: 2100ms;
              animation-delay: 2100ms; }
    .filelist__item--8 {
      -webkit-animation-delay: 2400ms;
              animation-delay: 2400ms; }
    .filelist__item--9 {
      -webkit-animation-delay: 2700ms;
              animation-delay: 2700ms; }
    .filelist__item--10 {
      -webkit-animation-delay: 3000ms;
              animation-delay: 3000ms; }
    .filelist__item p {
      color: #494949;
      margin: 25px 0;
      line-height: 28px;
      letter-spacing: 0.26px;
      font-size: 1.3rem; }
      @media (min-width: 48em) {
        .filelist__item p {
          font-size: 1.6rem;
          line-height: 35px;
          letter-spacing: 0.44px; } }
      @media (min-width: 64em) {
        .filelist__item p {
          font-size: 1.6rem; } }
      @media (min-width: 75em) {
        .filelist__item p {
          font-size: 1.6rem;
          line-height: 35px;
          letter-spacing: 0.44px; } }
    .filelist__item h2 {
      color: #494949;
      text-transform: uppercase;
      text-align: center;
      margin: 25px 0;
      font-weight: 400;
      max-width: 242px;
      font-size: 2.2rem;
      font-weight: 400;
      line-height: 1.4;
      font-weight: 400;
      letter-spacing: -0.88px; }
      @media (min-width: 48em) {
        .filelist__item h2 {
          max-width: 570px;
          font-size: 3rem; } }
    .filelist__item__download {
      font-size: 1.6rem;
      border-bottom: 1px solid #c92731; }
      .filelist__item__download p {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 1.4rem; }
      .filelist__item__download h3 {
        font-size: 1.6rem;
        text-align: left;
        margin-top: 32px; }
        .filelist__item__download h3 a {
          color: #c92731; }
        .filelist__item__download h3:hover {
          text-decoration: underline;
          -webkit-text-decoration-color: #c92731;
                  text-decoration-color: #c92731; }

.paragraph {
  width: 100%;
  color: #494949;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.32px;
  background-color: #fafafa; }
  .paragraph--paddingTop {
    padding-top: 1rem; }
  .paragraph--paddingBottom {
    padding-bottom: 1rem; }
  .paragraph .container {
    max-width: 730px; }
  .paragraph h1, .paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5, .paragraph h6 {
    margin: 0;
    padding: 1rem 0;
    text-align: left;
    line-height: initial;
    letter-spacing: 1.1px;
    font-weight: 400 !important; }
  .paragraph h1 {
    font-size: 3.8rem; }
    @media (min-width: 48em) {
      .paragraph h1 {
        font-size: 5.5rem; } }
  .paragraph h2 {
    font-size: 3.2rem; }
    @media (min-width: 48em) {
      .paragraph h2 {
        font-size: 4.8rem; } }
  .paragraph h3 {
    font-size: 2.8rem; }
    @media (min-width: 48em) {
      .paragraph h3 {
        font-size: 4rem; } }
  .paragraph h4 {
    font-size: 2.4rem; }
    @media (min-width: 48em) {
      .paragraph h4 {
        font-size: 3rem; } }
  .paragraph h5 {
    font-size: 2rem; }
    @media (min-width: 48em) {
      .paragraph h5 {
        font-size: 2.4rem; } }
  .paragraph h6 {
    font-size: 1.8rem; }
    @media (min-width: 48em) {
      .paragraph h6 {
        font-size: 2rem; } }
  .paragraph .row:nth-child(2) {
    margin-top: 1.5rem; }
    @media (min-width: 48em) {
      .paragraph .row:nth-child(2) {
        margin-top: 3rem; } }
  .paragraph .imgWithMarginTop {
    margin-top: 0; }
    @media only screen and (max-width: 768px) {
      .paragraph .imgWithMarginTop {
        margin-top: 1.5rem; } }
  .paragraph__content {
    margin: 0 auto;
    max-width: 730px; }
    .paragraph__content--additionalText {
      order: 3; }
    .paragraph__content__text {
      margin: 0 auto; }
      .paragraph__content__text ul li {
        padding-left: 8px; }
        .paragraph__content__text ul li::before {
          content: "•";
          display: inline-block;
          padding-right: 4px;
          color: #c92731; }
    .paragraph__content__images {
      width: 100%; }
    @media only screen and (max-width: 992px) {
      .paragraph__content .textWithImg {
        padding-top: 1.5rem; } }
    .paragraph__content .textAllContent {
      padding-top: 3rem; }
      @media only screen and (max-width: 992px) {
        .paragraph__content .textAllContent {
          padding-top: 1.5rem; } }
