/*!
 * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 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: "Roboto", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  color: #636363;
  text-align: left;
  background-color: #fff;
}
body.mobile-nav-active {
  overflow: hidden;
}

[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;
  color: #f3ca3a;
  line-height: 135%;
}

h1 {
  font-size: 63px;
}
@media screen and (max-width: 740px) {
  h1 {
    font-size: 27px;
  }
}

h2 {
  font-size: 32px;
}
@media screen and (max-width: 740px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 26px;
}
@media screen and (max-width: 740px) {
  h3 {
    font-size: 17px;
  }
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 16px;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #000000;
}

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: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
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;
  overflow-x: hidden;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 992px) {
  .row {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.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: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

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

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
.text-left {
  text-align: left !important;
}

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

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

.push-left {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.push-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.spacer-0 {
  height: 0px;
}

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

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

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

.margin-v-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

.spacer-10 {
  height: 10px;
}

.padding-10 {
  padding: 10px !important;
}

.margin-10 {
  margin: 10px !important;
}

.padding-v-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.margin-v-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

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

.margin-h-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

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

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

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.spacer-20 {
  height: 20px;
}

.padding-20 {
  padding: 20px !important;
}

.margin-20 {
  margin: 20px !important;
}

.padding-v-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.margin-v-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

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

.margin-h-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

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

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

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.spacer-30 {
  height: 30px;
}

.padding-30 {
  padding: 30px !important;
}

.margin-30 {
  margin: 30px !important;
}

.padding-v-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.margin-v-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

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

.margin-h-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.spacer-40 {
  height: 40px;
}

.padding-40 {
  padding: 40px !important;
}

.margin-40 {
  margin: 40px !important;
}

.padding-v-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.margin-v-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

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

.margin-h-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.spacer-50 {
  height: 50px;
}

.padding-50 {
  padding: 50px !important;
}

.margin-50 {
  margin: 50px !important;
}

.padding-v-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.margin-v-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

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

.margin-h-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.spacer-60 {
  height: 60px;
}

.padding-60 {
  padding: 60px !important;
}

.margin-60 {
  margin: 60px !important;
}

.padding-v-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.margin-v-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

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

.margin-h-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.spacer-70 {
  height: 70px;
}

.padding-70 {
  padding: 70px !important;
}

.margin-70 {
  margin: 70px !important;
}

.padding-v-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.margin-v-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

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

.margin-h-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.spacer-80 {
  height: 80px;
}

.padding-80 {
  padding: 80px !important;
}

.margin-80 {
  margin: 80px !important;
}

.padding-v-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.margin-v-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

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

.margin-h-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.spacer-90 {
  height: 90px;
}

.padding-90 {
  padding: 90px !important;
}

.margin-90 {
  margin: 90px !important;
}

.padding-v-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.margin-v-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

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

.margin-h-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.padding-left-90 {
  padding-left: 90px !important;
}

.padding-right-90 {
  padding-right: 90px !important;
}

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.spacer-100 {
  height: 100px;
}

.padding-100 {
  padding: 100px !important;
}

.margin-100 {
  margin: 100px !important;
}

.padding-v-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.margin-v-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

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

.margin-h-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.padding-left-100 {
  padding-left: 100px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

@media (min-width: 576px) {
  .push-sm-left {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .push-sm-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

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

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

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

  .spacer-sm-0 {
    height: 0px;
  }

  .padding-sm-0 {
    padding: 0px !important;
  }

  .margin-sm-0 {
    margin: 0px !important;
  }

  .padding-sm-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .margin-sm-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

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

  .margin-sm-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

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

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

  .margin-sm-left-0 {
    margin-left: 0px !important;
  }

  .margin-sm-right-0 {
    margin-right: 0px !important;
  }

  .margin-sm-bottom-0 {
    margin-bottom: 0px !important;
  }

  .margin-sm-top-0 {
    margin-top: 0px !important;
  }

  .spacer-sm-10 {
    height: 10px;
  }

  .padding-sm-10 {
    padding: 10px !important;
  }

  .margin-sm-10 {
    margin: 10px !important;
  }

  .padding-sm-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .margin-sm-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .padding-sm-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .margin-sm-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .padding-sm-left-10 {
    padding-left: 10px !important;
  }

  .padding-sm-right-10 {
    padding-right: 10px !important;
  }

  .margin-sm-left-10 {
    margin-left: 10px !important;
  }

  .margin-sm-right-10 {
    margin-right: 10px !important;
  }

  .margin-sm-bottom-10 {
    margin-bottom: 10px !important;
  }

  .margin-sm-top-10 {
    margin-top: 10px !important;
  }

  .spacer-sm-20 {
    height: 20px;
  }

  .padding-sm-20 {
    padding: 20px !important;
  }

  .margin-sm-20 {
    margin: 20px !important;
  }

  .padding-sm-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .margin-sm-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .padding-sm-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .margin-sm-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .padding-sm-left-20 {
    padding-left: 20px !important;
  }

  .padding-sm-right-20 {
    padding-right: 20px !important;
  }

  .margin-sm-left-20 {
    margin-left: 20px !important;
  }

  .margin-sm-right-20 {
    margin-right: 20px !important;
  }

  .margin-sm-bottom-20 {
    margin-bottom: 20px !important;
  }

  .margin-sm-top-20 {
    margin-top: 20px !important;
  }

  .spacer-sm-30 {
    height: 30px;
  }

  .padding-sm-30 {
    padding: 30px !important;
  }

  .margin-sm-30 {
    margin: 30px !important;
  }

  .padding-sm-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .margin-sm-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .padding-sm-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .margin-sm-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .padding-sm-left-30 {
    padding-left: 30px !important;
  }

  .padding-sm-right-30 {
    padding-right: 30px !important;
  }

  .margin-sm-left-30 {
    margin-left: 30px !important;
  }

  .margin-sm-right-30 {
    margin-right: 30px !important;
  }

  .margin-sm-bottom-30 {
    margin-bottom: 30px !important;
  }

  .margin-sm-top-30 {
    margin-top: 30px !important;
  }

  .spacer-sm-40 {
    height: 40px;
  }

  .padding-sm-40 {
    padding: 40px !important;
  }

  .margin-sm-40 {
    margin: 40px !important;
  }

  .padding-sm-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .margin-sm-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .padding-sm-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .margin-sm-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .padding-sm-left-40 {
    padding-left: 40px !important;
  }

  .padding-sm-right-40 {
    padding-right: 40px !important;
  }

  .margin-sm-left-40 {
    margin-left: 40px !important;
  }

  .margin-sm-right-40 {
    margin-right: 40px !important;
  }

  .margin-sm-bottom-40 {
    margin-bottom: 40px !important;
  }

  .margin-sm-top-40 {
    margin-top: 40px !important;
  }

  .spacer-sm-50 {
    height: 50px;
  }

  .padding-sm-50 {
    padding: 50px !important;
  }

  .margin-sm-50 {
    margin: 50px !important;
  }

  .padding-sm-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .margin-sm-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .padding-sm-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .margin-sm-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .padding-sm-left-50 {
    padding-left: 50px !important;
  }

  .padding-sm-right-50 {
    padding-right: 50px !important;
  }

  .margin-sm-left-50 {
    margin-left: 50px !important;
  }

  .margin-sm-right-50 {
    margin-right: 50px !important;
  }

  .margin-sm-bottom-50 {
    margin-bottom: 50px !important;
  }

  .margin-sm-top-50 {
    margin-top: 50px !important;
  }

  .spacer-sm-60 {
    height: 60px;
  }

  .padding-sm-60 {
    padding: 60px !important;
  }

  .margin-sm-60 {
    margin: 60px !important;
  }

  .padding-sm-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .margin-sm-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .padding-sm-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .margin-sm-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .padding-sm-left-60 {
    padding-left: 60px !important;
  }

  .padding-sm-right-60 {
    padding-right: 60px !important;
  }

  .margin-sm-left-60 {
    margin-left: 60px !important;
  }

  .margin-sm-right-60 {
    margin-right: 60px !important;
  }

  .margin-sm-bottom-60 {
    margin-bottom: 60px !important;
  }

  .margin-sm-top-60 {
    margin-top: 60px !important;
  }

  .spacer-sm-70 {
    height: 70px;
  }

  .padding-sm-70 {
    padding: 70px !important;
  }

  .margin-sm-70 {
    margin: 70px !important;
  }

  .padding-sm-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .margin-sm-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .padding-sm-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .margin-sm-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .padding-sm-left-70 {
    padding-left: 70px !important;
  }

  .padding-sm-right-70 {
    padding-right: 70px !important;
  }

  .margin-sm-left-70 {
    margin-left: 70px !important;
  }

  .margin-sm-right-70 {
    margin-right: 70px !important;
  }

  .margin-sm-bottom-70 {
    margin-bottom: 70px !important;
  }

  .margin-sm-top-70 {
    margin-top: 70px !important;
  }

  .spacer-sm-80 {
    height: 80px;
  }

  .padding-sm-80 {
    padding: 80px !important;
  }

  .margin-sm-80 {
    margin: 80px !important;
  }

  .padding-sm-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .margin-sm-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .padding-sm-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .margin-sm-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .padding-sm-left-80 {
    padding-left: 80px !important;
  }

  .padding-sm-right-80 {
    padding-right: 80px !important;
  }

  .margin-sm-left-80 {
    margin-left: 80px !important;
  }

  .margin-sm-right-80 {
    margin-right: 80px !important;
  }

  .margin-sm-bottom-80 {
    margin-bottom: 80px !important;
  }

  .margin-sm-top-80 {
    margin-top: 80px !important;
  }

  .spacer-sm-90 {
    height: 90px;
  }

  .padding-sm-90 {
    padding: 90px !important;
  }

  .margin-sm-90 {
    margin: 90px !important;
  }

  .padding-sm-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .margin-sm-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .padding-sm-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .margin-sm-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .padding-sm-left-90 {
    padding-left: 90px !important;
  }

  .padding-sm-right-90 {
    padding-right: 90px !important;
  }

  .margin-sm-left-90 {
    margin-left: 90px !important;
  }

  .margin-sm-right-90 {
    margin-right: 90px !important;
  }

  .margin-sm-bottom-90 {
    margin-bottom: 90px !important;
  }

  .margin-sm-top-90 {
    margin-top: 90px !important;
  }

  .spacer-sm-100 {
    height: 100px;
  }

  .padding-sm-100 {
    padding: 100px !important;
  }

  .margin-sm-100 {
    margin: 100px !important;
  }

  .padding-sm-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .margin-sm-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .padding-sm-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .margin-sm-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .padding-sm-left-100 {
    padding-left: 100px !important;
  }

  .padding-sm-right-100 {
    padding-right: 100px !important;
  }

  .margin-sm-left-100 {
    margin-left: 100px !important;
  }

  .margin-sm-right-100 {
    margin-right: 100px !important;
  }

  .margin-sm-bottom-100 {
    margin-bottom: 100px !important;
  }

  .margin-sm-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 768px) {
  .push-md-left {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .push-md-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

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

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

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

  .spacer-md-0 {
    height: 0px;
  }

  .padding-md-0 {
    padding: 0px !important;
  }

  .margin-md-0 {
    margin: 0px !important;
  }

  .padding-md-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .margin-md-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

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

  .margin-md-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

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

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

  .margin-md-left-0 {
    margin-left: 0px !important;
  }

  .margin-md-right-0 {
    margin-right: 0px !important;
  }

  .margin-md-bottom-0 {
    margin-bottom: 0px !important;
  }

  .margin-md-top-0 {
    margin-top: 0px !important;
  }

  .spacer-md-10 {
    height: 10px;
  }

  .padding-md-10 {
    padding: 10px !important;
  }

  .margin-md-10 {
    margin: 10px !important;
  }

  .padding-md-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .margin-md-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .padding-md-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .margin-md-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .padding-md-left-10 {
    padding-left: 10px !important;
  }

  .padding-md-right-10 {
    padding-right: 10px !important;
  }

  .margin-md-left-10 {
    margin-left: 10px !important;
  }

  .margin-md-right-10 {
    margin-right: 10px !important;
  }

  .margin-md-bottom-10 {
    margin-bottom: 10px !important;
  }

  .margin-md-top-10 {
    margin-top: 10px !important;
  }

  .spacer-md-20 {
    height: 20px;
  }

  .padding-md-20 {
    padding: 20px !important;
  }

  .margin-md-20 {
    margin: 20px !important;
  }

  .padding-md-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .margin-md-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .padding-md-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .margin-md-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .padding-md-left-20 {
    padding-left: 20px !important;
  }

  .padding-md-right-20 {
    padding-right: 20px !important;
  }

  .margin-md-left-20 {
    margin-left: 20px !important;
  }

  .margin-md-right-20 {
    margin-right: 20px !important;
  }

  .margin-md-bottom-20 {
    margin-bottom: 20px !important;
  }

  .margin-md-top-20 {
    margin-top: 20px !important;
  }

  .spacer-md-30 {
    height: 30px;
  }

  .padding-md-30 {
    padding: 30px !important;
  }

  .margin-md-30 {
    margin: 30px !important;
  }

  .padding-md-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .margin-md-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .padding-md-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .margin-md-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .padding-md-left-30 {
    padding-left: 30px !important;
  }

  .padding-md-right-30 {
    padding-right: 30px !important;
  }

  .margin-md-left-30 {
    margin-left: 30px !important;
  }

  .margin-md-right-30 {
    margin-right: 30px !important;
  }

  .margin-md-bottom-30 {
    margin-bottom: 30px !important;
  }

  .margin-md-top-30 {
    margin-top: 30px !important;
  }

  .spacer-md-40 {
    height: 40px;
  }

  .padding-md-40 {
    padding: 40px !important;
  }

  .margin-md-40 {
    margin: 40px !important;
  }

  .padding-md-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .margin-md-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .padding-md-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .margin-md-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .padding-md-left-40 {
    padding-left: 40px !important;
  }

  .padding-md-right-40 {
    padding-right: 40px !important;
  }

  .margin-md-left-40 {
    margin-left: 40px !important;
  }

  .margin-md-right-40 {
    margin-right: 40px !important;
  }

  .margin-md-bottom-40 {
    margin-bottom: 40px !important;
  }

  .margin-md-top-40 {
    margin-top: 40px !important;
  }

  .spacer-md-50 {
    height: 50px;
  }

  .padding-md-50 {
    padding: 50px !important;
  }

  .margin-md-50 {
    margin: 50px !important;
  }

  .padding-md-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .margin-md-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .padding-md-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .margin-md-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .padding-md-left-50 {
    padding-left: 50px !important;
  }

  .padding-md-right-50 {
    padding-right: 50px !important;
  }

  .margin-md-left-50 {
    margin-left: 50px !important;
  }

  .margin-md-right-50 {
    margin-right: 50px !important;
  }

  .margin-md-bottom-50 {
    margin-bottom: 50px !important;
  }

  .margin-md-top-50 {
    margin-top: 50px !important;
  }

  .spacer-md-60 {
    height: 60px;
  }

  .padding-md-60 {
    padding: 60px !important;
  }

  .margin-md-60 {
    margin: 60px !important;
  }

  .padding-md-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .margin-md-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .padding-md-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .margin-md-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .padding-md-left-60 {
    padding-left: 60px !important;
  }

  .padding-md-right-60 {
    padding-right: 60px !important;
  }

  .margin-md-left-60 {
    margin-left: 60px !important;
  }

  .margin-md-right-60 {
    margin-right: 60px !important;
  }

  .margin-md-bottom-60 {
    margin-bottom: 60px !important;
  }

  .margin-md-top-60 {
    margin-top: 60px !important;
  }

  .spacer-md-70 {
    height: 70px;
  }

  .padding-md-70 {
    padding: 70px !important;
  }

  .margin-md-70 {
    margin: 70px !important;
  }

  .padding-md-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .margin-md-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .padding-md-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .margin-md-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .padding-md-left-70 {
    padding-left: 70px !important;
  }

  .padding-md-right-70 {
    padding-right: 70px !important;
  }

  .margin-md-left-70 {
    margin-left: 70px !important;
  }

  .margin-md-right-70 {
    margin-right: 70px !important;
  }

  .margin-md-bottom-70 {
    margin-bottom: 70px !important;
  }

  .margin-md-top-70 {
    margin-top: 70px !important;
  }

  .spacer-md-80 {
    height: 80px;
  }

  .padding-md-80 {
    padding: 80px !important;
  }

  .margin-md-80 {
    margin: 80px !important;
  }

  .padding-md-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .margin-md-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .padding-md-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .margin-md-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .padding-md-left-80 {
    padding-left: 80px !important;
  }

  .padding-md-right-80 {
    padding-right: 80px !important;
  }

  .margin-md-left-80 {
    margin-left: 80px !important;
  }

  .margin-md-right-80 {
    margin-right: 80px !important;
  }

  .margin-md-bottom-80 {
    margin-bottom: 80px !important;
  }

  .margin-md-top-80 {
    margin-top: 80px !important;
  }

  .spacer-md-90 {
    height: 90px;
  }

  .padding-md-90 {
    padding: 90px !important;
  }

  .margin-md-90 {
    margin: 90px !important;
  }

  .padding-md-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .margin-md-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .padding-md-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .margin-md-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .padding-md-left-90 {
    padding-left: 90px !important;
  }

  .padding-md-right-90 {
    padding-right: 90px !important;
  }

  .margin-md-left-90 {
    margin-left: 90px !important;
  }

  .margin-md-right-90 {
    margin-right: 90px !important;
  }

  .margin-md-bottom-90 {
    margin-bottom: 90px !important;
  }

  .margin-md-top-90 {
    margin-top: 90px !important;
  }

  .spacer-md-100 {
    height: 100px;
  }

  .padding-md-100 {
    padding: 100px !important;
  }

  .margin-md-100 {
    margin: 100px !important;
  }

  .padding-md-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .margin-md-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .padding-md-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .margin-md-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .padding-md-left-100 {
    padding-left: 100px !important;
  }

  .padding-md-right-100 {
    padding-right: 100px !important;
  }

  .margin-md-left-100 {
    margin-left: 100px !important;
  }

  .margin-md-right-100 {
    margin-right: 100px !important;
  }

  .margin-md-bottom-100 {
    margin-bottom: 100px !important;
  }

  .margin-md-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 992px) {
  .push-lg-left {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .push-lg-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

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

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

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

  .spacer-lg-0 {
    height: 0px;
  }

  .padding-lg-0 {
    padding: 0px !important;
  }

  .margin-lg-0 {
    margin: 0px !important;
  }

  .padding-lg-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .margin-lg-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

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

  .margin-lg-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

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

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

  .margin-lg-left-0 {
    margin-left: 0px !important;
  }

  .margin-lg-right-0 {
    margin-right: 0px !important;
  }

  .margin-lg-bottom-0 {
    margin-bottom: 0px !important;
  }

  .margin-lg-top-0 {
    margin-top: 0px !important;
  }

  .spacer-lg-10 {
    height: 10px;
  }

  .padding-lg-10 {
    padding: 10px !important;
  }

  .margin-lg-10 {
    margin: 10px !important;
  }

  .padding-lg-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .margin-lg-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .padding-lg-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .margin-lg-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .padding-lg-left-10 {
    padding-left: 10px !important;
  }

  .padding-lg-right-10 {
    padding-right: 10px !important;
  }

  .margin-lg-left-10 {
    margin-left: 10px !important;
  }

  .margin-lg-right-10 {
    margin-right: 10px !important;
  }

  .margin-lg-bottom-10 {
    margin-bottom: 10px !important;
  }

  .margin-lg-top-10 {
    margin-top: 10px !important;
  }

  .spacer-lg-20 {
    height: 20px;
  }

  .padding-lg-20 {
    padding: 20px !important;
  }

  .margin-lg-20 {
    margin: 20px !important;
  }

  .padding-lg-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .margin-lg-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .padding-lg-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .margin-lg-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .padding-lg-left-20 {
    padding-left: 20px !important;
  }

  .padding-lg-right-20 {
    padding-right: 20px !important;
  }

  .margin-lg-left-20 {
    margin-left: 20px !important;
  }

  .margin-lg-right-20 {
    margin-right: 20px !important;
  }

  .margin-lg-bottom-20 {
    margin-bottom: 20px !important;
  }

  .margin-lg-top-20 {
    margin-top: 20px !important;
  }

  .spacer-lg-30 {
    height: 30px;
  }

  .padding-lg-30 {
    padding: 30px !important;
  }

  .margin-lg-30 {
    margin: 30px !important;
  }

  .padding-lg-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .margin-lg-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .padding-lg-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .margin-lg-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .padding-lg-left-30 {
    padding-left: 30px !important;
  }

  .padding-lg-right-30 {
    padding-right: 30px !important;
  }

  .margin-lg-left-30 {
    margin-left: 30px !important;
  }

  .margin-lg-right-30 {
    margin-right: 30px !important;
  }

  .margin-lg-bottom-30 {
    margin-bottom: 30px !important;
  }

  .margin-lg-top-30 {
    margin-top: 30px !important;
  }

  .spacer-lg-40 {
    height: 40px;
  }

  .padding-lg-40 {
    padding: 40px !important;
  }

  .margin-lg-40 {
    margin: 40px !important;
  }

  .padding-lg-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .margin-lg-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .padding-lg-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .margin-lg-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .padding-lg-left-40 {
    padding-left: 40px !important;
  }

  .padding-lg-right-40 {
    padding-right: 40px !important;
  }

  .margin-lg-left-40 {
    margin-left: 40px !important;
  }

  .margin-lg-right-40 {
    margin-right: 40px !important;
  }

  .margin-lg-bottom-40 {
    margin-bottom: 40px !important;
  }

  .margin-lg-top-40 {
    margin-top: 40px !important;
  }

  .spacer-lg-50 {
    height: 50px;
  }

  .padding-lg-50 {
    padding: 50px !important;
  }

  .margin-lg-50 {
    margin: 50px !important;
  }

  .padding-lg-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .margin-lg-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .padding-lg-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .margin-lg-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .padding-lg-left-50 {
    padding-left: 50px !important;
  }

  .padding-lg-right-50 {
    padding-right: 50px !important;
  }

  .margin-lg-left-50 {
    margin-left: 50px !important;
  }

  .margin-lg-right-50 {
    margin-right: 50px !important;
  }

  .margin-lg-bottom-50 {
    margin-bottom: 50px !important;
  }

  .margin-lg-top-50 {
    margin-top: 50px !important;
  }

  .spacer-lg-60 {
    height: 60px;
  }

  .padding-lg-60 {
    padding: 60px !important;
  }

  .margin-lg-60 {
    margin: 60px !important;
  }

  .padding-lg-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .margin-lg-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .padding-lg-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .margin-lg-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .padding-lg-left-60 {
    padding-left: 60px !important;
  }

  .padding-lg-right-60 {
    padding-right: 60px !important;
  }

  .margin-lg-left-60 {
    margin-left: 60px !important;
  }

  .margin-lg-right-60 {
    margin-right: 60px !important;
  }

  .margin-lg-bottom-60 {
    margin-bottom: 60px !important;
  }

  .margin-lg-top-60 {
    margin-top: 60px !important;
  }

  .spacer-lg-70 {
    height: 70px;
  }

  .padding-lg-70 {
    padding: 70px !important;
  }

  .margin-lg-70 {
    margin: 70px !important;
  }

  .padding-lg-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .margin-lg-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .padding-lg-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .margin-lg-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .padding-lg-left-70 {
    padding-left: 70px !important;
  }

  .padding-lg-right-70 {
    padding-right: 70px !important;
  }

  .margin-lg-left-70 {
    margin-left: 70px !important;
  }

  .margin-lg-right-70 {
    margin-right: 70px !important;
  }

  .margin-lg-bottom-70 {
    margin-bottom: 70px !important;
  }

  .margin-lg-top-70 {
    margin-top: 70px !important;
  }

  .spacer-lg-80 {
    height: 80px;
  }

  .padding-lg-80 {
    padding: 80px !important;
  }

  .margin-lg-80 {
    margin: 80px !important;
  }

  .padding-lg-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .margin-lg-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .padding-lg-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .margin-lg-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .padding-lg-left-80 {
    padding-left: 80px !important;
  }

  .padding-lg-right-80 {
    padding-right: 80px !important;
  }

  .margin-lg-left-80 {
    margin-left: 80px !important;
  }

  .margin-lg-right-80 {
    margin-right: 80px !important;
  }

  .margin-lg-bottom-80 {
    margin-bottom: 80px !important;
  }

  .margin-lg-top-80 {
    margin-top: 80px !important;
  }

  .spacer-lg-90 {
    height: 90px;
  }

  .padding-lg-90 {
    padding: 90px !important;
  }

  .margin-lg-90 {
    margin: 90px !important;
  }

  .padding-lg-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .margin-lg-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .padding-lg-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .margin-lg-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .padding-lg-left-90 {
    padding-left: 90px !important;
  }

  .padding-lg-right-90 {
    padding-right: 90px !important;
  }

  .margin-lg-left-90 {
    margin-left: 90px !important;
  }

  .margin-lg-right-90 {
    margin-right: 90px !important;
  }

  .margin-lg-bottom-90 {
    margin-bottom: 90px !important;
  }

  .margin-lg-top-90 {
    margin-top: 90px !important;
  }

  .spacer-lg-100 {
    height: 100px;
  }

  .padding-lg-100 {
    padding: 100px !important;
  }

  .margin-lg-100 {
    margin: 100px !important;
  }

  .padding-lg-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .margin-lg-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .padding-lg-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .margin-lg-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .padding-lg-left-100 {
    padding-left: 100px !important;
  }

  .padding-lg-right-100 {
    padding-right: 100px !important;
  }

  .margin-lg-left-100 {
    margin-left: 100px !important;
  }

  .margin-lg-right-100 {
    margin-right: 100px !important;
  }

  .margin-lg-bottom-100 {
    margin-bottom: 100px !important;
  }

  .margin-lg-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 1200px) {
  .push-xl-left {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .push-xl-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

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

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

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

  .spacer-xl-0 {
    height: 0px;
  }

  .padding-xl-0 {
    padding: 0px !important;
  }

  .margin-xl-0 {
    margin: 0px !important;
  }

  .padding-xl-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .margin-xl-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

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

  .margin-xl-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

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

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

  .margin-xl-left-0 {
    margin-left: 0px !important;
  }

  .margin-xl-right-0 {
    margin-right: 0px !important;
  }

  .margin-xl-bottom-0 {
    margin-bottom: 0px !important;
  }

  .margin-xl-top-0 {
    margin-top: 0px !important;
  }

  .spacer-xl-10 {
    height: 10px;
  }

  .padding-xl-10 {
    padding: 10px !important;
  }

  .margin-xl-10 {
    margin: 10px !important;
  }

  .padding-xl-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .margin-xl-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .padding-xl-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .margin-xl-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .padding-xl-left-10 {
    padding-left: 10px !important;
  }

  .padding-xl-right-10 {
    padding-right: 10px !important;
  }

  .margin-xl-left-10 {
    margin-left: 10px !important;
  }

  .margin-xl-right-10 {
    margin-right: 10px !important;
  }

  .margin-xl-bottom-10 {
    margin-bottom: 10px !important;
  }

  .margin-xl-top-10 {
    margin-top: 10px !important;
  }

  .spacer-xl-20 {
    height: 20px;
  }

  .padding-xl-20 {
    padding: 20px !important;
  }

  .margin-xl-20 {
    margin: 20px !important;
  }

  .padding-xl-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .margin-xl-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .padding-xl-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .margin-xl-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .padding-xl-left-20 {
    padding-left: 20px !important;
  }

  .padding-xl-right-20 {
    padding-right: 20px !important;
  }

  .margin-xl-left-20 {
    margin-left: 20px !important;
  }

  .margin-xl-right-20 {
    margin-right: 20px !important;
  }

  .margin-xl-bottom-20 {
    margin-bottom: 20px !important;
  }

  .margin-xl-top-20 {
    margin-top: 20px !important;
  }

  .spacer-xl-30 {
    height: 30px;
  }

  .padding-xl-30 {
    padding: 30px !important;
  }

  .margin-xl-30 {
    margin: 30px !important;
  }

  .padding-xl-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .margin-xl-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .padding-xl-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .margin-xl-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .padding-xl-left-30 {
    padding-left: 30px !important;
  }

  .padding-xl-right-30 {
    padding-right: 30px !important;
  }

  .margin-xl-left-30 {
    margin-left: 30px !important;
  }

  .margin-xl-right-30 {
    margin-right: 30px !important;
  }

  .margin-xl-bottom-30 {
    margin-bottom: 30px !important;
  }

  .margin-xl-top-30 {
    margin-top: 30px !important;
  }

  .spacer-xl-40 {
    height: 40px;
  }

  .padding-xl-40 {
    padding: 40px !important;
  }

  .margin-xl-40 {
    margin: 40px !important;
  }

  .padding-xl-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .margin-xl-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .padding-xl-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .margin-xl-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .padding-xl-left-40 {
    padding-left: 40px !important;
  }

  .padding-xl-right-40 {
    padding-right: 40px !important;
  }

  .margin-xl-left-40 {
    margin-left: 40px !important;
  }

  .margin-xl-right-40 {
    margin-right: 40px !important;
  }

  .margin-xl-bottom-40 {
    margin-bottom: 40px !important;
  }

  .margin-xl-top-40 {
    margin-top: 40px !important;
  }

  .spacer-xl-50 {
    height: 50px;
  }

  .padding-xl-50 {
    padding: 50px !important;
  }

  .margin-xl-50 {
    margin: 50px !important;
  }

  .padding-xl-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .margin-xl-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .padding-xl-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .margin-xl-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .padding-xl-left-50 {
    padding-left: 50px !important;
  }

  .padding-xl-right-50 {
    padding-right: 50px !important;
  }

  .margin-xl-left-50 {
    margin-left: 50px !important;
  }

  .margin-xl-right-50 {
    margin-right: 50px !important;
  }

  .margin-xl-bottom-50 {
    margin-bottom: 50px !important;
  }

  .margin-xl-top-50 {
    margin-top: 50px !important;
  }

  .spacer-xl-60 {
    height: 60px;
  }

  .padding-xl-60 {
    padding: 60px !important;
  }

  .margin-xl-60 {
    margin: 60px !important;
  }

  .padding-xl-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .margin-xl-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .padding-xl-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .margin-xl-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .padding-xl-left-60 {
    padding-left: 60px !important;
  }

  .padding-xl-right-60 {
    padding-right: 60px !important;
  }

  .margin-xl-left-60 {
    margin-left: 60px !important;
  }

  .margin-xl-right-60 {
    margin-right: 60px !important;
  }

  .margin-xl-bottom-60 {
    margin-bottom: 60px !important;
  }

  .margin-xl-top-60 {
    margin-top: 60px !important;
  }

  .spacer-xl-70 {
    height: 70px;
  }

  .padding-xl-70 {
    padding: 70px !important;
  }

  .margin-xl-70 {
    margin: 70px !important;
  }

  .padding-xl-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .margin-xl-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .padding-xl-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .margin-xl-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .padding-xl-left-70 {
    padding-left: 70px !important;
  }

  .padding-xl-right-70 {
    padding-right: 70px !important;
  }

  .margin-xl-left-70 {
    margin-left: 70px !important;
  }

  .margin-xl-right-70 {
    margin-right: 70px !important;
  }

  .margin-xl-bottom-70 {
    margin-bottom: 70px !important;
  }

  .margin-xl-top-70 {
    margin-top: 70px !important;
  }

  .spacer-xl-80 {
    height: 80px;
  }

  .padding-xl-80 {
    padding: 80px !important;
  }

  .margin-xl-80 {
    margin: 80px !important;
  }

  .padding-xl-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .margin-xl-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .padding-xl-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .margin-xl-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .padding-xl-left-80 {
    padding-left: 80px !important;
  }

  .padding-xl-right-80 {
    padding-right: 80px !important;
  }

  .margin-xl-left-80 {
    margin-left: 80px !important;
  }

  .margin-xl-right-80 {
    margin-right: 80px !important;
  }

  .margin-xl-bottom-80 {
    margin-bottom: 80px !important;
  }

  .margin-xl-top-80 {
    margin-top: 80px !important;
  }

  .spacer-xl-90 {
    height: 90px;
  }

  .padding-xl-90 {
    padding: 90px !important;
  }

  .margin-xl-90 {
    margin: 90px !important;
  }

  .padding-xl-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .margin-xl-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .padding-xl-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .margin-xl-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .padding-xl-left-90 {
    padding-left: 90px !important;
  }

  .padding-xl-right-90 {
    padding-right: 90px !important;
  }

  .margin-xl-left-90 {
    margin-left: 90px !important;
  }

  .margin-xl-right-90 {
    margin-right: 90px !important;
  }

  .margin-xl-bottom-90 {
    margin-bottom: 90px !important;
  }

  .margin-xl-top-90 {
    margin-top: 90px !important;
  }

  .spacer-xl-100 {
    height: 100px;
  }

  .padding-xl-100 {
    padding: 100px !important;
  }

  .margin-xl-100 {
    margin: 100px !important;
  }

  .padding-xl-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .margin-xl-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .padding-xl-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .margin-xl-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .padding-xl-left-100 {
    padding-left: 100px !important;
  }

  .padding-xl-right-100 {
    padding-right: 100px !important;
  }

  .margin-xl-left-100 {
    margin-left: 100px !important;
  }

  .margin-xl-right-100 {
    margin-right: 100px !important;
  }

  .margin-xl-bottom-100 {
    margin-bottom: 100px !important;
  }

  .margin-xl-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 1600px) {
  .push-xxl-left {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .push-xxl-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

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

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

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

  .spacer-xxl-0 {
    height: 0px;
  }

  .padding-xxl-0 {
    padding: 0px !important;
  }

  .margin-xxl-0 {
    margin: 0px !important;
  }

  .padding-xxl-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .margin-xxl-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

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

  .margin-xxl-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

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

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

  .margin-xxl-left-0 {
    margin-left: 0px !important;
  }

  .margin-xxl-right-0 {
    margin-right: 0px !important;
  }

  .margin-xxl-bottom-0 {
    margin-bottom: 0px !important;
  }

  .margin-xxl-top-0 {
    margin-top: 0px !important;
  }

  .spacer-xxl-10 {
    height: 10px;
  }

  .padding-xxl-10 {
    padding: 10px !important;
  }

  .margin-xxl-10 {
    margin: 10px !important;
  }

  .padding-xxl-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .margin-xxl-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .padding-xxl-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .margin-xxl-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .padding-xxl-left-10 {
    padding-left: 10px !important;
  }

  .padding-xxl-right-10 {
    padding-right: 10px !important;
  }

  .margin-xxl-left-10 {
    margin-left: 10px !important;
  }

  .margin-xxl-right-10 {
    margin-right: 10px !important;
  }

  .margin-xxl-bottom-10 {
    margin-bottom: 10px !important;
  }

  .margin-xxl-top-10 {
    margin-top: 10px !important;
  }

  .spacer-xxl-20 {
    height: 20px;
  }

  .padding-xxl-20 {
    padding: 20px !important;
  }

  .margin-xxl-20 {
    margin: 20px !important;
  }

  .padding-xxl-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .margin-xxl-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .padding-xxl-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .margin-xxl-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .padding-xxl-left-20 {
    padding-left: 20px !important;
  }

  .padding-xxl-right-20 {
    padding-right: 20px !important;
  }

  .margin-xxl-left-20 {
    margin-left: 20px !important;
  }

  .margin-xxl-right-20 {
    margin-right: 20px !important;
  }

  .margin-xxl-bottom-20 {
    margin-bottom: 20px !important;
  }

  .margin-xxl-top-20 {
    margin-top: 20px !important;
  }

  .spacer-xxl-30 {
    height: 30px;
  }

  .padding-xxl-30 {
    padding: 30px !important;
  }

  .margin-xxl-30 {
    margin: 30px !important;
  }

  .padding-xxl-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .margin-xxl-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .padding-xxl-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .margin-xxl-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .padding-xxl-left-30 {
    padding-left: 30px !important;
  }

  .padding-xxl-right-30 {
    padding-right: 30px !important;
  }

  .margin-xxl-left-30 {
    margin-left: 30px !important;
  }

  .margin-xxl-right-30 {
    margin-right: 30px !important;
  }

  .margin-xxl-bottom-30 {
    margin-bottom: 30px !important;
  }

  .margin-xxl-top-30 {
    margin-top: 30px !important;
  }

  .spacer-xxl-40 {
    height: 40px;
  }

  .padding-xxl-40 {
    padding: 40px !important;
  }

  .margin-xxl-40 {
    margin: 40px !important;
  }

  .padding-xxl-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .margin-xxl-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .padding-xxl-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .margin-xxl-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .padding-xxl-left-40 {
    padding-left: 40px !important;
  }

  .padding-xxl-right-40 {
    padding-right: 40px !important;
  }

  .margin-xxl-left-40 {
    margin-left: 40px !important;
  }

  .margin-xxl-right-40 {
    margin-right: 40px !important;
  }

  .margin-xxl-bottom-40 {
    margin-bottom: 40px !important;
  }

  .margin-xxl-top-40 {
    margin-top: 40px !important;
  }

  .spacer-xxl-50 {
    height: 50px;
  }

  .padding-xxl-50 {
    padding: 50px !important;
  }

  .margin-xxl-50 {
    margin: 50px !important;
  }

  .padding-xxl-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .margin-xxl-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .padding-xxl-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .margin-xxl-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .padding-xxl-left-50 {
    padding-left: 50px !important;
  }

  .padding-xxl-right-50 {
    padding-right: 50px !important;
  }

  .margin-xxl-left-50 {
    margin-left: 50px !important;
  }

  .margin-xxl-right-50 {
    margin-right: 50px !important;
  }

  .margin-xxl-bottom-50 {
    margin-bottom: 50px !important;
  }

  .margin-xxl-top-50 {
    margin-top: 50px !important;
  }

  .spacer-xxl-60 {
    height: 60px;
  }

  .padding-xxl-60 {
    padding: 60px !important;
  }

  .margin-xxl-60 {
    margin: 60px !important;
  }

  .padding-xxl-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .margin-xxl-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .padding-xxl-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .margin-xxl-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .padding-xxl-left-60 {
    padding-left: 60px !important;
  }

  .padding-xxl-right-60 {
    padding-right: 60px !important;
  }

  .margin-xxl-left-60 {
    margin-left: 60px !important;
  }

  .margin-xxl-right-60 {
    margin-right: 60px !important;
  }

  .margin-xxl-bottom-60 {
    margin-bottom: 60px !important;
  }

  .margin-xxl-top-60 {
    margin-top: 60px !important;
  }

  .spacer-xxl-70 {
    height: 70px;
  }

  .padding-xxl-70 {
    padding: 70px !important;
  }

  .margin-xxl-70 {
    margin: 70px !important;
  }

  .padding-xxl-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .margin-xxl-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .padding-xxl-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .margin-xxl-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .padding-xxl-left-70 {
    padding-left: 70px !important;
  }

  .padding-xxl-right-70 {
    padding-right: 70px !important;
  }

  .margin-xxl-left-70 {
    margin-left: 70px !important;
  }

  .margin-xxl-right-70 {
    margin-right: 70px !important;
  }

  .margin-xxl-bottom-70 {
    margin-bottom: 70px !important;
  }

  .margin-xxl-top-70 {
    margin-top: 70px !important;
  }

  .spacer-xxl-80 {
    height: 80px;
  }

  .padding-xxl-80 {
    padding: 80px !important;
  }

  .margin-xxl-80 {
    margin: 80px !important;
  }

  .padding-xxl-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .margin-xxl-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .padding-xxl-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .margin-xxl-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .padding-xxl-left-80 {
    padding-left: 80px !important;
  }

  .padding-xxl-right-80 {
    padding-right: 80px !important;
  }

  .margin-xxl-left-80 {
    margin-left: 80px !important;
  }

  .margin-xxl-right-80 {
    margin-right: 80px !important;
  }

  .margin-xxl-bottom-80 {
    margin-bottom: 80px !important;
  }

  .margin-xxl-top-80 {
    margin-top: 80px !important;
  }

  .spacer-xxl-90 {
    height: 90px;
  }

  .padding-xxl-90 {
    padding: 90px !important;
  }

  .margin-xxl-90 {
    margin: 90px !important;
  }

  .padding-xxl-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .margin-xxl-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .padding-xxl-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .margin-xxl-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .padding-xxl-left-90 {
    padding-left: 90px !important;
  }

  .padding-xxl-right-90 {
    padding-right: 90px !important;
  }

  .margin-xxl-left-90 {
    margin-left: 90px !important;
  }

  .margin-xxl-right-90 {
    margin-right: 90px !important;
  }

  .margin-xxl-bottom-90 {
    margin-bottom: 90px !important;
  }

  .margin-xxl-top-90 {
    margin-top: 90px !important;
  }

  .spacer-xxl-100 {
    height: 100px;
  }

  .padding-xxl-100 {
    padding: 100px !important;
  }

  .margin-xxl-100 {
    margin: 100px !important;
  }

  .padding-xxl-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .margin-xxl-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .padding-xxl-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .margin-xxl-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .padding-xxl-left-100 {
    padding-left: 100px !important;
  }

  .padding-xxl-right-100 {
    padding-right: 100px !important;
  }

  .margin-xxl-left-100 {
    margin-left: 100px !important;
  }

  .margin-xxl-right-100 {
    margin-right: 100px !important;
  }

  .margin-xxl-bottom-100 {
    margin-bottom: 100px !important;
  }

  .margin-xxl-top-100 {
    margin-top: 100px !important;
  }
}
a {
  position: relative;
}

/* VIRTUALLY CENTER CONTENT */
.xs-middle {
  align-items: center;
  display: flex;
}
.xs-middle p:last-of-type {
  margin-bottom: 0;
}

/* VIRTUALLY ALIGN BOTTOM CONTENT */
.xs-bottom {
  align-items: flex-end;
  display: flex;
}
.xs-bottom p:last-of-type {
  margin-bottom: 0;
}

/* WORDPRESS IMAGE ALIGNMENT CLASSES */
img.aligncenter {
  display: block;
  margin: auto;
}
img.alignleft {
  display: block;
  margin-right: auto;
  margin-left: 0;
}
img.alignright {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

/* AUTOFILL HACK TO REMOVE YELLOW INPUT BACKGROUND */
input:-webkit-autofill {
  box-shadow: inset 10px 40px #fff;
}

/* MAKE WHOLE BLOCK ELEMENT CLICKABLE - PARENT MUST BE position:relative/absoluate/fixed */
a.block-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-break {
  width: min-intrinsic;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: table-caption;
  display: -ms-grid;
  -ms-grid-columns: min-content;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
  z-index: 1050;
}
header > .row {
  margin-left: 0;
  margin-right: 0;
}
header .logo {
  position: relative;
  display: flex;
  align-items: center;
  height: 57px;
  z-index: 1050;
}
header .logo img {
  width: 100%;
  max-width: 300px;
}
header .menu {
  z-index: 1049;
}
header .menu > ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 16px 0;
  list-style: none;
}
header .menu > ul > li {
  position: relative;
  display: block;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  cursor: pointer;
}
header .menu > ul > li img {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  transition: 0.5s;
  z-index: 2;
}
header .menu > ul > li .dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  height: 0;
  text-align: center;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transform: translateX(-50%);
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}
header .menu > ul > li .dropdown li {
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
}
header .menu > ul > li:last-of-type {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header .menu > ul > li:last-of-type {
    display: block;
  }
}
header .menu > ul > li:hover .dropdown {
  height: 160px;
  background-color: white;
  border-bottom: 2px solid #fcca3b;
}
header .menu > ul > li:nth-child(3):hover .dropdown {
  height: 90px!important;
}
header .menu > ul > li:nth-child(3):hover img {
  top: 90px!important;
  transform: rotate(180deg);
}
header .menu > ul > li:hover img {
  top: 155px;
  transform: rotate(180deg);
}
header .menu > ul > li.short-dropdown:hover .dropdown {
  height: 90px !important;
}
header .menu > ul > li.short-dropdown:hover img {
  top: 90px !important;
}
@media screen and (max-width: 1200px) {
  header .menu > ul {
    justify-content: flex-end;
  }
  header .menu > ul > li {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 800px) {
  header .menu {
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
  }
  header .menu > ul {
    height: auto;
    max-width: 320px;
    flex-wrap: wrap;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  header .menu > ul > li {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  header .menu > ul > li a {
    font-size: 22px;
  }
  header .menu > ul > li .dropdown {
    position: relative;
  }
  header .menu > ul > li .dropdown a {
    font-size: 18px;
  }
  header .menu > ul > li img {
    display: none;
  }
  header .menu.menu-active {
    top: 0;
    opacity: 1;
  }
}
header .menu-icon {
  position: absolute;
  top: 35px;
  right: 15px;
  width: 30px;
  height: 30px;
  z-index: 1050;
  outline: 0;
  cursor: pointer;
}
header .menu-icon span {
  position: absolute;
  right: 0;
  height: 3px;
  background-color: #062c5a;
  transition: 0.5s;
}
header .menu-icon span:nth-of-type(1) {
  top: 0px;
  width: 10px;
}
header .menu-icon span:nth-of-type(2) {
  top: 10px;
  width: 20px;
}
header .menu-icon span:nth-of-type(3) {
  top: 20px;
  width: 30px;
}
header .menu-icon.menu-icon-active span:nth-of-type(1) {
  top: 10px;
  width: 30px;
  transform: rotate(45deg);
}
header .menu-icon.menu-icon-active span:nth-of-type(2) {
  width: 30px;
  opacity: 0;
}
header .menu-icon.menu-icon-active span:nth-of-type(3) {
  top: 10px;
  width: 30px;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 800px) {
  header .menu-icon {
    display: none;
  }
}
header a {
  font-size: 15px;
  font-weight: 500;
  color: #062c5a;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.3s;
}
header a:hover {
  color: #fcca3b;
}

.header-dropdown {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 100px);
  background-color: #446183;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  pointer-events: none;
  z-index: 1048;
  transition: 0.7s;
}
.header-dropdown p {
  font-size: 18px;
}
.header-dropdown .header-dropdown-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  user-select: none;
  z-index: 1;
}
.header-dropdown .header-dropdown-close span {
  position: absolute;
  top: 14px;
  right: 0;
  height: 3px;
  width: 30px;
  background-color: white;
}
.header-dropdown .header-dropdown-close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.header-dropdown .header-dropdown-close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.header-dropdown .row {
  padding: 0;
}
.header-dropdown h2 {
  color: #fcca3b;
}
.header-dropdown h3, .header-dropdown p {
  color: white;
}
.header-dropdown .header-dropdown-feature {
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: white;
}
.header-dropdown .header-dropdown-feature h3, .header-dropdown .header-dropdown-feature p {
  color: #446183;
}
.header-dropdown .header-dropdown-feature p:last-of-type {
  margin-bottom: 0;
}
.header-dropdown form input, .header-dropdown form textarea, .header-dropdown form select {
  display: block;
  width: 100%;
  max-width: 450px;
  margin-bottom: 5px;
  margin-top: 15px;
  padding: 5px 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid #fcca3b;
  border-radius: 0;
}
.header-dropdown form input::placeholder, .header-dropdown form textarea::placeholder, .header-dropdown form select::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: white;
  opacity: 1;
}
.header-dropdown form select option {
  color: #000;
}
.header-dropdown form .row {
  max-width: 450px;
  margin-right: 0;
  margin-left: 0;
}
.header-dropdown form .row .col-12 {
  display: flex;
  padding-right: 0;
  padding-left: 0;
}
.header-dropdown form .row .col-12 input, .header-dropdown form .row .col-12 select {
  max-width: 210px;
}
@media only screen and (min-width: 576px) {
  .header-dropdown form .row .col-12:nth-of-type(2n + 2) {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 992px) {
  .header-dropdown form .row .col-12 {
    display: block;
  }
  .header-dropdown form .row .col-12 input {
    max-width: 450px;
  }
}
.header-dropdown form input[type=checkbox] {
  display: none;
}
.header-dropdown form .checkbox-804 {
  display: none;
}
.header-dropdown form label {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: white;
  user-select: none;
  cursor: pointer;
}
.header-dropdown form label p {
  margin: 0;
}
.header-dropdown form label .tick {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border: 2px solid #fcca3b;
  border-radius: 20px;
}
.header-dropdown form label .tick:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fcca3b;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
}
.header-dropdown form label a {
  color: #fcca3b;
  font-size: 16px;
}
.header-dropdown form .tick.tick-active:after {
  opacity: 1 !important;
}
.header-dropdown form input[type=submit] {
  display: inline;
  width: auto;
  padding: 5px 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fcca3b;
  text-decoration: none;
  border: 2px solid #fcca3b;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  transition: 0.3s;
  cursor: pointer;
}
.header-dropdown form input[type=submit]:hover {
  color: white;
  background-color: #fcca3b;
}
@media only screen and (max-width: 1200px) {
  .header-dropdown form input[type=submit] {
    margin-bottom: 40px;
  }
}
.header-dropdown form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #446183 inset;
  -webkit-text-fill-color: white;
}
.header-dropdown form input:invalid {
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .header-dropdown form {
    max-width: 450px;
  }
}
.header-dropdown .brochure-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.header-dropdown .compendium-img {
  background-position: 75%;

}
@media only screen and (max-width: 1200px) {
  .header-dropdown .brochure-img {
    height: 500px;
    margin-bottom: 80px;
  }
  .header-dropdown .compendium-img {
    margin-bottom: 0!important;
    order: 1;
    background-position: 50% 50%;
  }
  .header-dropdown .compendium-copy {
    order: 2;
  }
}
.header-dropdown.header-dropdown-active {
  top: 97px;
  opacity: 1;
  pointer-events: all;
}

.header-dropdown-report.header-dropdown-active-report {
  top: 97px;
  opacity: 1;
  pointer-events: all;
}

.header-dropdown-bar {
  position: fixed;
  top: 97px;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #446183;
  z-index: 1047;
  cursor: pointer;
  transition: 0.7s;
}
/* @media only screen and (max-width:575px) {
  .header-dropdown-bar {
    position: relative;
  }
} */
.compendium-testimonials p {
  font-size: 15px!important;
}
.header-dropdown-bar p {
  margin: 0;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 768px) {
  .header-dropdown-bar p {
    font-size: 14px;
  }
}
.header-dropdown-bar a.cta-yellow {
  padding: 12px 30px;
  color: #062c5a;
  background-color: #fcca3b;
  line-height: 0;
  display: inline-block;
}
.header-dropdown-bar a.cta-yellow:hover {
  background-color: #446183;
  color: #fcca3b;
}
.header-dropdown-bar a.cta-blue {
  padding: 12px 30px;
  color:#fcca3b;
  background-color: #446183;
  border-color: #fcca3b;
  line-height: 0;
  display: inline-block;
}
.header-dropdown-bar a.cta-blue:hover {
  background-color: #fcca3b;
  color:#446183;
}
@media only screen and (max-width: 768px) {
  .header-dropdown-bar a.cta-yellow {
    padding: 10px 15px;
    font-size: 14px;
  }
  .header-dropdown-bar a.cta-blue {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.header-dropdown-bar.header-dropdown-bar-active {
  opacity: 0;
}

.video-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: black;
  z-index: 100000;
  transition: 1s;
}
.video-animation video {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}
.video-animation .link-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.video-animation a.cta-blue {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 117px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  padding: 5px 15px;
}
.video-animation.video-animation-hide {
  opacity: 0;
  pointer-events: none;
  z-index: -100;
}
@media only screen and (max-width: 1100px) {
  .video-animation {
    display: none;
  }
}

.landing {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.landing .landing-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.3;
  z-index: 1;
}
.landing .video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.landing .video-background #video {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}
.landing .landing-intro {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  background-color: rgba(68, 97, 131, 0.7);
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s;
}
.landing .landing-intro p {
  color: white;
}
.landing .landing-intro h1 {
  font-size: 30px;
  color: white;
}
@media only screen and (min-width: 992px) {
  .landing .landing-intro h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .landing .landing-intro h1 {
    font-size: 22px;
  }
}
.landing .landing-intro.landing-intro-active {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .landing .landing-intro {
    padding: 20px 20px 50px 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .landing .landing-intro {
/*     bottom: 55px; */
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .landing .landing-intro {
    bottom: 30%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .landing .landing-intro {
    bottom: 30%;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .landing .landing-intro {
    bottom: 30%;
  }
}

#who-we-are {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  user-select: none;
  z-index: -999999;
}

.about-image .yellow-shadow {
  position: absolute;
  top: -30px;
  left: -15px;
  width: calc(100% + 30px);
  height: 80%;
  background-color: #fcca3b;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .about-image {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-image .yellow-shadow {
    top: -15px;
    left: 15px;
    width: calc(100% - 30px);
  }
}

.what-we-do {
  position: relative;
}
.what-we-do .what-we-do-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.what-we-do .what-we-do-wrap .what-we-do-box {
  width: 30%;
  max-width: 30%;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  border: 2px solid rgba(6, 44, 90, 0.25);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
}
.what-we-do .what-we-do-wrap .what-we-do-box img {
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.what-we-do .what-we-do-wrap .what-we-do-box p {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 900px) and (min-width: 650px) {
  .what-we-do .what-we-do-wrap .what-we-do-box {
    width: 45%;
    max-width: 45%;
  }
}
@media only screen and (max-width: 650px) {
  .what-we-do .what-we-do-wrap .what-we-do-box {
    width: 90%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 992px) {
  .what-we-do .what-we-do-wrap {
    justify-content: space-evenly;
  }
}
.what-we-do .yellow-shadow {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  background-color: #fcca3b;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
.what-we-do .blue-shadow {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  background-color: #446183;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
.what-we-do .green-shadow {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  background-color: #68D99B;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
@media only screen and (max-width: 650px) {
  .what-we-do .yellow-shadow {
    display: none;
  }
}

.testimonials {
  background-color: whitesmoke;
}
.testimonials .swiper-container {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.testimonials .swiper-container .swiper-slide h3 {
  margin-bottom: 0;
}
.testimonials .swiper-container .swiper-slide p {
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .testimonials .swiper-container .swiper-slide p {
    font-size: 15px;
  }
}
.testimonials .testimonial-prev, .testimonials .testimonial-next {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 2px solid #062c5a;
  outline: 0;
  user-select: none;
  cursor: pointer;
  transition: 0.3s;
}
.testimonials .testimonial-prev.swiper-button-disabled, .testimonials .testimonial-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: initial;
}
.testimonials .testimonial-next {
  right: 30%;
}
.testimonials .testimonial-prev {
  left: 30%;
}
@media only screen and (max-width: 1450px) and (min-width: 1050px) {
  .testimonials .testimonial-next {
    right: 20%;
  }
  .testimonials .testimonial-prev {
    left: 20%;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 768px) {
  .testimonials .testimonial-next {
    right: 15%;
  }
  .testimonials .testimonial-prev {
    left: 15%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 620px) {
  .testimonials .testimonial-next {
    right: 10%;
  }
  .testimonials .testimonial-prev {
    left: 10%;
  }
}
@media only screen and (max-width: 620px) {
  .testimonials .testimonial-next {
    top: -5px;
    right: 10%;
  }
  .testimonials .testimonial-prev {
    top: -5px;
    left: 10%;
  }
}

.services {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  .services p {
    max-width: 85%;
  }
}
.services .swiper-slide .service-wrap {
  opacity: 0;
  transform: translateX(-50px);
  transition: 1s;
}
.services .swiper-slide .service-wrap ul {
  padding-left: 40px;
  list-style: none;
}
.services .swiper-slide .service-wrap ul li {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
}
.services .swiper-slide .service-wrap ul li:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-color: #fcca3b;
  border-radius: 15px;
}
@media only screen and (min-width: 992px) {
  .services .swiper-slide .service-wrap ul {
    max-width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  .services .swiper-slide .service-wrap {
    padding-left: 55px;
  }
}
.services .swiper-slide.swiper-slide-active .service-wrap {
  opacity: 1;
  transform: translateX(0);
}
.services .service-img {
  position: relative;
  top: 0;
  width: 100%;
}
.services .service-img .service-gallery {
  position: absolute;
  width: 100%;
  max-width: 850px;
  opacity: 0;
  transition: 1s;
  box-shadow: -100px -100px 0 -50px #fcca3b;
}
@media only screen and (max-width: 1600px) {
  .services .service-img .service-gallery {
    max-width: 750px;
  }
}
@media only screen and (max-width: 1460px) {
  .services .service-img .service-gallery {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1300px) {
  .services .service-img .service-gallery {
    max-width: 550px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .services .service-img .service-gallery {
    box-shadow: none !important;
  }
}
.services .service-img .swiper-container img {
  position: static;
}
.services .service-img .swiper-container p {
  margin-bottom: 0;
  margin-left: 15px;
  color: #062c5a;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .services .service-img .swiper-container p {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 460px) {
  .services .service-img .swiper-container p {
    font-size: 12px;
  }
}
.services .service-img .swiper-container .service-gal-next {
  position: absolute;
  bottom: 45px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #062c5a;
  border-bottom: 2px solid white;
  z-index: 1;
  cursor: pointer;
  outline: 0;
}
.services .service-img .swiper-container .service-gal-next img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.services .service-img .swiper-container .service-gal-prev {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #fcca3b;
  z-index: 1;
  cursor: pointer;
  outline: 0;
}
.services .service-img .swiper-container .service-gal-prev img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.services .service-img[data-service=marketing] .service-gallery {
  top: 3%;
  right: 0%;
  box-shadow: -100px -100px 0 -50px #fcca3b;
}
@media only screen and (max-width: 1200px) {
  .services .service-img[data-service=marketing] .service-gallery {
    top: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.services .service-img[data-service=marketing] [data-service=marketing] {
  opacity: 1;
}
.services .service-img[data-service=lead-generation] .service-gallery {
  top: 20%;
  right: 30%;
  max-width: 650px;
  box-shadow: 100px -100px 0 -50px #fcca3b;
}
@media only screen and (max-width: 1460px) {
  .services .service-img[data-service=lead-generation] .service-gallery {
    right: 20%;
  }
}
@media only screen and (max-width: 1200px) {
  .services .service-img[data-service=lead-generation] .service-gallery {
    top: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.services .service-img[data-service=lead-generation] [data-service=lead-generation] {
  opacity: 1;
}
.services .service-img[data-service=branding-and-strategy] .service-gallery {
  top: 0%;
  right: 5%;
  box-shadow: -100px 100px 0 -50px #fcca3b;
}
@media only screen and (max-width: 1200px) {
  .services .service-img[data-service=branding-and-strategy] .service-gallery {
    top: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.services .service-img[data-service=branding-and-strategy] [data-service=branding-and-strategy] {
  opacity: 1;
}
.services .service-img[data-service=branded-residences] .service-gallery {
  top: 20%;
  right: 15%;
  max-width: 700px;
  box-shadow: 100px 100px 0 -50px #fcca3b;
}
@media only screen and (max-width: 1200px) {
  .services .service-img[data-service=branded-residences] .service-gallery {
    top: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.services .service-img[data-service=branded-residences] [data-service=branded-residences] {
  opacity: 1;
}
.services .service-img-height {
  height: 700px;
}

@media only screen and (min-width: 1200px) {
  .service-nav {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    background: linear-gradient(rgba(255, 255, 255, 0), white 40%);
    z-index: 1;
  }
}

.service-prev, .service-next {
  height: 64px;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: 0.5s;
  outline: 0;
}
.service-prev p, .service-next p {
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #062c5a;
}
.service-prev.swiper-button-disabled, .service-next.swiper-button-disabled {
  opacity: 0;
  cursor: initial;
}
@media only screen and (max-width: 680px) {
  .service-prev p, .service-next p {
    font-size: 12px;
    white-space: nowrap;
  }
  .service-prev .icon, .service-next .icon {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  .service-prev p, .service-next p {
    font-size: 10px;
  }
}

.service-next {
  float: right;
}

.clients .client-logos {
  display: flex;
  flex-wrap: wrap;
}
.clients .client-logos .client-logo {
  width: 16.666667%;
  max-width: 16.666667%;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  outline: 0;
}
.clients .client-logos .client-logo img {
  max-width: 145px;
}
@media only screen and (max-width: 1350px) and (min-width: 730px) {
  .clients .client-logos .client-logo {
    width: 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 730px) {
  .clients .client-logos .client-logo {
    width: 50%;
    max-width: 50%;
  }
}

.tippy-popper {
  z-index: 999 !important;
}

.tippy-tooltip {
  background-color: #446183;
}

.tippy-arrow {
  border-top-color: #446183 !important;
  border-bottom-color: #446183 !important;
}

.tippy-content {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: white;
  font-weight: 500;
  padding: 10px 5px;
}
.tippy-content ul {
  margin: 0;
  padding: 0;
  list-style: inside;
  text-align: left;
  margin-top: 10px;
}
.tippy-content ul li {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: white;
  font-weight: 400;
}

.blog-single {
  overflow-x: initial;
}
.blog-single .blog-header {
  position: relative;
}
.blog-single .blog-header .yellow-shadow {
  position: absolute;
  top: -30px;
  left: -15px;
  width: calc(100% + 30px);
  height: 80%;
  background-color: #fcca3b;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .blog-single .blog-header .yellow-shadow {
    top: -9px;
    left: 7px;
    width: calc(100% + -14px);
  }
}
.blog-single h1 {
  font-size: 24px;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .blog-single h1 {
    font-size: 20px;
  }
}
.blog-single .share {
  position: sticky;
  top: 150px;
}
.blog-single .share h3 {
  white-space: nowrap;
}
.blog-single .share a {
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .blog-single .share {
    position: relative;
    top: initial;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.blog-single .blog-content .blog-content-wrap {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.blog-single .blog-content .blog-content-wrap li {
  font-size: 16px;
  font-weight: 400;
}
.blog-single .blog-content .blog-content-wrap a {
  word-break: break-all;
}
.blog-single .blog-content img {
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}

.blog-archive h2 {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .blog-archive h2 {
    font-size: 20px;
  }
}
.blog-archive .featured-blog {
  position: relative;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
.blog-archive .featured-blog .yellow-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fcca3b;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
@media only screen and (max-width: 450px) {
  .blog-archive .featured-blog .yellow-shadow {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: 70px;
  }
}
.blog-archive .featured-blog img {
  display: block;
  margin-bottom: 15px;
}
.blog-archive .featured-blog h3 {
  font-size: 18px;
  font-weight: 700;
}
.blog-archive .featured-blog h4 {
  font-size: 16px;
  font-weight: 500;
  color: #446183;
}
.blog-archive .archived-blog {
  position: relative;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
.blog-archive .archived-blog .yellow-shadow {
  position: absolute;
  top: 10px;
  left: -15px;
  width: 73px;
  height: 63px;
  background-color: #fcca3b;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .blog-archive .archived-blog .yellow-shadow {
    top: 10px;
    left: 10px;
  }
}
.blog-archive .archived-blog h3 {
  font-size: 18px;
  font-weight: 700;
}
.blog-archive .archived-blog h4 {
  font-size: 16px;
  font-weight: 500;
  color: #446183;
}
.blog-archive .ajax-load-more-wrap {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .blog-archive .ajax-load-more-wrap {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin-left: 8.333333%;
  }
}
.blog-archive .alm-reveal.row {
  margin: 0;
  padding: 0;
}
.blog-archive .alm-btn-wrap {
  text-align: center;
}
.blog-archive .alm-btn-wrap button {
  padding: 4px 15px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #062c5a;
  text-decoration: none;
  border: 2px solid #062c5a;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  transition: 0.3s;
  cursor: pointer;
}
.blog-archive .alm-btn-wrap button:hover {
  color: #062c5a;
  background-color: #fcca3b;
}
.blog-archive .alm-btn-wrap button.done {
  opacity: 0;
  pointer-events: none;
}

.featured-logo-swiper .swiper-container {
  height: 150px;
  cursor: grab;
}
.featured-logo-swiper .swiper-container:active {
  cursor: grabbing;
}
.featured-logo-swiper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-logo-swiper img {
  max-width: 200px;
  max-height: 130px;
}

.testimonial-wrap .testimonial {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid rgba(35, 38, 43, 0.25);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
}
.testimonial-wrap .testimonial h4 {
  margin-bottom: 20px;
}
.testimonial-wrap .testimonial p {
  overflow: hidden;
  transition: 0.5s;
  min-height: 92px;
}
.testimonial-wrap .testimonial .plus {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #062c5a;
  border-radius: 30px;
  cursor: pointer;
  user-select: none;
}
.testimonial-wrap .testimonial .plus:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0;
  width: 2px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  background-color: #062c5a;
  transition: 0.3s;
}
.testimonial-wrap .testimonial .plus:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  right: 0;
  width: 16px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #062c5a;
}
.testimonial-wrap .testimonial .plus.minus:after {
  opacity: 0;
}
.testimonial-wrap .testimonial.testimonial-disable .plus {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  .testimonial-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.contact-page p {
  max-width: 600px;
}
.contact-page p span {
  font-weight: 700;
  color: #062c5a;
}
.contact-page .contact-details {
  padding-right: 0;
  padding-left: 0;
}
.contact-page .contact-details p {
  max-width: 100%;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #062c5a;
}
@media only screen and (max-width: 1250px) {
  .contact-page .contact-details p {
    font-size: 15px;
  }
}
.contact-page .contact-details a {
  font-size: 18px;
  white-space: nowrap;
  text-decoration: none;
}
.contact-page .contact-details a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1250px) {
  .contact-page .contact-details a {
    font-size: 15px;
  }
}
.contact-page form input, .contact-page form textarea {
  display: block;
  width: 100%;
  max-width: 600px;
  margin-bottom: 30px;
  padding: 5px 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #23262b;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid #062c5a;
  border-radius: 0;
}
.contact-page form input::placeholder, .contact-page form textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #23262b;
  opacity: 1;
}
.contact-page form input[type=checkbox] {
  display: none;
}
.contact-page form .checkbox-805 {
  display: none;
}
.contact-page form label {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #23262b;
  user-select: none;
  cursor: pointer;
}
.contact-page form label p {
  margin: 0;
}
.contact-page form label .tick {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border: 2px solid #fcca3b;
  border-radius: 20px;
}
.contact-page form label .tick:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fcca3b;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
}
.contact-page form label a {
  color: #fcca3b;
  font-size: 16px;
}
.contact-page form .tick.tick-active:after {
  opacity: 1 !important;
}
.contact-page form input[type=submit] {
  display: inline;
  width: auto;
  padding: 5px 30px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #062c5a;
  text-decoration: none;
  border: 2px solid #062c5a;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  transition: 0.3s;
  cursor: pointer;
}
.contact-page form input[type=submit]:hover {
  color: white;
  background-color: #062c5a;
}
@media only screen and (max-width: 992px) {
  .contact-page form input[type=submit] {
    margin-bottom: 30px;
  }
}
.contact-page form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
  -webkit-text-fill-color: #23262b;
}
.contact-page form input:invalid {
  box-shadow: none;
}
.contact-page form .text-center {
  max-width: 450px;
}
@media only screen and (max-width: 992px) {
  .contact-page form {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-page .contact-map p {
  font-size: 18px;
  margin-left: 20px;
}
.contact-page .contact-map .yellow-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 100px);
  height: 445px;
  background-color: #fcca3b;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .contact-page .contact-map .yellow-shadow {
    display: none;
  }
}
.contact-page .contact-map #map {
  margin-top: 20px;
  height: 500px;
}
@media only screen and (max-width: 992px) {
  .contact-page .contact-map #map {
    height: 300px;
  }
}
.contact-page .contact-map .contact-image {
  width: 100%;
  height: 500px;
  margin-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (max-width: 992px) {
  .contact-page .contact-map .contact-image {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page .contact-map {
    padding-top: 55px;
    padding-left: 55px;
  }
}

.awards .featured-blog {
  position: relative;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
.awards .featured-blog .yellow-shadow {
  position: absolute;
  top: 10px;
  left: -15px;
  width: 73px;
  height: 63px;
  background-color: #fcca3b;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .awards .featured-blog .yellow-shadow {
    top: 10px;
    left: 10px;
  }
}
.awards .featured-blog h3 {
  font-size: 18px;
  font-weight: 700;
}
.awards .featured-blog h4 {
  font-size: 16px;
  font-weight: 500;
  color: #446183;
}
@media only screen and (min-width: 560px) {
  .awards img {
    box-shadow: -50px -45px 0 -10px #fcca3b;
  }
}

.fade-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .fade-left {
    transition: 0.5s;
  }
}

.fade-right {
  opacity: 0;
  transform: translateX(50px);
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .fade-right {
    transition: 0.3s;
  }
}

.show-left, .show-right {
  opacity: 1;
  transform: translateX(0);
}

.delay-02 {
  transition-delay: 0.2s;
}
@media only screen and (max-width: 768px) {
  .delay-02 {
    transition-delay: 0.1s;
  }
}

.delay-04 {
  transition-delay: 0.4s;
}
@media only screen and (max-width: 768px) {
  .delay-04 {
    transition-delay: 0.2s;
  }
}

.delay-06 {
  transition-delay: 0.6s;
}
@media only screen and (max-width: 768px) {
  .delay-06 {
    transition-delay: 0.3s;
  }
}

.delay-08 {
  transition-delay: 0.8s;
}
@media only screen and (max-width: 768px) {
  .delay-08 {
    transition-delay: 0.4s;
  }
}

.delay-10 {
  transition-delay: 1s;
}
@media only screen and (max-width: 768px) {
  .delay-10 {
    transition-delay: 0.5s;
  }
}

.delay-12 {
  transition-delay: 1.2s;
}
@media only screen and (max-width: 768px) {
  .delay-12 {
    transition-delay: 0.6s;
  }
}

.delay-14 {
  transition-delay: 1.4s;
}
@media only screen and (max-width: 768px) {
  .delay-14 {
    transition-delay: 0.7s;
  }
}

.delay-16 {
  transition-delay: 1.6s;
}
@media only screen and (max-width: 768px) {
  .delay-16 {
    transition-delay: 0.8s;
  }
}

.delay-18 {
  transition-delay: 1.8s;
}
@media only screen and (max-width: 768px) {
  .delay-18 {
    transition-delay: 0.9s;
  }
}

.delay-2 {
  transition-delay: 2s;
}
@media only screen and (max-width: 768px) {
  .delay-2 {
    transition-delay: 1s;
  }
}

.contact-footer {
  background-color: #446183;
}
.contact-footer h2, .contact-footer p, .contact-footer a {
  color: white;
}
.contact-footer span {
  margin-right: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fcca3b;
}
.contact-footer table span, .contact-footer table p, .contact-footer table a {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .contact-footer table {
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-footer a {
  text-decoration: none;
  transition: 0.3s;
}
.contact-footer a:hover {
  color: #fcca3b;
}
.contact-footer form span {
  margin-right: 0;
}
.contact-footer form input, .contact-footer form textarea {
  display: block;
  width: 100%;
  max-width: 450px;
  margin-bottom: 30px;
  padding: 5px 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid #fcca3b;
  border-radius: 0;
}
.contact-footer form input::placeholder, .contact-footer form textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: white;
  opacity: 1;
}
.contact-footer form input[type=checkbox] {
  display: none;
}
.contact-footer form .checkbox-805 {
  display: none;
}
.contact-footer form label {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: white;
  user-select: none;
  cursor: pointer;
}
.contact-footer form label p {
  margin: 0;
}
.contact-footer form label .tick {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border: 2px solid #fcca3b;
  border-radius: 20px;
}
.contact-footer form label .tick:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fcca3b;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
}
.contact-footer form label a {
  color: #fcca3b;
  font-size: 16px;
}
.contact-footer form .tick.tick-active:after {
  opacity: 1 !important;
}
.contact-footer form input[type=submit] {
  display: inline;
  width: auto;
  padding: 5px 30px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fcca3b;
  text-decoration: none;
  border: 2px solid #fcca3b;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  transition: 0.3s;
  cursor: pointer;
}
.contact-footer form input[type=submit]:hover {
  color: white;
  background-color: #fcca3b;
}
.contact-footer form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #446183 inset;
  -webkit-text-fill-color: white;
}
.contact-footer form input:invalid {
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .contact-footer form {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

#map {
  width: 100%;
  height: 300px;
}

.footer {
  background-color: #23262b;
}
@media only screen and (min-width: 568px) {
  .footer .c10-link {
    display: block;
    margin-top: 55px;
  }
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.3s;
}
.footer a:hover {
  color: #fcca3b;
}
.footer .footer-social a {
  display: inline-block;
  margin-bottom: 15px;
}

/* Magnific Popup CSS */
.white-popup {
  position: relative;
  background: white;
  padding: 4% 5% 2% 5%;
  width: auto;
  max-width: 650px;
  margin: 20px auto;
  border: 4px solid #fcca3b;
}
.white-popup h3 {
  text-align: center;
  font-weight: 700;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
}
.white-popup img {
  position: absolute;
  top: 0;
  left: 0;
}
.white-popup .yellow-line {
  width: 150px;
  border: 1px solid #fcca3b;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.white-popup button.cta-yellow, .white-popup a.cta-yellow {
  padding: 14px 40px;
  color: #062c5a;
  background-color: #fcca3b;
  line-height: 0;
  display: inline-block;
  cursor: pointer;
}
.white-popup button.cta-yellow:hover, .white-popup a.cta-yellow:hover {
  background-color: white;
  color: #446183;
}
.white-popup .ps-text {
  margin-top: 20px;
  font-size: 12px;
}
.white-popup .ps-text a {
  font-size: 12px;
}
.white-popup:before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: calc(100% + 80px);
  height: 220px;
  background-color: #446183;
  z-index: -1;
}
@media only screen and (max-width: 740px) {
  .white-popup:before {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .white-popup {
    padding: 40px 30px;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1051;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1052;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1053;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.branded-res-page h2 {
  font-size: 24px;
  max-width: 550px;
}
@media only screen and (max-width: 767px) {
  .branded-res-page h2 {
    font-size: 18px;
  }
}
.branded-res-page p {
  max-width: 550px;
}
@media only screen and (max-width: 1400px) {
  .branded-res-page p {
    max-width: 490px;
  }
}
@media only screen and (max-width: 991px) {
  .branded-res-page p {
    max-width: 100%;
  }
}
.branded-res-page h2.yellow-shadow {
  position: relative;
  margin-top: 50px;
}
.branded-res-page h2.yellow-shadow:before {
  content: "";
  position: absolute;
  top: -18px;
  left: -35px;
  width: 73px;
  height: 63px;
  background-color: #fcca3b;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
.branded-res-page .cta-yellow {
  color: #062c5a;
  background-color: #fcca3b;
}
.branded-res-page .cta-yellow:hover {
  color: #062c5a;
  background-color: white;
}
@media only screen and (max-width: 991px) {
  .branded-res-page .brochure-img {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.branded-res-page .d-flex {
  flex-wrap: wrap;
  align-content: flex-start;
}
.branded-res-page .d-flex h2 {
  width: 100%;
  margin-bottom: 50px;
}
.branded-res-page ul {
  width: 50%;
  max-width: 50%;
  padding: 0;
  margin: 0;
}
.branded-res-page ul li {
  font-size: 25px;
  color: #446183;
  padding-right: 25px;
  margin-bottom: 8px;
}
.branded-res-page ul li span {
  display: block;
  font-size: 16px;
  color: black;
}
@media only screen and (max-width: 576px) {
  .branded-res-page ul {
    width: 100%;
    max-width: 100%;
  }
}

.branded-quote {
  background-color: #d8e3f0;
}
.branded-quote img.quote-left, .branded-quote img.quote-right {
  position: absolute;
  top: -20px;
  left: -60px;
  width: 60px;
}
.branded-quote img.quote-left img, .branded-quote img.quote-right img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .branded-quote img.quote-left, .branded-quote img.quote-right {
    display: none;
  }
}
.branded-quote img.quote-left {
  transform: rotate(180deg);
}
.branded-quote img.quote-right {
  right: -60px;
  left: auto;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 41px;
  font-weight: 700;
  color: #062c5a;
}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #062c5a;
}
@media only screen and (max-width: 576px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #062c5a;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #062c5a;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #062c5a;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #23262b;
}

a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #23262b;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

ul li, ol li {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #23262b;
}

a.cta-blue {
  padding: 15px 35px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #062c5a;
  text-decoration: none;
  border: 2px solid #062c5a;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  transition: 0.3s;
}
a.cta-blue:hover {
  background-color: #fcca3b;
}

button.cta-yellow, a.cta-yellow {
  padding: 15px 35px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fcca3b;
  text-decoration: none;
  border: 2px solid #fcca3b;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  transition: 0.3s;
}
button.cta-yellow:hover, a.cta-yellow:hover {
  color: white;
  background-color: #fcca3b;
}

.wpcf7-response-output {
  background-color: #446183;
  color: #fcca3b;
  margin: 20px 0 0 0 !important;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  padding: 10px 20px !important;
  border: 2px solid #fcca3b !important;
}

.wpcf7-not-valid-tip {
  font-size: 16px !important;
}

.error-404 {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.error-404 h1 {
  position: relative;
  font-size: 194px;
  color: #fcca3b;
  transform: translateY(100px);
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .error-404 h1 {
    font-size: 100px;
    line-height: 100%;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 576px) {
  .error-404 h1 {
    font-size: 60px;
  }
}
.error-404 h2 {
  font-size: 48px;
}
@media only screen and (max-width: 992px) {
  .error-404 h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .error-404 h2 {
    font-size: 22px;
  }
}
.error-404 h2, .error-404 p, .error-404 a {
  position: relative;
  z-index: 2;
}
.error-404 p {
  max-width: 500px;
}
.error-404 .d-flex {
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .error-404 {
    margin-top: 100px;
  }
}

input {
  outline: 0;
}

.stripe-purchase-btn.--disabled {
  opacity: 0.5;
  pointer-events: none;
  transition: 0.3s ease;
}

#thank-you-popup-purchase input, #thank-you-popup-purchase select {
  display: block;
  width: 100%;
  max-width: 450px;
  margin-bottom: 5px;
  margin-top: 15px;
  padding: 5px 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid #fcca3b;
  border-radius: 0;
  margin: auto;
  color: #000;
}

#thank-you-popup-purchase-compendium input, #thank-you-popup-purchase-compendium select {
  display: block;
  width: 100%;
  max-width: 450px;
  margin-bottom: 5px;
  margin-top: 15px;
  padding: 5px 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid #fcca3b;
  border-radius: 0;
  margin: auto;
  color: #000;
}

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