/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

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

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  ::after,
  ::before,
  blockquote::first-letter,
  blockquote::first-line,
  div::first-letter,
  div::first-line,
  li::first-letter,
  li::first-line,
  p::first-letter,
  p::first-line {
    text-shadow: none!important;
    box-shadow: none!important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap!important;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse!important;
  }

  .table td,
  .table th {
    background-color: #fff!important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd!important;
  }
}

html {
  box-sizing: border-box;
}

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

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

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

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

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

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

abbr[data-original-title],
abbr[title] {
  cursor: help;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

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

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

button,
input,
select,
textarea {
  line-height: inherit;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
  cursor: not-allowed;
}

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

textarea {
  resize: vertical;
}

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

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

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

output {
  display: inline-block;
}

[hidden] {
  display: none!important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 23px;
}

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

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

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

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

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

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

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

hr {
  margin-top: 1px;
  margin-bottom: 1px;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: .5px 1px;
  margin-bottom: 1px;
  font-size: 1.25rem;
  border-left: .25rem solid #DBDBDB;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.blockquote-reverse {
  padding-right: 1px;
  padding-left: 0;
  text-align: right;
  border-right: .25rem solid #DBDBDB;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\A0   \2014";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5px;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #636c72;
}

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

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: .25rem;
}

a>code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 18px;
  padding-left: 18px;
}

@media (min-width:480px) {
  .container {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width:760px) {
  .container {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width:960px) {
  .container {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width:1200px) {
  .container {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width:480px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width:760px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width:960px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 18px;
  padding-left: 18px;
  max-width: 1170px;
  min-width: 284px;
}

@media (min-width:480px) {
  .container-fluid {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width:760px) {
  .container-fluid {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width:960px) {
  .container-fluid {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width:1200px) {
  .container-fluid {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -18px;
  margin-left: -18px;
}

@media (min-width:480px) {
  .row {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (min-width:760px) {
  .row {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (min-width:960px) {
  .row {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (min-width:1200px) {
  .row {
    margin-right: -18px;
    margin-left: -18px;
  }
}

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

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 18px;
  padding-left: 18px;
}

@media (min-width:480px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width:760px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width:960px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width:1200px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.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;
}

.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%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

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

  .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%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.333333%;
  }

  .pull-sm-2 {
    right: 16.666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.333333%;
  }

  .pull-sm-5 {
    right: 41.666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.333333%;
  }

  .pull-sm-8 {
    right: 66.666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.333333%;
  }

  .pull-sm-11 {
    right: 91.666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.333333%;
  }

  .push-sm-2 {
    left: 16.666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.333333%;
  }

  .push-sm-5 {
    left: 41.666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.333333%;
  }

  .push-sm-8 {
    left: 66.666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.333333%;
  }

  .push-sm-11 {
    left: 91.666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

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

  .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%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.333333%;
  }

  .pull-md-2 {
    right: 16.666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.333333%;
  }

  .pull-md-5 {
    right: 41.666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.333333%;
  }

  .pull-md-8 {
    right: 66.666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.333333%;
  }

  .pull-md-11 {
    right: 91.666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.333333%;
  }

  .push-md-2 {
    left: 16.666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.333333%;
  }

  .push-md-5 {
    left: 41.666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.333333%;
  }

  .push-md-8 {
    left: 66.666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.333333%;
  }

  .push-md-11 {
    left: 91.666667%;
  }

  .push-md-12 {
    left: 100%;
  }

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

  .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%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.333333%;
  }

  .pull-lg-2 {
    right: 16.666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.333333%;
  }

  .pull-lg-5 {
    right: 41.666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.333333%;
  }

  .pull-lg-8 {
    right: 66.666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.333333%;
  }

  .pull-lg-11 {
    right: 91.666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.333333%;
  }

  .push-lg-2 {
    left: 16.666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.333333%;
  }

  .push-lg-5 {
    left: 41.666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.333333%;
  }

  .push-lg-8 {
    left: 66.666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.333333%;
  }

  .push-lg-11 {
    left: 91.666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .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;
  }

  .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%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.333333%;
  }

  .pull-xl-2 {
    right: 16.666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.333333%;
  }

  .pull-xl-5 {
    right: 41.666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.333333%;
  }

  .pull-xl-8 {
    right: 66.666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.333333%;
  }

  .pull-xl-11 {
    right: 91.666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.333333%;
  }

  .push-xl-2 {
    left: 16.666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.333333%;
  }

  .push-xl-5 {
    left: 41.666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.333333%;
  }

  .push-xl-8 {
    left: 66.666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.333333%;
  }

  .push-xl-11 {
    left: 91.666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .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%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1px;
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #DBDBDB;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DBDBDB;
}

.table tbody+tbody {
  border-top: 2px solid #DBDBDB;
}

.table .table {
  background-color: #fff;
}

.table-sm td,
.table-sm th {
  padding: .3rem;
}

.table-bordered {
  border: 1px solid #DBDBDB;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #DBDBDB;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0,0,0,.075);
}

.table-active,
.table-active>td,
.table-active>th {
  background-color: rgba(0,0,0,.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0,0,0,.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0,0,0,.075);
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #d0e9c6;
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #DBDBDB;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: 0;
}

.form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #DBDBDB;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(.5rem - 1px * 2);
  padding-bottom: calc(.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(.75rem - 1px * 2);
  padding-bottom: calc(.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem - 1px * 2);
  padding-bottom: calc(.25rem - 1px * 2);
  font-size: .875rem;
}

.col-form-legend {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: 3.166667rem;
}

.form-group {
  margin-bottom: 1px;
}

.form-text {
  display: block;
  margin-top: .25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: .5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline+.form-check-inline {
  margin-left: .75rem;
}

.form-control-feedback {
  margin-top: .25rem;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #fff;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #d9534f;
}

.has-danger .form-control {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width:480px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }

  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: .25rem;
    vertical-align: text-bottom;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: all .2s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2,117,216,.25);
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn.active,
.btn:active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 2px rgba(2,117,216,.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px rgba(204,204,204,.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 2px rgba(91,192,222,.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 2px rgba(92,184,92,.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 2px rgba(240,173,78,.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 2px rgba(217,83,79,.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 2px rgba(2,117,216,.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0275d8;
  background-color: transparent;
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 2px rgba(204,204,204,.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 2px rgba(91,192,222,.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info.active,
.btn-outline-info:active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 2px rgba(92,184,92,.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success.active,
.btn-outline-success:active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 2px rgba(240,173,78,.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 2px rgba(217,83,79,.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: 400;
  color: #0275d8;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:active,
.btn-link:focus {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #636c72;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: .5rem;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.dropdown-divider {
  height: 1px;
  margin: .5px 0;
  overflow: hidden;
  background-color: #DBDBDB;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.show>.dropdown-menu {
  display: block;
}

.show>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #636c72;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: .125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
  z-index: 2;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

.btn+.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #DBDBDB;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control+.input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-indicator {
  color: #fff;
  background-color: #0275d8;
}

.custom-control-input:focus~.custom-control-indicator {
  box-shadow: 0 0 0 1px #fff,0 0 0 3px #0275d8;
}

.custom-control-input:active~.custom-control-indicator {
  color: #fff;
  background-color: #8fcafe;
}

.custom-control-input:disabled~.custom-control-indicator {
  cursor: not-allowed;
  background-color: #DBDBDB;
}

.custom-control-input:disabled~.custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
  background-color: #0275d8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: .25rem;
}

.custom-controls-stacked .custom-control+.custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #5cb3fd;
  outline: 0;
}

.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #DBDBDB;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #DBDBDB;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0 .25rem .25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5em 1em;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #DBDBDB #DBDBDB #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: .25rem;
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: .5px 1px;
}

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1px;
}

.navbar-toggler-right {
  position: absolute;
  right: 1px;
}

@media (max-width:479px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable>.container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width:480px) {
  .navbar-toggleable {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable>.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    width: 100%;
  }

  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width:759px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm>.container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width:760px) {
  .navbar-toggleable-sm {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-sm>.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    width: 100%;
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width:959px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md>.container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width:960px) {
  .navbar-toggleable-md {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-md>.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    width: 100%;
  }

  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width:1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-lg>.container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width:1200px) {
  .navbar-toggleable-lg {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-lg>.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    width: 100%;
  }

  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl>.container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl>.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: -ms-flexbox!important;
  display: flex!important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0,0,0,.3);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0,0,0,.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-toggler{color:#fff}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-toggler:focus,.navbar-inverse .navbar-toggler:hover{color:#fff}.navbar-inverse .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-inverse .navbar-nav .nav-link:focus,.navbar-inverse .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-inverse .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-inverse .navbar-nav .active>.nav-link,.navbar-inverse .navbar-nav .nav-link.active,.navbar-inverse .navbar-nav .nav-link.open,.navbar-inverse .navbar-nav .open>.nav-link{color:#fff}.navbar-inverse .navbar-toggler{border-color:rgba(255,255,255,.1)}.navbar-inverse .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")}.navbar-inverse .navbar-text{color:rgba(255,255,255,.5)}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card-block{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card>.list-group:first-child .list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:#f7f7f9;border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:#f7f7f9;border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-primary{background-color:#0275d8;border-color:#0275d8}.card-primary .card-footer,.card-primary .card-header{background-color:transparent}.card-success{background-color:#5cb85c;border-color:#5cb85c}.card-success .card-footer,.card-success .card-header{background-color:transparent}.card-info{background-color:#5bc0de;border-color:#5bc0de}.card-info .card-footer,.card-info .card-header{background-color:transparent}.card-warning{background-color:#f0ad4e;border-color:#f0ad4e}.card-warning .card-footer,.card-warning .card-header{background-color:transparent}.card-danger{background-color:#d9534f;border-color:#d9534f}.card-danger .card-footer,.card-danger .card-header{background-color:transparent}.card-outline-primary{background-color:transparent;border-color:#0275d8}.card-outline-secondary{background-color:transparent;border-color:#ccc}.card-outline-info{background-color:transparent;border-color:#5bc0de}.card-outline-success{background-color:transparent;border-color:#5cb85c}.card-outline-warning{background-color:transparent;border-color:#f0ad4e}.card-outline-danger{background-color:transparent;border-color:#d9534f}.card-inverse{color:rgba(255,255,255,.65)}.card-inverse .card-footer,.card-inverse .card-header{background-color:transparent;border-color:rgba(255,255,255,.2)}.card-inverse .card-blockquote,.card-inverse .card-footer,.card-inverse .card-header,.card-inverse .card-title{color:#fff}.card-inverse .card-blockquote .blockquote-footer,.card-inverse .card-link,.card-inverse .card-subtitle,.card-inverse .card-text{color:rgba(255,255,255,.65)}.card-inverse .card-link:focus,.card-inverse .card-link:hover{color:#fff}.card-blockquote{padding:0;margin-bottom:0;border-left:0}.card-img{border-radius:calc(.25rem - 1px)}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img-top{border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}@media (min-width:480px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column}.card-deck .card:not(:first-child){margin-left:18px}.card-deck .card:not(:last-child){margin-right:18px}}@media (min-width:480px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group .card{-ms-flex:1 0 0%;flex:1 0 0%}.card-group .card+.card{margin-left:0;border-left:0}.card-group .card:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.card-group .card:first-child .card-img-top{border-top-right-radius:0}.card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group .card:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.card-group .card:last-child .card-img-top{border-top-left-radius:0}.card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group .card:not(:first-child):not(:last-child){border-radius:0}.card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0}}@media (min-width:480px){.card-columns{column-count:3;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%;margin-bottom:.75rem}}.breadcrumb{padding:.75rem 1rem;margin-bottom:1px;list-style:none;background-color:#DBDBDB;border-radius:.25rem}.breadcrumb::after{display:block;content:"";clear:both}.breadcrumb-item{float:left}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#636c72;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#636c72}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-item:first-child .page-link{margin-left:0;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.page-item.active .page-link{z-index:2;color:#fff;background-color:#0275d8;border-color:#0275d8}.page-item.disabled .page-link{color:#636c72;pointer-events:none;cursor:not-allowed;background-color:#fff;border-color:#ddd}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#0275d8;background-color:#fff;border:1px solid #ddd}.page-link:focus,.page-link:hover{color:#014c8c;text-decoration:none;background-color:#DBDBDB;border-color:#ddd}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-default{background-color:#636c72}.badge-default[href]:focus,.badge-default[href]:hover{background-color:#4b5257}.badge-primary{background-color:#0275d8}.badge-primary[href]:focus,.badge-primary[href]:hover{background-color:#025aa5}.badge-success{background-color:#5cb85c}.badge-success[href]:focus,.badge-success[href]:hover{background-color:#449d44}.badge-info{background-color:#5bc0de}.badge-info[href]:focus,.badge-info[href]:hover{background-color:#31b0d5}.badge-warning{background-color:#f0ad4e}.badge-warning[href]:focus,.badge-warning[href]:hover{background-color:#ec971f}.badge-danger{background-color:#d9534f}.badge-danger[href]:focus,.badge-danger[href]:hover{background-color:#c9302c}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#DBDBDB;border-radius:.3rem}@media (min-width:480px){.jumbotron{padding:4rem 2rem}}.jumbotron-hr{border-top-color:#c2c2c2}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{padding:.75rem 1.25rem;margin-bottom:1px;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible .close{position:relative;top:-.75rem;right:-1.25rem;padding:.75rem 1.25rem;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d0e9c6;color:#3c763d}.alert-success hr{border-top-color:#c1e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bcdff1;color:#31708f}.alert-info hr{border-top-color:#a6d5ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faf2cc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7ecb5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebcccc;color:#a94442}.alert-danger hr{border-top-color:#e4b9b9}.alert-danger .alert-link{color:#843534}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;overflow:hidden;font-size:.75rem;line-height:1rem;text-align:center;background-color:#DBDBDB;border-radius:.25rem}.progress-bar{height:1rem;color:#fff;background-color:#0275d8}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1 1 0%;flex:1 1 0%}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#464a4c;text-align:inherit}.list-group-item-action .list-group-item-heading{color:#292b2c}.list-group-item-action:focus,.list-group-item-action:hover{color:#464a4c;text-decoration:none;background-color:#f7f7f9}.list-group-item-action:active{color:#292b2c;background-color:#DBDBDB}.list-group-item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#636c72;cursor:not-allowed;background-color:#fff}.list-group-item.disabled .list-group-item-heading,.list-group-item:disabled .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item:disabled .list-group-item-text{color:#636c72}.list-group-item.active{z-index:2;color:#fff;background-color:#0275d8;border-color:#0275d8}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text{color:#daeeff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active{color:#fff;background-color:#a94442;border-color:#a94442}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.75}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-25%)}.modal.show .modal-dialog{transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:15px;border-bottom:1px solid #DBDBDB}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:15px}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:15px;border-top:1px solid #DBDBDB}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:480px){.modal-dialog{max-width:500px;margin:30px auto}.modal-sm{max-width:300px}}@media (min-width:960px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip.bs-tether-element-attached-bottom,.tooltip.tooltip-top{padding:5px 0;margin-top:-3px}.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,.tooltip.tooltip-top .tooltip-inner::before{bottom:0;left:50%;margin-left:-5px;content:"";border-width:5px 5px 0;border-top-color:#000}.tooltip.bs-tether-element-attached-left,.tooltip.tooltip-right{padding:0 5px;margin-left:3px}.tooltip.bs-tether-element-attached-left .tooltip-inner::before,.tooltip.tooltip-right .tooltip-inner::before{top:50%;left:0;margin-top:-5px;content:"";border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.bs-tether-element-attached-top,.tooltip.tooltip-bottom{padding:5px 0;margin-top:3px}.tooltip.bs-tether-element-attached-top .tooltip-inner::before,.tooltip.tooltip-bottom .tooltip-inner::before{top:0;left:50%;margin-left:-5px;content:"";border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bs-tether-element-attached-right,.tooltip.tooltip-left{padding:0 5px;margin-left:-3px}.tooltip.bs-tether-element-attached-right .tooltip-inner::before,.tooltip.tooltip-left .tooltip-inner::before{top:50%;right:0;margin-top:-5px;content:"";border-width:5px 0 5px 5px;border-left-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.tooltip-inner::before{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;padding:1px;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover.bs-tether-element-attached-bottom,.popover.popover-top{margin-top:-10px}.popover.bs-tether-element-attached-bottom::after,.popover.bs-tether-element-attached-bottom::before,.popover.popover-top::after,.popover.popover-top::before{left:50%;border-bottom-width:0}.popover.bs-tether-element-attached-bottom::before,.popover.popover-top::before{bottom:-11px;margin-left:-11px;border-top-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-bottom::after,.popover.popover-top::after{bottom:-10px;margin-left:-10px;border-top-color:#fff}.popover.bs-tether-element-attached-left,.popover.popover-right{margin-left:10px}.popover.bs-tether-element-attached-left::after,.popover.bs-tether-element-attached-left::before,.popover.popover-right::after,.popover.popover-right::before{top:50%;border-left-width:0}.popover.bs-tether-element-attached-left::before,.popover.popover-right::before{left:-11px;margin-top:-11px;border-right-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-left::after,.popover.popover-right::after{left:-10px;margin-top:-10px;border-right-color:#fff}.popover.bs-tether-element-attached-top,.popover.popover-bottom{margin-top:10px}.popover.bs-tether-element-attached-top::after,.popover.bs-tether-element-attached-top::before,.popover.popover-bottom::after,.popover.popover-bottom::before{left:50%;border-top-width:0}.popover.bs-tether-element-attached-top::before,.popover.popover-bottom::before{top:-11px;margin-left:-11px;border-bottom-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-top::after,.popover.popover-bottom::after{top:-10px;margin-left:-10px;border-bottom-color:#f7f7f7}.popover.bs-tether-element-attached-top .popover-title::before,.popover.popover-bottom .popover-title::before{position:absolute;top:0;left:50%;display:block;width:20px;margin-left:-10px;content:"";border-bottom:1px solid #f7f7f7}.popover.bs-tether-element-attached-right,.popover.popover-left{margin-left:-10px}.popover.bs-tether-element-attached-right::after,.popover.bs-tether-element-attached-right::before,.popover.popover-left::after,.popover.popover-left::before{top:50%;border-right-width:0}.popover.bs-tether-element-attached-right::before,.popover.popover-left::before{right:-11px;margin-top:-11px;border-left-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-right::after,.popover.popover-left::after{right:-10px;margin-top:-10px;border-left-color:#fff}.popover-title{padding:8px 14px;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-right-radius:calc(.3rem - 1px);border-top-left-radius:calc(.3rem - 1px)}.popover-title:empty{display:none}.popover-content{padding:9px 14px}.popover::after,.popover::before{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover::before{content:"";border-width:11px}.popover::after{content:"";border-width:10px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;width:100%}@media (-webkit-transform-3d){.carousel-item{transition:transform .6s ease-in-out;backface-visibility:hidden;perspective:1000px}}@supports (transform:translate3d(0,0,0)){.carousel-item{transition:transform .6s ease-in-out;backface-visibility:hidden;perspective:1000px}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:-ms-flexbox;display:flex}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}@media (-webkit-transform-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translate3d(0,0,0)}.active.carousel-item-right,.carousel-item-next{transform:translate3d(100%,0,0)}.active.carousel-item-left,.carousel-item-prev{transform:translate3d(-100%,0,0)}}@supports (transform:translate3d(0,0,0)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translate3d(0,0,0)}.active.carousel-item-right,.carousel-item-next{transform:translate3d(100%,0,0)}.active.carousel-item-left,.carousel-item-prev{transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:1 0 auto;flex:1 0 auto;max-width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-faded{background-color:#f7f7f7}.bg-primary{background-color:#0275d8!important}a.bg-primary:focus,a.bg-primary:hover{background-color:#025aa5!important}.bg-success{background-color:#5cb85c!important}a.bg-success:focus,a.bg-success:hover{background-color:#449d44!important}.bg-info{background-color:#5bc0de!important}a.bg-info:focus,a.bg-info:hover{background-color:#31b0d5!important}.bg-warning{background-color:#f0ad4e!important}a.bg-warning:focus,a.bg-warning:hover{background-color:#ec971f!important}.bg-danger{background-color:#d9534f!important}a.bg-danger:focus,a.bg-danger:hover{background-color:#c9302c!important}.bg-inverse{background-color:#292b2c!important}a.bg-inverse:focus,a.bg-inverse:hover{background-color:#101112!important}.bg-content{background-color:#DBDBDB!important}a.bg-content:focus,a.bg-content:hover{background-color:#c2c2c2!important}.bg-content-dark{background-color:#444!important}a.bg-content-dark:focus,a.bg-content-dark:hover{background-color:#2b2b2b!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.rounded{border-radius:.25rem}.rounded-top{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.rounded-right{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.rounded-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-left{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.rounded-circle{border-radius:50%}.rounded-0{border-radius:0}.b-1{border:1px solid 1px solid 1px solid 1px solid!important}.bt-1{border-top:1px solid!important}.br-1{border-right:1px solid!important}.bb-1{border-bottom:1px solid!important}.bl-1{border-left:1px solid!important}.bx-1{border-right:1px solid!important;border-left:1px solid!important}.by-1{border-top:1px solid!important;border-bottom:1px solid!important}.b-4{border:4px solid 4px solid 4px solid 4px solid!important}.bt-4{border-top:4px solid!important}.br-4{border-right:4px solid!important}.bb-4{border-bottom:4px solid!important}.bl-4{border-left:4px solid!important}.bx-4{border-right:4px solid!important;border-left:4px solid!important}.by-4{border-top:4px solid!important;border-bottom:4px solid!important}.b-5{border:5px solid 5px solid 5px solid 5px solid!important}.bt-5{border-top:5px solid!important}.br-5{border-right:5px solid!important}.bb-5{border-bottom:5px solid!important}.bl-5{border-left:5px solid!important}.bx-5{border-right:5px solid!important;border-left:5px solid!important}.by-5{border-top:5px solid!important;border-bottom:5px solid!important}.m-auto{margin:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto{margin-left:auto!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}@media (min-width:480px){.b-sm-1{border:1px solid 1px solid 1px solid 1px solid!important}.bt-sm-1{border-top:1px solid!important}.br-sm-1{border-right:1px solid!important}.bb-sm-1{border-bottom:1px solid!important}.bl-sm-1{border-left:1px solid!important}.bx-sm-1{border-right:1px solid!important;border-left:1px solid!important}.by-sm-1{border-top:1px solid!important;border-bottom:1px solid!important}.b-sm-4{border:4px solid 4px solid 4px solid 4px solid!important}.bt-sm-4{border-top:4px solid!important}.br-sm-4{border-right:4px solid!important}.bb-sm-4{border-bottom:4px solid!important}.bl-sm-4{border-left:4px solid!important}.bx-sm-4{border-right:4px solid!important;border-left:4px solid!important}.by-sm-4{border-top:4px solid!important;border-bottom:4px solid!important}.b-sm-5{border:5px solid 5px solid 5px solid 5px solid!important}.bt-sm-5{border-top:5px solid!important}.br-sm-5{border-right:5px solid!important}.bb-sm-5{border-bottom:5px solid!important}.bl-sm-5{border-left:5px solid!important}.bx-sm-5{border-right:5px solid!important;border-left:5px solid!important}.by-sm-5{border-top:5px solid!important;border-bottom:5px solid!important}.m-sm-auto{margin:auto!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-auto{margin-left:auto!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}}@media (min-width:760px){.b-md-1{border:1px solid 1px solid 1px solid 1px solid!important}.bt-md-1{border-top:1px solid!important}.br-md-1{border-right:1px solid!important}.bb-md-1{border-bottom:1px solid!important}.bl-md-1{border-left:1px solid!important}.bx-md-1{border-right:1px solid!important;border-left:1px solid!important}.by-md-1{border-top:1px solid!important;border-bottom:1px solid!important}.b-md-4{border:4px solid 4px solid 4px solid 4px solid!important}.bt-md-4{border-top:4px solid!important}.br-md-4{border-right:4px solid!important}.bb-md-4{border-bottom:4px solid!important}.bl-md-4{border-left:4px solid!important}.bx-md-4{border-right:4px solid!important;border-left:4px solid!important}.by-md-4{border-top:4px solid!important;border-bottom:4px solid!important}.b-md-5{border:5px solid 5px solid 5px solid 5px solid!important}.bt-md-5{border-top:5px solid!important}.br-md-5{border-right:5px solid!important}.bb-md-5{border-bottom:5px solid!important}.bl-md-5{border-left:5px solid!important}.bx-md-5{border-right:5px solid!important;border-left:5px solid!important}.by-md-5{border-top:5px solid!important;border-bottom:5px solid!important}.m-md-auto{margin:auto!important}.mt-md-auto{margin-top:auto!important}.mr-md-auto{margin-right:auto!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-auto{margin-left:auto!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}}@media (min-width:960px){.b-lg-1{border:1px solid 1px solid 1px solid 1px solid!important}.bt-lg-1{border-top:1px solid!important}.br-lg-1{border-right:1px solid!important}.bb-lg-1{border-bottom:1px solid!important}.bl-lg-1{border-left:1px solid!important}.bx-lg-1{border-right:1px solid!important;border-left:1px solid!important}.by-lg-1{border-top:1px solid!important;border-bottom:1px solid!important}.b-lg-4{border:4px solid 4px solid 4px solid 4px solid!important}.bt-lg-4{border-top:4px solid!important}.br-lg-4{border-right:4px solid!important}.bb-lg-4{border-bottom:4px solid!important}.bl-lg-4{border-left:4px solid!important}.bx-lg-4{border-right:4px solid!important;border-left:4px solid!important}.by-lg-4{border-top:4px solid!important;border-bottom:4px solid!important}.b-lg-5{border:5px solid 5px solid 5px solid 5px solid!important}.bt-lg-5{border-top:5px solid!important}.br-lg-5{border-right:5px solid!important}.bb-lg-5{border-bottom:5px solid!important}.bl-lg-5{border-left:5px solid!important}.bx-lg-5{border-right:5px solid!important;border-left:5px solid!important}.by-lg-5{border-top:5px solid!important;border-bottom:5px solid!important}.m-lg-auto{margin:auto!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-auto{margin-left:auto!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}}@media (min-width:1200px){.b-xl-1{border:1px solid 1px solid 1px solid 1px solid!important}.bt-xl-1{border-top:1px solid!important}.br-xl-1{border-right:1px solid!important}.bb-xl-1{border-bottom:1px solid!important}.bl-xl-1{border-left:1px solid!important}.bx-xl-1{border-right:1px solid!important;border-left:1px solid!important}.by-xl-1{border-top:1px solid!important;border-bottom:1px solid!important}.b-xl-4{border:4px solid 4px solid 4px solid 4px solid!important}.bt-xl-4{border-top:4px solid!important}.br-xl-4{border-right:4px solid!important}.bb-xl-4{border-bottom:4px solid!important}.bl-xl-4{border-left:4px solid!important}.bx-xl-4{border-right:4px solid!important;border-left:4px solid!important}.by-xl-4{border-top:4px solid!important;border-bottom:4px solid!important}.b-xl-5{border:5px solid 5px solid 5px solid 5px solid!important}.bt-xl-5{border-top:5px solid!important}.br-xl-5{border-right:5px solid!important}.bb-xl-5{border-bottom:5px solid!important}.bl-xl-5{border-left:5px solid!important}.bx-xl-5{border-right:5px solid!important;border-left:5px solid!important}.by-xl-5{border-top:5px solid!important;border-bottom:5px solid!important}.m-xl-auto{margin:auto!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-auto{margin-left:auto!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}}.clearfix::after{display:block;content:"";
  clear: both;
}

.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-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:480px) {
  .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-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:760px) {
  .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-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:960px) {
  .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-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-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;
  }
}

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

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

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

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

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

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

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

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

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

.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;
}

.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;
  -ms-grid-row-align: auto!important;
  align-self: auto!important;
}

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

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

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

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

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

@media (min-width:480px) {
  .flex-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

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

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

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

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

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

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

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

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

  .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;
  }

  .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;
    -ms-grid-row-align: auto!important;
    align-self: auto!important;
  }

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

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

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

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

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

@media (min-width:760px) {
  .flex-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

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

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

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

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

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

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

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

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

  .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;
  }

  .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;
    -ms-grid-row-align: auto!important;
    align-self: auto!important;
  }

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

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

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

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

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

@media (min-width:960px) {
  .flex-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

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

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

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

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

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

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

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

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

  .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;
  }

  .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;
    -ms-grid-row-align: auto!important;
    align-self: auto!important;
  }

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

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

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

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

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

@media (min-width:1200px) {
  .flex-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

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

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

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

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

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

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

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

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

  .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;
  }

  .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;
    -ms-grid-row-align: auto!important;
    align-self: auto!important;
  }

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

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

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

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

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

.float-left {
  float: left!important;
}

.float-right {
  float: right!important;
}

.float-none {
  float: none!important;
}

@media (min-width:480px) {
  .float-sm-left {
    float: left!important;
  }

  .float-sm-right {
    float: right!important;
  }

  .float-sm-none {
    float: none!important;
  }
}

@media (min-width:760px) {
  .float-md-left {
    float: left!important;
  }

  .float-md-right {
    float: right!important;
  }

  .float-md-none {
    float: none!important;
  }
}

@media (min-width:960px) {
  .float-lg-left {
    float: left!important;
  }

  .float-lg-right {
    float: right!important;
  }

  .float-lg-none {
    float: none!important;
  }
}

@media (min-width:1200px) {
  .float-xl-left {
    float: left!important;
  }

  .float-xl-right {
    float: right!important;
  }

  .float-xl-none {
    float: none!important;
  }
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-25 {
  width: 25%!important;
}

.w-50 {
  width: 50%!important;
}

.w-75 {
  width: 75%!important;
}

.w-100 {
  width: 100%!important;
}

.h-25 {
  height: 25%!important;
}

.h-50 {
  height: 50%!important;
}

.h-75 {
  height: 75%!important;
}

.h-100 {
  height: 100%!important;
}

.mw-100 {
  max-width: 100%!important;
}

.mh-100 {
  max-height: 100%!important;
}

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

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

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

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

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

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

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

.m-1 {
  margin: 1px 1px!important;
}

.mt-1 {
  margin-top: 1px!important;
}

.mr-1 {
  margin-right: 1px!important;
}

.mb-1 {
  margin-bottom: 1px!important;
}

.ml-1 {
  margin-left: 1px!important;
}

.mx-1 {
  margin-right: 1px!important;
  margin-left: 1px!important;
}

.my-1 {
  margin-top: 1px!important;
  margin-bottom: 1px!important;
}

.m-2 {
  margin: 2px 2px!important;
}

.mt-2 {
  margin-top: 2px!important;
}

.mr-2 {
  margin-right: 2px!important;
}

.mb-2 {
  margin-bottom: 2px!important;
}

.ml-2 {
  margin-left: 2px!important;
}

.mx-2 {
  margin-right: 2px!important;
  margin-left: 2px!important;
}

.my-2 {
  margin-top: 2px!important;
  margin-bottom: 2px!important;
}

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

.mt-3 {
  margin-top: 3px!important;
}

.mr-3 {
  margin-right: 3px!important;
}

.mb-3 {
  margin-bottom: 3px!important;
}

.ml-3 {
  margin-left: 3px!important;
}

.mx-3 {
  margin-right: 3px!important;
  margin-left: 3px!important;
}

.my-3 {
  margin-top: 3px!important;
  margin-bottom: 3px!important;
}

.m-4 {
  margin: 4px 4px!important;
}

.mt-4 {
  margin-top: 4px!important;
}

.mr-4 {
  margin-right: 4px!important;
}

.mb-4 {
  margin-bottom: 4px!important;
}

.ml-4 {
  margin-left: 4px!important;
}

.mx-4 {
  margin-right: 4px!important;
  margin-left: 4px!important;
}

.my-4 {
  margin-top: 4px!important;
  margin-bottom: 4px!important;
}

.m-5 {
  margin: 5px 5px!important;
}

.mt-5 {
  margin-top: 5px!important;
}

.mr-5 {
  margin-right: 5px!important;
}

.mb-5 {
  margin-bottom: 5px!important;
}

.ml-5 {
  margin-left: 5px!important;
}

.mx-5 {
  margin-right: 5px!important;
  margin-left: 5px!important;
}

.my-5 {
  margin-top: 5px!important;
  margin-bottom: 5px!important;
}

.m-6 {
  margin: 6px 6px!important;
}

.mt-6 {
  margin-top: 6px!important;
}

.mr-6 {
  margin-right: 6px!important;
}

.mb-6 {
  margin-bottom: 6px!important;
}

.ml-6 {
  margin-left: 6px!important;
}

.mx-6 {
  margin-right: 6px!important;
  margin-left: 6px!important;
}

.my-6 {
  margin-top: 6px!important;
  margin-bottom: 6px!important;
}

.m-7 {
  margin: 7px 7px!important;
}

.mt-7 {
  margin-top: 7px!important;
}

.mr-7 {
  margin-right: 7px!important;
}

.mb-7 {
  margin-bottom: 7px!important;
}

.ml-7 {
  margin-left: 7px!important;
}

.mx-7 {
  margin-right: 7px!important;
  margin-left: 7px!important;
}

.my-7 {
  margin-top: 7px!important;
  margin-bottom: 7px!important;
}

.m-8 {
  margin: 8px 8px!important;
}

.mt-8 {
  margin-top: 8px!important;
}

.mr-8 {
  margin-right: 8px!important;
}

.mb-8 {
  margin-bottom: 8px!important;
}

.ml-8 {
  margin-left: 8px!important;
}

.mx-8 {
  margin-right: 8px!important;
  margin-left: 8px!important;
}

.my-8 {
  margin-top: 8px!important;
  margin-bottom: 8px!important;
}

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

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

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

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

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

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

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

.m-12 {
  margin: 12px 12px!important;
}

.mt-12 {
  margin-top: 12px!important;
}

.mr-12 {
  margin-right: 12px!important;
}

.mb-12 {
  margin-bottom: 12px!important;
}

.ml-12 {
  margin-left: 12px!important;
}

.mx-12 {
  margin-right: 12px!important;
  margin-left: 12px!important;
}

.my-12 {
  margin-top: 12px!important;
  margin-bottom: 12px!important;
}

.m-13 {
  margin: 13px 13px!important;
}

.mt-13 {
  margin-top: 13px!important;
}

.mr-13 {
  margin-right: 13px!important;
}

.mb-13 {
  margin-bottom: 13px!important;
}

.ml-13 {
  margin-left: 13px!important;
}

.mx-13 {
  margin-right: 13px!important;
  margin-left: 13px!important;
}

.my-13 {
  margin-top: 13px!important;
  margin-bottom: 13px!important;
}

.m-14 {
  margin: 14px 14px!important;
}

.mt-14 {
  margin-top: 14px!important;
}

.mr-14 {
  margin-right: 14px!important;
}

.mb-14 {
  margin-bottom: 14px!important;
}

.ml-14 {
  margin-left: 14px!important;
}

.mx-14 {
  margin-right: 14px!important;
  margin-left: 14px!important;
}

.my-14 {
  margin-top: 14px!important;
  margin-bottom: 14px!important;
}

.m-15 {
  margin: 15px 15px!important;
}

.mt-15 {
  margin-top: 15px!important;
}

.mr-15 {
  margin-right: 15px!important;
}

.mb-15 {
  margin-bottom: 15px!important;
}

.ml-15 {
  margin-left: 15px!important;
}

.mx-15 {
  margin-right: 15px!important;
  margin-left: 15px!important;
}

.my-15 {
  margin-top: 15px!important;
  margin-bottom: 15px!important;
}

.m-16 {
  margin: 16px 16px!important;
}

.mt-16 {
  margin-top: 16px!important;
}

.mr-16 {
  margin-right: 16px!important;
}

.mb-16 {
  margin-bottom: 16px!important;
}

.ml-16 {
  margin-left: 16px!important;
}

.mx-16 {
  margin-right: 16px!important;
  margin-left: 16px!important;
}

.my-16 {
  margin-top: 16px!important;
  margin-bottom: 16px!important;
}

.m-17 {
  margin: 17px 17px!important;
}

.mt-17 {
  margin-top: 17px!important;
}

.mr-17 {
  margin-right: 17px!important;
}

.mb-17 {
  margin-bottom: 17px!important;
}

.ml-17 {
  margin-left: 17px!important;
}

.mx-17 {
  margin-right: 17px!important;
  margin-left: 17px!important;
}

.my-17 {
  margin-top: 17px!important;
  margin-bottom: 17px!important;
}

.m-18 {
  margin: 18px 18px!important;
}

.mt-18 {
  margin-top: 18px!important;
}

.mr-18 {
  margin-right: 18px!important;
}

.mb-18 {
  margin-bottom: 18px!important;
}

.ml-18 {
  margin-left: 18px!important;
}

.mx-18 {
  margin-right: 18px!important;
  margin-left: 18px!important;
}

.my-18 {
  margin-top: 18px!important;
  margin-bottom: 18px!important;
}

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

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

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

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

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

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

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

.m-21 {
  margin: 21px 21px!important;
}

.mt-21 {
  margin-top: 21px!important;
}

.mr-21 {
  margin-right: 21px!important;
}

.mb-21 {
  margin-bottom: 21px!important;
}

.ml-21 {
  margin-left: 21px!important;
}

.mx-21 {
  margin-right: 21px!important;
  margin-left: 21px!important;
}

.my-21 {
  margin-top: 21px!important;
  margin-bottom: 21px!important;
}

.m-22 {
  margin: 22px 22px!important;
}

.mt-22 {
  margin-top: 22px!important;
}

.mr-22 {
  margin-right: 22px!important;
}

.mb-22 {
  margin-bottom: 22px!important;
}

.ml-22 {
  margin-left: 22px!important;
}

.mx-22 {
  margin-right: 22px!important;
  margin-left: 22px!important;
}

.my-22 {
  margin-top: 22px!important;
  margin-bottom: 22px!important;
}

.m-23 {
  margin: 23px 23px!important;
}

.mt-23 {
  margin-top: 23px!important;
}

.mr-23 {
  margin-right: 23px!important;
}

.mb-23 {
  margin-bottom: 23px!important;
}

.ml-23 {
  margin-left: 23px!important;
}

.mx-23 {
  margin-right: 23px!important;
  margin-left: 23px!important;
}

.my-23 {
  margin-top: 23px!important;
  margin-bottom: 23px!important;
}

.m-24 {
  margin: 24px 24px!important;
}

.mt-24 {
  margin-top: 24px!important;
}

.mr-24 {
  margin-right: 24px!important;
}

.mb-24 {
  margin-bottom: 24px!important;
}

.ml-24 {
  margin-left: 24px!important;
}

.mx-24 {
  margin-right: 24px!important;
  margin-left: 24px!important;
}

.my-24 {
  margin-top: 24px!important;
  margin-bottom: 24px!important;
}

.m-25 {
  margin: 25px 25px!important;
}

.mt-25 {
  margin-top: 25px!important;
}

.mr-25 {
  margin-right: 25px!important;
}

.mb-25 {
  margin-bottom: 25px!important;
}

.ml-25 {
  margin-left: 25px!important;
}

.mx-25 {
  margin-right: 25px!important;
  margin-left: 25px!important;
}

.my-25 {
  margin-top: 25px!important;
  margin-bottom: 25px!important;
}

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

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

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

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

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

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

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

.m-35 {
  margin: 35px 35px!important;
}

.mt-35 {
  margin-top: 35px!important;
}

.mr-35 {
  margin-right: 35px!important;
}

.mb-35 {
  margin-bottom: 35px!important;
}

.ml-35 {
  margin-left: 35px!important;
}

.mx-35 {
  margin-right: 35px!important;
  margin-left: 35px!important;
}

.my-35 {
  margin-top: 35px!important;
  margin-bottom: 35px!important;
}

.m-38 {
  margin: 38px 38px!important;
}

.mt-38 {
  margin-top: 38px!important;
}

.mr-38 {
  margin-right: 38px!important;
}

.mb-38 {
  margin-bottom: 38px!important;
}

.ml-38 {
  margin-left: 38px!important;
}

.mx-38 {
  margin-right: 38px!important;
  margin-left: 38px!important;
}

.my-38 {
  margin-top: 38px!important;
  margin-bottom: 38px!important;
}

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

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

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

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

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

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

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

.m-45 {
  margin: 45px 45px!important;
}

.mt-45 {
  margin-top: 45px!important;
}

.mr-45 {
  margin-right: 45px!important;
}

.mb-45 {
  margin-bottom: 45px!important;
}

.ml-45 {
  margin-left: 45px!important;
}

.mx-45 {
  margin-right: 45px!important;
  margin-left: 45px!important;
}

.my-45 {
  margin-top: 45px!important;
  margin-bottom: 45px!important;
}

.m-54 {
  margin: 54px 54px!important;
}

.mt-54 {
  margin-top: 54px!important;
}

.mr-54 {
  margin-right: 54px!important;
}

.mb-54 {
  margin-bottom: 54px!important;
}

.ml-54 {
  margin-left: 54px!important;
}

.mx-54 {
  margin-right: 54px!important;
  margin-left: 54px!important;
}

.my-54 {
  margin-top: 54px!important;
  margin-bottom: 54px!important;
}

.m-55 {
  margin: 55px 55px!important;
}

.mt-55 {
  margin-top: 55px!important;
}

.mr-55 {
  margin-right: 55px!important;
}

.mb-55 {
  margin-bottom: 55px!important;
}

.ml-55 {
  margin-left: 55px!important;
}

.mx-55 {
  margin-right: 55px!important;
  margin-left: 55px!important;
}

.my-55 {
  margin-top: 55px!important;
  margin-bottom: 55px!important;
}

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

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

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

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

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

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

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

.m-75 {
  margin: 75px 75px!important;
}

.mt-75 {
  margin-top: 75px!important;
}

.mr-75 {
  margin-right: 75px!important;
}

.mb-75 {
  margin-bottom: 75px!important;
}

.ml-75 {
  margin-left: 75px!important;
}

.mx-75 {
  margin-right: 75px!important;
  margin-left: 75px!important;
}

.my-75 {
  margin-top: 75px!important;
  margin-bottom: 75px!important;
}

.m-89 {
  margin: 89px 89px!important;
}

.mt-89 {
  margin-top: 89px!important;
}

.mr-89 {
  margin-right: 89px!important;
}

.mb-89 {
  margin-bottom: 89px!important;
}

.ml-89 {
  margin-left: 89px!important;
}

.mx-89 {
  margin-right: 89px!important;
  margin-left: 89px!important;
}

.my-89 {
  margin-top: 89px!important;
  margin-bottom: 89px!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 1px 1px!important;
}

.pt-1 {
  padding-top: 1px!important;
}

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

.pb-1 {
  padding-bottom: 1px!important;
}

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

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

.py-1 {
  padding-top: 1px!important;
  padding-bottom: 1px!important;
}

.p-2 {
  padding: 2px 2px!important;
}

.pt-2 {
  padding-top: 2px!important;
}

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

.pb-2 {
  padding-bottom: 2px!important;
}

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

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

.py-2 {
  padding-top: 2px!important;
  padding-bottom: 2px!important;
}

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

.pt-3 {
  padding-top: 3px!important;
}

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

.pb-3 {
  padding-bottom: 3px!important;
}

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

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

.py-3 {
  padding-top: 3px!important;
  padding-bottom: 3px!important;
}

.p-4 {
  padding: 4px 4px!important;
}

.pt-4 {
  padding-top: 4px!important;
}

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

.pb-4 {
  padding-bottom: 4px!important;
}

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

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

.py-4 {
  padding-top: 4px!important;
  padding-bottom: 4px!important;
}

.p-5 {
  padding: 5px 5px!important;
}

.pt-5 {
  padding-top: 5px!important;
}

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

.pb-5 {
  padding-bottom: 5px!important;
}

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

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

.py-5 {
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}

.p-6 {
  padding: 6px 6px!important;
}

.pt-6 {
  padding-top: 6px!important;
}

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

.pb-6 {
  padding-bottom: 6px!important;
}

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

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

.py-6 {
  padding-top: 6px!important;
  padding-bottom: 6px!important;
}

.p-7 {
  padding: 7px 7px!important;
}

.pt-7 {
  padding-top: 7px!important;
}

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

.pb-7 {
  padding-bottom: 7px!important;
}

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

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

.py-7 {
  padding-top: 7px!important;
  padding-bottom: 7px!important;
}

.p-8 {
  padding: 8px 8px!important;
}

.pt-8 {
  padding-top: 8px!important;
}

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

.pb-8 {
  padding-bottom: 8px!important;
}

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

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

.py-8 {
  padding-top: 8px!important;
  padding-bottom: 8px!important;
}

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

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

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

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

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

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

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

.p-12 {
  padding: 12px 12px!important;
}

.pt-12 {
  padding-top: 12px!important;
}

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

.pb-12 {
  padding-bottom: 12px!important;
}

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

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

.py-12 {
  padding-top: 12px!important;
  padding-bottom: 12px!important;
}

.p-13 {
  padding: 13px 13px!important;
}

.pt-13 {
  padding-top: 13px!important;
}

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

.pb-13 {
  padding-bottom: 13px!important;
}

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

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

.py-13 {
  padding-top: 13px!important;
  padding-bottom: 13px!important;
}

.p-14 {
  padding: 14px 14px!important;
}

.pt-14 {
  padding-top: 14px!important;
}

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

.pb-14 {
  padding-bottom: 14px!important;
}

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

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

.py-14 {
  padding-top: 14px!important;
  padding-bottom: 14px!important;
}

.p-15 {
  padding: 15px 15px!important;
}

.pt-15 {
  padding-top: 15px!important;
}

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

.pb-15 {
  padding-bottom: 15px!important;
}

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

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

.py-15 {
  padding-top: 15px!important;
  padding-bottom: 15px!important;
}

.p-16 {
  padding: 16px 16px!important;
}

.pt-16 {
  padding-top: 16px!important;
}

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

.pb-16 {
  padding-bottom: 16px!important;
}

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

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

.py-16 {
  padding-top: 16px!important;
  padding-bottom: 16px!important;
}

.p-17 {
  padding: 17px 17px!important;
}

.pt-17 {
  padding-top: 17px!important;
}

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

.pb-17 {
  padding-bottom: 17px!important;
}

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

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

.py-17 {
  padding-top: 17px!important;
  padding-bottom: 17px!important;
}

.p-18 {
  padding: 18px 18px!important;
}

.pt-18 {
  padding-top: 18px!important;
}

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

.pb-18 {
  padding-bottom: 18px!important;
}

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

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

.py-18 {
  padding-top: 18px!important;
  padding-bottom: 18px!important;
}

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

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

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

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

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

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

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

.p-21 {
  padding: 21px 21px!important;
}

.pt-21 {
  padding-top: 21px!important;
}

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

.pb-21 {
  padding-bottom: 21px!important;
}

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

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

.py-21 {
  padding-top: 21px!important;
  padding-bottom: 21px!important;
}

.p-22 {
  padding: 22px 22px!important;
}

.pt-22 {
  padding-top: 22px!important;
}

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

.pb-22 {
  padding-bottom: 22px!important;
}

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

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

.py-22 {
  padding-top: 22px!important;
  padding-bottom: 22px!important;
}

.p-23 {
  padding: 23px 23px!important;
}

.pt-23 {
  padding-top: 23px!important;
}

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

.pb-23 {
  padding-bottom: 23px!important;
}

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

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

.py-23 {
  padding-top: 23px!important;
  padding-bottom: 23px!important;
}

.p-24 {
  padding: 24px 24px!important;
}

.pt-24 {
  padding-top: 24px!important;
}

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

.pb-24 {
  padding-bottom: 24px!important;
}

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

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

.py-24 {
  padding-top: 24px!important;
  padding-bottom: 24px!important;
}

.p-25 {
  padding: 25px 25px!important;
}

.pt-25 {
  padding-top: 25px!important;
}

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

.pb-25 {
  padding-bottom: 25px!important;
}

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

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

.py-25 {
  padding-top: 25px!important;
  padding-bottom: 25px!important;
}

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

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

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

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

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

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

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

.p-35 {
  padding: 35px 35px!important;
}

.pt-35 {
  padding-top: 35px!important;
}

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

.pb-35 {
  padding-bottom: 35px!important;
}

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

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

.py-35 {
  padding-top: 35px!important;
  padding-bottom: 35px!important;
}

.p-38 {
  padding: 38px 38px!important;
}

.pt-38 {
  padding-top: 38px!important;
}

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

.pb-38 {
  padding-bottom: 38px!important;
}

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

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

.py-38 {
  padding-top: 38px!important;
  padding-bottom: 38px!important;
}

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

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

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

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

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

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

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

.p-45 {
  padding: 45px 45px!important;
}

.pt-45 {
  padding-top: 45px!important;
}

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

.pb-45 {
  padding-bottom: 45px!important;
}

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

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

.py-45 {
  padding-top: 45px!important;
  padding-bottom: 45px!important;
}

.p-54 {
  padding: 54px 54px!important;
}

.pt-54 {
  padding-top: 54px!important;
}

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

.pb-54 {
  padding-bottom: 54px!important;
}

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

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

.py-54 {
  padding-top: 54px!important;
  padding-bottom: 54px!important;
}

.p-55 {
  padding: 55px 55px!important;
}

.pt-55 {
  padding-top: 55px!important;
}

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

.pb-55 {
  padding-bottom: 55px!important;
}

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

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

.py-55 {
  padding-top: 55px!important;
  padding-bottom: 55px!important;
}

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

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

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

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

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

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

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

.p-75 {
  padding: 75px 75px!important;
}

.pt-75 {
  padding-top: 75px!important;
}

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

.pb-75 {
  padding-bottom: 75px!important;
}

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

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

.py-75 {
  padding-top: 75px!important;
  padding-bottom: 75px!important;
}

.p-89 {
  padding: 89px 89px!important;
}

.pt-89 {
  padding-top: 89px!important;
}

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

.pb-89 {
  padding-bottom: 89px!important;
}

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

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

.py-89 {
  padding-top: 89px!important;
  padding-bottom: 89px!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:480px) {
  .m-sm-0 {
    margin: 0 0!important;
  }

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

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

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

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

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

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

  .m-sm-1 {
    margin: 1px 1px!important;
  }

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

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

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

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

  .mx-sm-1 {
    margin-right: 1px!important;
    margin-left: 1px!important;
  }

  .my-sm-1 {
    margin-top: 1px!important;
    margin-bottom: 1px!important;
  }

  .m-sm-2 {
    margin: 2px 2px!important;
  }

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

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

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

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

  .mx-sm-2 {
    margin-right: 2px!important;
    margin-left: 2px!important;
  }

  .my-sm-2 {
    margin-top: 2px!important;
    margin-bottom: 2px!important;
  }

  .m-sm-3 {
    margin: 3px 3px!important;
  }

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

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

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

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

  .mx-sm-3 {
    margin-right: 3px!important;
    margin-left: 3px!important;
  }

  .my-sm-3 {
    margin-top: 3px!important;
    margin-bottom: 3px!important;
  }

  .m-sm-4 {
    margin: 4px 4px!important;
  }

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

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

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

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

  .mx-sm-4 {
    margin-right: 4px!important;
    margin-left: 4px!important;
  }

  .my-sm-4 {
    margin-top: 4px!important;
    margin-bottom: 4px!important;
  }

  .m-sm-5 {
    margin: 5px 5px!important;
  }

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

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

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

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

  .mx-sm-5 {
    margin-right: 5px!important;
    margin-left: 5px!important;
  }

  .my-sm-5 {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
  }

  .m-sm-6 {
    margin: 6px 6px!important;
  }

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

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

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

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

  .mx-sm-6 {
    margin-right: 6px!important;
    margin-left: 6px!important;
  }

  .my-sm-6 {
    margin-top: 6px!important;
    margin-bottom: 6px!important;
  }

  .m-sm-7 {
    margin: 7px 7px!important;
  }

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

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

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

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

  .mx-sm-7 {
    margin-right: 7px!important;
    margin-left: 7px!important;
  }

  .my-sm-7 {
    margin-top: 7px!important;
    margin-bottom: 7px!important;
  }

  .m-sm-8 {
    margin: 8px 8px!important;
  }

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

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

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

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

  .mx-sm-8 {
    margin-right: 8px!important;
    margin-left: 8px!important;
  }

  .my-sm-8 {
    margin-top: 8px!important;
    margin-bottom: 8px!important;
  }

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

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

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

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

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

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

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

  .m-sm-12 {
    margin: 12px 12px!important;
  }

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

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

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

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

  .mx-sm-12 {
    margin-right: 12px!important;
    margin-left: 12px!important;
  }

  .my-sm-12 {
    margin-top: 12px!important;
    margin-bottom: 12px!important;
  }

  .m-sm-13 {
    margin: 13px 13px!important;
  }

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

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

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

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

  .mx-sm-13 {
    margin-right: 13px!important;
    margin-left: 13px!important;
  }

  .my-sm-13 {
    margin-top: 13px!important;
    margin-bottom: 13px!important;
  }

  .m-sm-14 {
    margin: 14px 14px!important;
  }

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

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

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

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

  .mx-sm-14 {
    margin-right: 14px!important;
    margin-left: 14px!important;
  }

  .my-sm-14 {
    margin-top: 14px!important;
    margin-bottom: 14px!important;
  }

  .m-sm-15 {
    margin: 15px 15px!important;
  }

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

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

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

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

  .mx-sm-15 {
    margin-right: 15px!important;
    margin-left: 15px!important;
  }

  .my-sm-15 {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
  }

  .m-sm-16 {
    margin: 16px 16px!important;
  }

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

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

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

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

  .mx-sm-16 {
    margin-right: 16px!important;
    margin-left: 16px!important;
  }

  .my-sm-16 {
    margin-top: 16px!important;
    margin-bottom: 16px!important;
  }

  .m-sm-17 {
    margin: 17px 17px!important;
  }

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

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

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

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

  .mx-sm-17 {
    margin-right: 17px!important;
    margin-left: 17px!important;
  }

  .my-sm-17 {
    margin-top: 17px!important;
    margin-bottom: 17px!important;
  }

  .m-sm-18 {
    margin: 18px 18px!important;
  }

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

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

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

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

  .mx-sm-18 {
    margin-right: 18px!important;
    margin-left: 18px!important;
  }

  .my-sm-18 {
    margin-top: 18px!important;
    margin-bottom: 18px!important;
  }

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

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

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

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

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

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

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

  .m-sm-21 {
    margin: 21px 21px!important;
  }

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

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

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

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

  .mx-sm-21 {
    margin-right: 21px!important;
    margin-left: 21px!important;
  }

  .my-sm-21 {
    margin-top: 21px!important;
    margin-bottom: 21px!important;
  }

  .m-sm-22 {
    margin: 22px 22px!important;
  }

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

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

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

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

  .mx-sm-22 {
    margin-right: 22px!important;
    margin-left: 22px!important;
  }

  .my-sm-22 {
    margin-top: 22px!important;
    margin-bottom: 22px!important;
  }

  .m-sm-23 {
    margin: 23px 23px!important;
  }

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

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

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

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

  .mx-sm-23 {
    margin-right: 23px!important;
    margin-left: 23px!important;
  }

  .my-sm-23 {
    margin-top: 23px!important;
    margin-bottom: 23px!important;
  }

  .m-sm-24 {
    margin: 24px 24px!important;
  }

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

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

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

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

  .mx-sm-24 {
    margin-right: 24px!important;
    margin-left: 24px!important;
  }

  .my-sm-24 {
    margin-top: 24px!important;
    margin-bottom: 24px!important;
  }

  .m-sm-25 {
    margin: 25px 25px!important;
  }

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

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

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

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

  .mx-sm-25 {
    margin-right: 25px!important;
    margin-left: 25px!important;
  }

  .my-sm-25 {
    margin-top: 25px!important;
    margin-bottom: 25px!important;
  }

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

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

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

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

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

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

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

  .m-sm-35 {
    margin: 35px 35px!important;
  }

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

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

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

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

  .mx-sm-35 {
    margin-right: 35px!important;
    margin-left: 35px!important;
  }

  .my-sm-35 {
    margin-top: 35px!important;
    margin-bottom: 35px!important;
  }

  .m-sm-38 {
    margin: 38px 38px!important;
  }

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

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

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

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

  .mx-sm-38 {
    margin-right: 38px!important;
    margin-left: 38px!important;
  }

  .my-sm-38 {
    margin-top: 38px!important;
    margin-bottom: 38px!important;
  }

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

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

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

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

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

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

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

  .m-sm-45 {
    margin: 45px 45px!important;
  }

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

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

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

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

  .mx-sm-45 {
    margin-right: 45px!important;
    margin-left: 45px!important;
  }

  .my-sm-45 {
    margin-top: 45px!important;
    margin-bottom: 45px!important;
  }

  .m-sm-54 {
    margin: 54px 54px!important;
  }

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

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

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

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

  .mx-sm-54 {
    margin-right: 54px!important;
    margin-left: 54px!important;
  }

  .my-sm-54 {
    margin-top: 54px!important;
    margin-bottom: 54px!important;
  }

  .m-sm-55 {
    margin: 55px 55px!important;
  }

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

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

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

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

  .mx-sm-55 {
    margin-right: 55px!important;
    margin-left: 55px!important;
  }

  .my-sm-55 {
    margin-top: 55px!important;
    margin-bottom: 55px!important;
  }

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

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

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

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

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

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

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

  .m-sm-75 {
    margin: 75px 75px!important;
  }

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

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

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

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

  .mx-sm-75 {
    margin-right: 75px!important;
    margin-left: 75px!important;
  }

  .my-sm-75 {
    margin-top: 75px!important;
    margin-bottom: 75px!important;
  }

  .m-sm-89 {
    margin: 89px 89px!important;
  }

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

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

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

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

  .mx-sm-89 {
    margin-right: 89px!important;
    margin-left: 89px!important;
  }

  .my-sm-89 {
    margin-top: 89px!important;
    margin-bottom: 89px!important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-1 {
    padding: 1px 1px!important;
  }

  .pt-sm-1 {
    padding-top: 1px!important;
  }

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

  .pb-sm-1 {
    padding-bottom: 1px!important;
  }

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

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

  .py-sm-1 {
    padding-top: 1px!important;
    padding-bottom: 1px!important;
  }

  .p-sm-2 {
    padding: 2px 2px!important;
  }

  .pt-sm-2 {
    padding-top: 2px!important;
  }

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

  .pb-sm-2 {
    padding-bottom: 2px!important;
  }

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

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

  .py-sm-2 {
    padding-top: 2px!important;
    padding-bottom: 2px!important;
  }

  .p-sm-3 {
    padding: 3px 3px!important;
  }

  .pt-sm-3 {
    padding-top: 3px!important;
  }

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

  .pb-sm-3 {
    padding-bottom: 3px!important;
  }

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

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

  .py-sm-3 {
    padding-top: 3px!important;
    padding-bottom: 3px!important;
  }

  .p-sm-4 {
    padding: 4px 4px!important;
  }

  .pt-sm-4 {
    padding-top: 4px!important;
  }

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

  .pb-sm-4 {
    padding-bottom: 4px!important;
  }

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

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

  .py-sm-4 {
    padding-top: 4px!important;
    padding-bottom: 4px!important;
  }

  .p-sm-5 {
    padding: 5px 5px!important;
  }

  .pt-sm-5 {
    padding-top: 5px!important;
  }

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

  .pb-sm-5 {
    padding-bottom: 5px!important;
  }

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

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

  .py-sm-5 {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
  }

  .p-sm-6 {
    padding: 6px 6px!important;
  }

  .pt-sm-6 {
    padding-top: 6px!important;
  }

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

  .pb-sm-6 {
    padding-bottom: 6px!important;
  }

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

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

  .py-sm-6 {
    padding-top: 6px!important;
    padding-bottom: 6px!important;
  }

  .p-sm-7 {
    padding: 7px 7px!important;
  }

  .pt-sm-7 {
    padding-top: 7px!important;
  }

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

  .pb-sm-7 {
    padding-bottom: 7px!important;
  }

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

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

  .py-sm-7 {
    padding-top: 7px!important;
    padding-bottom: 7px!important;
  }

  .p-sm-8 {
    padding: 8px 8px!important;
  }

  .pt-sm-8 {
    padding-top: 8px!important;
  }

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

  .pb-sm-8 {
    padding-bottom: 8px!important;
  }

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

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

  .py-sm-8 {
    padding-top: 8px!important;
    padding-bottom: 8px!important;
  }

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

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

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

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

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

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

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

  .p-sm-12 {
    padding: 12px 12px!important;
  }

  .pt-sm-12 {
    padding-top: 12px!important;
  }

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

  .pb-sm-12 {
    padding-bottom: 12px!important;
  }

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

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

  .py-sm-12 {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
  }

  .p-sm-13 {
    padding: 13px 13px!important;
  }

  .pt-sm-13 {
    padding-top: 13px!important;
  }

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

  .pb-sm-13 {
    padding-bottom: 13px!important;
  }

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

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

  .py-sm-13 {
    padding-top: 13px!important;
    padding-bottom: 13px!important;
  }

  .p-sm-14 {
    padding: 14px 14px!important;
  }

  .pt-sm-14 {
    padding-top: 14px!important;
  }

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

  .pb-sm-14 {
    padding-bottom: 14px!important;
  }

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

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

  .py-sm-14 {
    padding-top: 14px!important;
    padding-bottom: 14px!important;
  }

  .p-sm-15 {
    padding: 15px 15px!important;
  }

  .pt-sm-15 {
    padding-top: 15px!important;
  }

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

  .pb-sm-15 {
    padding-bottom: 15px!important;
  }

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

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

  .py-sm-15 {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
  }

  .p-sm-16 {
    padding: 16px 16px!important;
  }

  .pt-sm-16 {
    padding-top: 16px!important;
  }

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

  .pb-sm-16 {
    padding-bottom: 16px!important;
  }

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

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

  .py-sm-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
  }

  .p-sm-17 {
    padding: 17px 17px!important;
  }

  .pt-sm-17 {
    padding-top: 17px!important;
  }

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

  .pb-sm-17 {
    padding-bottom: 17px!important;
  }

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

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

  .py-sm-17 {
    padding-top: 17px!important;
    padding-bottom: 17px!important;
  }

  .p-sm-18 {
    padding: 18px 18px!important;
  }

  .pt-sm-18 {
    padding-top: 18px!important;
  }

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

  .pb-sm-18 {
    padding-bottom: 18px!important;
  }

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

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

  .py-sm-18 {
    padding-top: 18px!important;
    padding-bottom: 18px!important;
  }

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

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

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

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

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

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

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

  .p-sm-21 {
    padding: 21px 21px!important;
  }

  .pt-sm-21 {
    padding-top: 21px!important;
  }

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

  .pb-sm-21 {
    padding-bottom: 21px!important;
  }

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

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

  .py-sm-21 {
    padding-top: 21px!important;
    padding-bottom: 21px!important;
  }

  .p-sm-22 {
    padding: 22px 22px!important;
  }

  .pt-sm-22 {
    padding-top: 22px!important;
  }

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

  .pb-sm-22 {
    padding-bottom: 22px!important;
  }

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

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

  .py-sm-22 {
    padding-top: 22px!important;
    padding-bottom: 22px!important;
  }

  .p-sm-23 {
    padding: 23px 23px!important;
  }

  .pt-sm-23 {
    padding-top: 23px!important;
  }

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

  .pb-sm-23 {
    padding-bottom: 23px!important;
  }

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

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

  .py-sm-23 {
    padding-top: 23px!important;
    padding-bottom: 23px!important;
  }

  .p-sm-24 {
    padding: 24px 24px!important;
  }

  .pt-sm-24 {
    padding-top: 24px!important;
  }

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

  .pb-sm-24 {
    padding-bottom: 24px!important;
  }

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

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

  .py-sm-24 {
    padding-top: 24px!important;
    padding-bottom: 24px!important;
  }

  .p-sm-25 {
    padding: 25px 25px!important;
  }

  .pt-sm-25 {
    padding-top: 25px!important;
  }

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

  .pb-sm-25 {
    padding-bottom: 25px!important;
  }

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

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

  .py-sm-25 {
    padding-top: 25px!important;
    padding-bottom: 25px!important;
  }

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

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

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

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

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

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

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

  .p-sm-35 {
    padding: 35px 35px!important;
  }

  .pt-sm-35 {
    padding-top: 35px!important;
  }

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

  .pb-sm-35 {
    padding-bottom: 35px!important;
  }

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

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

  .py-sm-35 {
    padding-top: 35px!important;
    padding-bottom: 35px!important;
  }

  .p-sm-38 {
    padding: 38px 38px!important;
  }

  .pt-sm-38 {
    padding-top: 38px!important;
  }

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

  .pb-sm-38 {
    padding-bottom: 38px!important;
  }

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

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

  .py-sm-38 {
    padding-top: 38px!important;
    padding-bottom: 38px!important;
  }

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

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

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

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

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

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

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

  .p-sm-45 {
    padding: 45px 45px!important;
  }

  .pt-sm-45 {
    padding-top: 45px!important;
  }

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

  .pb-sm-45 {
    padding-bottom: 45px!important;
  }

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

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

  .py-sm-45 {
    padding-top: 45px!important;
    padding-bottom: 45px!important;
  }

  .p-sm-54 {
    padding: 54px 54px!important;
  }

  .pt-sm-54 {
    padding-top: 54px!important;
  }

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

  .pb-sm-54 {
    padding-bottom: 54px!important;
  }

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

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

  .py-sm-54 {
    padding-top: 54px!important;
    padding-bottom: 54px!important;
  }

  .p-sm-55 {
    padding: 55px 55px!important;
  }

  .pt-sm-55 {
    padding-top: 55px!important;
  }

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

  .pb-sm-55 {
    padding-bottom: 55px!important;
  }

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

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

  .py-sm-55 {
    padding-top: 55px!important;
    padding-bottom: 55px!important;
  }

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

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

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

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

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

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

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

  .p-sm-75 {
    padding: 75px 75px!important;
  }

  .pt-sm-75 {
    padding-top: 75px!important;
  }

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

  .pb-sm-75 {
    padding-bottom: 75px!important;
  }

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

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

  .py-sm-75 {
    padding-top: 75px!important;
    padding-bottom: 75px!important;
  }

  .p-sm-89 {
    padding: 89px 89px!important;
  }

  .pt-sm-89 {
    padding-top: 89px!important;
  }

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

  .pb-sm-89 {
    padding-bottom: 89px!important;
  }

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

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

  .py-sm-89 {
    padding-top: 89px!important;
    padding-bottom: 89px!important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-sm-auto {
    margin-top: auto!important;
    margin-bottom: auto!important;
  }
}

@media (min-width:760px) {
  .m-md-0 {
    margin: 0 0!important;
  }

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

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

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

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

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

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

  .m-md-1 {
    margin: 1px 1px!important;
  }

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

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

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

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

  .mx-md-1 {
    margin-right: 1px!important;
    margin-left: 1px!important;
  }

  .my-md-1 {
    margin-top: 1px!important;
    margin-bottom: 1px!important;
  }

  .m-md-2 {
    margin: 2px 2px!important;
  }

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

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

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

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

  .mx-md-2 {
    margin-right: 2px!important;
    margin-left: 2px!important;
  }

  .my-md-2 {
    margin-top: 2px!important;
    margin-bottom: 2px!important;
  }

  .m-md-3 {
    margin: 3px 3px!important;
  }

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

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

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

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

  .mx-md-3 {
    margin-right: 3px!important;
    margin-left: 3px!important;
  }

  .my-md-3 {
    margin-top: 3px!important;
    margin-bottom: 3px!important;
  }

  .m-md-4 {
    margin: 4px 4px!important;
  }

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

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

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

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

  .mx-md-4 {
    margin-right: 4px!important;
    margin-left: 4px!important;
  }

  .my-md-4 {
    margin-top: 4px!important;
    margin-bottom: 4px!important;
  }

  .m-md-5 {
    margin: 5px 5px!important;
  }

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

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

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

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

  .mx-md-5 {
    margin-right: 5px!important;
    margin-left: 5px!important;
  }

  .my-md-5 {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
  }

  .m-md-6 {
    margin: 6px 6px!important;
  }

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

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

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

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

  .mx-md-6 {
    margin-right: 6px!important;
    margin-left: 6px!important;
  }

  .my-md-6 {
    margin-top: 6px!important;
    margin-bottom: 6px!important;
  }

  .m-md-7 {
    margin: 7px 7px!important;
  }

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

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

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

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

  .mx-md-7 {
    margin-right: 7px!important;
    margin-left: 7px!important;
  }

  .my-md-7 {
    margin-top: 7px!important;
    margin-bottom: 7px!important;
  }

  .m-md-8 {
    margin: 8px 8px!important;
  }

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

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

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

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

  .mx-md-8 {
    margin-right: 8px!important;
    margin-left: 8px!important;
  }

  .my-md-8 {
    margin-top: 8px!important;
    margin-bottom: 8px!important;
  }

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

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

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

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

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

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

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

  .m-md-12 {
    margin: 12px 12px!important;
  }

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

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

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

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

  .mx-md-12 {
    margin-right: 12px!important;
    margin-left: 12px!important;
  }

  .my-md-12 {
    margin-top: 12px!important;
    margin-bottom: 12px!important;
  }

  .m-md-13 {
    margin: 13px 13px!important;
  }

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

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

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

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

  .mx-md-13 {
    margin-right: 13px!important;
    margin-left: 13px!important;
  }

  .my-md-13 {
    margin-top: 13px!important;
    margin-bottom: 13px!important;
  }

  .m-md-14 {
    margin: 14px 14px!important;
  }

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

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

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

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

  .mx-md-14 {
    margin-right: 14px!important;
    margin-left: 14px!important;
  }

  .my-md-14 {
    margin-top: 14px!important;
    margin-bottom: 14px!important;
  }

  .m-md-15 {
    margin: 15px 15px!important;
  }

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

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

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

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

  .mx-md-15 {
    margin-right: 15px!important;
    margin-left: 15px!important;
  }

  .my-md-15 {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
  }

  .m-md-16 {
    margin: 16px 16px!important;
  }

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

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

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

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

  .mx-md-16 {
    margin-right: 16px!important;
    margin-left: 16px!important;
  }

  .my-md-16 {
    margin-top: 16px!important;
    margin-bottom: 16px!important;
  }

  .m-md-17 {
    margin: 17px 17px!important;
  }

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

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

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

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

  .mx-md-17 {
    margin-right: 17px!important;
    margin-left: 17px!important;
  }

  .my-md-17 {
    margin-top: 17px!important;
    margin-bottom: 17px!important;
  }

  .m-md-18 {
    margin: 18px 18px!important;
  }

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

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

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

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

  .mx-md-18 {
    margin-right: 18px!important;
    margin-left: 18px!important;
  }

  .my-md-18 {
    margin-top: 18px!important;
    margin-bottom: 18px!important;
  }

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

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

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

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

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

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

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

  .m-md-21 {
    margin: 21px 21px!important;
  }

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

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

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

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

  .mx-md-21 {
    margin-right: 21px!important;
    margin-left: 21px!important;
  }

  .my-md-21 {
    margin-top: 21px!important;
    margin-bottom: 21px!important;
  }

  .m-md-22 {
    margin: 22px 22px!important;
  }

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

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

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

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

  .mx-md-22 {
    margin-right: 22px!important;
    margin-left: 22px!important;
  }

  .my-md-22 {
    margin-top: 22px!important;
    margin-bottom: 22px!important;
  }

  .m-md-23 {
    margin: 23px 23px!important;
  }

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

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

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

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

  .mx-md-23 {
    margin-right: 23px!important;
    margin-left: 23px!important;
  }

  .my-md-23 {
    margin-top: 23px!important;
    margin-bottom: 23px!important;
  }

  .m-md-24 {
    margin: 24px 24px!important;
  }

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

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

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

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

  .mx-md-24 {
    margin-right: 24px!important;
    margin-left: 24px!important;
  }

  .my-md-24 {
    margin-top: 24px!important;
    margin-bottom: 24px!important;
  }

  .m-md-25 {
    margin: 25px 25px!important;
  }

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

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

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

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

  .mx-md-25 {
    margin-right: 25px!important;
    margin-left: 25px!important;
  }

  .my-md-25 {
    margin-top: 25px!important;
    margin-bottom: 25px!important;
  }

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

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

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

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

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

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

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

  .m-md-35 {
    margin: 35px 35px!important;
  }

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

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

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

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

  .mx-md-35 {
    margin-right: 35px!important;
    margin-left: 35px!important;
  }

  .my-md-35 {
    margin-top: 35px!important;
    margin-bottom: 35px!important;
  }

  .m-md-38 {
    margin: 38px 38px!important;
  }

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

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

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

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

  .mx-md-38 {
    margin-right: 38px!important;
    margin-left: 38px!important;
  }

  .my-md-38 {
    margin-top: 38px!important;
    margin-bottom: 38px!important;
  }

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

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

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

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

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

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

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

  .m-md-45 {
    margin: 45px 45px!important;
  }

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

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

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

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

  .mx-md-45 {
    margin-right: 45px!important;
    margin-left: 45px!important;
  }

  .my-md-45 {
    margin-top: 45px!important;
    margin-bottom: 45px!important;
  }

  .m-md-54 {
    margin: 54px 54px!important;
  }

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

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

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

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

  .mx-md-54 {
    margin-right: 54px!important;
    margin-left: 54px!important;
  }

  .my-md-54 {
    margin-top: 54px!important;
    margin-bottom: 54px!important;
  }

  .m-md-55 {
    margin: 55px 55px!important;
  }

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

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

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

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

  .mx-md-55 {
    margin-right: 55px!important;
    margin-left: 55px!important;
  }

  .my-md-55 {
    margin-top: 55px!important;
    margin-bottom: 55px!important;
  }

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

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

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

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

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

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

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

  .m-md-75 {
    margin: 75px 75px!important;
  }

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

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

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

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

  .mx-md-75 {
    margin-right: 75px!important;
    margin-left: 75px!important;
  }

  .my-md-75 {
    margin-top: 75px!important;
    margin-bottom: 75px!important;
  }

  .m-md-89 {
    margin: 89px 89px!important;
  }

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

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

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

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

  .mx-md-89 {
    margin-right: 89px!important;
    margin-left: 89px!important;
  }

  .my-md-89 {
    margin-top: 89px!important;
    margin-bottom: 89px!important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-1 {
    padding: 1px 1px!important;
  }

  .pt-md-1 {
    padding-top: 1px!important;
  }

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

  .pb-md-1 {
    padding-bottom: 1px!important;
  }

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

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

  .py-md-1 {
    padding-top: 1px!important;
    padding-bottom: 1px!important;
  }

  .p-md-2 {
    padding: 2px 2px!important;
  }

  .pt-md-2 {
    padding-top: 2px!important;
  }

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

  .pb-md-2 {
    padding-bottom: 2px!important;
  }

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

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

  .py-md-2 {
    padding-top: 2px!important;
    padding-bottom: 2px!important;
  }

  .p-md-3 {
    padding: 3px 3px!important;
  }

  .pt-md-3 {
    padding-top: 3px!important;
  }

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

  .pb-md-3 {
    padding-bottom: 3px!important;
  }

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

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

  .py-md-3 {
    padding-top: 3px!important;
    padding-bottom: 3px!important;
  }

  .p-md-4 {
    padding: 4px 4px!important;
  }

  .pt-md-4 {
    padding-top: 4px!important;
  }

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

  .pb-md-4 {
    padding-bottom: 4px!important;
  }

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

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

  .py-md-4 {
    padding-top: 4px!important;
    padding-bottom: 4px!important;
  }

  .p-md-5 {
    padding: 5px 5px!important;
  }

  .pt-md-5 {
    padding-top: 5px!important;
  }

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

  .pb-md-5 {
    padding-bottom: 5px!important;
  }

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

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

  .py-md-5 {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
  }

  .p-md-6 {
    padding: 6px 6px!important;
  }

  .pt-md-6 {
    padding-top: 6px!important;
  }

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

  .pb-md-6 {
    padding-bottom: 6px!important;
  }

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

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

  .py-md-6 {
    padding-top: 6px!important;
    padding-bottom: 6px!important;
  }

  .p-md-7 {
    padding: 7px 7px!important;
  }

  .pt-md-7 {
    padding-top: 7px!important;
  }

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

  .pb-md-7 {
    padding-bottom: 7px!important;
  }

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

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

  .py-md-7 {
    padding-top: 7px!important;
    padding-bottom: 7px!important;
  }

  .p-md-8 {
    padding: 8px 8px!important;
  }

  .pt-md-8 {
    padding-top: 8px!important;
  }

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

  .pb-md-8 {
    padding-bottom: 8px!important;
  }

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

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

  .py-md-8 {
    padding-top: 8px!important;
    padding-bottom: 8px!important;
  }

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

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

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

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

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

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

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

  .p-md-12 {
    padding: 12px 12px!important;
  }

  .pt-md-12 {
    padding-top: 12px!important;
  }

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

  .pb-md-12 {
    padding-bottom: 12px!important;
  }

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

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

  .py-md-12 {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
  }

  .p-md-13 {
    padding: 13px 13px!important;
  }

  .pt-md-13 {
    padding-top: 13px!important;
  }

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

  .pb-md-13 {
    padding-bottom: 13px!important;
  }

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

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

  .py-md-13 {
    padding-top: 13px!important;
    padding-bottom: 13px!important;
  }

  .p-md-14 {
    padding: 14px 14px!important;
  }

  .pt-md-14 {
    padding-top: 14px!important;
  }

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

  .pb-md-14 {
    padding-bottom: 14px!important;
  }

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

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

  .py-md-14 {
    padding-top: 14px!important;
    padding-bottom: 14px!important;
  }

  .p-md-15 {
    padding: 15px 15px!important;
  }

  .pt-md-15 {
    padding-top: 15px!important;
  }

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

  .pb-md-15 {
    padding-bottom: 15px!important;
  }

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

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

  .py-md-15 {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
  }

  .p-md-16 {
    padding: 16px 16px!important;
  }

  .pt-md-16 {
    padding-top: 16px!important;
  }

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

  .pb-md-16 {
    padding-bottom: 16px!important;
  }

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

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

  .py-md-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
  }

  .p-md-17 {
    padding: 17px 17px!important;
  }

  .pt-md-17 {
    padding-top: 17px!important;
  }

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

  .pb-md-17 {
    padding-bottom: 17px!important;
  }

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

  .px-md-17 {
    padding-right: 17px!important;
    padding-left: 17px!important;
  }

  .py-md-17 {
    padding-top: 17px!important;
    padding-bottom: 17px!important;
  }

  .p-md-18 {
    padding: 18px 18px!important;
  }

  .pt-md-18 {
    padding-top: 18px!important;
  }

  .pr-md-18 {
    padding-right: 18px!important;
  }

  .pb-md-18 {
    padding-bottom: 18px!important;
  }

  .pl-md-18 {
    padding-left: 18px!important;
  }

  .px-md-18 {
    padding-right: 18px!important;
    padding-left: 18px!important;
  }

  .py-md-18 {
    padding-top: 18px!important;
    padding-bottom: 18px!important;
  }

  .p-md-20 {
    padding: 20px 20px!important;
  }

  .pt-md-20 {
    padding-top: 20px!important;
  }

  .pr-md-20 {
    padding-right: 20px!important;
  }

  .pb-md-20 {
    padding-bottom: 20px!important;
  }

  .pl-md-20 {
    padding-left: 20px!important;
  }

  .px-md-20 {
    padding-right: 20px!important;
    padding-left: 20px!important;
  }

  .py-md-20 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
  }

  .p-md-21 {
    padding: 21px 21px!important;
  }

  .pt-md-21 {
    padding-top: 21px!important;
  }

  .pr-md-21 {
    padding-right: 21px!important;
  }

  .pb-md-21 {
    padding-bottom: 21px!important;
  }

  .pl-md-21 {
    padding-left: 21px!important;
  }

  .px-md-21 {
    padding-right: 21px!important;
    padding-left: 21px!important;
  }

  .py-md-21 {
    padding-top: 21px!important;
    padding-bottom: 21px!important;
  }

  .p-md-22 {
    padding: 22px 22px!important;
  }

  .pt-md-22 {
    padding-top: 22px!important;
  }

  .pr-md-22 {
    padding-right: 22px!important;
  }

  .pb-md-22 {
    padding-bottom: 22px!important;
  }

  .pl-md-22 {
    padding-left: 22px!important;
  }

  .px-md-22 {
    padding-right: 22px!important;
    padding-left: 22px!important;
  }

  .py-md-22 {
    padding-top: 22px!important;
    padding-bottom: 22px!important;
  }

  .p-md-23 {
    padding: 23px 23px!important;
  }

  .pt-md-23 {
    padding-top: 23px!important;
  }

  .pr-md-23 {
    padding-right: 23px!important;
  }

  .pb-md-23 {
    padding-bottom: 23px!important;
  }

  .pl-md-23 {
    padding-left: 23px!important;
  }

  .px-md-23 {
    padding-right: 23px!important;
    padding-left: 23px!important;
  }

  .py-md-23 {
    padding-top: 23px!important;
    padding-bottom: 23px!important;
  }

  .p-md-24 {
    padding: 24px 24px!important;
  }

  .pt-md-24 {
    padding-top: 24px!important;
  }

  .pr-md-24 {
    padding-right: 24px!important;
  }

  .pb-md-24 {
    padding-bottom: 24px!important;
  }

  .pl-md-24 {
    padding-left: 24px!important;
  }

  .px-md-24 {
    padding-right: 24px!important;
    padding-left: 24px!important;
  }

  .py-md-24 {
    padding-top: 24px!important;
    padding-bottom: 24px!important;
  }

  .p-md-25 {
    padding: 25px 25px!important;
  }

  .pt-md-25 {
    padding-top: 25px!important;
  }

  .pr-md-25 {
    padding-right: 25px!important;
  }

  .pb-md-25 {
    padding-bottom: 25px!important;
  }

  .pl-md-25 {
    padding-left: 25px!important;
  }

  .px-md-25 {
    padding-right: 25px!important;
    padding-left: 25px!important;
  }

  .py-md-25 {
    padding-top: 25px!important;
    padding-bottom: 25px!important;
  }

  .p-md-30 {
    padding: 30px 30px!important;
  }

  .pt-md-30 {
    padding-top: 30px!important;
  }

  .pr-md-30 {
    padding-right: 30px!important;
  }

  .pb-md-30 {
    padding-bottom: 30px!important;
  }

  .pl-md-30 {
    padding-left: 30px!important;
  }

  .px-md-30 {
    padding-right: 30px!important;
    padding-left: 30px!important;
  }

  .py-md-30 {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
  }

  .p-md-35 {
    padding: 35px 35px!important;
  }

  .pt-md-35 {
    padding-top: 35px!important;
  }

  .pr-md-35 {
    padding-right: 35px!important;
  }

  .pb-md-35 {
    padding-bottom: 35px!important;
  }

  .pl-md-35 {
    padding-left: 35px!important;
  }

  .px-md-35 {
    padding-right: 35px!important;
    padding-left: 35px!important;
  }

  .py-md-35 {
    padding-top: 35px!important;
    padding-bottom: 35px!important;
  }

  .p-md-38 {
    padding: 38px 38px!important;
  }

  .pt-md-38 {
    padding-top: 38px!important;
  }

  .pr-md-38 {
    padding-right: 38px!important;
  }

  .pb-md-38 {
    padding-bottom: 38px!important;
  }

  .pl-md-38 {
    padding-left: 38px!important;
  }

  .px-md-38 {
    padding-right: 38px!important;
    padding-left: 38px!important;
  }

  .py-md-38 {
    padding-top: 38px!important;
    padding-bottom: 38px!important;
  }

  .p-md-40 {
    padding: 40px 40px!important;
  }

  .pt-md-40 {
    padding-top: 40px!important;
  }

  .pr-md-40 {
    padding-right: 40px!important;
  }

  .pb-md-40 {
    padding-bottom: 40px!important;
  }

  .pl-md-40 {
    padding-left: 40px!important;
  }

  .px-md-40 {
    padding-right: 40px!important;
    padding-left: 40px!important;
  }

  .py-md-40 {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }

  .p-md-45 {
    padding: 45px 45px!important;
  }

  .pt-md-45 {
    padding-top: 45px!important;
  }

  .pr-md-45 {
    padding-right: 45px!important;
  }

  .pb-md-45 {
    padding-bottom: 45px!important;
  }

  .pl-md-45 {
    padding-left: 45px!important;
  }

  .px-md-45 {
    padding-right: 45px!important;
    padding-left: 45px!important;
  }

  .py-md-45 {
    padding-top: 45px!important;
    padding-bottom: 45px!important;
  }

  .p-md-54 {
    padding: 54px 54px!important;
  }

  .pt-md-54 {
    padding-top: 54px!important;
  }

  .pr-md-54 {
    padding-right: 54px!important;
  }

  .pb-md-54 {
    padding-bottom: 54px!important;
  }

  .pl-md-54 {
    padding-left: 54px!important;
  }

  .px-md-54 {
    padding-right: 54px!important;
    padding-left: 54px!important;
  }

  .py-md-54 {
    padding-top: 54px!important;
    padding-bottom: 54px!important;
  }

  .p-md-55 {
    padding: 55px 55px!important;
  }

  .pt-md-55 {
    padding-top: 55px!important;
  }

  .pr-md-55 {
    padding-right: 55px!important;
  }

  .pb-md-55 {
    padding-bottom: 55px!important;
  }

  .pl-md-55 {
    padding-left: 55px!important;
  }

  .px-md-55 {
    padding-right: 55px!important;
    padding-left: 55px!important;
  }

  .py-md-55 {
    padding-top: 55px!important;
    padding-bottom: 55px!important;
  }

  .p-md-60 {
    padding: 60px 60px!important;
  }

  .pt-md-60 {
    padding-top: 60px!important;
  }

  .pr-md-60 {
    padding-right: 60px!important;
  }

  .pb-md-60 {
    padding-bottom: 60px!important;
  }

  .pl-md-60 {
    padding-left: 60px!important;
  }

  .px-md-60 {
    padding-right: 60px!important;
    padding-left: 60px!important;
  }

  .py-md-60 {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
  }

  .p-md-75 {
    padding: 75px 75px!important;
  }

  .pt-md-75 {
    padding-top: 75px!important;
  }

  .pr-md-75 {
    padding-right: 75px!important;
  }

  .pb-md-75 {
    padding-bottom: 75px!important;
  }

  .pl-md-75 {
    padding-left: 75px!important;
  }

  .px-md-75 {
    padding-right: 75px!important;
    padding-left: 75px!important;
  }

  .py-md-75 {
    padding-top: 75px!important;
    padding-bottom: 75px!important;
  }

  .p-md-89 {
    padding: 89px 89px!important;
  }

  .pt-md-89 {
    padding-top: 89px!important;
  }

  .pr-md-89 {
    padding-right: 89px!important;
  }

  .pb-md-89 {
    padding-bottom: 89px!important;
  }

  .pl-md-89 {
    padding-left: 89px!important;
  }

  .px-md-89 {
    padding-right: 89px!important;
    padding-left: 89px!important;
  }

  .py-md-89 {
    padding-top: 89px!important;
    padding-bottom: 89px!important;
  }

  .p-md-90 {
    padding: 90px 90px!important;
  }

  .pt-md-90 {
    padding-top: 90px!important;
  }

  .pr-md-90 {
    padding-right: 90px!important;
  }

  .pb-md-90 {
    padding-bottom: 90px!important;
  }

  .pl-md-90 {
    padding-left: 90px!important;
  }

  .px-md-90 {
    padding-right: 90px!important;
    padding-left: 90px!important;
  }

  .py-md-90 {
    padding-top: 90px!important;
    padding-bottom: 90px!important;
  }

  .m-md-auto {
    margin: auto!important;
  }

  .mt-md-auto {
    margin-top: auto!important;
  }

  .mr-md-auto {
    margin-right: auto!important;
  }

  .mb-md-auto {
    margin-bottom: auto!important;
  }

  .ml-md-auto {
    margin-left: auto!important;
  }

  .mx-md-auto {
    margin-right: auto!important;
    margin-left: auto!important;
  }

  .my-md-auto {
    margin-top: auto!important;
    margin-bottom: auto!important;
  }
}

@media (min-width:960px) {
  .m-lg-0 {
    margin: 0 0!important;
  }

  .mt-lg-0 {
    margin-top: 0!important;
  }

  .mr-lg-0 {
    margin-right: 0!important;
  }

  .mb-lg-0 {
    margin-bottom: 0!important;
  }

  .ml-lg-0 {
    margin-left: 0!important;
  }

  .mx-lg-0 {
    margin-right: 0!important;
    margin-left: 0!important;
  }

  .my-lg-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }

  .m-lg-1 {
    margin: 1px 1px!important;
  }

  .mt-lg-1 {
    margin-top: 1px!important;
  }

  .mr-lg-1 {
    margin-right: 1px!important;
  }

  .mb-lg-1 {
    margin-bottom: 1px!important;
  }

  .ml-lg-1 {
    margin-left: 1px!important;
  }

  .mx-lg-1 {
    margin-right: 1px!important;
    margin-left: 1px!important;
  }

  .my-lg-1 {
    margin-top: 1px!important;
    margin-bottom: 1px!important;
  }

  .m-lg-2 {
    margin: 2px 2px!important;
  }

  .mt-lg-2 {
    margin-top: 2px!important;
  }

  .mr-lg-2 {
    margin-right: 2px!important;
  }

  .mb-lg-2 {
    margin-bottom: 2px!important;
  }

  .ml-lg-2 {
    margin-left: 2px!important;
  }

  .mx-lg-2 {
    margin-right: 2px!important;
    margin-left: 2px!important;
  }

  .my-lg-2 {
    margin-top: 2px!important;
    margin-bottom: 2px!important;
  }

  .m-lg-3 {
    margin: 3px 3px!important;
  }

  .mt-lg-3 {
    margin-top: 3px!important;
  }

  .mr-lg-3 {
    margin-right: 3px!important;
  }

  .mb-lg-3 {
    margin-bottom: 3px!important;
  }

  .ml-lg-3 {
    margin-left: 3px!important;
  }

  .mx-lg-3 {
    margin-right: 3px!important;
    margin-left: 3px!important;
  }

  .my-lg-3 {
    margin-top: 3px!important;
    margin-bottom: 3px!important;
  }

  .m-lg-4 {
    margin: 4px 4px!important;
  }

  .mt-lg-4 {
    margin-top: 4px!important;
  }

  .mr-lg-4 {
    margin-right: 4px!important;
  }

  .mb-lg-4 {
    margin-bottom: 4px!important;
  }

  .ml-lg-4 {
    margin-left: 4px!important;
  }

  .mx-lg-4 {
    margin-right: 4px!important;
    margin-left: 4px!important;
  }

  .my-lg-4 {
    margin-top: 4px!important;
    margin-bottom: 4px!important;
  }

  .m-lg-5 {
    margin: 5px 5px!important;
  }

  .mt-lg-5 {
    margin-top: 5px!important;
  }

  .mr-lg-5 {
    margin-right: 5px!important;
  }

  .mb-lg-5 {
    margin-bottom: 5px!important;
  }

  .ml-lg-5 {
    margin-left: 5px!important;
  }

  .mx-lg-5 {
    margin-right: 5px!important;
    margin-left: 5px!important;
  }

  .my-lg-5 {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
  }

  .m-lg-6 {
    margin: 6px 6px!important;
  }

  .mt-lg-6 {
    margin-top: 6px!important;
  }

  .mr-lg-6 {
    margin-right: 6px!important;
  }

  .mb-lg-6 {
    margin-bottom: 6px!important;
  }

  .ml-lg-6 {
    margin-left: 6px!important;
  }

  .mx-lg-6 {
    margin-right: 6px!important;
    margin-left: 6px!important;
  }

  .my-lg-6 {
    margin-top: 6px!important;
    margin-bottom: 6px!important;
  }

  .m-lg-7 {
    margin: 7px 7px!important;
  }

  .mt-lg-7 {
    margin-top: 7px!important;
  }

  .mr-lg-7 {
    margin-right: 7px!important;
  }

  .mb-lg-7 {
    margin-bottom: 7px!important;
  }

  .ml-lg-7 {
    margin-left: 7px!important;
  }

  .mx-lg-7 {
    margin-right: 7px!important;
    margin-left: 7px!important;
  }

  .my-lg-7 {
    margin-top: 7px!important;
    margin-bottom: 7px!important;
  }

  .m-lg-8 {
    margin: 8px 8px!important;
  }

  .mt-lg-8 {
    margin-top: 8px!important;
  }

  .mr-lg-8 {
    margin-right: 8px!important;
  }

  .mb-lg-8 {
    margin-bottom: 8px!important;
  }

  .ml-lg-8 {
    margin-left: 8px!important;
  }

  .mx-lg-8 {
    margin-right: 8px!important;
    margin-left: 8px!important;
  }

  .my-lg-8 {
    margin-top: 8px!important;
    margin-bottom: 8px!important;
  }

  .m-lg-10 {
    margin: 10px 10px!important;
  }

  .mt-lg-10 {
    margin-top: 10px!important;
  }

  .mr-lg-10 {
    margin-right: 10px!important;
  }

  .mb-lg-10 {
    margin-bottom: 10px!important;
  }

  .ml-lg-10 {
    margin-left: 10px!important;
  }

  .mx-lg-10 {
    margin-right: 10px!important;
    margin-left: 10px!important;
  }

  .my-lg-10 {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
  }

  .m-lg-12 {
    margin: 12px 12px!important;
  }

  .mt-lg-12 {
    margin-top: 12px!important;
  }

  .mr-lg-12 {
    margin-right: 12px!important;
  }

  .mb-lg-12 {
    margin-bottom: 12px!important;
  }

  .ml-lg-12 {
    margin-left: 12px!important;
  }

  .mx-lg-12 {
    margin-right: 12px!important;
    margin-left: 12px!important;
  }

  .my-lg-12 {
    margin-top: 12px!important;
    margin-bottom: 12px!important;
  }

  .m-lg-13 {
    margin: 13px 13px!important;
  }

  .mt-lg-13 {
    margin-top: 13px!important;
  }

  .mr-lg-13 {
    margin-right: 13px!important;
  }

  .mb-lg-13 {
    margin-bottom: 13px!important;
  }

  .ml-lg-13 {
    margin-left: 13px!important;
  }

  .mx-lg-13 {
    margin-right: 13px!important;
    margin-left: 13px!important;
  }

  .my-lg-13 {
    margin-top: 13px!important;
    margin-bottom: 13px!important;
  }

  .m-lg-14 {
    margin: 14px 14px!important;
  }

  .mt-lg-14 {
    margin-top: 14px!important;
  }

  .mr-lg-14 {
    margin-right: 14px!important;
  }

  .mb-lg-14 {
    margin-bottom: 14px!important;
  }

  .ml-lg-14 {
    margin-left: 14px!important;
  }

  .mx-lg-14 {
    margin-right: 14px!important;
    margin-left: 14px!important;
  }

  .my-lg-14 {
    margin-top: 14px!important;
    margin-bottom: 14px!important;
  }

  .m-lg-15 {
    margin: 15px 15px!important;
  }

  .mt-lg-15 {
    margin-top: 15px!important;
  }

  .mr-lg-15 {
    margin-right: 15px!important;
  }

  .mb-lg-15 {
    margin-bottom: 15px!important;
  }

  .ml-lg-15 {
    margin-left: 15px!important;
  }

  .mx-lg-15 {
    margin-right: 15px!important;
    margin-left: 15px!important;
  }

  .my-lg-15 {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
  }

  .m-lg-16 {
    margin: 16px 16px!important;
  }

  .mt-lg-16 {
    margin-top: 16px!important;
  }

  .mr-lg-16 {
    margin-right: 16px!important;
  }

  .mb-lg-16 {
    margin-bottom: 16px!important;
  }

  .ml-lg-16 {
    margin-left: 16px!important;
  }

  .mx-lg-16 {
    margin-right: 16px!important;
    margin-left: 16px!important;
  }

  .my-lg-16 {
    margin-top: 16px!important;
    margin-bottom: 16px!important;
  }

  .m-lg-17 {
    margin: 17px 17px!important;
  }

  .mt-lg-17 {
    margin-top: 17px!important;
  }

  .mr-lg-17 {
    margin-right: 17px!important;
  }

  .mb-lg-17 {
    margin-bottom: 17px!important;
  }

  .ml-lg-17 {
    margin-left: 17px!important;
  }

  .mx-lg-17 {
    margin-right: 17px!important;
    margin-left: 17px!important;
  }

  .my-lg-17 {
    margin-top: 17px!important;
    margin-bottom: 17px!important;
  }

  .m-lg-18 {
    margin: 18px 18px!important;
  }

  .mt-lg-18 {
    margin-top: 18px!important;
  }

  .mr-lg-18 {
    margin-right: 18px!important;
  }

  .mb-lg-18 {
    margin-bottom: 18px!important;
  }

  .ml-lg-18 {
    margin-left: 18px!important;
  }

  .mx-lg-18 {
    margin-right: 18px!important;
    margin-left: 18px!important;
  }

  .my-lg-18 {
    margin-top: 18px!important;
    margin-bottom: 18px!important;
  }

  .m-lg-20 {
    margin: 20px 20px!important;
  }

  .mt-lg-20 {
    margin-top: 20px!important;
  }

  .mr-lg-20 {
    margin-right: 20px!important;
  }

  .mb-lg-20 {
    margin-bottom: 20px!important;
  }

  .ml-lg-20 {
    margin-left: 20px!important;
  }

  .mx-lg-20 {
    margin-right: 20px!important;
    margin-left: 20px!important;
  }

  .my-lg-20 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
  }

  .m-lg-21 {
    margin: 21px 21px!important;
  }

  .mt-lg-21 {
    margin-top: 21px!important;
  }

  .mr-lg-21 {
    margin-right: 21px!important;
  }

  .mb-lg-21 {
    margin-bottom: 21px!important;
  }

  .ml-lg-21 {
    margin-left: 21px!important;
  }

  .mx-lg-21 {
    margin-right: 21px!important;
    margin-left: 21px!important;
  }

  .my-lg-21 {
    margin-top: 21px!important;
    margin-bottom: 21px!important;
  }

  .m-lg-22 {
    margin: 22px 22px!important;
  }

  .mt-lg-22 {
    margin-top: 22px!important;
  }

  .mr-lg-22 {
    margin-right: 22px!important;
  }

  .mb-lg-22 {
    margin-bottom: 22px!important;
  }

  .ml-lg-22 {
    margin-left: 22px!important;
  }

  .mx-lg-22 {
    margin-right: 22px!important;
    margin-left: 22px!important;
  }

  .my-lg-22 {
    margin-top: 22px!important;
    margin-bottom: 22px!important;
  }

  .m-lg-23 {
    margin: 23px 23px!important;
  }

  .mt-lg-23 {
    margin-top: 23px!important;
  }

  .mr-lg-23 {
    margin-right: 23px!important;
  }

  .mb-lg-23 {
    margin-bottom: 23px!important;
  }

  .ml-lg-23 {
    margin-left: 23px!important;
  }

  .mx-lg-23 {
    margin-right: 23px!important;
    margin-left: 23px!important;
  }

  .my-lg-23 {
    margin-top: 23px!important;
    margin-bottom: 23px!important;
  }

  .m-lg-24 {
    margin: 24px 24px!important;
  }

  .mt-lg-24 {
    margin-top: 24px!important;
  }

  .mr-lg-24 {
    margin-right: 24px!important;
  }

  .mb-lg-24 {
    margin-bottom: 24px!important;
  }

  .ml-lg-24 {
    margin-left: 24px!important;
  }

  .mx-lg-24 {
    margin-right: 24px!important;
    margin-left: 24px!important;
  }

  .my-lg-24 {
    margin-top: 24px!important;
    margin-bottom: 24px!important;
  }

  .m-lg-25 {
    margin: 25px 25px!important;
  }

  .mt-lg-25 {
    margin-top: 25px!important;
  }

  .mr-lg-25 {
    margin-right: 25px!important;
  }

  .mb-lg-25 {
    margin-bottom: 25px!important;
  }

  .ml-lg-25 {
    margin-left: 25px!important;
  }

  .mx-lg-25 {
    margin-right: 25px!important;
    margin-left: 25px!important;
  }

  .my-lg-25 {
    margin-top: 25px!important;
    margin-bottom: 25px!important;
  }

  .m-lg-30 {
    margin: 30px 30px!important;
  }

  .mt-lg-30 {
    margin-top: 30px!important;
  }

  .mr-lg-30 {
    margin-right: 30px!important;
  }

  .mb-lg-30 {
    margin-bottom: 30px!important;
  }

  .ml-lg-30 {
    margin-left: 30px!important;
  }

  .mx-lg-30 {
    margin-right: 30px!important;
    margin-left: 30px!important;
  }

  .my-lg-30 {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
  }

  .m-lg-35 {
    margin: 35px 35px!important;
  }

  .mt-lg-35 {
    margin-top: 35px!important;
  }

  .mr-lg-35 {
    margin-right: 35px!important;
  }

  .mb-lg-35 {
    margin-bottom: 35px!important;
  }

  .ml-lg-35 {
    margin-left: 35px!important;
  }

  .mx-lg-35 {
    margin-right: 35px!important;
    margin-left: 35px!important;
  }

  .my-lg-35 {
    margin-top: 35px!important;
    margin-bottom: 35px!important;
  }

  .m-lg-38 {
    margin: 38px 38px!important;
  }

  .mt-lg-38 {
    margin-top: 38px!important;
  }

  .mr-lg-38 {
    margin-right: 38px!important;
  }

  .mb-lg-38 {
    margin-bottom: 38px!important;
  }

  .ml-lg-38 {
    margin-left: 38px!important;
  }

  .mx-lg-38 {
    margin-right: 38px!important;
    margin-left: 38px!important;
  }

  .my-lg-38 {
    margin-top: 38px!important;
    margin-bottom: 38px!important;
  }

  .m-lg-40 {
    margin: 40px 40px!important;
  }

  .mt-lg-40 {
    margin-top: 40px!important;
  }

  .mr-lg-40 {
    margin-right: 40px!important;
  }

  .mb-lg-40 {
    margin-bottom: 40px!important;
  }

  .ml-lg-40 {
    margin-left: 40px!important;
  }

  .mx-lg-40 {
    margin-right: 40px!important;
    margin-left: 40px!important;
  }

  .my-lg-40 {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
  }

  .m-lg-45 {
    margin: 45px 45px!important;
  }

  .mt-lg-45 {
    margin-top: 45px!important;
  }

  .mr-lg-45 {
    margin-right: 45px!important;
  }

  .mb-lg-45 {
    margin-bottom: 45px!important;
  }

  .ml-lg-45 {
    margin-left: 45px!important;
  }

  .mx-lg-45 {
    margin-right: 45px!important;
    margin-left: 45px!important;
  }

  .my-lg-45 {
    margin-top: 45px!important;
    margin-bottom: 45px!important;
  }

  .m-lg-54 {
    margin: 54px 54px!important;
  }

  .mt-lg-54 {
    margin-top: 54px!important;
  }

  .mr-lg-54 {
    margin-right: 54px!important;
  }

  .mb-lg-54 {
    margin-bottom: 54px!important;
  }

  .ml-lg-54 {
    margin-left: 54px!important;
  }

  .mx-lg-54 {
    margin-right: 54px!important;
    margin-left: 54px!important;
  }

  .my-lg-54 {
    margin-top: 54px!important;
    margin-bottom: 54px!important;
  }

  .m-lg-55 {
    margin: 55px 55px!important;
  }

  .mt-lg-55 {
    margin-top: 55px!important;
  }

  .mr-lg-55 {
    margin-right: 55px!important;
  }

  .mb-lg-55 {
    margin-bottom: 55px!important;
  }

  .ml-lg-55 {
    margin-left: 55px!important;
  }

  .mx-lg-55 {
    margin-right: 55px!important;
    margin-left: 55px!important;
  }

  .my-lg-55 {
    margin-top: 55px!important;
    margin-bottom: 55px!important;
  }

  .m-lg-60 {
    margin: 60px 60px!important;
  }

  .mt-lg-60 {
    margin-top: 60px!important;
  }

  .mr-lg-60 {
    margin-right: 60px!important;
  }

  .mb-lg-60 {
    margin-bottom: 60px!important;
  }

  .ml-lg-60 {
    margin-left: 60px!important;
  }

  .mx-lg-60 {
    margin-right: 60px!important;
    margin-left: 60px!important;
  }

  .my-lg-60 {
    margin-top: 60px!important;
    margin-bottom: 60px!important;
  }

  .m-lg-75 {
    margin: 75px 75px!important;
  }

  .mt-lg-75 {
    margin-top: 75px!important;
  }

  .mr-lg-75 {
    margin-right: 75px!important;
  }

  .mb-lg-75 {
    margin-bottom: 75px!important;
  }

  .ml-lg-75 {
    margin-left: 75px!important;
  }

  .mx-lg-75 {
    margin-right: 75px!important;
    margin-left: 75px!important;
  }

  .my-lg-75 {
    margin-top: 75px!important;
    margin-bottom: 75px!important;
  }

  .m-lg-89 {
    margin: 89px 89px!important;
  }

  .mt-lg-89 {
    margin-top: 89px!important;
  }

  .mr-lg-89 {
    margin-right: 89px!important;
  }

  .mb-lg-89 {
    margin-bottom: 89px!important;
  }

  .ml-lg-89 {
    margin-left: 89px!important;
  }

  .mx-lg-89 {
    margin-right: 89px!important;
    margin-left: 89px!important;
  }

  .my-lg-89 {
    margin-top: 89px!important;
    margin-bottom: 89px!important;
  }

  .m-lg-90 {
    margin: 90px 90px!important;
  }

  .mt-lg-90 {
    margin-top: 90px!important;
  }

  .mr-lg-90 {
    margin-right: 90px!important;
  }

  .mb-lg-90 {
    margin-bottom: 90px!important;
  }

  .ml-lg-90 {
    margin-left: 90px!important;
  }

  .mx-lg-90 {
    margin-right: 90px!important;
    margin-left: 90px!important;
  }

  .my-lg-90 {
    margin-top: 90px!important;
    margin-bottom: 90px!important;
  }

  .p-lg-0 {
    padding: 0 0!important;
  }

  .pt-lg-0 {
    padding-top: 0!important;
  }

  .pr-lg-0 {
    padding-right: 0!important;
  }

  .pb-lg-0 {
    padding-bottom: 0!important;
  }

  .pl-lg-0 {
    padding-left: 0!important;
  }

  .px-lg-0 {
    padding-right: 0!important;
    padding-left: 0!important;
  }

  .py-lg-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }

  .p-lg-1 {
    padding: 1px 1px!important;
  }

  .pt-lg-1 {
    padding-top: 1px!important;
  }

  .pr-lg-1 {
    padding-right: 1px!important;
  }

  .pb-lg-1 {
    padding-bottom: 1px!important;
  }

  .pl-lg-1 {
    padding-left: 1px!important;
  }

  .px-lg-1 {
    padding-right: 1px!important;
    padding-left: 1px!important;
  }

  .py-lg-1 {
    padding-top: 1px!important;
    padding-bottom: 1px!important;
  }

  .p-lg-2 {
    padding: 2px 2px!important;
  }

  .pt-lg-2 {
    padding-top: 2px!important;
  }

  .pr-lg-2 {
    padding-right: 2px!important;
  }

  .pb-lg-2 {
    padding-bottom: 2px!important;
  }

  .pl-lg-2 {
    padding-left: 2px!important;
  }

  .px-lg-2 {
    padding-right: 2px!important;
    padding-left: 2px!important;
  }

  .py-lg-2 {
    padding-top: 2px!important;
    padding-bottom: 2px!important;
  }

  .p-lg-3 {
    padding: 3px 3px!important;
  }

  .pt-lg-3 {
    padding-top: 3px!important;
  }

  .pr-lg-3 {
    padding-right: 3px!important;
  }

  .pb-lg-3 {
    padding-bottom: 3px!important;
  }

  .pl-lg-3 {
    padding-left: 3px!important;
  }

  .px-lg-3 {
    padding-right: 3px!important;
    padding-left: 3px!important;
  }

  .py-lg-3 {
    padding-top: 3px!important;
    padding-bottom: 3px!important;
  }

  .p-lg-4 {
    padding: 4px 4px!important;
  }

  .pt-lg-4 {
    padding-top: 4px!important;
  }

  .pr-lg-4 {
    padding-right: 4px!important;
  }

  .pb-lg-4 {
    padding-bottom: 4px!important;
  }

  .pl-lg-4 {
    padding-left: 4px!important;
  }

  .px-lg-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }

  .py-lg-4 {
    padding-top: 4px!important;
    padding-bottom: 4px!important;
  }

  .p-lg-5 {
    padding: 5px 5px!important;
  }

  .pt-lg-5 {
    padding-top: 5px!important;
  }

  .pr-lg-5 {
    padding-right: 5px!important;
  }

  .pb-lg-5 {
    padding-bottom: 5px!important;
  }

  .pl-lg-5 {
    padding-left: 5px!important;
  }

  .px-lg-5 {
    padding-right: 5px!important;
    padding-left: 5px!important;
  }

  .py-lg-5 {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
  }

  .p-lg-6 {
    padding: 6px 6px!important;
  }

  .pt-lg-6 {
    padding-top: 6px!important;
  }

  .pr-lg-6 {
    padding-right: 6px!important;
  }

  .pb-lg-6 {
    padding-bottom: 6px!important;
  }

  .pl-lg-6 {
    padding-left: 6px!important;
  }

  .px-lg-6 {
    padding-right: 6px!important;
    padding-left: 6px!important;
  }

  .py-lg-6 {
    padding-top: 6px!important;
    padding-bottom: 6px!important;
  }

  .p-lg-7 {
    padding: 7px 7px!important;
  }

  .pt-lg-7 {
    padding-top: 7px!important;
  }

  .pr-lg-7 {
    padding-right: 7px!important;
  }

  .pb-lg-7 {
    padding-bottom: 7px!important;
  }

  .pl-lg-7 {
    padding-left: 7px!important;
  }

  .px-lg-7 {
    padding-right: 7px!important;
    padding-left: 7px!important;
  }

  .py-lg-7 {
    padding-top: 7px!important;
    padding-bottom: 7px!important;
  }

  .p-lg-8 {
    padding: 8px 8px!important;
  }

  .pt-lg-8 {
    padding-top: 8px!important;
  }

  .pr-lg-8 {
    padding-right: 8px!important;
  }

  .pb-lg-8 {
    padding-bottom: 8px!important;
  }

  .pl-lg-8 {
    padding-left: 8px!important;
  }

  .px-lg-8 {
    padding-right: 8px!important;
    padding-left: 8px!important;
  }

  .py-lg-8 {
    padding-top: 8px!important;
    padding-bottom: 8px!important;
  }

  .p-lg-10 {
    padding: 10px 10px!important;
  }

  .pt-lg-10 {
    padding-top: 10px!important;
  }

  .pr-lg-10 {
    padding-right: 10px!important;
  }

  .pb-lg-10 {
    padding-bottom: 10px!important;
  }

  .pl-lg-10 {
    padding-left: 10px!important;
  }

  .px-lg-10 {
    padding-right: 10px!important;
    padding-left: 10px!important;
  }

  .py-lg-10 {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }

  .p-lg-12 {
    padding: 12px 12px!important;
  }

  .pt-lg-12 {
    padding-top: 12px!important;
  }

  .pr-lg-12 {
    padding-right: 12px!important;
  }

  .pb-lg-12 {
    padding-bottom: 12px!important;
  }

  .pl-lg-12 {
    padding-left: 12px!important;
  }

  .px-lg-12 {
    padding-right: 12px!important;
    padding-left: 12px!important;
  }

  .py-lg-12 {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
  }

  .p-lg-13 {
    padding: 13px 13px!important;
  }

  .pt-lg-13 {
    padding-top: 13px!important;
  }

  .pr-lg-13 {
    padding-right: 13px!important;
  }

  .pb-lg-13 {
    padding-bottom: 13px!important;
  }

  .pl-lg-13 {
    padding-left: 13px!important;
  }

  .px-lg-13 {
    padding-right: 13px!important;
    padding-left: 13px!important;
  }

  .py-lg-13 {
    padding-top: 13px!important;
    padding-bottom: 13px!important;
  }

  .p-lg-14 {
    padding: 14px 14px!important;
  }

  .pt-lg-14 {
    padding-top: 14px!important;
  }

  .pr-lg-14 {
    padding-right: 14px!important;
  }

  .pb-lg-14 {
    padding-bottom: 14px!important;
  }

  .pl-lg-14 {
    padding-left: 14px!important;
  }

  .px-lg-14 {
    padding-right: 14px!important;
    padding-left: 14px!important;
  }

  .py-lg-14 {
    padding-top: 14px!important;
    padding-bottom: 14px!important;
  }

  .p-lg-15 {
    padding: 15px 15px!important;
  }

  .pt-lg-15 {
    padding-top: 15px!important;
  }

  .pr-lg-15 {
    padding-right: 15px!important;
  }

  .pb-lg-15 {
    padding-bottom: 15px!important;
  }

  .pl-lg-15 {
    padding-left: 15px!important;
  }

  .px-lg-15 {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }

  .py-lg-15 {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
  }

  .p-lg-16 {
    padding: 16px 16px!important;
  }

  .pt-lg-16 {
    padding-top: 16px!important;
  }

  .pr-lg-16 {
    padding-right: 16px!important;
  }

  .pb-lg-16 {
    padding-bottom: 16px!important;
  }

  .pl-lg-16 {
    padding-left: 16px!important;
  }

  .px-lg-16 {
    padding-right: 16px!important;
    padding-left: 16px!important;
  }

  .py-lg-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
  }

  .p-lg-17 {
    padding: 17px 17px!important;
  }

  .pt-lg-17 {
    padding-top: 17px!important;
  }

  .pr-lg-17 {
    padding-right: 17px!important;
  }

  .pb-lg-17 {
    padding-bottom: 17px!important;
  }

  .pl-lg-17 {
    padding-left: 17px!important;
  }

  .px-lg-17 {
    padding-right: 17px!important;
    padding-left: 17px!important;
  }

  .py-lg-17 {
    padding-top: 17px!important;
    padding-bottom: 17px!important;
  }

  .p-lg-18 {
    padding: 18px 18px!important;
  }

  .pt-lg-18 {
    padding-top: 18px!important;
  }

  .pr-lg-18 {
    padding-right: 18px!important;
  }

  .pb-lg-18 {
    padding-bottom: 18px!important;
  }

  .pl-lg-18 {
    padding-left: 18px!important;
  }

  .px-lg-18 {
    padding-right: 18px!important;
    padding-left: 18px!important;
  }

  .py-lg-18 {
    padding-top: 18px!important;
    padding-bottom: 18px!important;
  }

  .p-lg-20 {
    padding: 20px 20px!important;
  }

  .pt-lg-20 {
    padding-top: 20px!important;
  }

  .pr-lg-20 {
    padding-right: 20px!important;
  }

  .pb-lg-20 {
    padding-bottom: 20px!important;
  }

  .pl-lg-20 {
    padding-left: 20px!important;
  }

  .px-lg-20 {
    padding-right: 20px!important;
    padding-left: 20px!important;
  }

  .py-lg-20 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
  }

  .p-lg-21 {
    padding: 21px 21px!important;
  }

  .pt-lg-21 {
    padding-top: 21px!important;
  }

  .pr-lg-21 {
    padding-right: 21px!important;
  }

  .pb-lg-21 {
    padding-bottom: 21px!important;
  }

  .pl-lg-21 {
    padding-left: 21px!important;
  }

  .px-lg-21 {
    padding-right: 21px!important;
    padding-left: 21px!important;
  }

  .py-lg-21 {
    padding-top: 21px!important;
    padding-bottom: 21px!important;
  }

  .p-lg-22 {
    padding: 22px 22px!important;
  }

  .pt-lg-22 {
    padding-top: 22px!important;
  }

  .pr-lg-22 {
    padding-right: 22px!important;
  }

  .pb-lg-22 {
    padding-bottom: 22px!important;
  }

  .pl-lg-22 {
    padding-left: 22px!important;
  }

  .px-lg-22 {
    padding-right: 22px!important;
    padding-left: 22px!important;
  }

  .py-lg-22 {
    padding-top: 22px!important;
    padding-bottom: 22px!important;
  }

  .p-lg-23 {
    padding: 23px 23px!important;
  }

  .pt-lg-23 {
    padding-top: 23px!important;
  }

  .pr-lg-23 {
    padding-right: 23px!important;
  }

  .pb-lg-23 {
    padding-bottom: 23px!important;
  }

  .pl-lg-23 {
    padding-left: 23px!important;
  }

  .px-lg-23 {
    padding-right: 23px!important;
    padding-left: 23px!important;
  }

  .py-lg-23 {
    padding-top: 23px!important;
    padding-bottom: 23px!important;
  }

  .p-lg-24 {
    padding: 24px 24px!important;
  }

  .pt-lg-24 {
    padding-top: 24px!important;
  }

  .pr-lg-24 {
    padding-right: 24px!important;
  }

  .pb-lg-24 {
    padding-bottom: 24px!important;
  }

  .pl-lg-24 {
    padding-left: 24px!important;
  }

  .px-lg-24 {
    padding-right: 24px!important;
    padding-left: 24px!important;
  }

  .py-lg-24 {
    padding-top: 24px!important;
    padding-bottom: 24px!important;
  }

  .p-lg-25 {
    padding: 25px 25px!important;
  }

  .pt-lg-25 {
    padding-top: 25px!important;
  }

  .pr-lg-25 {
    padding-right: 25px!important;
  }

  .pb-lg-25 {
    padding-bottom: 25px!important;
  }

  .pl-lg-25 {
    padding-left: 25px!important;
  }

  .px-lg-25 {
    padding-right: 25px!important;
    padding-left: 25px!important;
  }

  .py-lg-25 {
    padding-top: 25px!important;
    padding-bottom: 25px!important;
  }

  .p-lg-30 {
    padding: 30px 30px!important;
  }

  .pt-lg-30 {
    padding-top: 30px!important;
  }

  .pr-lg-30 {
    padding-right: 30px!important;
  }

  .pb-lg-30 {
    padding-bottom: 30px!important;
  }

  .pl-lg-30 {
    padding-left: 30px!important;
  }

  .px-lg-30 {
    padding-right: 30px!important;
    padding-left: 30px!important;
  }

  .py-lg-30 {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
  }

  .p-lg-35 {
    padding: 35px 35px!important;
  }

  .pt-lg-35 {
    padding-top: 35px!important;
  }

  .pr-lg-35 {
    padding-right: 35px!important;
  }

  .pb-lg-35 {
    padding-bottom: 35px!important;
  }

  .pl-lg-35 {
    padding-left: 35px!important;
  }

  .px-lg-35 {
    padding-right: 35px!important;
    padding-left: 35px!important;
  }

  .py-lg-35 {
    padding-top: 35px!important;
    padding-bottom: 35px!important;
  }

  .p-lg-38 {
    padding: 38px 38px!important;
  }

  .pt-lg-38 {
    padding-top: 38px!important;
  }

  .pr-lg-38 {
    padding-right: 38px!important;
  }

  .pb-lg-38 {
    padding-bottom: 38px!important;
  }

  .pl-lg-38 {
    padding-left: 38px!important;
  }

  .px-lg-38 {
    padding-right: 38px!important;
    padding-left: 38px!important;
  }

  .py-lg-38 {
    padding-top: 38px!important;
    padding-bottom: 38px!important;
  }

  .p-lg-40 {
    padding: 40px 40px!important;
  }

  .pt-lg-40 {
    padding-top: 40px!important;
  }

  .pr-lg-40 {
    padding-right: 40px!important;
  }

  .pb-lg-40 {
    padding-bottom: 40px!important;
  }

  .pl-lg-40 {
    padding-left: 40px!important;
  }

  .px-lg-40 {
    padding-right: 40px!important;
    padding-left: 40px!important;
  }

  .py-lg-40 {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }

  .p-lg-45 {
    padding: 45px 45px!important;
  }

  .pt-lg-45 {
    padding-top: 45px!important;
  }

  .pr-lg-45 {
    padding-right: 45px!important;
  }

  .pb-lg-45 {
    padding-bottom: 45px!important;
  }

  .pl-lg-45 {
    padding-left: 45px!important;
  }

  .px-lg-45 {
    padding-right: 45px!important;
    padding-left: 45px!important;
  }

  .py-lg-45 {
    padding-top: 45px!important;
    padding-bottom: 45px!important;
  }

  .p-lg-54 {
    padding: 54px 54px!important;
  }

  .pt-lg-54 {
    padding-top: 54px!important;
  }

  .pr-lg-54 {
    padding-right: 54px!important;
  }

  .pb-lg-54 {
    padding-bottom: 54px!important;
  }

  .pl-lg-54 {
    padding-left: 54px!important;
  }

  .px-lg-54 {
    padding-right: 54px!important;
    padding-left: 54px!important;
  }

  .py-lg-54 {
    padding-top: 54px!important;
    padding-bottom: 54px!important;
  }

  .p-lg-55 {
    padding: 55px 55px!important;
  }

  .pt-lg-55 {
    padding-top: 55px!important;
  }

  .pr-lg-55 {
    padding-right: 55px!important;
  }

  .pb-lg-55 {
    padding-bottom: 55px!important;
  }

  .pl-lg-55 {
    padding-left: 55px!important;
  }

  .px-lg-55 {
    padding-right: 55px!important;
    padding-left: 55px!important;
  }

  .py-lg-55 {
    padding-top: 55px!important;
    padding-bottom: 55px!important;
  }

  .p-lg-60 {
    padding: 60px 60px!important;
  }

  .pt-lg-60 {
    padding-top: 60px!important;
  }

  .pr-lg-60 {
    padding-right: 60px!important;
  }

  .pb-lg-60 {
    padding-bottom: 60px!important;
  }

  .pl-lg-60 {
    padding-left: 60px!important;
  }

  .px-lg-60 {
    padding-right: 60px!important;
    padding-left: 60px!important;
  }

  .py-lg-60 {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
  }

  .p-lg-75 {
    padding: 75px 75px!important;
  }

  .pt-lg-75 {
    padding-top: 75px!important;
  }

  .pr-lg-75 {
    padding-right: 75px!important;
  }

  .pb-lg-75 {
    padding-bottom: 75px!important;
  }

  .pl-lg-75 {
    padding-left: 75px!important;
  }

  .px-lg-75 {
    padding-right: 75px!important;
    padding-left: 75px!important;
  }

  .py-lg-75 {
    padding-top: 75px!important;
    padding-bottom: 75px!important;
  }

  .p-lg-89 {
    padding: 89px 89px!important;
  }

  .pt-lg-89 {
    padding-top: 89px!important;
  }

  .pr-lg-89 {
    padding-right: 89px!important;
  }

  .pb-lg-89 {
    padding-bottom: 89px!important;
  }

  .pl-lg-89 {
    padding-left: 89px!important;
  }

  .px-lg-89 {
    padding-right: 89px!important;
    padding-left: 89px!important;
  }

  .py-lg-89 {
    padding-top: 89px!important;
    padding-bottom: 89px!important;
  }

  .p-lg-90 {
    padding: 90px 90px!important;
  }

  .pt-lg-90 {
    padding-top: 90px!important;
  }

  .pr-lg-90 {
    padding-right: 90px!important;
  }

  .pb-lg-90 {
    padding-bottom: 90px!important;
  }

  .pl-lg-90 {
    padding-left: 90px!important;
  }

  .px-lg-90 {
    padding-right: 90px!important;
    padding-left: 90px!important;
  }

  .py-lg-90 {
    padding-top: 90px!important;
    padding-bottom: 90px!important;
  }

  .m-lg-auto {
    margin: auto!important;
  }

  .mt-lg-auto {
    margin-top: auto!important;
  }

  .mr-lg-auto {
    margin-right: auto!important;
  }

  .mb-lg-auto {
    margin-bottom: auto!important;
  }

  .ml-lg-auto {
    margin-left: auto!important;
  }

  .mx-lg-auto {
    margin-right: auto!important;
    margin-left: auto!important;
  }

  .my-lg-auto {
    margin-top: auto!important;
    margin-bottom: auto!important;
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 0!important;
  }

  .mt-xl-0 {
    margin-top: 0!important;
  }

  .mr-xl-0 {
    margin-right: 0!important;
  }

  .mb-xl-0 {
    margin-bottom: 0!important;
  }

  .ml-xl-0 {
    margin-left: 0!important;
  }

  .mx-xl-0 {
    margin-right: 0!important;
    margin-left: 0!important;
  }

  .my-xl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }

  .m-xl-1 {
    margin: 1px 1px!important;
  }

  .mt-xl-1 {
    margin-top: 1px!important;
  }

  .mr-xl-1 {
    margin-right: 1px!important;
  }

  .mb-xl-1 {
    margin-bottom: 1px!important;
  }

  .ml-xl-1 {
    margin-left: 1px!important;
  }

  .mx-xl-1 {
    margin-right: 1px!important;
    margin-left: 1px!important;
  }

  .my-xl-1 {
    margin-top: 1px!important;
    margin-bottom: 1px!important;
  }

  .m-xl-2 {
    margin: 2px 2px!important;
  }

  .mt-xl-2 {
    margin-top: 2px!important;
  }

  .mr-xl-2 {
    margin-right: 2px!important;
  }

  .mb-xl-2 {
    margin-bottom: 2px!important;
  }

  .ml-xl-2 {
    margin-left: 2px!important;
  }

  .mx-xl-2 {
    margin-right: 2px!important;
    margin-left: 2px!important;
  }

  .my-xl-2 {
    margin-top: 2px!important;
    margin-bottom: 2px!important;
  }

  .m-xl-3 {
    margin: 3px 3px!important;
  }

  .mt-xl-3 {
    margin-top: 3px!important;
  }

  .mr-xl-3 {
    margin-right: 3px!important;
  }

  .mb-xl-3 {
    margin-bottom: 3px!important;
  }

  .ml-xl-3 {
    margin-left: 3px!important;
  }

  .mx-xl-3 {
    margin-right: 3px!important;
    margin-left: 3px!important;
  }

  .my-xl-3 {
    margin-top: 3px!important;
    margin-bottom: 3px!important;
  }

  .m-xl-4 {
    margin: 4px 4px!important;
  }

  .mt-xl-4 {
    margin-top: 4px!important;
  }

  .mr-xl-4 {
    margin-right: 4px!important;
  }

  .mb-xl-4 {
    margin-bottom: 4px!important;
  }

  .ml-xl-4 {
    margin-left: 4px!important;
  }

  .mx-xl-4 {
    margin-right: 4px!important;
    margin-left: 4px!important;
  }

  .my-xl-4 {
    margin-top: 4px!important;
    margin-bottom: 4px!important;
  }

  .m-xl-5 {
    margin: 5px 5px!important;
  }

  .mt-xl-5 {
    margin-top: 5px!important;
  }

  .mr-xl-5 {
    margin-right: 5px!important;
  }

  .mb-xl-5 {
    margin-bottom: 5px!important;
  }

  .ml-xl-5 {
    margin-left: 5px!important;
  }

  .mx-xl-5 {
    margin-right: 5px!important;
    margin-left: 5px!important;
  }

  .my-xl-5 {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
  }

  .m-xl-6 {
    margin: 6px 6px!important;
  }

  .mt-xl-6 {
    margin-top: 6px!important;
  }

  .mr-xl-6 {
    margin-right: 6px!important;
  }

  .mb-xl-6 {
    margin-bottom: 6px!important;
  }

  .ml-xl-6 {
    margin-left: 6px!important;
  }

  .mx-xl-6 {
    margin-right: 6px!important;
    margin-left: 6px!important;
  }

  .my-xl-6 {
    margin-top: 6px!important;
    margin-bottom: 6px!important;
  }

  .m-xl-7 {
    margin: 7px 7px!important;
  }

  .mt-xl-7 {
    margin-top: 7px!important;
  }

  .mr-xl-7 {
    margin-right: 7px!important;
  }

  .mb-xl-7 {
    margin-bottom: 7px!important;
  }

  .ml-xl-7 {
    margin-left: 7px!important;
  }

  .mx-xl-7 {
    margin-right: 7px!important;
    margin-left: 7px!important;
  }

  .my-xl-7 {
    margin-top: 7px!important;
    margin-bottom: 7px!important;
  }

  .m-xl-8 {
    margin: 8px 8px!important;
  }

  .mt-xl-8 {
    margin-top: 8px!important;
  }

  .mr-xl-8 {
    margin-right: 8px!important;
  }

  .mb-xl-8 {
    margin-bottom: 8px!important;
  }

  .ml-xl-8 {
    margin-left: 8px!important;
  }

  .mx-xl-8 {
    margin-right: 8px!important;
    margin-left: 8px!important;
  }

  .my-xl-8 {
    margin-top: 8px!important;
    margin-bottom: 8px!important;
  }

  .m-xl-10 {
    margin: 10px 10px!important;
  }

  .mt-xl-10 {
    margin-top: 10px!important;
  }

  .mr-xl-10 {
    margin-right: 10px!important;
  }

  .mb-xl-10 {
    margin-bottom: 10px!important;
  }

  .ml-xl-10 {
    margin-left: 10px!important;
  }

  .mx-xl-10 {
    margin-right: 10px!important;
    margin-left: 10px!important;
  }

  .my-xl-10 {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
  }

  .m-xl-12 {
    margin: 12px 12px!important;
  }

  .mt-xl-12 {
    margin-top: 12px!important;
  }

  .mr-xl-12 {
    margin-right: 12px!important;
  }

  .mb-xl-12 {
    margin-bottom: 12px!important;
  }

  .ml-xl-12 {
    margin-left: 12px!important;
  }

  .mx-xl-12 {
    margin-right: 12px!important;
    margin-left: 12px!important;
  }

  .my-xl-12 {
    margin-top: 12px!important;
    margin-bottom: 12px!important;
  }

  .m-xl-13 {
    margin: 13px 13px!important;
  }

  .mt-xl-13 {
    margin-top: 13px!important;
  }

  .mr-xl-13 {
    margin-right: 13px!important;
  }

  .mb-xl-13 {
    margin-bottom: 13px!important;
  }

  .ml-xl-13 {
    margin-left: 13px!important;
  }

  .mx-xl-13 {
    margin-right: 13px!important;
    margin-left: 13px!important;
  }

  .my-xl-13 {
    margin-top: 13px!important;
    margin-bottom: 13px!important;
  }

  .m-xl-14 {
    margin: 14px 14px!important;
  }

  .mt-xl-14 {
    margin-top: 14px!important;
  }

  .mr-xl-14 {
    margin-right: 14px!important;
  }

  .mb-xl-14 {
    margin-bottom: 14px!important;
  }

  .ml-xl-14 {
    margin-left: 14px!important;
  }

  .mx-xl-14 {
    margin-right: 14px!important;
    margin-left: 14px!important;
  }

  .my-xl-14 {
    margin-top: 14px!important;
    margin-bottom: 14px!important;
  }

  .m-xl-15 {
    margin: 15px 15px!important;
  }

  .mt-xl-15 {
    margin-top: 15px!important;
  }

  .mr-xl-15 {
    margin-right: 15px!important;
  }

  .mb-xl-15 {
    margin-bottom: 15px!important;
  }

  .ml-xl-15 {
    margin-left: 15px!important;
  }

  .mx-xl-15 {
    margin-right: 15px!important;
    margin-left: 15px!important;
  }

  .my-xl-15 {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
  }

  .m-xl-16 {
    margin: 16px 16px!important;
  }

  .mt-xl-16 {
    margin-top: 16px!important;
  }

  .mr-xl-16 {
    margin-right: 16px!important;
  }

  .mb-xl-16 {
    margin-bottom: 16px!important;
  }

  .ml-xl-16 {
    margin-left: 16px!important;
  }

  .mx-xl-16 {
    margin-right: 16px!important;
    margin-left: 16px!important;
  }

  .my-xl-16 {
    margin-top: 16px!important;
    margin-bottom: 16px!important;
  }

  .m-xl-17 {
    margin: 17px 17px!important;
  }

  .mt-xl-17 {
    margin-top: 17px!important;
  }

  .mr-xl-17 {
    margin-right: 17px!important;
  }

  .mb-xl-17 {
    margin-bottom: 17px!important;
  }

  .ml-xl-17 {
    margin-left: 17px!important;
  }

  .mx-xl-17 {
    margin-right: 17px!important;
    margin-left: 17px!important;
  }

  .my-xl-17 {
    margin-top: 17px!important;
    margin-bottom: 17px!important;
  }

  .m-xl-18 {
    margin: 18px 18px!important;
  }

  .mt-xl-18 {
    margin-top: 18px!important;
  }

  .mr-xl-18 {
    margin-right: 18px!important;
  }

  .mb-xl-18 {
    margin-bottom: 18px!important;
  }

  .ml-xl-18 {
    margin-left: 18px!important;
  }

  .mx-xl-18 {
    margin-right: 18px!important;
    margin-left: 18px!important;
  }

  .my-xl-18 {
    margin-top: 18px!important;
    margin-bottom: 18px!important;
  }

  .m-xl-20 {
    margin: 20px 20px!important;
  }

  .mt-xl-20 {
    margin-top: 20px!important;
  }

  .mr-xl-20 {
    margin-right: 20px!important;
  }

  .mb-xl-20 {
    margin-bottom: 20px!important;
  }

  .ml-xl-20 {
    margin-left: 20px!important;
  }

  .mx-xl-20 {
    margin-right: 20px!important;
    margin-left: 20px!important;
  }

  .my-xl-20 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
  }

  .m-xl-21 {
    margin: 21px 21px!important;
  }

  .mt-xl-21 {
    margin-top: 21px!important;
  }

  .mr-xl-21 {
    margin-right: 21px!important;
  }

  .mb-xl-21 {
    margin-bottom: 21px!important;
  }

  .ml-xl-21 {
    margin-left: 21px!important;
  }

  .mx-xl-21 {
    margin-right: 21px!important;
    margin-left: 21px!important;
  }

  .my-xl-21 {
    margin-top: 21px!important;
    margin-bottom: 21px!important;
  }

  .m-xl-22 {
    margin: 22px 22px!important;
  }

  .mt-xl-22 {
    margin-top: 22px!important;
  }

  .mr-xl-22 {
    margin-right: 22px!important;
  }

  .mb-xl-22 {
    margin-bottom: 22px!important;
  }

  .ml-xl-22 {
    margin-left: 22px!important;
  }

  .mx-xl-22 {
    margin-right: 22px!important;
    margin-left: 22px!important;
  }

  .my-xl-22 {
    margin-top: 22px!important;
    margin-bottom: 22px!important;
  }

  .m-xl-23 {
    margin: 23px 23px!important;
  }

  .mt-xl-23 {
    margin-top: 23px!important;
  }

  .mr-xl-23 {
    margin-right: 23px!important;
  }

  .mb-xl-23 {
    margin-bottom: 23px!important;
  }

  .ml-xl-23 {
    margin-left: 23px!important;
  }

  .mx-xl-23 {
    margin-right: 23px!important;
    margin-left: 23px!important;
  }

  .my-xl-23 {
    margin-top: 23px!important;
    margin-bottom: 23px!important;
  }

  .m-xl-24 {
    margin: 24px 24px!important;
  }

  .mt-xl-24 {
    margin-top: 24px!important;
  }

  .mr-xl-24 {
    margin-right: 24px!important;
  }

  .mb-xl-24 {
    margin-bottom: 24px!important;
  }

  .ml-xl-24 {
    margin-left: 24px!important;
  }

  .mx-xl-24 {
    margin-right: 24px!important;
    margin-left: 24px!important;
  }

  .my-xl-24 {
    margin-top: 24px!important;
    margin-bottom: 24px!important;
  }

  .m-xl-25 {
    margin: 25px 25px!important;
  }

  .mt-xl-25 {
    margin-top: 25px!important;
  }

  .mr-xl-25 {
    margin-right: 25px!important;
  }

  .mb-xl-25 {
    margin-bottom: 25px!important;
  }

  .ml-xl-25 {
    margin-left: 25px!important;
  }

  .mx-xl-25 {
    margin-right: 25px!important;
    margin-left: 25px!important;
  }

  .my-xl-25 {
    margin-top: 25px!important;
    margin-bottom: 25px!important;
  }

  .m-xl-30 {
    margin: 30px 30px!important;
  }

  .mt-xl-30 {
    margin-top: 30px!important;
  }

  .mr-xl-30 {
    margin-right: 30px!important;
  }

  .mb-xl-30 {
    margin-bottom: 30px!important;
  }

  .ml-xl-30 {
    margin-left: 30px!important;
  }

  .mx-xl-30 {
    margin-right: 30px!important;
    margin-left: 30px!important;
  }

  .my-xl-30 {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
  }

  .m-xl-35 {
    margin: 35px 35px!important;
  }

  .mt-xl-35 {
    margin-top: 35px!important;
  }

  .mr-xl-35 {
    margin-right: 35px!important;
  }

  .mb-xl-35 {
    margin-bottom: 35px!important;
  }

  .ml-xl-35 {
    margin-left: 35px!important;
  }

  .mx-xl-35 {
    margin-right: 35px!important;
    margin-left: 35px!important;
  }

  .my-xl-35 {
    margin-top: 35px!important;
    margin-bottom: 35px!important;
  }

  .m-xl-38 {
    margin: 38px 38px!important;
  }

  .mt-xl-38 {
    margin-top: 38px!important;
  }

  .mr-xl-38 {
    margin-right: 38px!important;
  }

  .mb-xl-38 {
    margin-bottom: 38px!important;
  }

  .ml-xl-38 {
    margin-left: 38px!important;
  }

  .mx-xl-38 {
    margin-right: 38px!important;
    margin-left: 38px!important;
  }

  .my-xl-38 {
    margin-top: 38px!important;
    margin-bottom: 38px!important;
  }

  .m-xl-40 {
    margin: 40px 40px!important;
  }

  .mt-xl-40 {
    margin-top: 40px!important;
  }

  .mr-xl-40 {
    margin-right: 40px!important;
  }

  .mb-xl-40 {
    margin-bottom: 40px!important;
  }

  .ml-xl-40 {
    margin-left: 40px!important;
  }

  .mx-xl-40 {
    margin-right: 40px!important;
    margin-left: 40px!important;
  }

  .my-xl-40 {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
  }

  .m-xl-45 {
    margin: 45px 45px!important;
  }

  .mt-xl-45 {
    margin-top: 45px!important;
  }

  .mr-xl-45 {
    margin-right: 45px!important;
  }

  .mb-xl-45 {
    margin-bottom: 45px!important;
  }

  .ml-xl-45 {
    margin-left: 45px!important;
  }

  .mx-xl-45 {
    margin-right: 45px!important;
    margin-left: 45px!important;
  }

  .my-xl-45 {
    margin-top: 45px!important;
    margin-bottom: 45px!important;
  }

  .m-xl-54 {
    margin: 54px 54px!important;
  }

  .mt-xl-54 {
    margin-top: 54px!important;
  }

  .mr-xl-54 {
    margin-right: 54px!important;
  }

  .mb-xl-54 {
    margin-bottom: 54px!important;
  }

  .ml-xl-54 {
    margin-left: 54px!important;
  }

  .mx-xl-54 {
    margin-right: 54px!important;
    margin-left: 54px!important;
  }

  .my-xl-54 {
    margin-top: 54px!important;
    margin-bottom: 54px!important;
  }

  .m-xl-55 {
    margin: 55px 55px!important;
  }

  .mt-xl-55 {
    margin-top: 55px!important;
  }

  .mr-xl-55 {
    margin-right: 55px!important;
  }

  .mb-xl-55 {
    margin-bottom: 55px!important;
  }

  .ml-xl-55 {
    margin-left: 55px!important;
  }

  .mx-xl-55 {
    margin-right: 55px!important;
    margin-left: 55px!important;
  }

  .my-xl-55 {
    margin-top: 55px!important;
    margin-bottom: 55px!important;
  }

  .m-xl-60 {
    margin: 60px 60px!important;
  }

  .mt-xl-60 {
    margin-top: 60px!important;
  }

  .mr-xl-60 {
    margin-right: 60px!important;
  }

  .mb-xl-60 {
    margin-bottom: 60px!important;
  }

  .ml-xl-60 {
    margin-left: 60px!important;
  }

  .mx-xl-60 {
    margin-right: 60px!important;
    margin-left: 60px!important;
  }

  .my-xl-60 {
    margin-top: 60px!important;
    margin-bottom: 60px!important;
  }

  .m-xl-75 {
    margin: 75px 75px!important;
  }

  .mt-xl-75 {
    margin-top: 75px!important;
  }

  .mr-xl-75 {
    margin-right: 75px!important;
  }

  .mb-xl-75 {
    margin-bottom: 75px!important;
  }

  .ml-xl-75 {
    margin-left: 75px!important;
  }

  .mx-xl-75 {
    margin-right: 75px!important;
    margin-left: 75px!important;
  }

  .my-xl-75 {
    margin-top: 75px!important;
    margin-bottom: 75px!important;
  }

  .m-xl-89 {
    margin: 89px 89px!important;
  }

  .mt-xl-89 {
    margin-top: 89px!important;
  }

  .mr-xl-89 {
    margin-right: 89px!important;
  }

  .mb-xl-89 {
    margin-bottom: 89px!important;
  }

  .ml-xl-89 {
    margin-left: 89px!important;
  }

  .mx-xl-89 {
    margin-right: 89px!important;
    margin-left: 89px!important;
  }

  .my-xl-89 {
    margin-top: 89px!important;
    margin-bottom: 89px!important;
  }

  .m-xl-90 {
    margin: 90px 90px!important;
  }

  .mt-xl-90 {
    margin-top: 90px!important;
  }

  .mr-xl-90 {
    margin-right: 90px!important;
  }

  .mb-xl-90 {
    margin-bottom: 90px!important;
  }

  .ml-xl-90 {
    margin-left: 90px!important;
  }

  .mx-xl-90 {
    margin-right: 90px!important;
    margin-left: 90px!important;
  }

  .my-xl-90 {
    margin-top: 90px!important;
    margin-bottom: 90px!important;
  }

  .p-xl-0 {
    padding: 0 0!important;
  }

  .pt-xl-0 {
    padding-top: 0!important;
  }

  .pr-xl-0 {
    padding-right: 0!important;
  }

  .pb-xl-0 {
    padding-bottom: 0!important;
  }

  .pl-xl-0 {
    padding-left: 0!important;
  }

  .px-xl-0 {
    padding-right: 0!important;
    padding-left: 0!important;
  }

  .py-xl-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }

  .p-xl-1 {
    padding: 1px 1px!important;
  }

  .pt-xl-1 {
    padding-top: 1px!important;
  }

  .pr-xl-1 {
    padding-right: 1px!important;
  }

  .pb-xl-1 {
    padding-bottom: 1px!important;
  }

  .pl-xl-1 {
    padding-left: 1px!important;
  }

  .px-xl-1 {
    padding-right: 1px!important;
    padding-left: 1px!important;
  }

  .py-xl-1 {
    padding-top: 1px!important;
    padding-bottom: 1px!important;
  }

  .p-xl-2 {
    padding: 2px 2px!important;
  }

  .pt-xl-2 {
    padding-top: 2px!important;
  }

  .pr-xl-2 {
    padding-right: 2px!important;
  }

  .pb-xl-2 {
    padding-bottom: 2px!important;
  }

  .pl-xl-2 {
    padding-left: 2px!important;
  }

  .px-xl-2 {
    padding-right: 2px!important;
    padding-left: 2px!important;
  }

  .py-xl-2 {
    padding-top: 2px!important;
    padding-bottom: 2px!important;
  }

  .p-xl-3 {
    padding: 3px 3px!important;
  }

  .pt-xl-3 {
    padding-top: 3px!important;
  }

  .pr-xl-3 {
    padding-right: 3px!important;
  }

  .pb-xl-3 {
    padding-bottom: 3px!important;
  }

  .pl-xl-3 {
    padding-left: 3px!important;
  }

  .px-xl-3 {
    padding-right: 3px!important;
    padding-left: 3px!important;
  }

  .py-xl-3 {
    padding-top: 3px!important;
    padding-bottom: 3px!important;
  }

  .p-xl-4 {
    padding: 4px 4px!important;
  }

  .pt-xl-4 {
    padding-top: 4px!important;
  }

  .pr-xl-4 {
    padding-right: 4px!important;
  }

  .pb-xl-4 {
    padding-bottom: 4px!important;
  }

  .pl-xl-4 {
    padding-left: 4px!important;
  }

  .px-xl-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }

  .py-xl-4 {
    padding-top: 4px!important;
    padding-bottom: 4px!important;
  }

  .p-xl-5 {
    padding: 5px 5px!important;
  }

  .pt-xl-5 {
    padding-top: 5px!important;
  }

  .pr-xl-5 {
    padding-right: 5px!important;
  }

  .pb-xl-5 {
    padding-bottom: 5px!important;
  }

  .pl-xl-5 {
    padding-left: 5px!important;
  }

  .px-xl-5 {
    padding-right: 5px!important;
    padding-left: 5px!important;
  }

  .py-xl-5 {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
  }

  .p-xl-6 {
    padding: 6px 6px!important;
  }

  .pt-xl-6 {
    padding-top: 6px!important;
  }

  .pr-xl-6 {
    padding-right: 6px!important;
  }

  .pb-xl-6 {
    padding-bottom: 6px!important;
  }

  .pl-xl-6 {
    padding-left: 6px!important;
  }

  .px-xl-6 {
    padding-right: 6px!important;
    padding-left: 6px!important;
  }

  .py-xl-6 {
    padding-top: 6px!important;
    padding-bottom: 6px!important;
  }

  .p-xl-7 {
    padding: 7px 7px!important;
  }

  .pt-xl-7 {
    padding-top: 7px!important;
  }

  .pr-xl-7 {
    padding-right: 7px!important;
  }

  .pb-xl-7 {
    padding-bottom: 7px!important;
  }

  .pl-xl-7 {
    padding-left: 7px!important;
  }

  .px-xl-7 {
    padding-right: 7px!important;
    padding-left: 7px!important;
  }

  .py-xl-7 {
    padding-top: 7px!important;
    padding-bottom: 7px!important;
  }

  .p-xl-8 {
    padding: 8px 8px!important;
  }

  .pt-xl-8 {
    padding-top: 8px!important;
  }

  .pr-xl-8 {
    padding-right: 8px!important;
  }

  .pb-xl-8 {
    padding-bottom: 8px!important;
  }

  .pl-xl-8 {
    padding-left: 8px!important;
  }

  .px-xl-8 {
    padding-right: 8px!important;
    padding-left: 8px!important;
  }

  .py-xl-8 {
    padding-top: 8px!important;
    padding-bottom: 8px!important;
  }

  .p-xl-10 {
    padding: 10px 10px!important;
  }

  .pt-xl-10 {
    padding-top: 10px!important;
  }

  .pr-xl-10 {
    padding-right: 10px!important;
  }

  .pb-xl-10 {
    padding-bottom: 10px!important;
  }

  .pl-xl-10 {
    padding-left: 10px!important;
  }

  .px-xl-10 {
    padding-right: 10px!important;
    padding-left: 10px!important;
  }

  .py-xl-10 {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }

  .p-xl-12 {
    padding: 12px 12px!important;
  }

  .pt-xl-12 {
    padding-top: 12px!important;
  }

  .pr-xl-12 {
    padding-right: 12px!important;
  }

  .pb-xl-12 {
    padding-bottom: 12px!important;
  }

  .pl-xl-12 {
    padding-left: 12px!important;
  }

  .px-xl-12 {
    padding-right: 12px!important;
    padding-left: 12px!important;
  }

  .py-xl-12 {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
  }

  .p-xl-13 {
    padding: 13px 13px!important;
  }

  .pt-xl-13 {
    padding-top: 13px!important;
  }

  .pr-xl-13 {
    padding-right: 13px!important;
  }

  .pb-xl-13 {
    padding-bottom: 13px!important;
  }

  .pl-xl-13 {
    padding-left: 13px!important;
  }

  .px-xl-13 {
    padding-right: 13px!important;
    padding-left: 13px!important;
  }

  .py-xl-13 {
    padding-top: 13px!important;
    padding-bottom: 13px!important;
  }

  .p-xl-14 {
    padding: 14px 14px!important;
  }

  .pt-xl-14 {
    padding-top: 14px!important;
  }

  .pr-xl-14 {
    padding-right: 14px!important;
  }

  .pb-xl-14 {
    padding-bottom: 14px!important;
  }

  .pl-xl-14 {
    padding-left: 14px!important;
  }

  .px-xl-14 {
    padding-right: 14px!important;
    padding-left: 14px!important;
  }

  .py-xl-14 {
    padding-top: 14px!important;
    padding-bottom: 14px!important;
  }

  .p-xl-15 {
    padding: 15px 15px!important;
  }

  .pt-xl-15 {
    padding-top: 15px!important;
  }

  .pr-xl-15 {
    padding-right: 15px!important;
  }

  .pb-xl-15 {
    padding-bottom: 15px!important;
  }

  .pl-xl-15 {
    padding-left: 15px!important;
  }

  .px-xl-15 {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }

  .py-xl-15 {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
  }

  .p-xl-16 {
    padding: 16px 16px!important;
  }

  .pt-xl-16 {
    padding-top: 16px!important;
  }

  .pr-xl-16 {
    padding-right: 16px!important;
  }

  .pb-xl-16 {
    padding-bottom: 16px!important;
  }

  .pl-xl-16 {
    padding-left: 16px!important;
  }

  .px-xl-16 {
    padding-right: 16px!important;
    padding-left: 16px!important;
  }

  .py-xl-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
  }

  .p-xl-17 {
    padding: 17px 17px!important;
  }

  .pt-xl-17 {
    padding-top: 17px!important;
  }

  .pr-xl-17 {
    padding-right: 17px!important;
  }

  .pb-xl-17 {
    padding-bottom: 17px!important;
  }

  .pl-xl-17 {
    padding-left: 17px!important;
  }

  .px-xl-17 {
    padding-right: 17px!important;
    padding-left: 17px!important;
  }

  .py-xl-17 {
    padding-top: 17px!important;
    padding-bottom: 17px!important;
  }

  .p-xl-18 {
    padding: 18px 18px!important;
  }

  .pt-xl-18 {
    padding-top: 18px!important;
  }

  .pr-xl-18 {
    padding-right: 18px!important;
  }

  .pb-xl-18 {
    padding-bottom: 18px!important;
  }

  .pl-xl-18 {
    padding-left: 18px!important;
  }

  .px-xl-18 {
    padding-right: 18px!important;
    padding-left: 18px!important;
  }

  .py-xl-18 {
    padding-top: 18px!important;
    padding-bottom: 18px!important;
  }

  .p-xl-20 {
    padding: 20px 20px!important;
  }

  .pt-xl-20 {
    padding-top: 20px!important;
  }

  .pr-xl-20 {
    padding-right: 20px!important;
  }

  .pb-xl-20 {
    padding-bottom: 20px!important;
  }

  .pl-xl-20 {
    padding-left: 20px!important;
  }

  .px-xl-20 {
    padding-right: 20px!important;
    padding-left: 20px!important;
  }

  .py-xl-20 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
  }

  .p-xl-21 {
    padding: 21px 21px!important;
  }

  .pt-xl-21 {
    padding-top: 21px!important;
  }

  .pr-xl-21 {
    padding-right: 21px!important;
  }

  .pb-xl-21 {
    padding-bottom: 21px!important;
  }

  .pl-xl-21 {
    padding-left: 21px!important;
  }

  .px-xl-21 {
    padding-right: 21px!important;
    padding-left: 21px!important;
  }

  .py-xl-21 {
    padding-top: 21px!important;
    padding-bottom: 21px!important;
  }

  .p-xl-22 {
    padding: 22px 22px!important;
  }

  .pt-xl-22 {
    padding-top: 22px!important;
  }

  .pr-xl-22 {
    padding-right: 22px!important;
  }

  .pb-xl-22 {
    padding-bottom: 22px!important;
  }

  .pl-xl-22 {
    padding-left: 22px!important;
  }

  .px-xl-22 {
    padding-right: 22px!important;
    padding-left: 22px!important;
  }

  .py-xl-22 {
    padding-top: 22px!important;
    padding-bottom: 22px!important;
  }

  .p-xl-23 {
    padding: 23px 23px!important;
  }

  .pt-xl-23 {
    padding-top: 23px!important;
  }

  .pr-xl-23 {
    padding-right: 23px!important;
  }

  .pb-xl-23 {
    padding-bottom: 23px!important;
  }

  .pl-xl-23 {
    padding-left: 23px!important;
  }

  .px-xl-23 {
    padding-right: 23px!important;
    padding-left: 23px!important;
  }

  .py-xl-23 {
    padding-top: 23px!important;
    padding-bottom: 23px!important;
  }

  .p-xl-24 {
    padding: 24px 24px!important;
  }

  .pt-xl-24 {
    padding-top: 24px!important;
  }

  .pr-xl-24 {
    padding-right: 24px!important;
  }

  .pb-xl-24 {
    padding-bottom: 24px!important;
  }

  .pl-xl-24 {
    padding-left: 24px!important;
  }

  .px-xl-24 {
    padding-right: 24px!important;
    padding-left: 24px!important;
  }

  .py-xl-24 {
    padding-top: 24px!important;
    padding-bottom: 24px!important;
  }

  .p-xl-25 {
    padding: 25px 25px!important;
  }

  .pt-xl-25 {
    padding-top: 25px!important;
  }

  .pr-xl-25 {
    padding-right: 25px!important;
  }

  .pb-xl-25 {
    padding-bottom: 25px!important;
  }

  .pl-xl-25 {
    padding-left: 25px!important;
  }

  .px-xl-25 {
    padding-right: 25px!important;
    padding-left: 25px!important;
  }

  .py-xl-25 {
    padding-top: 25px!important;
    padding-bottom: 25px!important;
  }

  .p-xl-30 {
    padding: 30px 30px!important;
  }

  .pt-xl-30 {
    padding-top: 30px!important;
  }

  .pr-xl-30 {
    padding-right: 30px!important;
  }

  .pb-xl-30 {
    padding-bottom: 30px!important;
  }

  .pl-xl-30 {
    padding-left: 30px!important;
  }

  .px-xl-30 {
    padding-right: 30px!important;
    padding-left: 30px!important;
  }

  .py-xl-30 {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
  }

  .p-xl-35 {
    padding: 35px 35px!important;
  }

  .pt-xl-35 {
    padding-top: 35px!important;
  }

  .pr-xl-35 {
    padding-right: 35px!important;
  }

  .pb-xl-35 {
    padding-bottom: 35px!important;
  }

  .pl-xl-35 {
    padding-left: 35px!important;
  }

  .px-xl-35 {
    padding-right: 35px!important;
    padding-left: 35px!important;
  }

  .py-xl-35 {
    padding-top: 35px!important;
    padding-bottom: 35px!important;
  }

  .p-xl-38 {
    padding: 38px 38px!important;
  }

  .pt-xl-38 {
    padding-top: 38px!important;
  }

  .pr-xl-38 {
    padding-right: 38px!important;
  }

  .pb-xl-38 {
    padding-bottom: 38px!important;
  }

  .pl-xl-38 {
    padding-left: 38px!important;
  }

  .px-xl-38 {
    padding-right: 38px!important;
    padding-left: 38px!important;
  }

  .py-xl-38 {
    padding-top: 38px!important;
    padding-bottom: 38px!important;
  }

  .p-xl-40 {
    padding: 40px 40px!important;
  }

  .pt-xl-40 {
    padding-top: 40px!important;
  }

  .pr-xl-40 {
    padding-right: 40px!important;
  }

  .pb-xl-40 {
    padding-bottom: 40px!important;
  }

  .pl-xl-40 {
    padding-left: 40px!important;
  }

  .px-xl-40 {
    padding-right: 40px!important;
    padding-left: 40px!important;
  }

  .py-xl-40 {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }

  .p-xl-45 {
    padding: 45px 45px!important;
  }

  .pt-xl-45 {
    padding-top: 45px!important;
  }

  .pr-xl-45 {
    padding-right: 45px!important;
  }

  .pb-xl-45 {
    padding-bottom: 45px!important;
  }

  .pl-xl-45 {
    padding-left: 45px!important;
  }

  .px-xl-45 {
    padding-right: 45px!important;
    padding-left: 45px!important;
  }

  .py-xl-45 {
    padding-top: 45px!important;
    padding-bottom: 45px!important;
  }

  .p-xl-54 {
    padding: 54px 54px!important;
  }

  .pt-xl-54 {
    padding-top: 54px!important;
  }

  .pr-xl-54 {
    padding-right: 54px!important;
  }

  .pb-xl-54 {
    padding-bottom: 54px!important;
  }

  .pl-xl-54 {
    padding-left: 54px!important;
  }

  .px-xl-54 {
    padding-right: 54px!important;
    padding-left: 54px!important;
  }

  .py-xl-54 {
    padding-top: 54px!important;
    padding-bottom: 54px!important;
  }

  .p-xl-55 {
    padding: 55px 55px!important;
  }

  .pt-xl-55 {
    padding-top: 55px!important;
  }

  .pr-xl-55 {
    padding-right: 55px!important;
  }

  .pb-xl-55 {
    padding-bottom: 55px!important;
  }

  .pl-xl-55 {
    padding-left: 55px!important;
  }

  .px-xl-55 {
    padding-right: 55px!important;
    padding-left: 55px!important;
  }

  .py-xl-55 {
    padding-top: 55px!important;
    padding-bottom: 55px!important;
  }

  .p-xl-60 {
    padding: 60px 60px!important;
  }

  .pt-xl-60 {
    padding-top: 60px!important;
  }

  .pr-xl-60 {
    padding-right: 60px!important;
  }

  .pb-xl-60 {
    padding-bottom: 60px!important;
  }

  .pl-xl-60 {
    padding-left: 60px!important;
  }

  .px-xl-60 {
    padding-right: 60px!important;
    padding-left: 60px!important;
  }

  .py-xl-60 {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
  }

  .p-xl-75 {
    padding: 75px 75px!important;
  }

  .pt-xl-75 {
    padding-top: 75px!important;
  }

  .pr-xl-75 {
    padding-right: 75px!important;
  }

  .pb-xl-75 {
    padding-bottom: 75px!important;
  }

  .pl-xl-75 {
    padding-left: 75px!important;
  }

  .px-xl-75 {
    padding-right: 75px!important;
    padding-left: 75px!important;
  }

  .py-xl-75 {
    padding-top: 75px!important;
    padding-bottom: 75px!important;
  }

  .p-xl-89 {
    padding: 89px 89px!important;
  }

  .pt-xl-89 {
    padding-top: 89px!important;
  }

  .pr-xl-89 {
    padding-right: 89px!important;
  }

  .pb-xl-89 {
    padding-bottom: 89px!important;
  }

  .pl-xl-89 {
    padding-left: 89px!important;
  }

  .px-xl-89 {
    padding-right: 89px!important;
    padding-left: 89px!important;
  }

  .py-xl-89 {
    padding-top: 89px!important;
    padding-bottom: 89px!important;
  }

  .p-xl-90 {
    padding: 90px 90px!important;
  }

  .pt-xl-90 {
    padding-top: 90px!important;
  }

  .pr-xl-90 {
    padding-right: 90px!important;
  }

  .pb-xl-90 {
    padding-bottom: 90px!important;
  }

  .pl-xl-90 {
    padding-left: 90px!important;
  }

  .px-xl-90 {
    padding-right: 90px!important;
    padding-left: 90px!important;
  }

  .py-xl-90 {
    padding-top: 90px!important;
    padding-bottom: 90px!important;
  }

  .m-xl-auto {
    margin: auto!important;
  }

  .mt-xl-auto {
    margin-top: auto!important;
  }

  .mr-xl-auto {
    margin-right: auto!important;
  }

  .mb-xl-auto {
    margin-bottom: auto!important;
  }

  .ml-xl-auto {
    margin-left: auto!important;
  }

  .mx-xl-auto {
    margin-right: auto!important;
    margin-left: auto!important;
  }

  .my-xl-auto {
    margin-top: auto!important;
    margin-bottom: auto!important;
  }
}

.text-justify {
  text-align: justify!important;
}

.text-nowrap {
  white-space: nowrap!important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left!important;
}

.text-right {
  text-align: right!important;
}

.text-center {
  text-align: center!important;
}

@media (min-width:480px) {
  .text-sm-left {
    text-align: left!important;
  }

  .text-sm-right {
    text-align: right!important;
  }

  .text-sm-center {
    text-align: center!important;
  }
}

@media (min-width:760px) {
  .text-md-left {
    text-align: left!important;
  }

  .text-md-right {
    text-align: right!important;
  }

  .text-md-center {
    text-align: center!important;
  }
}

@media (min-width:960px) {
  .text-lg-left {
    text-align: left!important;
  }

  .text-lg-right {
    text-align: right!important;
  }

  .text-lg-center {
    text-align: center!important;
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left!important;
  }

  .text-xl-right {
    text-align: right!important;
  }

  .text-xl-center {
    text-align: center!important;
  }
}

.text-underlined {
  text-decoration: underline!important;
}

.text-lowercase {
  text-transform: lowercase!important;
}

.text-uppercase {
  text-transform: uppercase!important;
}

.text-capitalize {
  text-transform: capitalize!important;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff!important;
}

.text-muted {
  color: #636c72!important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #4b5257!important;
}

.text-primary {
  color: #0275d8!important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #025aa5!important;
}

.text-success {
  color: #5cb85c!important;
}

a.text-success:focus,
a.text-success:hover {
  color: #449d44!important;
}

.text-info {
  color: #5bc0de!important;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5!important;
}

.text-warning {
  color: #f0ad4e!important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ec971f!important;
}

.text-danger {
  color: #d9534f!important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #c9302c!important;
}

.text-gray-dark {
  color: #292b2c!important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #101112!important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden!important;
}

.hidden-xs-up {
  display: none!important;
}

@media (max-width:479px) {
  .hidden-xs-down {
    display: none!important;
  }
}

@media (min-width:480px) {
  .hidden-sm-up {
    display: none!important;
  }
}

@media (max-width:759px) {
  .hidden-sm-down {
    display: none!important;
  }
}

@media (min-width:760px) {
  .hidden-md-up {
    display: none!important;
  }
}

@media (max-width:959px) {
  .hidden-md-down {
    display: none!important;
  }
}

@media (min-width:960px) {
  .hidden-lg-up {
    display: none!important;
  }
}

@media (max-width:1199px) {
  .hidden-lg-down {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .hidden-xl-up {
    display: none!important;
  }
}

.hidden-xl-down {
  display: none!important;
}

.visible-print-block {
  display: none!important;
}

@media print {
  .visible-print-block {
    display: block!important;
  }
}

.visible-print-inline {
  display: none!important;
}

@media print {
  .visible-print-inline {
    display: inline!important;
  }
}

.visible-print-inline-block {
  display: none!important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block!important;
  }
}

@media print {
  .hidden-print {
    display: none!important;
  }
}

.fs-10 {
  font-size: 10px!important;
}

.fs-11 {
  font-size: 11px!important;
}

.fs-12 {
  font-size: 12px!important;
}

.fs-13 {
  font-size: 13px!important;
}

.fs-14 {
  font-size: 14px!important;
}

.fs-16 {
  font-size: 16px!important;
}

.fs-17 {
  font-size: 17px!important;
}

.fs-18 {
  font-size: 18px!important;
}

.fs-19 {
  font-size: 19px!important;
}

.fs-20 {
  font-size: 20px!important;
}

.fs-22 {
  font-size: 22px!important;
}

.fs-23 {
  font-size: 23px!important;
}

.fs-24 {
  font-size: 24px!important;
}

.fs-28 {
  font-size: 28px!important;
}

.fs-29 {
  font-size: 29px!important;
}

.fs-30 {
  font-size: 30px!important;
}

.fs-32 {
  font-size: 32px!important;
}

.fs-34 {
  font-size: 34px!important;
}

.fs-36 {
  font-size: 36px!important;
}

.fs-39 {
  font-size: 39px!important;
}

@media (min-width:480px) {
  .fs-sm-10 {
    font-size: 10px!important;
  }

  .fs-sm-11 {
    font-size: 11px!important;
  }

  .fs-sm-12 {
    font-size: 12px!important;
  }

  .fs-sm-13 {
    font-size: 13px!important;
  }

  .fs-sm-14 {
    font-size: 14px!important;
  }

  .fs-sm-16 {
    font-size: 16px!important;
  }

  .fs-sm-17 {
    font-size: 17px!important;
  }

  .fs-sm-18 {
    font-size: 18px!important;
  }

  .fs-sm-19 {
    font-size: 19px!important;
  }

  .fs-sm-20 {
    font-size: 20px!important;
  }

  .fs-sm-22 {
    font-size: 22px!important;
  }

  .fs-sm-23 {
    font-size: 23px!important;
  }

  .fs-sm-24 {
    font-size: 24px!important;
  }

  .fs-sm-28 {
    font-size: 28px!important;
  }

  .fs-sm-29 {
    font-size: 29px!important;
  }

  .fs-sm-30 {
    font-size: 30px!important;
  }

  .fs-sm-32 {
    font-size: 32px!important;
  }

  .fs-sm-34 {
    font-size: 34px!important;
  }

  .fs-sm-36 {
    font-size: 36px!important;
  }

  .fs-sm-39 {
    font-size: 39px!important;
  }
}

@media (min-width:760px) {
  .fs-md-10 {
    font-size: 10px!important;
  }

  .fs-md-11 {
    font-size: 11px!important;
  }

  .fs-md-12 {
    font-size: 12px!important;
  }

  .fs-md-13 {
    font-size: 13px!important;
  }

  .fs-md-14 {
    font-size: 14px!important;
  }

  .fs-md-16 {
    font-size: 16px!important;
  }

  .fs-md-17 {
    font-size: 17px!important;
  }

  .fs-md-18 {
    font-size: 18px!important;
  }

  .fs-md-19 {
    font-size: 19px!important;
  }

  .fs-md-20 {
    font-size: 20px!important;
  }

  .fs-md-22 {
    font-size: 22px!important;
  }

  .fs-md-23 {
    font-size: 23px!important;
  }

  .fs-md-24 {
    font-size: 24px!important;
  }

  .fs-md-28 {
    font-size: 28px!important;
  }

  .fs-md-29 {
    font-size: 29px!important;
  }

  .fs-md-30 {
    font-size: 30px!important;
  }

  .fs-md-32 {
    font-size: 32px!important;
  }

  .fs-md-34 {
    font-size: 34px!important;
  }

  .fs-md-36 {
    font-size: 36px!important;
  }

  .fs-md-39 {
    font-size: 39px!important;
  }
}

@media (min-width:960px) {
  .fs-lg-10 {
    font-size: 10px!important;
  }

  .fs-lg-11 {
    font-size: 11px!important;
  }

  .fs-lg-12 {
    font-size: 12px!important;
  }

  .fs-lg-13 {
    font-size: 13px!important;
  }

  .fs-lg-14 {
    font-size: 14px!important;
  }

  .fs-lg-16 {
    font-size: 16px!important;
  }

  .fs-lg-17 {
    font-size: 17px!important;
  }

  .fs-lg-18 {
    font-size: 18px!important;
  }

  .fs-lg-19 {
    font-size: 19px!important;
  }

  .fs-lg-20 {
    font-size: 20px!important;
  }

  .fs-lg-22 {
    font-size: 22px!important;
  }

  .fs-lg-23 {
    font-size: 23px!important;
  }

  .fs-lg-24 {
    font-size: 24px!important;
  }

  .fs-lg-28 {
    font-size: 28px!important;
  }

  .fs-lg-29 {
    font-size: 29px!important;
  }

  .fs-lg-30 {
    font-size: 30px!important;
  }

  .fs-lg-32 {
    font-size: 32px!important;
  }

  .fs-lg-34 {
    font-size: 34px!important;
  }

  .fs-lg-36 {
    font-size: 36px!important;
  }

  .fs-lg-39 {
    font-size: 39px!important;
  }
}

@media (min-width:1200px) {
  .fs-xl-10 {
    font-size: 10px!important;
  }

  .fs-xl-11 {
    font-size: 11px!important;
  }

  .fs-xl-12 {
    font-size: 12px!important;
  }

  .fs-xl-13 {
    font-size: 13px!important;
  }

  .fs-xl-14 {
    font-size: 14px!important;
  }

  .fs-xl-16 {
    font-size: 16px!important;
  }

  .fs-xl-17 {
    font-size: 17px!important;
  }

  .fs-xl-18 {
    font-size: 18px!important;
  }

  .fs-xl-19 {
    font-size: 19px!important;
  }

  .fs-xl-20 {
    font-size: 20px!important;
  }

  .fs-xl-22 {
    font-size: 22px!important;
  }

  .fs-xl-23 {
    font-size: 23px!important;
  }

  .fs-xl-24 {
    font-size: 24px!important;
  }

  .fs-xl-28 {
    font-size: 28px!important;
  }

  .fs-xl-29 {
    font-size: 29px!important;
  }

  .fs-xl-30 {
    font-size: 30px!important;
  }

  .fs-xl-32 {
    font-size: 32px!important;
  }

  .fs-xl-34 {
    font-size: 34px!important;
  }

  .fs-xl-36 {
    font-size: 36px!important;
  }

  .fs-xl-39 {
    font-size: 39px!important;
  }
}

.border-blue {
  border-color: #0092db !important;
}

.border-grey {
  border-color: #b7b7b7 !important;
}

@font-face {
  font-family: Myriad;
  src: url("/css/fonts/MyriadPro-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal,italic;
}

.font-myriad {
  font-family: Myriad;
}

@font-face {
  font-family: MyriadBold;
  src: url("/css/fonts/MyriadPro-Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal,italic;
}

.font-myriad-bold {
  font-family: MyriadBold;
}

@font-face {
  font-family: Bebas Neue;
  src: url("/css/fonts/bebasneue-webfont.eot"),url("/css/fonts/bebasneue-webfont.ttf") format("truetype");
  font-weight: normal,bold;
  font-style: normal,italic;
}

.font-bebas {
  font-family: "Bebas Neue";
}

@font-face {
  font-family: Futura;
  src: url("/css/fonts/Futura-Medium.ttf") format("truetype");
  font-weight: normal,bold;
  font-style: normal,italic;
}

.font-futura {
  font-family: Futura;
}

@font-face {
  font-family: Gotham;
  src: url("/css/fonts/Gotham-Book-Regular.otf") format("truetype");
  font-weight: normal,bold;
  font-style: normal,italic;
}

.font-gotham {
  font-family: Gotham;
}

@font-face {
  font-family: "League Gothic";
  src: url("/css/fonts/League-Gothic.otf") format("truetype");
  font-weight: normal,bold;
  font-style: normal,italic;
}

.font-league-gothic {
  font-family: "League Gothic";
}

.fc-black {
  color: #000;
}

.fc-white {
  color: #fff;
}

.fc-white-hover:hover {
  color: #fff;
}

.fc-grey {
  color: #b7b7b7;
}

.fc-grey-secondary {
  color: #444;
}

.fc-grey-tertiary {
  color: #8a8a8a;
}

.fc-grey-icons {
  color: #282727;
}

.fc-red {
  color: #a30000;
}

.fc-blue {
  color: #0092db;
}

.fc-inherit,
.fc-inherit:hover {
  color: inherit !important;
}

.shadow-primary {
  box-shadow: 0 0 1px rgba(0,0,0,.5);
}

.bg-blue {
  background-color: #0092db !important;
}

.bg-red-secondary {
  background-color: #ff3737 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #000 !important;
}

@media (min-width: 0px)and (max-width: 479px) {
  .grid-mx-xs3-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-xs3-10>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 7.5px !important;
  }

  .grid-mx-xs3-10>div:nth-child(4n+2)>* {
    margin-left: 2.5px !important;
  }

  .grid-mx-xs3-10>div:nth-child(4n)>* {
    margin-left: 7.5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs3-10>div:nth-child(4n+3)>* {
    margin-right: 2.5px !important;
  }

  .grid-my-xs3-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-xs3-10>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xs3-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-xs3-13>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 9.75px !important;
  }

  .grid-mx-xs3-13>div:nth-child(4n+2)>* {
    margin-left: 3.25px !important;
  }

  .grid-mx-xs3-13>div:nth-child(4n)>* {
    margin-left: 9.75px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs3-13>div:nth-child(4n+3)>* {
    margin-right: 3.25px !important;
  }

  .grid-my-xs3-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-xs3-13>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xs3-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-xs3-20>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 15px !important;
  }

  .grid-mx-xs3-20>div:nth-child(4n+2)>* {
    margin-left: 5px !important;
  }

  .grid-mx-xs3-20>div:nth-child(4n)>* {
    margin-left: 15px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs3-20>div:nth-child(4n+3)>* {
    margin-right: 5px !important;
  }

  .grid-my-xs3-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-xs3-20>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xs3-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-xs3-25>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 18.75px !important;
  }

  .grid-mx-xs3-25>div:nth-child(4n+2)>* {
    margin-left: 6.25px !important;
  }

  .grid-mx-xs3-25>div:nth-child(4n)>* {
    margin-left: 18.75px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs3-25>div:nth-child(4n+3)>* {
    margin-right: 6.25px !important;
  }

  .grid-my-xs3-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-xs3-25>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xs4-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-xs4-10>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 6.6666666667px !important;
  }

  .grid-mx-xs4-10>div:nth-child(3n+2)>* {
    margin-left: 3.3333333333px !important;
  }

  .grid-mx-xs4-10>div:nth-child(3n)>* {
    margin-left: 6.6666666667px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs4-10>div:nth-child(3n+2)>* {
    margin-right: 3.3333333333px !important;
  }

  .grid-my-xs4-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-xs4-10>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xs4-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-xs4-13>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 8.6666666667px !important;
  }

  .grid-mx-xs4-13>div:nth-child(3n+2)>* {
    margin-left: 4.3333333333px !important;
  }

  .grid-mx-xs4-13>div:nth-child(3n)>* {
    margin-left: 8.6666666667px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs4-13>div:nth-child(3n+2)>* {
    margin-right: 4.3333333333px !important;
  }

  .grid-my-xs4-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-xs4-13>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xs4-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-xs4-20>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 13.3333333333px !important;
  }

  .grid-mx-xs4-20>div:nth-child(3n+2)>* {
    margin-left: 6.6666666667px !important;
  }

  .grid-mx-xs4-20>div:nth-child(3n)>* {
    margin-left: 13.3333333333px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs4-20>div:nth-child(3n+2)>* {
    margin-right: 6.6666666667px !important;
  }

  .grid-my-xs4-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-xs4-20>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xs4-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-xs4-25>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 16.6666666667px !important;
  }

  .grid-mx-xs4-25>div:nth-child(3n+2)>* {
    margin-left: 8.3333333333px !important;
  }

  .grid-mx-xs4-25>div:nth-child(3n)>* {
    margin-left: 16.6666666667px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs4-25>div:nth-child(3n+2)>* {
    margin-right: 8.3333333333px !important;
  }

  .grid-my-xs4-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-xs4-25>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xs6-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-xs6-10>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 5px !important;
  }

  .grid-mx-xs6-10>div:nth-child(2n+2)>* {
    margin-left: 5px !important;
  }

  .grid-mx-xs6-10>div:nth-child(2n)>* {
    margin-left: 5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs6-10>div:nth-child(2n+1)>* {
    margin-right: 5px !important;
  }

  .grid-my-xs6-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-xs6-10>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xs6-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-xs6-13>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 6.5px !important;
  }

  .grid-mx-xs6-13>div:nth-child(2n+2)>* {
    margin-left: 6.5px !important;
  }

  .grid-mx-xs6-13>div:nth-child(2n)>* {
    margin-left: 6.5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs6-13>div:nth-child(2n+1)>* {
    margin-right: 6.5px !important;
  }

  .grid-my-xs6-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-xs6-13>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xs6-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-xs6-20>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }

  .grid-mx-xs6-20>div:nth-child(2n+2)>* {
    margin-left: 10px !important;
  }

  .grid-mx-xs6-20>div:nth-child(2n)>* {
    margin-left: 10px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs6-20>div:nth-child(2n+1)>* {
    margin-right: 10px !important;
  }

  .grid-my-xs6-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-xs6-20>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xs6-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-xs6-25>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 12.5px !important;
  }

  .grid-mx-xs6-25>div:nth-child(2n+2)>* {
    margin-left: 12.5px !important;
  }

  .grid-mx-xs6-25>div:nth-child(2n)>* {
    margin-left: 12.5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs6-25>div:nth-child(2n+1)>* {
    margin-right: 12.5px !important;
  }

  .grid-my-xs6-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-xs6-25>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xs12-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-xs12-10>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-xs12-10>div:nth-child(1n+2)>* {
    margin-left: 10px !important;
  }

  .grid-mx-xs12-10>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs12-10>div:nth-child(1n+0)>* {
    margin-right: 10px !important;
  }

  .grid-my-xs12-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-xs12-10>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xs12-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-xs12-13>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-xs12-13>div:nth-child(1n+2)>* {
    margin-left: 13px !important;
  }

  .grid-mx-xs12-13>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs12-13>div:nth-child(1n+0)>* {
    margin-right: 13px !important;
  }

  .grid-my-xs12-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-xs12-13>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xs12-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-xs12-20>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-xs12-20>div:nth-child(1n+2)>* {
    margin-left: 20px !important;
  }

  .grid-mx-xs12-20>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs12-20>div:nth-child(1n+0)>* {
    margin-right: 20px !important;
  }

  .grid-my-xs12-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-xs12-20>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xs12-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-xs12-25>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-xs12-25>div:nth-child(1n+2)>* {
    margin-left: 25px !important;
  }

  .grid-mx-xs12-25>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xs12-25>div:nth-child(1n+0)>* {
    margin-right: 25px !important;
  }

  .grid-my-xs12-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-xs12-25>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }
}

@media (min-width: 480px)and (max-width: 759px) {
  .grid-mx-sm3-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-sm3-10>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 7.5px !important;
  }

  .grid-mx-sm3-10>div:nth-child(4n+2)>* {
    margin-left: 2.5px !important;
  }

  .grid-mx-sm3-10>div:nth-child(4n)>* {
    margin-left: 7.5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm3-10>div:nth-child(4n+3)>* {
    margin-right: 2.5px !important;
  }

  .grid-my-sm3-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-sm3-10>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-sm3-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-sm3-13>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 9.75px !important;
  }

  .grid-mx-sm3-13>div:nth-child(4n+2)>* {
    margin-left: 3.25px !important;
  }

  .grid-mx-sm3-13>div:nth-child(4n)>* {
    margin-left: 9.75px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm3-13>div:nth-child(4n+3)>* {
    margin-right: 3.25px !important;
  }

  .grid-my-sm3-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-sm3-13>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-sm3-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-sm3-20>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 15px !important;
  }

  .grid-mx-sm3-20>div:nth-child(4n+2)>* {
    margin-left: 5px !important;
  }

  .grid-mx-sm3-20>div:nth-child(4n)>* {
    margin-left: 15px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm3-20>div:nth-child(4n+3)>* {
    margin-right: 5px !important;
  }

  .grid-my-sm3-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-sm3-20>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-sm3-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-sm3-25>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 18.75px !important;
  }

  .grid-mx-sm3-25>div:nth-child(4n+2)>* {
    margin-left: 6.25px !important;
  }

  .grid-mx-sm3-25>div:nth-child(4n)>* {
    margin-left: 18.75px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm3-25>div:nth-child(4n+3)>* {
    margin-right: 6.25px !important;
  }

  .grid-my-sm3-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-sm3-25>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-sm4-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-sm4-10>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 6.6666666667px !important;
  }

  .grid-mx-sm4-10>div:nth-child(3n+2)>* {
    margin-left: 3.3333333333px !important;
  }

  .grid-mx-sm4-10>div:nth-child(3n)>* {
    margin-left: 6.6666666667px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm4-10>div:nth-child(3n+2)>* {
    margin-right: 3.3333333333px !important;
  }

  .grid-my-sm4-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-sm4-10>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-sm4-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-sm4-13>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 8.6666666667px !important;
  }

  .grid-mx-sm4-13>div:nth-child(3n+2)>* {
    margin-left: 4.3333333333px !important;
  }

  .grid-mx-sm4-13>div:nth-child(3n)>* {
    margin-left: 8.6666666667px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm4-13>div:nth-child(3n+2)>* {
    margin-right: 4.3333333333px !important;
  }

  .grid-my-sm4-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-sm4-13>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-sm4-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-sm4-20>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 13.3333333333px !important;
  }

  .grid-mx-sm4-20>div:nth-child(3n+2)>* {
    margin-left: 6.6666666667px !important;
  }

  .grid-mx-sm4-20>div:nth-child(3n)>* {
    margin-left: 13.3333333333px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm4-20>div:nth-child(3n+2)>* {
    margin-right: 6.6666666667px !important;
  }

  .grid-my-sm4-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-sm4-20>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-sm4-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-sm4-25>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 16.6666666667px !important;
  }

  .grid-mx-sm4-25>div:nth-child(3n+2)>* {
    margin-left: 8.3333333333px !important;
  }

  .grid-mx-sm4-25>div:nth-child(3n)>* {
    margin-left: 16.6666666667px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm4-25>div:nth-child(3n+2)>* {
    margin-right: 8.3333333333px !important;
  }

  .grid-my-sm4-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-sm4-25>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-sm6-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-sm6-10>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 5px !important;
  }

  .grid-mx-sm6-10>div:nth-child(2n+2)>* {
    margin-left: 5px !important;
  }

  .grid-mx-sm6-10>div:nth-child(2n)>* {
    margin-left: 5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm6-10>div:nth-child(2n+1)>* {
    margin-right: 5px !important;
  }

  .grid-my-sm6-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-sm6-10>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-sm6-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-sm6-13>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 6.5px !important;
  }

  .grid-mx-sm6-13>div:nth-child(2n+2)>* {
    margin-left: 6.5px !important;
  }

  .grid-mx-sm6-13>div:nth-child(2n)>* {
    margin-left: 6.5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm6-13>div:nth-child(2n+1)>* {
    margin-right: 6.5px !important;
  }

  .grid-my-sm6-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-sm6-13>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-sm6-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-sm6-20>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }

  .grid-mx-sm6-20>div:nth-child(2n+2)>* {
    margin-left: 10px !important;
  }

  .grid-mx-sm6-20>div:nth-child(2n)>* {
    margin-left: 10px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm6-20>div:nth-child(2n+1)>* {
    margin-right: 10px !important;
  }

  .grid-my-sm6-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-sm6-20>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-sm6-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-sm6-25>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 12.5px !important;
  }

  .grid-mx-sm6-25>div:nth-child(2n+2)>* {
    margin-left: 12.5px !important;
  }

  .grid-mx-sm6-25>div:nth-child(2n)>* {
    margin-left: 12.5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm6-25>div:nth-child(2n+1)>* {
    margin-right: 12.5px !important;
  }

  .grid-my-sm6-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-sm6-25>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-sm12-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-sm12-10>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-sm12-10>div:nth-child(1n+2)>* {
    margin-left: 10px !important;
  }

  .grid-mx-sm12-10>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm12-10>div:nth-child(1n+0)>* {
    margin-right: 10px !important;
  }

  .grid-my-sm12-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-sm12-10>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }

  .grid-mx-sm12-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-sm12-13>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-sm12-13>div:nth-child(1n+2)>* {
    margin-left: 13px !important;
  }

  .grid-mx-sm12-13>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm12-13>div:nth-child(1n+0)>* {
    margin-right: 13px !important;
  }

  .grid-my-sm12-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-sm12-13>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }

  .grid-mx-sm12-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-sm12-20>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-sm12-20>div:nth-child(1n+2)>* {
    margin-left: 20px !important;
  }

  .grid-mx-sm12-20>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm12-20>div:nth-child(1n+0)>* {
    margin-right: 20px !important;
  }

  .grid-my-sm12-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-sm12-20>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }

  .grid-mx-sm12-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-sm12-25>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-sm12-25>div:nth-child(1n+2)>* {
    margin-left: 25px !important;
  }

  .grid-mx-sm12-25>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-sm12-25>div:nth-child(1n+0)>* {
    margin-right: 25px !important;
  }

  .grid-my-sm12-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-sm12-25>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }
}

@media (min-width: 760px)and (max-width: 959px) {
  .grid-mx-md3-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-md3-10>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 7.5px !important;
  }

  .grid-mx-md3-10>div:nth-child(4n+2)>* {
    margin-left: 2.5px !important;
  }

  .grid-mx-md3-10>div:nth-child(4n)>* {
    margin-left: 7.5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md3-10>div:nth-child(4n+3)>* {
    margin-right: 2.5px !important;
  }

  .grid-my-md3-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-md3-10>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-md3-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-md3-13>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 9.75px !important;
  }

  .grid-mx-md3-13>div:nth-child(4n+2)>* {
    margin-left: 3.25px !important;
  }

  .grid-mx-md3-13>div:nth-child(4n)>* {
    margin-left: 9.75px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md3-13>div:nth-child(4n+3)>* {
    margin-right: 3.25px !important;
  }

  .grid-my-md3-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-md3-13>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-md3-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-md3-20>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 15px !important;
  }

  .grid-mx-md3-20>div:nth-child(4n+2)>* {
    margin-left: 5px !important;
  }

  .grid-mx-md3-20>div:nth-child(4n)>* {
    margin-left: 15px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md3-20>div:nth-child(4n+3)>* {
    margin-right: 5px !important;
  }

  .grid-my-md3-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-md3-20>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-md3-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-md3-25>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 18.75px !important;
  }

  .grid-mx-md3-25>div:nth-child(4n+2)>* {
    margin-left: 6.25px !important;
  }

  .grid-mx-md3-25>div:nth-child(4n)>* {
    margin-left: 18.75px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md3-25>div:nth-child(4n+3)>* {
    margin-right: 6.25px !important;
  }

  .grid-my-md3-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-md3-25>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-md4-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-md4-10>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 6.6666666667px !important;
  }

  .grid-mx-md4-10>div:nth-child(3n+2)>* {
    margin-left: 3.3333333333px !important;
  }

  .grid-mx-md4-10>div:nth-child(3n)>* {
    margin-left: 6.6666666667px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md4-10>div:nth-child(3n+2)>* {
    margin-right: 3.3333333333px !important;
  }

  .grid-my-md4-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-md4-10>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-md4-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-md4-13>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 8.6666666667px !important;
  }

  .grid-mx-md4-13>div:nth-child(3n+2)>* {
    margin-left: 4.3333333333px !important;
  }

  .grid-mx-md4-13>div:nth-child(3n)>* {
    margin-left: 8.6666666667px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md4-13>div:nth-child(3n+2)>* {
    margin-right: 4.3333333333px !important;
  }

  .grid-my-md4-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-md4-13>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-md4-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-md4-20>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 13.3333333333px !important;
  }

  .grid-mx-md4-20>div:nth-child(3n+2)>* {
    margin-left: 6.6666666667px !important;
  }

  .grid-mx-md4-20>div:nth-child(3n)>* {
    margin-left: 13.3333333333px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md4-20>div:nth-child(3n+2)>* {
    margin-right: 6.6666666667px !important;
  }

  .grid-my-md4-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-md4-20>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-md4-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-md4-25>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 16.6666666667px !important;
  }

  .grid-mx-md4-25>div:nth-child(3n+2)>* {
    margin-left: 8.3333333333px !important;
  }

  .grid-mx-md4-25>div:nth-child(3n)>* {
    margin-left: 16.6666666667px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md4-25>div:nth-child(3n+2)>* {
    margin-right: 8.3333333333px !important;
  }

  .grid-my-md4-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-md4-25>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-md6-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-md6-10>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 5px !important;
  }

  .grid-mx-md6-10>div:nth-child(2n+2)>* {
    margin-left: 5px !important;
  }

  .grid-mx-md6-10>div:nth-child(2n)>* {
    margin-left: 5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md6-10>div:nth-child(2n+1)>* {
    margin-right: 5px !important;
  }

  .grid-my-md6-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-md6-10>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-md6-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-md6-13>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 6.5px !important;
  }

  .grid-mx-md6-13>div:nth-child(2n+2)>* {
    margin-left: 6.5px !important;
  }

  .grid-mx-md6-13>div:nth-child(2n)>* {
    margin-left: 6.5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md6-13>div:nth-child(2n+1)>* {
    margin-right: 6.5px !important;
  }

  .grid-my-md6-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-md6-13>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-md6-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-md6-20>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }

  .grid-mx-md6-20>div:nth-child(2n+2)>* {
    margin-left: 10px !important;
  }

  .grid-mx-md6-20>div:nth-child(2n)>* {
    margin-left: 10px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md6-20>div:nth-child(2n+1)>* {
    margin-right: 10px !important;
  }

  .grid-my-md6-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-md6-20>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-md6-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-md6-25>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 12.5px !important;
  }

  .grid-mx-md6-25>div:nth-child(2n+2)>* {
    margin-left: 12.5px !important;
  }

  .grid-mx-md6-25>div:nth-child(2n)>* {
    margin-left: 12.5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md6-25>div:nth-child(2n+1)>* {
    margin-right: 12.5px !important;
  }

  .grid-my-md6-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-md6-25>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-md12-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-md12-10>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-md12-10>div:nth-child(1n+2)>* {
    margin-left: 10px !important;
  }

  .grid-mx-md12-10>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md12-10>div:nth-child(1n+0)>* {
    margin-right: 10px !important;
  }

  .grid-my-md12-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-md12-10>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }

  .grid-mx-md12-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-md12-13>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-md12-13>div:nth-child(1n+2)>* {
    margin-left: 13px !important;
  }

  .grid-mx-md12-13>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md12-13>div:nth-child(1n+0)>* {
    margin-right: 13px !important;
  }

  .grid-my-md12-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-md12-13>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }

  .grid-mx-md12-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-md12-20>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-md12-20>div:nth-child(1n+2)>* {
    margin-left: 20px !important;
  }

  .grid-mx-md12-20>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md12-20>div:nth-child(1n+0)>* {
    margin-right: 20px !important;
  }

  .grid-my-md12-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-md12-20>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }

  .grid-mx-md12-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-md12-25>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-md12-25>div:nth-child(1n+2)>* {
    margin-left: 25px !important;
  }

  .grid-mx-md12-25>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-md12-25>div:nth-child(1n+0)>* {
    margin-right: 25px !important;
  }

  .grid-my-md12-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-md12-25>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }
}

@media (min-width: 960px)and (max-width: 1199px) {
  .grid-mx-lg3-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-lg3-10>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 7.5px !important;
  }

  .grid-mx-lg3-10>div:nth-child(4n+2)>* {
    margin-left: 2.5px !important;
  }

  .grid-mx-lg3-10>div:nth-child(4n)>* {
    margin-left: 7.5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg3-10>div:nth-child(4n+3)>* {
    margin-right: 2.5px !important;
  }

  .grid-my-lg3-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-lg3-10>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-lg3-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-lg3-13>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 9.75px !important;
  }

  .grid-mx-lg3-13>div:nth-child(4n+2)>* {
    margin-left: 3.25px !important;
  }

  .grid-mx-lg3-13>div:nth-child(4n)>* {
    margin-left: 9.75px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg3-13>div:nth-child(4n+3)>* {
    margin-right: 3.25px !important;
  }

  .grid-my-lg3-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-lg3-13>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-lg3-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-lg3-20>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 15px !important;
  }

  .grid-mx-lg3-20>div:nth-child(4n+2)>* {
    margin-left: 5px !important;
  }

  .grid-mx-lg3-20>div:nth-child(4n)>* {
    margin-left: 15px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg3-20>div:nth-child(4n+3)>* {
    margin-right: 5px !important;
  }

  .grid-my-lg3-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-lg3-20>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-lg3-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-lg3-25>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 18.75px !important;
  }

  .grid-mx-lg3-25>div:nth-child(4n+2)>* {
    margin-left: 6.25px !important;
  }

  .grid-mx-lg3-25>div:nth-child(4n)>* {
    margin-left: 18.75px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg3-25>div:nth-child(4n+3)>* {
    margin-right: 6.25px !important;
  }

  .grid-my-lg3-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-lg3-25>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-lg4-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-lg4-10>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 6.6666666667px !important;
  }

  .grid-mx-lg4-10>div:nth-child(3n+2)>* {
    margin-left: 3.3333333333px !important;
  }

  .grid-mx-lg4-10>div:nth-child(3n)>* {
    margin-left: 6.6666666667px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg4-10>div:nth-child(3n+2)>* {
    margin-right: 3.3333333333px !important;
  }

  .grid-my-lg4-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-lg4-10>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-lg4-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-lg4-13>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 8.6666666667px !important;
  }

  .grid-mx-lg4-13>div:nth-child(3n+2)>* {
    margin-left: 4.3333333333px !important;
  }

  .grid-mx-lg4-13>div:nth-child(3n)>* {
    margin-left: 8.6666666667px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg4-13>div:nth-child(3n+2)>* {
    margin-right: 4.3333333333px !important;
  }

  .grid-my-lg4-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-lg4-13>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-lg4-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-lg4-20>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 13.3333333333px !important;
  }

  .grid-mx-lg4-20>div:nth-child(3n+2)>* {
    margin-left: 6.6666666667px !important;
  }

  .grid-mx-lg4-20>div:nth-child(3n)>* {
    margin-left: 13.3333333333px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg4-20>div:nth-child(3n+2)>* {
    margin-right: 6.6666666667px !important;
  }

  .grid-my-lg4-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-lg4-20>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-lg4-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-lg4-25>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 16.6666666667px !important;
  }

  .grid-mx-lg4-25>div:nth-child(3n+2)>* {
    margin-left: 8.3333333333px !important;
  }

  .grid-mx-lg4-25>div:nth-child(3n)>* {
    margin-left: 16.6666666667px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg4-25>div:nth-child(3n+2)>* {
    margin-right: 8.3333333333px !important;
  }

  .grid-my-lg4-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-lg4-25>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-lg6-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-lg6-10>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 5px !important;
  }

  .grid-mx-lg6-10>div:nth-child(2n+2)>* {
    margin-left: 5px !important;
  }

  .grid-mx-lg6-10>div:nth-child(2n)>* {
    margin-left: 5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg6-10>div:nth-child(2n+1)>* {
    margin-right: 5px !important;
  }

  .grid-my-lg6-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-lg6-10>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-lg6-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-lg6-13>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 6.5px !important;
  }

  .grid-mx-lg6-13>div:nth-child(2n+2)>* {
    margin-left: 6.5px !important;
  }

  .grid-mx-lg6-13>div:nth-child(2n)>* {
    margin-left: 6.5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg6-13>div:nth-child(2n+1)>* {
    margin-right: 6.5px !important;
  }

  .grid-my-lg6-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-lg6-13>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-lg6-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-lg6-20>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }

  .grid-mx-lg6-20>div:nth-child(2n+2)>* {
    margin-left: 10px !important;
  }

  .grid-mx-lg6-20>div:nth-child(2n)>* {
    margin-left: 10px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg6-20>div:nth-child(2n+1)>* {
    margin-right: 10px !important;
  }

  .grid-my-lg6-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-lg6-20>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-lg6-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-lg6-25>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 12.5px !important;
  }

  .grid-mx-lg6-25>div:nth-child(2n+2)>* {
    margin-left: 12.5px !important;
  }

  .grid-mx-lg6-25>div:nth-child(2n)>* {
    margin-left: 12.5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg6-25>div:nth-child(2n+1)>* {
    margin-right: 12.5px !important;
  }

  .grid-my-lg6-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-lg6-25>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-lg12-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-lg12-10>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-lg12-10>div:nth-child(1n+2)>* {
    margin-left: 10px !important;
  }

  .grid-mx-lg12-10>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg12-10>div:nth-child(1n+0)>* {
    margin-right: 10px !important;
  }

  .grid-my-lg12-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-lg12-10>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }

  .grid-mx-lg12-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-lg12-13>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-lg12-13>div:nth-child(1n+2)>* {
    margin-left: 13px !important;
  }

  .grid-mx-lg12-13>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg12-13>div:nth-child(1n+0)>* {
    margin-right: 13px !important;
  }

  .grid-my-lg12-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-lg12-13>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }

  .grid-mx-lg12-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-lg12-20>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-lg12-20>div:nth-child(1n+2)>* {
    margin-left: 20px !important;
  }

  .grid-mx-lg12-20>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg12-20>div:nth-child(1n+0)>* {
    margin-right: 20px !important;
  }

  .grid-my-lg12-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-lg12-20>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }

  .grid-mx-lg12-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-lg12-25>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-lg12-25>div:nth-child(1n+2)>* {
    margin-left: 25px !important;
  }

  .grid-mx-lg12-25>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-lg12-25>div:nth-child(1n+0)>* {
    margin-right: 25px !important;
  }

  .grid-my-lg12-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-lg12-25>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .grid-mx-xl3-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-xl3-10>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 7.5px !important;
  }

  .grid-mx-xl3-10>div:nth-child(4n+2)>* {
    margin-left: 2.5px !important;
  }

  .grid-mx-xl3-10>div:nth-child(4n)>* {
    margin-left: 7.5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl3-10>div:nth-child(4n+3)>* {
    margin-right: 2.5px !important;
  }

  .grid-my-xl3-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-xl3-10>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xl3-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-xl3-13>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 9.75px !important;
  }

  .grid-mx-xl3-13>div:nth-child(4n+2)>* {
    margin-left: 3.25px !important;
  }

  .grid-mx-xl3-13>div:nth-child(4n)>* {
    margin-left: 9.75px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl3-13>div:nth-child(4n+3)>* {
    margin-right: 3.25px !important;
  }

  .grid-my-xl3-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-xl3-13>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xl3-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-xl3-20>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 15px !important;
  }

  .grid-mx-xl3-20>div:nth-child(4n+2)>* {
    margin-left: 5px !important;
  }

  .grid-mx-xl3-20>div:nth-child(4n)>* {
    margin-left: 15px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl3-20>div:nth-child(4n+3)>* {
    margin-right: 5px !important;
  }

  .grid-my-xl3-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-xl3-20>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xl3-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-xl3-25>div:nth-child(4n+1)>* {
    margin-left: 0 !important;
    margin-right: 18.75px !important;
  }

  .grid-mx-xl3-25>div:nth-child(4n+2)>* {
    margin-left: 6.25px !important;
  }

  .grid-mx-xl3-25>div:nth-child(4n)>* {
    margin-left: 18.75px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl3-25>div:nth-child(4n+3)>* {
    margin-right: 6.25px !important;
  }

  .grid-my-xl3-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-xl3-25>div:nth-child(-n+4)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xl4-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-xl4-10>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 6.6666666667px !important;
  }

  .grid-mx-xl4-10>div:nth-child(3n+2)>* {
    margin-left: 3.3333333333px !important;
  }

  .grid-mx-xl4-10>div:nth-child(3n)>* {
    margin-left: 6.6666666667px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl4-10>div:nth-child(3n+2)>* {
    margin-right: 3.3333333333px !important;
  }

  .grid-my-xl4-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-xl4-10>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xl4-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-xl4-13>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 8.6666666667px !important;
  }

  .grid-mx-xl4-13>div:nth-child(3n+2)>* {
    margin-left: 4.3333333333px !important;
  }

  .grid-mx-xl4-13>div:nth-child(3n)>* {
    margin-left: 8.6666666667px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl4-13>div:nth-child(3n+2)>* {
    margin-right: 4.3333333333px !important;
  }

  .grid-my-xl4-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-xl4-13>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xl4-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-xl4-20>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 13.3333333333px !important;
  }

  .grid-mx-xl4-20>div:nth-child(3n+2)>* {
    margin-left: 6.6666666667px !important;
  }

  .grid-mx-xl4-20>div:nth-child(3n)>* {
    margin-left: 13.3333333333px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl4-20>div:nth-child(3n+2)>* {
    margin-right: 6.6666666667px !important;
  }

  .grid-my-xl4-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-xl4-20>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xl4-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-xl4-25>div:nth-child(3n+1)>* {
    margin-left: 0 !important;
    margin-right: 16.6666666667px !important;
  }

  .grid-mx-xl4-25>div:nth-child(3n+2)>* {
    margin-left: 8.3333333333px !important;
  }

  .grid-mx-xl4-25>div:nth-child(3n)>* {
    margin-left: 16.6666666667px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl4-25>div:nth-child(3n+2)>* {
    margin-right: 8.3333333333px !important;
  }

  .grid-my-xl4-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-xl4-25>div:nth-child(-n+3)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xl6-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-xl6-10>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 5px !important;
  }

  .grid-mx-xl6-10>div:nth-child(2n+2)>* {
    margin-left: 5px !important;
  }

  .grid-mx-xl6-10>div:nth-child(2n)>* {
    margin-left: 5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl6-10>div:nth-child(2n+1)>* {
    margin-right: 5px !important;
  }

  .grid-my-xl6-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-xl6-10>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xl6-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-xl6-13>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 6.5px !important;
  }

  .grid-mx-xl6-13>div:nth-child(2n+2)>* {
    margin-left: 6.5px !important;
  }

  .grid-mx-xl6-13>div:nth-child(2n)>* {
    margin-left: 6.5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl6-13>div:nth-child(2n+1)>* {
    margin-right: 6.5px !important;
  }

  .grid-my-xl6-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-xl6-13>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xl6-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-xl6-20>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }

  .grid-mx-xl6-20>div:nth-child(2n+2)>* {
    margin-left: 10px !important;
  }

  .grid-mx-xl6-20>div:nth-child(2n)>* {
    margin-left: 10px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl6-20>div:nth-child(2n+1)>* {
    margin-right: 10px !important;
  }

  .grid-my-xl6-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-xl6-20>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xl6-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-xl6-25>div:nth-child(2n+1)>* {
    margin-left: 0 !important;
    margin-right: 12.5px !important;
  }

  .grid-mx-xl6-25>div:nth-child(2n+2)>* {
    margin-left: 12.5px !important;
  }

  .grid-mx-xl6-25>div:nth-child(2n)>* {
    margin-left: 12.5px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl6-25>div:nth-child(2n+1)>* {
    margin-right: 12.5px !important;
  }

  .grid-my-xl6-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-xl6-25>div:nth-child(-n+2)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xl12-10>div>* {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .grid-mx-xl12-10>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-xl12-10>div:nth-child(1n+2)>* {
    margin-left: 10px !important;
  }

  .grid-mx-xl12-10>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl12-10>div:nth-child(1n+0)>* {
    margin-right: 10px !important;
  }

  .grid-my-xl12-10>div>* {
    margin-top: 10px !important;
  }

  .grid-my-xl12-10>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xl12-13>div>* {
    margin-right: 6.5px !important;
    margin-left: 6.5px !important;
  }

  .grid-mx-xl12-13>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-xl12-13>div:nth-child(1n+2)>* {
    margin-left: 13px !important;
  }

  .grid-mx-xl12-13>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl12-13>div:nth-child(1n+0)>* {
    margin-right: 13px !important;
  }

  .grid-my-xl12-13>div>* {
    margin-top: 13px !important;
  }

  .grid-my-xl12-13>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xl12-20>div>* {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .grid-mx-xl12-20>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-xl12-20>div:nth-child(1n+2)>* {
    margin-left: 20px !important;
  }

  .grid-mx-xl12-20>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl12-20>div:nth-child(1n+0)>* {
    margin-right: 20px !important;
  }

  .grid-my-xl12-20>div>* {
    margin-top: 20px !important;
  }

  .grid-my-xl12-20>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }

  .grid-mx-xl12-25>div>* {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }

  .grid-mx-xl12-25>div:nth-child(1n+1)>* {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  .grid-mx-xl12-25>div:nth-child(1n+2)>* {
    margin-left: 25px !important;
  }

  .grid-mx-xl12-25>div:nth-child(1n)>* {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  .grid-mx-xl12-25>div:nth-child(1n+0)>* {
    margin-right: 25px !important;
  }

  .grid-my-xl12-25>div>* {
    margin-top: 25px !important;
  }

  .grid-my-xl12-25>div:nth-child(-n+1)>* {
    margin-top: 0 !important;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("/css/icons/icomoon.eot?g044vl");
  src: url("/css/icons/icomoon.eot?g044vl#iefix") format("embedded-opentype"),url("/css/icons/icomoon.ttf?g044vl") format("truetype"),url("/css/icons/icomoon.woff?g044vl") format("woff"),url("/css/icons/icomoon.svg?g044vl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star-half:before {
  content: "\E92C";
}

.icon-careers:before {
  content: "\E900";
}

.icon-company-info:before {
  content: "\E901";
}

.icon-in-the-media:before {
  content: "\E902";
}

.icon-join-now:before {
  content: "\E903";
}

.icon-privacy-policy .path1:before {
  content: "\E904";
}

.icon-privacy-policy .path2:before {
  content: "\E905";
  color: #fff;
  margin-left: -1em;
}

.icon-privacy-policy .path3:before {
  content: "\E906";
  margin-left: -1em;
}

.icon-solutions-connect:before {
  content: "\E907";
}

.icon-solutions-dna:before {
  content: "\E908";
}

.icon-solutions-powered:before {
  content: "\E909";
}

.icon-technical-support:before {
  content: "\E90A";
}

.icon-calendar-teetimes:before {
  content: "\E91F";
}

.icon-players:before {
  content: "\E920";
}

.icon-all-rounds:before {
  content: "\E91D";
}

.icon-submit-round:before {
  content: "\E91E";
}

.icon-hot:before {
  content: "\E916";
}

.icon-square-soft:before {
  content: "\E917";
  color: #000;
}

.icon-line-right:before {
  content: "\E918";
}

.icon-line-left:before {
  content: "\E919";
}

.icon-line-center:before {
  content: "\E91A";
}

.icon-square:before {
  content: "\E91B";
}

.icon-checkbox:before {
  content: "\E915";
}

.icon-sign-in:before {
  content: "\E912";
}

.icon-menu:before {
  content: "\E913";
}

.icon-close:before {
  content: "\E914";
}

.icon-search-filter:before {
  content: "\E90B";
}

.icon-calendar:before {
  content: "\E90C";
}

.icon-plane:before {
  content: "\E90D";
}

.icon-arrow-down:before {
  content: "\E90E";
}

.icon-filter-slider .path1:before {
  content: "\E90F";
  color: #000;
}

.icon-filter-slider .path2:before {
  content: "\E90F";
  margin-left: -1em;
  color: #e1e1e1;
}

.icon-filter-slider .path3:before {
  content: "\E90F";
  margin-left: -1em;
  color: #e1e1e1;
}

.icon-filter-slider .path4:before {
  content: "\E90F";
  margin-left: -1em;
  color: #e1e1e1;
}

.icon-hotdeal .path1:before {
  content: "\E922";
  color: #ed3f0a;
}

.icon-hotdeal .path2:before {
  content: "\E923";
  margin-left: -1em;
  color: #fff;
}

.icon-flag:before {
  content: "\E924";
}

.icon-news:before {
  content: "\E925";
}

.icon-scoretracker:before {
  content: "\E926";
}

.icon-search:before {
  content: "\E927";
}

.icon-star:before {
  content: "\E928";
  color: #c3c3c3;
}

.icon-store:before {
  content: "\E929";
}

.icon-clock:before {
  content: "\E92A";
}

.icon-map-bulb:before {
  content: "\E92B";
}

.icon-arrow-up:before {
  content: "\E91C";
}

#icons-loader {
  display: none;
  background: url("/im/graphics_icons.png");
}

.icon-bg {
  height: 30px;
  width: 25px;
  cursor: default;
  background: url("/im/graphics_icons.png");
}

.icon-bg.chance_of_rain {
  background-position: 0 0;
}

.icon-bg.chance_of_storm {
  background-position: 0 -28px;
}

.icon-bg.chance_of_snow {
  background-position: 0 -58px;
}

.icon-bg.chance_of_tstorm {
  background-position: 0 -84px;
}

.icon-bg.dust {
  background-position: 0 -112px;
}

.icon-bg.mist {
  background-position: 0 -140px;
}

.icon-bg.icy {
  background-position: 0 -168px;
}

.icon-bg.haze {
  background-position: 0 -196px;
}

.icon-bg.fog {
  background-position: 0 -224px;
}

.icon-bg.flurries {
  background-position: 0 -252px;
}

.icon-bg.mostly_cloudy {
  background-position: 0 -280px;
}

.icon-bg.mostly_cloudy {
  background-position: 0 -280px;
}

.icon-bg.sleet {
  background-position: 0 -308px;
}

.icon-bg.sleet {
  background-position: 0 -308px;
}

.icon-bg.rain {
  background-position: 0 -336px;
}

.icon-bg.partly_cloudy {
  background-position: 0 -364px;
}

.icon-bg.smoke {
  background-position: 0 -392px;
}

.icon-bg.thunderstorm {
  background-position: 0 -420px;
}

.icon-bg.sunny {
  background-position: 0 -448px;
}

.icon-bg.storm {
  background-position: 0 -476px;
}

.icon-bg.snow {
  background-position: 0 -504px;
}

button {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  background: #fff;
  font-family: Myriad,Arial,Verdana;
  font-size: 14px;
  line-height: normal;
  color: #000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

*,
::after,
::before {
  box-sizing: initial;
}

textarea,
input,
input[type=text],
input[type=button],
input[type=submit],
button,
select {
  border-radius: 0;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0;
}

button,
input[type=button] {
  cursor: pointer;
}

a,
a:hover,
a:visited,
a:active,
a:active:hover,
a:visited:hover {
  cursor: pointer;
  text-decoration: none !important;
}

.clear {
  clear: both;
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-18 {
  height: 18px;
}

.h-20 {
  height: 20px;
}

.h-23 {
  height: 23px;
}

.h-24 {
  height: 24px;
}

.h-25 {
  height: 25px;
}

.h-26 {
  height: 26px;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 32px;
}

.h-36 {
  height: 36px;
}

.h-37 {
  height: 37px;
}

.h-38 {
  height: 38px;
}

.h-40 {
  height: 40px;
}

.h-47 {
  height: 47px;
}

.h-49 {
  height: 49px;
}

.h-50 {
  height: 50px;
}

.lh-10 {
  line-height: 10px;
}

.hlh-10 {
  height: 10px;
  line-height: 10px;
}

.lh-15 {
  line-height: 15px;
}

.hlh-15 {
  height: 15px;
  line-height: 15px;
}

.lh-18 {
  line-height: 18px;
}

.hlh-18 {
  height: 18px;
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.hlh-20 {
  height: 20px;
  line-height: 20px;
}

.lh-23 {
  line-height: 23px;
}

.hlh-23 {
  height: 23px;
  line-height: 23px;
}

.lh-24 {
  line-height: 24px;
}

.hlh-24 {
  height: 24px;
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.hlh-25 {
  height: 25px;
  line-height: 25px;
}

.lh-26 {
  line-height: 26px;
}

.hlh-26 {
  height: 26px;
  line-height: 26px;
}

.lh-30 {
  line-height: 30px;
}

.hlh-30 {
  height: 30px;
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.hlh-32 {
  height: 32px;
  line-height: 32px;
}

.lh-36 {
  line-height: 36px;
}

.hlh-36 {
  height: 36px;
  line-height: 36px;
}

.lh-37 {
  line-height: 37px;
}

.hlh-37 {
  height: 37px;
  line-height: 37px;
}

.lh-38 {
  line-height: 38px;
}

.hlh-38 {
  height: 38px;
  line-height: 38px;
}

.lh-40 {
  line-height: 40px;
}

.hlh-40 {
  height: 40px;
  line-height: 40px;
}

.lh-47 {
  line-height: 47px;
}

.hlh-47 {
  height: 47px;
  line-height: 47px;
}

.lh-49 {
  line-height: 49px;
}

.hlh-49 {
  height: 49px;
  line-height: 49px;
}

.lh-50 {
  line-height: 50px;
}

.hlh-50 {
  height: 50px;
  line-height: 50px;
}

@media (min-width: 0px) {
  .lh-xs-10 {
    line-height: 10px;
  }

  .hlh-xs-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xs-15 {
    line-height: 15px;
  }

  .hlh-xs-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xs-18 {
    line-height: 18px;
  }

  .hlh-xs-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xs-20 {
    line-height: 20px;
  }

  .hlh-xs-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xs-23 {
    line-height: 23px;
  }

  .hlh-xs-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xs-24 {
    line-height: 24px;
  }

  .hlh-xs-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xs-25 {
    line-height: 25px;
  }

  .hlh-xs-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xs-26 {
    line-height: 26px;
  }

  .hlh-xs-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xs-30 {
    line-height: 30px;
  }

  .hlh-xs-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xs-32 {
    line-height: 32px;
  }

  .hlh-xs-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xs-36 {
    line-height: 36px;
  }

  .hlh-xs-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xs-37 {
    line-height: 37px;
  }

  .hlh-xs-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xs-38 {
    line-height: 38px;
  }

  .hlh-xs-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xs-40 {
    line-height: 40px;
  }

  .hlh-xs-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xs-47 {
    line-height: 47px;
  }

  .hlh-xs-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xs-49 {
    line-height: 49px;
  }

  .hlh-xs-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xs-50 {
    line-height: 50px;
  }

  .hlh-xs-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 480px) {
  .lh-sm-10 {
    line-height: 10px;
  }

  .hlh-sm-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-sm-15 {
    line-height: 15px;
  }

  .hlh-sm-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-sm-18 {
    line-height: 18px;
  }

  .hlh-sm-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-sm-20 {
    line-height: 20px;
  }

  .hlh-sm-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-sm-23 {
    line-height: 23px;
  }

  .hlh-sm-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-sm-24 {
    line-height: 24px;
  }

  .hlh-sm-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-sm-25 {
    line-height: 25px;
  }

  .hlh-sm-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-sm-26 {
    line-height: 26px;
  }

  .hlh-sm-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-sm-30 {
    line-height: 30px;
  }

  .hlh-sm-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-sm-32 {
    line-height: 32px;
  }

  .hlh-sm-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-sm-36 {
    line-height: 36px;
  }

  .hlh-sm-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-sm-37 {
    line-height: 37px;
  }

  .hlh-sm-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-sm-38 {
    line-height: 38px;
  }

  .hlh-sm-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-sm-40 {
    line-height: 40px;
  }

  .hlh-sm-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-sm-47 {
    line-height: 47px;
  }

  .hlh-sm-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-sm-49 {
    line-height: 49px;
  }

  .hlh-sm-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-sm-50 {
    line-height: 50px;
  }

  .hlh-sm-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 760px) {
  .lh-md-10 {
    line-height: 10px;
  }

  .hlh-md-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-md-15 {
    line-height: 15px;
  }

  .hlh-md-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-md-18 {
    line-height: 18px;
  }

  .hlh-md-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-md-20 {
    line-height: 20px;
  }

  .hlh-md-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-md-23 {
    line-height: 23px;
  }

  .hlh-md-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-md-24 {
    line-height: 24px;
  }

  .hlh-md-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-md-25 {
    line-height: 25px;
  }

  .hlh-md-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-md-26 {
    line-height: 26px;
  }

  .hlh-md-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-md-30 {
    line-height: 30px;
  }

  .hlh-md-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-md-32 {
    line-height: 32px;
  }

  .hlh-md-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-md-36 {
    line-height: 36px;
  }

  .hlh-md-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-md-37 {
    line-height: 37px;
  }

  .hlh-md-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-md-38 {
    line-height: 38px;
  }

  .hlh-md-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-md-40 {
    line-height: 40px;
  }

  .hlh-md-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-md-47 {
    line-height: 47px;
  }

  .hlh-md-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-md-49 {
    line-height: 49px;
  }

  .hlh-md-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-md-50 {
    line-height: 50px;
  }

  .hlh-md-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 960px) {
  .lh-lg-10 {
    line-height: 10px;
  }

  .hlh-lg-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-lg-15 {
    line-height: 15px;
  }

  .hlh-lg-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-lg-18 {
    line-height: 18px;
  }

  .hlh-lg-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-lg-20 {
    line-height: 20px;
  }

  .hlh-lg-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-lg-23 {
    line-height: 23px;
  }

  .hlh-lg-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-lg-24 {
    line-height: 24px;
  }

  .hlh-lg-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-lg-25 {
    line-height: 25px;
  }

  .hlh-lg-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-lg-26 {
    line-height: 26px;
  }

  .hlh-lg-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-lg-30 {
    line-height: 30px;
  }

  .hlh-lg-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-lg-32 {
    line-height: 32px;
  }

  .hlh-lg-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-lg-36 {
    line-height: 36px;
  }

  .hlh-lg-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-lg-37 {
    line-height: 37px;
  }

  .hlh-lg-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-lg-38 {
    line-height: 38px;
  }

  .hlh-lg-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-lg-40 {
    line-height: 40px;
  }

  .hlh-lg-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-lg-47 {
    line-height: 47px;
  }

  .hlh-lg-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-lg-49 {
    line-height: 49px;
  }

  .hlh-lg-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-lg-50 {
    line-height: 50px;
  }

  .hlh-lg-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1200px) {
  .lh-xl-10 {
    line-height: 10px;
  }

  .hlh-xl-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xl-15 {
    line-height: 15px;
  }

  .hlh-xl-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xl-18 {
    line-height: 18px;
  }

  .hlh-xl-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xl-20 {
    line-height: 20px;
  }

  .hlh-xl-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xl-23 {
    line-height: 23px;
  }

  .hlh-xl-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xl-24 {
    line-height: 24px;
  }

  .hlh-xl-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xl-25 {
    line-height: 25px;
  }

  .hlh-xl-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xl-26 {
    line-height: 26px;
  }

  .hlh-xl-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xl-30 {
    line-height: 30px;
  }

  .hlh-xl-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xl-32 {
    line-height: 32px;
  }

  .hlh-xl-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xl-36 {
    line-height: 36px;
  }

  .hlh-xl-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xl-37 {
    line-height: 37px;
  }

  .hlh-xl-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xl-38 {
    line-height: 38px;
  }

  .hlh-xl-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xl-40 {
    line-height: 40px;
  }

  .hlh-xl-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xl-47 {
    line-height: 47px;
  }

  .hlh-xl-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xl-49 {
    line-height: 49px;
  }

  .hlh-xl-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xl-50 {
    line-height: 50px;
  }

  .hlh-xl-50 {
    height: 50px;
    line-height: 50px;
  }
}

.smartbanner {
  top: -80px;
}

.smartbanner .smartbanner-close {
  background-color: #fff;
  color: #3d3d3d !important;
}

.min-width {
  min-width: 320px;
}

@media (max-width: 759px) {
  .container {
    width: 100%;
    box-shadow: none;
  }
}

.AppHeader>section,
.AppNavigation>section,
.AppContent div>section,
.AppContent>section,
.AppFooter>section {
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .AppHeader>section,
  .AppNavigation>section,
  .AppContent div>section,
  .AppContent>section,
  .AppFooter>section {
    min-width: 1185px;
    max-width: 1200px;
  }

  .bm-overlay {
    display: none !important;
  }

  .bm-menu-wrap {
    top: 0;
  }

  div.App div.AppNavigationMobile {
    display: block;
  }

  div.App div.AppNavigationMobile section {
    float: right;
    width: 360px;
  }

  section {
    width: 1185px;
  }

  .HomeHotDeal section div.hot-deals div.box a.hot-deal {
    min-width: 198px !important;
    max-width: 220px;
  }

  .HomeProducts section div.products div.box div.product {
    min-width: 198px !important;
  }
}

@media only screen and (min-width: 960px)and (max-width: 1199px) {
  .AppHeader>section,
  .AppNavigation>section,
  .AppContent div>section,
  .AppContent>section,
  .AppFooter>section {
    min-width: 960px;
    max-width: 1199px;
  }

  section {
    width: 100%;
  }

  .bm-overlay {
    display: none !important;
  }

  .bm-menu-wrap {
    top: 0;
  }

  div.App div.AppNavigationMobile {
    display: block;
  }

  div.App div.AppNavigationMobile section {
    float: right;
    width: 360px;
  }

  .HomeHotDeal section div.hot-deals div.box {
    width: 25%;
  }

  .HomeHotDeal section div.hot-deals div.box:nth-child(4) a.hot-deal {
    margin-right: 0 !important;
  }

  .HomeHotDeal section div.hot-deals div.box:last-child {
    display: none;
  }

  .HomeProducts section div.products div.box {
    width: 25%;
  }

  .HomeProducts section div.products div.box:first-child {
    display: none;
  }

  .HomeProducts section div.products div.box:nth-child(2) div.product {
    margin-left: 0 !important;
  }

  .HomeProducts section div.products div.box:last-child div.product {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 760px)and (max-width: 959px) {
  .AppHeader>section,
  .AppNavigation>section,
  .AppContent div>section,
  .AppContent>section,
  .AppFooter>section {
    min-width: 750px;
    max-width: 959px;
  }

  section {
    width: 100%;
  }

  .bm-overlay {
    display: none !important;
  }

  .bm-menu-wrap {
    top: 0;
  }

  div.App div.AppNavigationMobile {
    display: block;
  }

  div.App div.AppNavigationMobile section {
    float: right;
    width: 360px;
  }

  .AppNavigation section {
    position: relative;
  }

  .AppNavigation section div.MainMenuBox span.MainMenuMore-normal {
    display: none;
  }

  .AppNavigation section div.MainMenuBox span.MainMenuMore-dropdown {
    display: block;
  }

  .AppNavigation section div.MainMenuBox ul.MainMenu li.more {
    display: block !important;
  }

  .AppNavigation section div.MainMenuBox ul.MainMenuMore {
    display: block;
    position: absolute;
    top: 30px;
    left: 363px;
    background-color: #fff;
    width: 140px;
    border: solid 1px #cdcdcd;
    border-top: 0;
  }

  .AppNavigation section div.MainMenuBox ul.MainMenuMore li {
    float: none;
    display: block;
    line-height: 44px;
    height: 44px;
    white-space: nowrap;
  }

  .AppNavigation section div.MainMenuBox ul.MainMenuMore li a {
    display: block;
    line-height: 44px;
    height: 44px;
    color: #444 !important;
    border: 0 !important;
  }

  .AppNavigation section div.MainMenuBox ul.MainMenuMore li a span.icon {
    color: #444 !important;
  }

  .HomeHotDeal section div.hot-deals div.box {
    width: 33.333%;
  }

  .HomeHotDeal section div.hot-deals div.box:nth-child(3) a.hot-deal {
    margin-right: 0 !important;
  }

  .HomeHotDeal section div.hot-deals div.box:nth-child(4),
  .HomeHotDeal section div.hot-deals div.box:last-child {
    display: none;
  }

  .HomeProducts section div.products div.box {
    width: 33.333%;
  }

  .HomeProducts section div.products div.box:first-child,
  .HomeProducts section div.products div.box:last-child {
    display: none;
  }

  .HomeProducts section div.products div.box:nth-child(2) div.product {
    margin-left: 0 !important;
  }

  .HomeProducts section div.products div.box:nth-child(4) div.product {
    margin-right: 0 !important;
  }

  .AppFooter section span.AppFooter-normal {
    display: none !important;
  }

  .AppFooter section span.AppFooter-small {
    display: block !important;
  }

  .AppFooter section>div {
    width: 100% !important;
    float: none !important;
  }

  .AppFooter section>div h3 {
    cursor: pointer;
    border: 0 !important;
    display: block;
    float: none;
    text-align: center;
    padding: 0 !important;
  }

  .AppFooter section>div h3 .icon:first-child {
    display: inline !important;
  }

  .AppFooter section>div h3 .icon:last-child {
    display: inline !important;
  }

  .AppFooter section>div .card {
    margin: 0 auto;
  }

  .AppFooter section>div .card .card-block ul {
    padding: 15px 60px 0 0;
    border-left: 0;
  }

  .AppFooter section>div .card .card-block ul li {
    text-align: center;
  }

  .AppFooter section>div .card .card-block ul li::before {
    content: "";
  }
}

@media only screen and (min-width: 480px)and (max-width: 759px) {
  .AppHeader>section,
  .AppNavigation>section,
  .AppContent div>section,
  .AppContent>section,
  .AppFooter>section {
    min-width: 480px;
    max-width: 759px;
  }

  div.App div.AppHeader div.app-navigation-menu .bm-burger-button {
    display: block;
  }

  div.App div.AppNavigation {
    display: none;
  }

  div.App div.AppNavigationMobile {
    display: block;
  }

  .HomeMap {
    display: none;
  }

  .HomeHotDeal section div.hot-deals {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .HomeHotDeal section div.hot-deals div.box {
    width: 50%;
  }

  .HomeHotDeal section div.hot-deals div.box:nth-child(1) a.hot-deal,
  .HomeHotDeal section div.hot-deals div.box:nth-child(2) a.hot-deal {
    margin-bottom: 14px !important;
  }

  .HomeHotDeal section div.hot-deals div.box:nth-child(3) a.hot-deal {
    margin-left: 0 !important;
  }

  .HomeHotDeal section div.hot-deals div.box:nth-child(2) a.hot-deal,
  .HomeHotDeal section div.hot-deals div.box:nth-child(4) a.hot-deal {
    margin-right: 0 !important;
  }

  .HomeHotDeal section div.hot-deals div.box:last-child {
    display: none;
  }

  .HomeProducts section div.products {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .HomeProducts section div.products div.box {
    width: 50%;
  }

  .HomeProducts section div.products div.box:first-child {
    display: none;
  }

  .HomeProducts section div.products div.box:nth-child(2) div.product,
  .HomeProducts section div.products div.box:nth-child(3) div.product {
    margin-bottom: 14px !important;
  }

  .HomeProducts section div.products div.box:nth-child(2) div.product,
  .HomeProducts section div.products div.box:nth-child(4) div.product {
    margin-left: 0 !important;
  }

  .HomeProducts section div.products div.box:nth-child(3) div.product,
  .HomeProducts section div.products div.box:nth-child(5) div.product {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 479px) {
  .AppHeader>section,
  .AppNavigation>section,
  .AppContent div>section,
  .AppContent>section,
  .AppFooter>section {
    min-width: 320px;
    max-width: 479px;
  }

  section {
    width: 100%;
    margin: 0;
  }

  div.App div.AppHeader {
    min-height: 49px;
  }

  div.App div.AppNavigation {
    display: none;
  }

  div.App div.AppNavigationMobile {
    display: block;
  }

  .HomeMap {
    display: none;
  }

  .HomeHotDeal section div.hot-deals {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .HomeHotDeal section div.hot-deals div.box {
    width: 100%;
  }

  .HomeHotDeal section div.hot-deals div.box a.hot-deal {
    margin: 0 0 14px 0 !important;
  }

  .HomeHotDeal section div.hot-deals div.box:last-child {
    display: none;
  }

  .HomeProducts section div.products {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .HomeProducts section div.products div.box {
    width: 100%;
  }

  .HomeProducts section div.products div.box:first-child {
    display: none;
  }

  .HomeProducts section div.products div.box div.product {
    margin: 0 0 14px 0 !important;
  }
}

.pointer {
  cursor: pointer;
}

.unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.flex-grow {
  -ms-flex: 1;
      flex: 1;
}

.text-underline,
.text-underline:hover {
  text-decoration: underline !important;
}

#no-browser-support {
  background-color: #dbdbdb;
  height: 100vh;
  width: 100%;
  position: absolute;
}

#no-browser-support>div {
  width: 400px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}

.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}

.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}

.rc-slider-handle:hover {
  border-color: #57c5f7;
}

.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: grabbing;
}

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}

.rc-slider-mark-text-active {
  color: #666;
}

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}

.rc-slider-dot-active {
  border-color: #96dbfa;
}

.rc-slider-dot-reverse {
  margin-left: 0;
  margin-right: -4px;
}

.rc-slider-disabled {
  background-color: #e9e9e9;
}

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }

  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }

  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}

.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-tooltip-hidden {
  display: none;
}

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}

.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}/*!
 * https://github.com/YouCanBookMe/react-datetime
 */

.rdt {
  position: relative;
}

.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  border: 1px solid #f9f9f9;
}

.rdtOpen .rdtPicker {
  display: block;
}

.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}

.rdtPicker .rdtTimeToggle {
  text-align: center;
}

.rdtPicker table {
  width: 100%;
  margin: 0;
}

.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}

.rdtPicker td {
  cursor: pointer;
}

.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}

.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}

.rdtPicker td.rdtToday {
  position: relative;
}

.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}

.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
  color: #999999;
}

.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}

.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}

.rdtPicker th.rdtSwitch {
  width: 100px;
}

.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker thead tr:first-child th {
  cursor: pointer;
}

.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}

.rdtPicker button:hover {
  background-color: #eee;
}

.rdtPicker thead button {
  width: 100%;
  height: 100%;
}

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}

td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}

.rdtCounters {
  display: inline-block;
}

.rdtCounters > div {
  float: left;
}

.rdtCounter {
  height: 100px;
}

.rdtCounter {
  width: 40px;
}

.rdtCounterSeparator {
  line-height: 100px;
}

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.rdtCounter .rdtBtn:hover {
  background: #eee;
}

.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}

.rdtTime td {
  cursor: default;
}.smartbanner-show.smartbanner-margin-top {
  margin-top: 80px;
}

.smartbanner-show.smartbanner-margin-bottom {
  margin-bottom: 80px;
}

.smartbanner-show .smartbanner {
  display: block;
}

.smartbanner {
  left: 0;
  display: none;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-family: "Helvetica Neue",sans-serif;
  background: #f4f4f4;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}

.smartbanner-top {
  position: absolute;
  top: 0;
}

.smartbanner-bottom {
  position: fixed;
  bottom: 0;
}

.smartbanner-container {
  margin: 0 auto;
  padding: 0 5px;
}

.smartbanner-close {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-family: "ArialRoundedMTBold",Arial;
  font-size: 20px;
  text-align: center;
  color: #888;
  text-decoration: none;
  border: 0;
  border-radius: 14px;
  padding: 0 0 1px;
  background-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.smartbanner-close:active,
.smartbanner-close:hover {
  color: #aaa;
}

.smartbanner-icon {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  margin-right: 12px;
  background-size: cover;
  border-radius: 10px;
}

.smartbanner-info {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  width: calc(99% - 5px - 17px - 12px - 57px - 110px);
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
}

.smartbanner-wrapper {
  max-width: 110px;
  display: inline-block;
  text-align: right;
  width: 100%;
}

.smartbanner-title {
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.smartbanner-description {
  max-height: 40px;
  overflow: hidden;
}

.smartbanner-author {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.smartbanner-author:empty+.smartbanner-description {
  max-height: 50px;
}

.smartbanner-button {
  margin: auto 0;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
}

.smartbanner-button:active,
.smartbanner-button:hover {
  color: #aaa;
}

.smartbanner-ios {
  background: #f2f2f2;
  box-shadow: 0 1px 1px rgba(0,0,0,.2);
  line-height: 80px;
}

.smartbanner-ios .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-family: Arial;
  color: #888;
  text-shadow: 0 1px 0 #fff;
  -webkit-font-smoothing: none;
}

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
  color: #888;
}

.smartbanner-ios .smartbanner-icon {
  background-size: cover;
}

.smartbanner-ios .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  font-weight: 300;
}

.smartbanner-ios .smartbanner-title {
  color: #4d4d4d;
  font-weight: 500;
}

.smartbanner-ios .smartbanner-button {
  padding: 0 10px;
  font-size: 15px;
  min-width: 10%;
  font-weight: 400;
  color: #0c71fd;
}

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
  background: #f2f2f2;
}

.smartbanner-android {
  background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
  box-shadow: inset 0 4px 0 #88b131;
  line-height: 82px;
}

.smartbanner-android .smartbanner-close {
  border: 0;
  max-width: 17px;
  width: 100%;
  height: 17px;
  line-height: 17px;
  margin-right: 7px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0,0,0,.8) inset,0 1px 1px rgba(255,255,255,.3);
  cursor: pointer;
}

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
  color: #eee;
}

.smartbanner-android .smartbanner-icon {
  background-color: transparent;
  box-shadow: none;
}

.smartbanner-android .smartbanner-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}

.smartbanner-android .smartbanner-title {
  color: #fff;
  font-weight: bold;
}

.smartbanner-android .smartbanner-button {
  min-width: 12%;
  color: #d1d1d1;
  font-weight: bold;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: 0 0 0 1px #333,0 0 0 2px #dddcdc;
}

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
  background: none;
}

.smartbanner-android .smartbanner-button-text {
  text-align: center;
  display: block;
  padding: 0 10px;
  background: #42b6c9;
  background: linear-gradient(to bottom, #42b6c9, #39a9bb);
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
  background: #2ac7e1;
}

.smartbanner-windows,
.smartbanner-kindle {
  background: #f4f4f4;
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0,0,0,.5);
  line-height: 80px;
}

.smartbanner-windows .smartbanner-close,
.smartbanner-kindle .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #888;
  text-shadow: 0 1px 0 #fff;
}

.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover,
.smartbanner-kindle .smartbanner-close:active,
.smartbanner-kindle .smartbanner-close:hover {
  color: #aaa;
}

.smartbanner-windows .smartbanner-icon,
.smartbanner-kindle .smartbanner-icon {
  background: rgba(0,0,0,.6);
  background-size: cover;
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.smartbanner-windows .smartbanner-info,
.smartbanner-kindle .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
}

.smartbanner-windows .smartbanner-title,
.smartbanner-windows .smartbanner-title,
.smartbanner-kindle .smartbanner-title,
.smartbanner-kindle .smartbanner-title {
  color: #4d4d4d;
  font-weight: bold;
}

.smartbanner-windows .smartbanner-button,
.smartbanner-kindle .smartbanner-button {
  padding: 0 10px;
  min-width: 10%;
  color: #6a6a6a;
  background: #efefef;
  background: linear-gradient(to bottom, #efefef, #dcdcdc);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #bfbfbf,0 1px 0 rgba(255,255,255,.6),0 2px 0 rgba(255,255,255,.7) inset;
}

.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover,
.smartbanner-kindle .smartbanner-button:active,
.smartbanner-kindle .smartbanner-button:hover {
  background: #dcdcdc;
  background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.AppHeader {
  background-color: #f1f1f1;
  min-height: 59px;
}

.AppHeader div.sticky-header {
  position: absolute;
  width: 100%;
}

.AppHeader div.app-navigation-menu {
  position: relative;
  z-index: 2;
}

.AppHeader div.app-navigation-menu>div {
  position: absolute;
  right: 0;
}

.AppHeader div.sticky-header {
  position: absolute;
  width: 100%;
}

.AppHeader div.header-shadow {
  background: url("/im/header-shadow.png") repeat-x;
  height: 6px;
  width: 100%;
  position: absolute;
  top: 59px;
}

.AppHeader div.header-left-box {
  background: url("/im/header-left-overlay.png") left no-repeat;
  height: 59px;
}

.AppHeader div.header-right-box {
  background: url("/im/header-right-overlay.png") right no-repeat;
  height: 59px;
}

.AppHeader a.logo {
  position: absolute;
  z-index: 2;
  margin: 12px 0 0 18px;
}

.AppHeader a.logo img {
  width: 133px;
  height: 33px;
}

.AppHeader a.mobile-menu {
  color: #000;
  font-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 28px;
  display: none;
}

.AppHeader .bm-burger-button {
  display: none;
  width: 17px;
  height: 15px;
}

.AppHeader .bm-burger-button span span {
  height: 12% !important;
  background: #5f5f5f;
}

.AppHeader .bm-cross-button {
  height: 24px;
  width: 24px;
}

.AppHeader .bm-cross {
  background: #bdc3c7;
}

.AppHeader .bm-menu {
  padding: 0;
}

.AppHeader .bm-morph-shape {
  fill: #373a47;
}

.AppHeader .bm-item-list {
  color: #b8b7ad;
}

.AppHeader div.bm-overlay {
  background: rgba(0,0,0,.3);
}

.AppHeader div.bm-menu-wrap {
  width: 100% !important;
}

.AppHeader div.menu-desktop div.bm-overlay {
  position: absolute !important;
}

.AppHeader div.menu-desktop div.bm-menu-wrap main#menu-desktop-wrap {
  height: 100% !important;
}

.AppHeader div.menu-desktop div.bm-menu-wrap main#menu-desktop-wrap div.AppNavigationMobile {
  height: 100% !important;
}

.AppHeader div.menu-desktop div.bm-menu-wrap main#menu-desktop-wrap div.AppNavigationMobile section {
  height: 100% !important;
  background-color: #dbdbdb;
}

.AppHeader .bm-cross-button {
  width: 50px !important;
  height: 50px !important;
  right: 0 !important;
  top: 0 !important;
}

.AppHeader .bm-cross-button span {
  opacity: 0;
}

@media only screen and (min-width: 1200px) {
  .AppHeader div.bm-cross-button {
    display: none;
  }
}

@media only screen and (min-width: 960px)and (max-width: 1199px) {
  .AppHeader div.bm-cross-button {
    display: none;
  }
}

@media only screen and (min-width: 760px)and (max-width: 959px) {
  .AppHeader div.bm-cross-button {
    display: none;
  }
}

@media only screen and (min-width: 760px) {
  .AppHeader div.bm-menu-wrap {
    position: fixed;
  }

  .AppHeader div.bm-menu-wrap.open {
    position: absolute !important;
  }
}

@media only screen and (min-width: 480px)and (max-width: 759px) {
  .AppHeader div.bm-burger-button {
    display: block;
    position: absolute;
    right: 19px;
    top: 23px;
  }
}

@media only screen and (max-width: 479px) {
  .AppHeader a.logo {
    padding: 0px;
  }

  .AppHeader a.logo img {
    width: auto;
    height: 27px;
  }

  .AppHeader div.bm-burger-button {
    display: block;
    position: absolute;
    right: 19px;
    top: 19px;
  }

  .AppHeader div.header-left-box {
    height: 49px !important;
  }

  .AppHeader div.header-shadow {
    top: 49px;
  }
}

.AppNavigationMobile {
  clear: both;
  display: none;
}

.AppNavigationMobile section {
  display: block;
  border-left: solid 1px #aaa;
}

.AppNavigationMobile span.icon {
  color: #444;
  margin-right: 10px;
}

.AppNavigationMobile span.icon-close {
  color: #fff;
}

.AppNavigationMobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.AppNavigationMobile ul li {
  margin: 0;
  padding: 0;
}

.AppNavigationMobile ul li.main.mobile-menu-header h4 {
  min-height: 59px;
  line-height: 59px;
  padding-left: 20px;
  font-family: Futura;
}

.AppNavigationMobile ul li a,
.AppNavigationMobile ul li h2,
.AppNavigationMobile ul li h3,
.AppNavigationMobile ul li h4 {
  font-family: Myriad;
  font-size: 19px;
  min-height: 57px;
  line-height: 57px;
  margin: 0;
  padding: 0 0 0 16px;
  color: #444;
  font-weight: normal;
  text-transform: none;
}

.AppNavigationMobile ul li a {
  color: #444 !important;
  font-size: 16px;
  font-family: Myriad;
  text-transform: none;
  background: #fff;
  display: block;
  border-bottom: solid 1px #aaa;
}

.AppNavigationMobile ul li a .icon {
  display: block;
  float: left;
  width: 30px;
  height: 57px;
  line-height: 57px;
  text-align: center;
}

.AppNavigationMobile ul li a:hover,
.AppNavigationMobile ul li a:visited {
  color: #444 !important;
}

.AppNavigationMobile ul li h2 {
  font-family: Futura;
  font-size: 21px;
  padding-left: 20px;
  text-transform: none;
  background: #dbdbdb;
  border-bottom: solid 1px #aaa;
}

.AppNavigationMobile ul li h3 {
  font-family: Myriad;
  font-size: 15px;
  text-align: center;
  background: #dbdbdb;
  color: #7d7d7d;
  font-weight: normal;
}

.AppNavigationMobile ul li h4 {
  text-transform: none;
  color: #fff;
  background: #0092db;
}

.AppNavigationMobile ul li h4 .icon {
  display: block;
  float: right;
  line-height: 57px;
  padding-right: 10px;
  font-size: 15px;
}

.AppNavigation {
  font-size: 16px;
  min-height: 42px;
  border-right: 0;
  border-left: 0;
  height: 59px;
  -ms-flex-align: center;
      align-items: center;
}

.AppNavigation span.icon {
  color: #222;
  margin-right: 10px;
}

.AppNavigation div.bm-burger-button {
  display: block;
  position: relative;
  width: 17px;
  height: 15px;
  right: 19px;
  top: 1px;
  margin-left: 39px;
  z-index: 1000;
}

.AppNavigation div.bm-burger-button span.bm-burger-bars {
  position: absolute;
  height: 20%;
  left: 0;
  right: 0;
  opacity: 1;
}

.AppNavigation div.bm-burger-button span.bm-burger-bars:nth-child(2) {
  top: 40%;
}

.AppNavigation div.bm-burger-button span.bm-burger-bars:nth-child(3) {
  top: 80%;
}

.AppNavigation div.bm-burger-button button {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
  opacity: 0;
  font-size: 8px;
  cursor: pointer;
}

@media only screen and (min-width: 1200px) {
  .AppNavigation div.bm-burger-button {
    right: 38px;
    margin-left: 57px;
  }
}

div.MainMenuBox span.MainMenuMore-dropdown {
  display: none;
}

div.MainMenuBox ul.MainMenu {
  float: left;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

div.MainMenuBox ul.MainMenu.MainMenuMore li:first-child a {
  border-left: solid 1px #8c8c8c;
}

div.MainMenuBox ul.MainMenu li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

div.MainMenuBox ul.MainMenu li:first-child a {
  border-left: 0;
}

div.MainMenuBox ul.MainMenu li a {
  display: block;
  padding: 0 9px;
  color: #5f5f5f;
  line-height: 15px;
  font-size: 19px;
}

ul.UserMenu {
  float: right;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

ul.UserMenu li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

ul.UserMenu li:first-child a {
  border-left: 0;
}

ul.UserMenu li a {
  display: block;
  padding: 0 9px;
  color: #5f5f5f;
  line-height: 15px;
  font-size: 19px;
}

.AppContent,
.AppContent .container-full-height {
  min-height: calc(100vh - 59px - 226px);
}

.AppContent .container>div {
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 59px - 226px - 30px);
}

@media (max-width: 759px) {
  .AppContent .container>div {
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 59px - 226px);
  }
}

@media (max-width: 479px) {
  .AppContent,
  .AppContent .container-full-height {
    min-height: calc(100vh - 49px - 226px);
  }

  .AppContent .container>div {
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 49px - 226px);
  }
}

.AppFooter {
  height: 191px;
  background-color: #444;
  border-top: 1px solid #2e2e2e;
  padding-top: 34px;
}

.AppFooter div.footer-content {
  height: 153px;
}

.AppFooter div.footer-content ul li:first-child {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
  font-family: Myriad;
  font-size: 18px;
  color: #b5b5b5;
}

.AppFooter div.footer-content ul {
  padding: 0;
  list-style-type: none;
}

.AppFooter div.footer-content ul li {
  padding-bottom: 14px;
}

.AppFooter div.footer-content ul li a {
  font-family: Myriad;
  color: #b5b5b5;
}

.AppFooter div.logo-section {
  color: #b5b5b5;
}

.AppFooter div.logo-section div.divider {
  height: 107px;
  border-left: 1px solid #7d7d7d;
}

.AppFooter div.logo-section a.android-app-link {
  background: url("/im/google-play-badge.svg") no-repeat;
  background-position-y: 1px;
  height: 40px;
  width: 135px;
  margin-left: 13px;
  background-size: 98%;
}

.AppFooter div.logo-section a.apple-app-link {
  background: url("/im/app-store-apple-btn.svg") no-repeat;
  background-size: 100%;
  width: 120px;
  height: 40px;
}

.AppFooter div.copyright {
  position: absolute;
  bottom: 0;
  background-color: #3c3c3c;
  height: 38px;
}

.AppFooter div.copyright span {
  font-size: 11px;
  color: #6f6f6f;
}

@media (min-width: 1200px) {
  .AppFooter ul.list-1 {
    margin-right: 10px;
  }

  .AppFooter ul.list-2 {
    margin-right: 45px;
  }

  .AppFooter ul.list-3 {
    margin-right: 85px;
  }

  .AppFooter div.logo-section-info>div {
    margin-left: 54px;
  }
}

@media (max-width: 1199px) {
  .AppFooter ul.list-1 {
    margin-left: 35px;
  }

  .AppFooter ul.list-2 {
    margin-left: 50px;
  }

  .AppFooter ul.list-3 {
    margin-left: 52px;
  }

  .AppFooter div.logo-section-info>div {
    margin-left: 68px;
  }
}

@media (max-width: 959px) {
  .AppFooter ul.list-1 {
    margin-left: 18px;
  }

  .AppFooter ul.list-2 {
    margin-left: 38px;
  }

  .AppFooter ul.list-3 {
    margin-left: 38px;
  }

  .AppFooter div.logo-section-info>div {
    margin-left: 8px;
  }
}

@media (max-width: 759px) {
  .AppFooter div.logo-section-info>div {
    margin-left: 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-18 {
  height: 18px;
}

.h-20 {
  height: 20px;
}

.h-23 {
  height: 23px;
}

.h-24 {
  height: 24px;
}

.h-25 {
  height: 25px;
}

.h-26 {
  height: 26px;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 32px;
}

.h-36 {
  height: 36px;
}

.h-37 {
  height: 37px;
}

.h-38 {
  height: 38px;
}

.h-40 {
  height: 40px;
}

.h-47 {
  height: 47px;
}

.h-49 {
  height: 49px;
}

.h-50 {
  height: 50px;
}

.lh-10 {
  line-height: 10px;
}

.hlh-10 {
  height: 10px;
  line-height: 10px;
}

.lh-15 {
  line-height: 15px;
}

.hlh-15 {
  height: 15px;
  line-height: 15px;
}

.lh-18 {
  line-height: 18px;
}

.hlh-18 {
  height: 18px;
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.hlh-20 {
  height: 20px;
  line-height: 20px;
}

.lh-23 {
  line-height: 23px;
}

.hlh-23 {
  height: 23px;
  line-height: 23px;
}

.lh-24 {
  line-height: 24px;
}

.hlh-24 {
  height: 24px;
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.hlh-25 {
  height: 25px;
  line-height: 25px;
}

.lh-26 {
  line-height: 26px;
}

.hlh-26 {
  height: 26px;
  line-height: 26px;
}

.lh-30 {
  line-height: 30px;
}

.hlh-30 {
  height: 30px;
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.hlh-32 {
  height: 32px;
  line-height: 32px;
}

.lh-36 {
  line-height: 36px;
}

.hlh-36,
.Input {
  height: 36px;
  line-height: 36px;
}

.lh-37 {
  line-height: 37px;
}

.hlh-37 {
  height: 37px;
  line-height: 37px;
}

.lh-38 {
  line-height: 38px;
}

.hlh-38 {
  height: 38px;
  line-height: 38px;
}

.lh-40 {
  line-height: 40px;
}

.hlh-40 {
  height: 40px;
  line-height: 40px;
}

.lh-47 {
  line-height: 47px;
}

.hlh-47 {
  height: 47px;
  line-height: 47px;
}

.lh-49 {
  line-height: 49px;
}

.hlh-49 {
  height: 49px;
  line-height: 49px;
}

.lh-50 {
  line-height: 50px;
}

.hlh-50 {
  height: 50px;
  line-height: 50px;
}

@media (min-width: 0px) {
  .lh-xs-10 {
    line-height: 10px;
  }

  .hlh-xs-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xs-15 {
    line-height: 15px;
  }

  .hlh-xs-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xs-18 {
    line-height: 18px;
  }

  .hlh-xs-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xs-20 {
    line-height: 20px;
  }

  .hlh-xs-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xs-23 {
    line-height: 23px;
  }

  .hlh-xs-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xs-24 {
    line-height: 24px;
  }

  .hlh-xs-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xs-25 {
    line-height: 25px;
  }

  .hlh-xs-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xs-26 {
    line-height: 26px;
  }

  .hlh-xs-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xs-30 {
    line-height: 30px;
  }

  .hlh-xs-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xs-32 {
    line-height: 32px;
  }

  .hlh-xs-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xs-36 {
    line-height: 36px;
  }

  .hlh-xs-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xs-37 {
    line-height: 37px;
  }

  .hlh-xs-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xs-38 {
    line-height: 38px;
  }

  .hlh-xs-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xs-40 {
    line-height: 40px;
  }

  .hlh-xs-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xs-47 {
    line-height: 47px;
  }

  .hlh-xs-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xs-49 {
    line-height: 49px;
  }

  .hlh-xs-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xs-50 {
    line-height: 50px;
  }

  .hlh-xs-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 480px) {
  .lh-sm-10 {
    line-height: 10px;
  }

  .hlh-sm-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-sm-15 {
    line-height: 15px;
  }

  .hlh-sm-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-sm-18 {
    line-height: 18px;
  }

  .hlh-sm-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-sm-20 {
    line-height: 20px;
  }

  .hlh-sm-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-sm-23 {
    line-height: 23px;
  }

  .hlh-sm-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-sm-24 {
    line-height: 24px;
  }

  .hlh-sm-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-sm-25 {
    line-height: 25px;
  }

  .hlh-sm-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-sm-26 {
    line-height: 26px;
  }

  .hlh-sm-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-sm-30 {
    line-height: 30px;
  }

  .hlh-sm-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-sm-32 {
    line-height: 32px;
  }

  .hlh-sm-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-sm-36 {
    line-height: 36px;
  }

  .hlh-sm-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-sm-37 {
    line-height: 37px;
  }

  .hlh-sm-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-sm-38 {
    line-height: 38px;
  }

  .hlh-sm-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-sm-40 {
    line-height: 40px;
  }

  .hlh-sm-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-sm-47 {
    line-height: 47px;
  }

  .hlh-sm-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-sm-49 {
    line-height: 49px;
  }

  .hlh-sm-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-sm-50 {
    line-height: 50px;
  }

  .hlh-sm-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 760px) {
  .lh-md-10 {
    line-height: 10px;
  }

  .hlh-md-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-md-15 {
    line-height: 15px;
  }

  .hlh-md-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-md-18 {
    line-height: 18px;
  }

  .hlh-md-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-md-20 {
    line-height: 20px;
  }

  .hlh-md-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-md-23 {
    line-height: 23px;
  }

  .hlh-md-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-md-24 {
    line-height: 24px;
  }

  .hlh-md-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-md-25 {
    line-height: 25px;
  }

  .hlh-md-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-md-26 {
    line-height: 26px;
  }

  .hlh-md-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-md-30 {
    line-height: 30px;
  }

  .hlh-md-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-md-32 {
    line-height: 32px;
  }

  .hlh-md-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-md-36 {
    line-height: 36px;
  }

  .hlh-md-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-md-37 {
    line-height: 37px;
  }

  .hlh-md-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-md-38 {
    line-height: 38px;
  }

  .hlh-md-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-md-40 {
    line-height: 40px;
  }

  .hlh-md-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-md-47 {
    line-height: 47px;
  }

  .hlh-md-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-md-49 {
    line-height: 49px;
  }

  .hlh-md-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-md-50 {
    line-height: 50px;
  }

  .hlh-md-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 960px) {
  .lh-lg-10 {
    line-height: 10px;
  }

  .hlh-lg-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-lg-15 {
    line-height: 15px;
  }

  .hlh-lg-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-lg-18 {
    line-height: 18px;
  }

  .hlh-lg-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-lg-20 {
    line-height: 20px;
  }

  .hlh-lg-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-lg-23 {
    line-height: 23px;
  }

  .hlh-lg-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-lg-24 {
    line-height: 24px;
  }

  .hlh-lg-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-lg-25 {
    line-height: 25px;
  }

  .hlh-lg-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-lg-26 {
    line-height: 26px;
  }

  .hlh-lg-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-lg-30 {
    line-height: 30px;
  }

  .hlh-lg-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-lg-32 {
    line-height: 32px;
  }

  .hlh-lg-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-lg-36 {
    line-height: 36px;
  }

  .hlh-lg-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-lg-37 {
    line-height: 37px;
  }

  .hlh-lg-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-lg-38 {
    line-height: 38px;
  }

  .hlh-lg-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-lg-40 {
    line-height: 40px;
  }

  .hlh-lg-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-lg-47 {
    line-height: 47px;
  }

  .hlh-lg-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-lg-49 {
    line-height: 49px;
  }

  .hlh-lg-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-lg-50 {
    line-height: 50px;
  }

  .hlh-lg-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1200px) {
  .lh-xl-10 {
    line-height: 10px;
  }

  .hlh-xl-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xl-15 {
    line-height: 15px;
  }

  .hlh-xl-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xl-18 {
    line-height: 18px;
  }

  .hlh-xl-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xl-20 {
    line-height: 20px;
  }

  .hlh-xl-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xl-23 {
    line-height: 23px;
  }

  .hlh-xl-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xl-24 {
    line-height: 24px;
  }

  .hlh-xl-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xl-25 {
    line-height: 25px;
  }

  .hlh-xl-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xl-26 {
    line-height: 26px;
  }

  .hlh-xl-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xl-30 {
    line-height: 30px;
  }

  .hlh-xl-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xl-32 {
    line-height: 32px;
  }

  .hlh-xl-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xl-36 {
    line-height: 36px;
  }

  .hlh-xl-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xl-37 {
    line-height: 37px;
  }

  .hlh-xl-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xl-38 {
    line-height: 38px;
  }

  .hlh-xl-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xl-40 {
    line-height: 40px;
  }

  .hlh-xl-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xl-47 {
    line-height: 47px;
  }

  .hlh-xl-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xl-49 {
    line-height: 49px;
  }

  .hlh-xl-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xl-50 {
    line-height: 50px;
  }

  .hlh-xl-50 {
    height: 50px;
    line-height: 50px;
  }
}

.Input {
  border: solid 1px #cdcdcd;
  width: -webkit-fill-available;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 0 10px;
}

.Input ::-webkit-input-placeholder {
  color: dimgray !important;
}

.Input ::-moz-placeholder {
  color: dimgray !important;
}

.Input :-ms-input-placeholder {
  color: dimgray !important;
}

.Input :-moz-placeholder {
  color: dimgray !important;
}

@media (min-width: 760px) {
  input.CourseSearchInput {
    width: 455px;
    height: 55px;
    border-radius: 5px 0 0 5px;
  }

  input.CourseSearchInput.CourseSearchCity {
    width: 292px;
    padding: 0 20px;
  }
}

.CourseSearchAutoSuggestItem {
  background: #fff;
  border-left: solid 1px #cdcdcd;
  border-right: solid 1px #cdcdcd;
  cursor: pointer;
  height: 48px;
}

.CourseSearchAutoSuggestItem:nth-child(2n+2) {
  background: #e0e0e0;
}

.CourseSearchAutoSuggest {
  z-index: 1;
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 100%;
}

.CourseSearchAutoSuggest .list {
  position: absolute;
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  max-height: 528px;
  overflow-y: scroll;
  max-width: 100%;
  min-width: 100%;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.CourseSearchAutoSuggest .list::-webkit-scrollbar {
  width: 0;
}

.CourseSearchInputAutoSuggest {
  position: relative;
}

.DayPickerInput div.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput div.DayPickerInput-OverlayWrapper div.DayPickerInput-Overlay {
  border-radius: .3rem;
  top: 15px;
}

.DayPickerInput div.DayPickerInput-OverlayWrapper div.DayPickerInput-Overlay::after,
.DayPickerInput div.DayPickerInput-OverlayWrapper div.DayPickerInput-Overlay::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  left: 50%;
}

.DayPickerInput div.DayPickerInput-OverlayWrapper div.DayPickerInput-Overlay:after {
  content: "";
  border-width: 10px;
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
  border-top-width: 0;
}

.DayPickerInput div.DayPickerInput-OverlayWrapper div.DayPickerInput-Overlay:before {
  content: "";
  border-width: 11px;
  border-top-width: 0;
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0,0,0,.25);
}

.DayPickerInput div.DayPicker-NavBar {
  position: relative;
}

.DayPickerInput div.DayPicker-NavBar button {
  top: 11px;
  background-color: #fff;
  font-size: 21px;
  padding: 0 10px 3px;
}

.DayPickerInput div.DayPicker-NavBar button:hover {
  background-color: #eee;
}

.DayPickerInput div.DayPicker-NavBar button.left-control {
  position: absolute;
  left: 14px;
}

.DayPickerInput div.DayPicker-NavBar button.right-control {
  position: absolute;
  right: 14px;
}

.DayPickerInput div.DayPicker-Caption {
  text-align: center;
}

.DayPickerInput div.DayPicker-Caption div {
  font-weight: bold;
}

.DayPickerInput div.DayPicker-Weekdays abbr {
  font-weight: bold;
  color: #000;
}

.DayPickerInput div.DayPicker-Day {
  position: relative;
}

.DayPickerInput div.DayPicker-Day.DayPicker-Day--selected,
.DayPickerInput div.DayPicker-Day.DayPicker-Day--selected:hover {
  border-radius: 0;
  background-color: #eee;
  color: #000;
}

.DayPickerInput div.DayPicker-Day.DayPicker-Day--today {
  color: #000;
}

.DayPickerInput div.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  border-radius: 0;
  background-color: #eee;
}

.DayPickerInput div.DayPicker-Day--today:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0,0,0,.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

@media (min-width: 760px) {
  .DayPickerInput div.DayPickerInput-Overlay {
    left: 50%;
    margin-left: -126px;
  }
}

/* DayPicker styles */

.DayPicker {
  display: inline-block;
  font-size: 1rem;
}

.DayPicker-wrapper {
  position: relative;
  -ms-flex-direction: row;
      flex-direction: row;
  padding-bottom: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DayPicker-Months {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;
  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}

.DayPicker-NavButton--next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5em;
}

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer;
}

/* Default modifiers */

.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  background-color: #4A90E2;
  color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
}

/* DayPickerInput */

.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}.SearchDatePicker input {
  font-family: Myriad;
  line-height: 20px;
  border-collapse: collapse;
  margin: 0;
  border: none;
  border-left: solid 1px #939393;
  font-size: 13px;
  color: #575757;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%20486.55%20525%27%20width%3D%2723%27%20height%3D%2723%27%20fill%3D%27%23575757%27%3E%3Cpath%20d%3D%27M595.19%2C189.13H557.88v19a42.5%2C42.5%2C0%2C1%2C1-85%2C0v-19H327.13v19a42.5%2C42.5%2C0%2C1%2C1-85%2C0v-19H204.81a48.08%2C48.08%2C0%2C0%2C0-48.09%2C48.09V606.41a48.08%2C48.08%2C0%2C0%2C0%2C48.09%2C48.09H595.19a48.08%2C48.08%2C0%2C0%2C0%2C48.08-48.09V237.22A48.08%2C48.08%2C0%2C0%2C0%2C595.19%2C189.13Zm8.59%2C424.49H196.22V286.79H603.78Z%27%20transform%3D%27translate%28-156.72%20-129.5%29%27/%3E%3Crect%20x%3D%27200.48%27%20y%3D%27390.8%27%20width%3D%2785.58%27%20height%3D%2758.21%27/%3E%3Crect%20x%3D%2776.67%27%20y%3D%27390.8%27%20width%3D%2785.58%27%20height%3D%2758.21%27/%3E%3Crect%20x%3D%27324.3%27%20y%3D%27304.2%27%20width%3D%2785.58%27%20height%3D%2758.22%27/%3E%3Crect%20x%3D%27200.48%27%20y%3D%27304.2%27%20width%3D%2785.58%27%20height%3D%2758.22%27/%3E%3Crect%20x%3D%2776.67%27%20y%3D%27304.2%27%20width%3D%2785.58%27%20height%3D%2758.22%27/%3E%3Crect%20x%3D%27324.3%27%20y%3D%27217.6%27%20width%3D%2785.58%27%20height%3D%2758.22%27/%3E%3Crect%20x%3D%27200.48%27%20y%3D%27217.6%27%20width%3D%2785.58%27%20height%3D%2758.22%27/%3E%3Crect%20x%3D%2776.67%27%20y%3D%27217.6%27%20width%3D%2785.58%27%20height%3D%2758.22%27/%3E%3Cpath%20d%3D%27M284.62%2C238a29.85%2C29.85%2C0%2C0%2C0%2C29.85-29.85V159.35a29.85%2C29.85%2C0%2C1%2C0-59.7%2C0v48.79A29.85%2C29.85%2C0%2C0%2C0%2C284.62%2C238Z%27%20transform%3D%27translate%28-156.72%20-129.5%29%27/%3E%3Cpath%20d%3D%27M515.37%2C238a29.85%2C29.85%2C0%2C0%2C0%2C29.85-29.85V159.35a29.85%2C29.85%2C0%2C1%2C0-59.7%2C0v48.79A29.85%2C29.85%2C0%2C0%2C0%2C515.37%2C238Z%27%20transform%3D%27translate%28-156.72%20-129.5%29%27/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: left 20px top 50%;
  padding: 0 0 0 60px;
}

@media (min-width: 760px) {
  .SearchDatePicker input {
    width: 105px;
    height: 55px;
    line-height: 55px;
  }
}

@media (min-width: 480px) {
  .SearchDatePicker input {
    font-size: 17px;
  }
}

@media (max-width: 759px) {
  .SearchDatePicker {
    width: 50%;
    margin-top: 20px;
  }

  .SearchDatePicker>div {
    width: 100%;
  }

  .SearchDatePicker input {
    border: none;
    height: 36px;
    line-height: 36px;
    width: 55.5%;
    padding: 0 3% 0 40%;
    margin: 0 3% 0 0;
  }
}

.SearchSelectPlayers {
  overflow: hidden;
}

.SearchSelectPlayers select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2223%22%20height%3D%2223%22%20fill%3D%22%23575757%22%20%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M946%2C310l5.5%2C5.413L957%2C310v3.592L951.5%2C319l-5.5-5.414V310Z%22%20transform%3D%22translate%28-946%20-310%29%22/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: right 10px top 75%;
  background-color: #fff;
  font-weight: normal;
  color: #575757;
  font-family: Myriad;
  line-height: 20px;
  border-collapse: collapse;
  margin: 0;
  border: none;
  border-left: solid 1px #939393;
  padding: 0 20px;
  font-size: 13px;
}

@media (min-width: 760px) {
  .SearchSelectPlayers select {
    width: 105px;
    padding: 0 40px;
    height: 55px;
    line-height: 36px;
  }
}

@media (min-width: 480px) {
  .SearchSelectPlayers select {
    font-size: 17px;
  }
}

@media (max-width: 759px) {
  .SearchSelectPlayers {
    width: 50%;
    text-align: right;
    margin-top: 20px;
  }

  .SearchSelectPlayers select {
    border: none;
    padding: 0 10% 0 10%;
    width: 100%;
    margin: 0 0 0 5%;
    height: 36px;
    line-height: 36px;
    background-position: right 60px top 100%;
  }
}

input.CourseSearchButton {
  border: 0;
}

@media (min-width: 760px) {
  input.CourseSearchButton {
    width: 115px;
    height: 55px;
    border-radius: 0 5px 5px 0;
  }
}

.CourseSearchHeader {
  background: url(/im/subheader-background.jpg) center repeat-x;
  min-height: 232px;
  background-size: cover;
}

.CourseSearchHeaderControls {
  width: 100%;
}

@media (min-width: 480px)and (max-width: 759px) {
  .CourseSearchHeaderControls {
    width: 365px;
  }
}

.courseSearch .Search {
  min-height: 162px;
}

.courseSearch .Search div.search-title {
  display: none;
}

.courseSearch .Search .ms-edge-fix {
  height: 1px;
  display: block !important;
}

@media (min-width: 480px)and (max-width: 759px) {
  .courseSearch .Search {
    min-height: 273px !important;
  }

  .courseSearch .Search div.search-title {
    display: block !important;
  }
}

@media (min-width: 0px)and (max-width: 479px) {
  .courseSearch .Search {
    min-height: 250px !important;
  }

  .courseSearch .Search div.search-title {
    display: block !important;
  }
}

.Search {
  background: url(/im/subheader-background.jpg) center repeat-x;
  min-height: 250px;
  background-size: cover;
}

.Search ::-webkit-input-placeholder {
  text-align: center;
}

.Search input:-moz-placeholder {
  text-align: center;
}

.Search input.CourseSearchCity {
  border: none;
  color: #575757;
  padding: 0 20px;
}

@media (min-width: 760px) {
  .Search {
    min-height: 344px;
  }
}

@media (min-width: 480px) {
  .Search ::-webkit-input-placeholder {
    text-align: left;
  }

  .Search input:-moz-placeholder {
    text-align: left;
  }
}

@media (min-width: 480px)and (max-width: 759px) {
  .Search {
    min-height: 277px;
  }
}

.HomeHotDeal {
  padding-bottom: 25px;
  background-color: #ececec;
}

.HomeHotDeal section h1 {
  padding: 20px 0 18px 18px;
  margin: 0;
  font-size: 24px;
  color: #282727;
  font-weight: normal;
}

.HomeHotDeal section div.hot-deals {
  background-color: #ececec !important;
  padding: 0 18px;
}

.HomeHotDeal section div.hot-deals.hotItemsNot4 {
  -ms-flex-pack: flext-start;
      justify-content: flext-start;
}

.HomeHotDeal section div.hot-deals:not(.hotItemsNot4) {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.HomeHotDeal section div.hot-deals div.box {
  text-align: center;
}

.HomeHotDeal section div.hot-deals div.box div.AdBanner {
  margin: 0 7px;
}

.HomeHotDeal section div.hot-deals div.box div.banner,
.HomeHotDeal section div.hot-deals div.box a.hot-deal {
  margin: 0 7px;
  text-align: left;
}

.HomeHotDeal section div.hot-deals div.box:first-child a.hot-deal {
  margin-left: 0 !important;
}

.HomeHotDeal section div.hot-deals div.box:last-child div.banner {
  margin-right: 0 !important;
}

.HomeHotDeal section div.hot-deals div.box a.hot-deal {
  display: inline-block;
  min-width: 200px;
  box-shadow: 0 0 4px rgba(0,0,0,.5);
  height: 250px;
  background-color: #fff;
}

.HomeHotDeal section div.hot-deals div.box a.hot-deal div.photo {
  height: 125px;
  overflow-y: hidden;
  position: relative;
}

.HomeHotDeal section div.hot-deals div.box a.hot-deal div.photo img {
  width: 100%;
  height: 125px;
}

.HomeHotDeal section div.hot-deals div.box a.hot-deal div.photo span.icon {
  position: absolute;
  font-size: 30px;
  bottom: 8px;
  left: 8px;
}

.HomeHotDeal section div.hot-deals div.box a.hot-deal h3 {
  color: #444;
  padding: 8px;
  margin: 1.5px 0;
  font-size: 14px;
  height: 31px;
  overflow-y: hidden;
  font-weight: bold;
  line-height: 1.5em;
}

.HomeHotDeal section div.hot-deals div.box a.hot-deal .time-price {
  margin: 0 8px;
  padding: 8px 0;
  border-bottom: solid 1px #b7b7b7;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 23px;
  color: #444;
}

.HomeHotDeal section div.hot-deals div.box a.hot-deal .time-price time span.icon-clock {
  padding-right: 5px;
  font-size: 16px;
}

.HomeHotDeal section div.hot-deals div.box a.hot-deal .time-price div {
  color: #a40000;
}

.HomeHotDeal section div.hot-deals div.box a.hot-deal .save-book {
  padding: 8px 8px 0 8px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 16px;
}

.HomeHotDeal section div.hot-deals div.box a.hot-deal .save-book div {
  color: #a40000;
}

.HomeHotDeal section div.hot-deals div.box a.hot-deal .save-book span {
  color: #0092db;
}

.HomeMobileBanner {
  background: url("/im/mobile-app-banner.jpg") center;
  background-size: cover;
  min-height: 342px;
}

.HomeMobileBanner h3 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: normal;
}

.HomeMobileBanner div.btns-container a {
  display: inline-block;
}

.HomeMobileBanner a.android-app-link {
  background: url("/im/google-play-badge.svg") no-repeat;
  background-position-y: 1px;
  height: 31px;
  width: 103px;
  margin-left: 13px;
  background-size: 98%;
}

.HomeMobileBanner a.apple-app-link {
  background: url("/im/app-store-apple-btn.svg") no-repeat;
  background-size: 100%;
  width: 90px;
  height: 30px;
}

.HomeMobileBanner img.banner-logo {
  width: 243px;
  height: 76px;
  margin-top: 28px;
}

.HomeMobileBanner img.banner-features {
  width: 240px;
  height: 183px;
  margin-right: 18px;
  padding-top: 34px;
}

.HomeMobileBanner div.banner-image {
  min-height: 322px;
  background: url(/im/mobile-banner-image.png) no-repeat;
  background-position: center;
}

.HomeMobileBanner div.banner-image-devices {
  min-height: 362px;
  width: 100%;
  background: url(/im/mobile-banner-image-devices.png) no-repeat;
  background-position: center;
}

.HomeMobileBanner div.banner-text {
  padding-left: 0;
  padding-bottom: 20px;
}

.HomeMobileBanner div.banner-text h3 {
  text-transform: none;
  font-size: 20px;
  line-height: 15px;
}

@media only screen and (min-width: 1200px) {
  .HomeMobileBanner>div>div {
    padding-top: 50px;
  }

  .HomeMobileBanner div.banner-image {
    display: block !important;
    width: 678px;
    top: -30px;
    left: -14px;
    background-position: unset;
    position: absolute;
  }

  .HomeMobileBanner div.btns-container {
    padding-left: 30px;
  }

  .HomeMobileBanner div.banner-text {
    padding-left: 31px;
  }
}

@media only screen and (min-width: 960px)and (max-width: 1199px) {
  .HomeMobileBanner>div>div {
    padding-top: 50px;
  }

  .HomeMobileBanner {
    min-height: 343px;
    background-size: 2500%;
    background-position-y: 100%;
    background-position-x: -55%;
  }

  .HomeMobileBanner div.home-mobile-banner-first-col {
    position: absolute;
    top: 1px;
    left: 4px;
  }

  .HomeMobileBanner div.banner-image-devices {
    position: absolute;
    top: -57px;
    left: 0px;
  }

  .HomeMobileBanner img.banner-features {
    position: absolute;
    padding-left: 0;
    margin-left: 0;
    top: 0px;
    right: -15px;
  }
}

@media only screen and (min-width: 760px)and (max-width: 959px) {
  .HomeMobileBanner {
    min-height: 376px;
    background-size: 2500%;
    background-position-y: 100%;
    background-position-x: -55%;
  }

  .HomeMobileBanner img.banner-logo {
    margin-top: 30px;
    padding-bottom: 19px;
  }

  .HomeMobileBanner div.home-mobile-banner-first-col {
    position: absolute;
    top: 65px;
    left: 15px;
  }

  .HomeMobileBanner div.banner-image-devices {
    width: 425px;
    position: absolute;
    top: 13px;
    left: -61px;
    background-size: 101%;
  }
}

@media only screen and (min-width: 480px)and (max-width: 759px) {
  .HomeMobileBanner {
    min-height: 250px;
    background-size: 2500%;
    background-position-y: 100%;
    background-position-x: -55%;
  }

  .HomeMobileBanner img.banner-logo {
    margin-top: 22px;
    margin-left: -6px;
    padding-bottom: 19px;
  }

  .HomeMobileBanner div.banner-text {
    padding-bottom: 0;
  }

  .HomeMobileBanner div.banner-image {
    min-height: 187px;
    background: url(/im/mobile-banner-phones-small.png) no-repeat;
    background-position-x: center;
    background-position-y: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .HomeMobileBanner {
    min-height: 250px;
    background-size: 2500%;
    background-position-y: 100%;
    background-position-x: -55%;
  }

  .HomeMobileBanner div.container-fluid {
    padding: 0;
  }

  .HomeMobileBanner div.banner-image {
    min-height: 180px;
    background: url(/im/mobile-banner-phones-small.png) no-repeat;
    background-position-x: center;
    background-position-y: 9px;
  }

  .HomeMobileBanner img.banner-logo {
    width: 188px;
    height: 100%;
    padding-bottom: 18px;
    margin-top: 25px;
  }
}

.HomeScoreTrackerBanner {
  background: #ececec;
  padding-bottom: 13px;
  min-height: 333px;
}

.HomeScoreTrackerBanner div.scoretracker-banner {
  min-height: 300px;
  margin-top: 41px;
  background: url("/im/scoretracker-banner.png") center no-repeat;
}

.HomeScoreTrackerBanner img.scoretracker-banner-ico {
  width: 82px;
  height: 71px;
  margin: 43px 0 0 185px;
}

.HomeScoreTrackerBanner div.scoretracker-banner-text {
  padding: 13px 135px 18px 7px;
}

.HomeScoreTrackerBanner div.scoretracker-banner-text h3 {
  font-size: 29px;
  line-height: 36px;
  font-weight: normal;
}

.HomeScoreTrackerBanner a {
  width: 118px;
  padding: 8px 0;
  margin-left: 166px;
  background-color: #0092db;
  border-color: #0092db;
  border-radius: 0;
  font-family: Futura;
  font-weight: normal;
  font-size: 18px;
}

@media only screen and (min-width: 1200px) {
  .HomeScoreTrackerBanner div.scoretracker-banner {
    margin-top: 41px;
    background-position: unset;
    background-position-x: 67px;
    background-size: 83%;
  }
}

@media only screen and (min-width: 960px)and (max-width: 1199px) {
  .HomeScoreTrackerBanner div.scoretracker-banner {
    min-height: 311px;
    margin-top: 31px;
    margin-left: -4px;
  }

  .HomeScoreTrackerBanner img.scoretracker-banner-ico {
    margin: 34px 0 0 174px;
  }

  .HomeScoreTrackerBanner div.scoretracker-banner-text {
    padding: 13px 34px 18px 7px;
  }

  .HomeScoreTrackerBanner div.scoretracker-banner-text h3 {
    font-size: 29px;
    line-height: 36px;
    font-weight: normal;
  }

  .HomeScoreTrackerBanner a {
    margin-left: 156px;
  }
}

@media only screen and (min-width: 760px)and (max-width: 959px) {
  .HomeScoreTrackerBanner img.scoretracker-banner-ico {
    width: 70px;
    height: 70px;
    margin: 0;
  }

  .HomeScoreTrackerBanner div.scoretracker-banner-text {
    padding: 0px 170px;
  }

  .HomeScoreTrackerBanner div.scoretracker-banner-text h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .HomeScoreTrackerBanner div.scoretracker-banner {
    min-height: 314px;
    margin-top: 26px;
  }

  .HomeScoreTrackerBanner a {
    margin: 12px 0 0 0;
    width: 96px;
    padding: 5px 0;
  }
}

@media only screen and (min-width: 480px)and (max-width: 759px) {
  .HomeScoreTrackerBanner img.scoretracker-banner-ico {
    width: 70px;
    height: 70px;
    margin: 10px 0 0 0;
  }

  .HomeScoreTrackerBanner div.scoretracker-banner-text {
    padding: 0 46px;
  }

  .HomeScoreTrackerBanner div.scoretracker-banner-text h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .HomeScoreTrackerBanner div.scoretracker-banner {
    min-height: 314px;
    margin-top: 30px;
  }

  .HomeScoreTrackerBanner a {
    margin: 12px 0 0 0;
    width: 96px;
    padding: 5px 0;
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .HomeScoreTrackerBanner img.scoretracker-banner-ico {
    width: 59px;
    margin: 0;
  }

  .HomeScoreTrackerBanner div.scoretracker-banner-text {
    padding: 0;
  }

  .HomeScoreTrackerBanner div.scoretracker-banner-text h3 {
    font-size: 20px;
    line-height: 25px;
    padding-left: 22px;
    padding-right: 15px;
  }

  .HomeScoreTrackerBanner div.scoretracker-banner {
    background-size: contain;
    background-position-y: 13px;
    min-height: 225px;
    margin-top: 22px;
  }

  .HomeScoreTrackerBanner a {
    margin: 15px 0 0 0;
    width: 94px;
    padding: 5px 0;
    font-size: 16px;
  }
}

.HomeScoreTrackerBannerLoggedIn {
  min-height: 353px;
}

.HomeScoreTrackerBannerLoggedIn h1 {
  padding: 28px 0 16px;
  font-family: Futura;
  font-size: 24px;
  text-transform: none;
  color: #282727;
  font-weight: normal;
}

@media only screen and (min-width: 960px)and (max-width: 1199px) {
  .HomeScoreTrackerBannerLoggedIn {
    min-height: 355px;
  }
}

@media only screen and (min-width: 760px)and (max-width: 959px) {
  .HomeScoreTrackerBannerLoggedIn {
    min-height: 450px;
  }
}

@media only screen and (min-width: 480px)and (max-width: 759px) {
  .HomeScoreTrackerBannerLoggedIn {
    min-height: 1050px;
  }

  .HomeScoreTrackerBannerLoggedIn h1 {
    padding: 27px 0 16px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 479px) {
  .HomeScoreTrackerBannerLoggedIn {
    min-height: 930px;
  }

  .HomeScoreTrackerBannerLoggedIn>div>div {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .HomeScoreTrackerBannerLoggedIn h1 {
    padding: 17px 0 16px;
    font-size: 18px;
  }
}

.score-info {
  min-width: 228px;
  margin-left: 20px;
}

.score-info>div>div {
  height: 73px;
  border: 1px solid #9e9e9e;
}

.score-info>div>div div.score-info-title span {
  font-size: 23px;
  font-family: Bebas Neue;
  background-color: #0092db;
  color: #fff;
  padding: 0 25px;
}

.score-info>div>div div.score-info-value {
  color: #0092db;
  font-size: 63px;
  font-family: Bebas Neue;
}

.score-info>div>div:not(:last-child) {
  margin-bottom: 15px;
}

.score-info>div>div div:first-child {
  background-color: #1393d7;
}

@media only screen and (min-width: 960px)and (max-width: 1199px) {
  .score-info {
    min-width: 220px;
    margin-left: 12px;
  }
}

@media only screen and (min-width: 760px)and (max-width: 959px) {
  .score-info {
    min-width: 700px;
    margin-left: 0;
  }

  .score-info>div>div:not(:last-child) {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 480px)and (max-width: 759px) {
  .score-info {
    min-width: 440px;
    margin-left: 0;
  }

  .score-info>div>div {
    height: 76px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .score-info {
    min-width: 280px;
    margin-left: 0;
  }

  .score-info>div {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .score-info>div>div {
    height: 76px;
    margin-bottom: 15px;
  }
}

.score-bars {
  min-width: 918px;
  border: 1px solid #9e9e9e;
}

.score-bars div.bar {
  width: 306px;
  padding: 44px 0 39px;
}

.score-bars div.center-bar>div:first-child {
  min-height: 170px;
  border-left: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
}

.score-bars div.bar div>div {
  width: 200px;
  height: 100%;
  margin: 0 auto;
}

.score-bars div.score-bars-title {
  text-align: center;
  font-family: Bebas Neue;
  font-size: 23px;
  text-transform: uppercase;
  color: #444;
  font-weight: normal;
}

@media only screen and (min-width: 960px)and (max-width: 1199px) {
  .score-bars {
    min-width: 692px;
  }
}

@media only screen and (min-width: 760px)and (max-width: 959px) {
  .score-bars {
    min-width: 700px;
  }
}

@media only screen and (min-width: 480px)and (max-width: 759px) {
  .score-bars {
    min-width: 440px;
  }

  .score-bars div.bar {
    width: 100% !important;
    min-height: 230px;
    padding: 0 !important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
  }

  .score-bars div.bar div.line {
    height: 35px;
    width: 200px;
    border-bottom: 1px solid #9e9e9e;
  }

  .score-bars div.center-bar>div {
    border-left: none !important;
    border-right: none !important;
  }
}

@media only screen and (max-width: 479px) {
  .score-bars {
    min-width: 280px;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .score-bars div.bar {
    width: 100% !important;
    min-height: 193px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
  }

  .score-bars div.bar div.line {
    width: 200px;
    height: 15px;
    border-bottom: 1px solid #9e9e9e;
  }

  .score-bars div.center-bar>div:first-child {
    height: 100%;
  }

  .score-bars div.center-bar>div {
    border-left: none !important;
    border-right: none !important;
  }
}

.smartbanner {
  top: -80px;
}

.smartbanner .smartbanner-close {
  background-color: #fff;
  color: #3d3d3d !important;
}

.min-width {
  min-width: 320px;
}

@media (max-width: 759px) {
  .container {
    width: 100%;
    box-shadow: none;
  }
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-18 {
  height: 18px;
}

.h-20 {
  height: 20px;
}

.h-23 {
  height: 23px;
}

.h-24 {
  height: 24px;
}

.h-25 {
  height: 25px;
}

.h-26 {
  height: 26px;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 32px;
}

.h-36 {
  height: 36px;
}

.h-37 {
  height: 37px;
}

.h-38 {
  height: 38px;
}

.h-40 {
  height: 40px;
}

.h-47 {
  height: 47px;
}

.h-49 {
  height: 49px;
}

.h-50 {
  height: 50px;
}

.lh-10 {
  line-height: 10px;
}

.hlh-10 {
  height: 10px;
  line-height: 10px;
}

.lh-15 {
  line-height: 15px;
}

.hlh-15 {
  height: 15px;
  line-height: 15px;
}

.lh-18 {
  line-height: 18px;
}

.hlh-18 {
  height: 18px;
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.hlh-20 {
  height: 20px;
  line-height: 20px;
}

.lh-23 {
  line-height: 23px;
}

.hlh-23 {
  height: 23px;
  line-height: 23px;
}

.lh-24 {
  line-height: 24px;
}

.hlh-24 {
  height: 24px;
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.hlh-25 {
  height: 25px;
  line-height: 25px;
}

.lh-26 {
  line-height: 26px;
}

.hlh-26 {
  height: 26px;
  line-height: 26px;
}

.lh-30 {
  line-height: 30px;
}

.hlh-30 {
  height: 30px;
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.hlh-32 {
  height: 32px;
  line-height: 32px;
}

.lh-36 {
  line-height: 36px;
}

.hlh-36 {
  height: 36px;
  line-height: 36px;
}

.lh-37 {
  line-height: 37px;
}

.hlh-37 {
  height: 37px;
  line-height: 37px;
}

.lh-38 {
  line-height: 38px;
}

.hlh-38 {
  height: 38px;
  line-height: 38px;
}

.lh-40 {
  line-height: 40px;
}

.hlh-40 {
  height: 40px;
  line-height: 40px;
}

.lh-47 {
  line-height: 47px;
}

.hlh-47 {
  height: 47px;
  line-height: 47px;
}

.lh-49 {
  line-height: 49px;
}

.hlh-49 {
  height: 49px;
  line-height: 49px;
}

.lh-50 {
  line-height: 50px;
}

.hlh-50 {
  height: 50px;
  line-height: 50px;
}

@media (min-width: 0px) {
  .lh-xs-10 {
    line-height: 10px;
  }

  .hlh-xs-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xs-15 {
    line-height: 15px;
  }

  .hlh-xs-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xs-18 {
    line-height: 18px;
  }

  .hlh-xs-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xs-20 {
    line-height: 20px;
  }

  .hlh-xs-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xs-23 {
    line-height: 23px;
  }

  .hlh-xs-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xs-24 {
    line-height: 24px;
  }

  .hlh-xs-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xs-25 {
    line-height: 25px;
  }

  .hlh-xs-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xs-26 {
    line-height: 26px;
  }

  .hlh-xs-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xs-30 {
    line-height: 30px;
  }

  .hlh-xs-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xs-32 {
    line-height: 32px;
  }

  .hlh-xs-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xs-36 {
    line-height: 36px;
  }

  .hlh-xs-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xs-37 {
    line-height: 37px;
  }

  .hlh-xs-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xs-38 {
    line-height: 38px;
  }

  .hlh-xs-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xs-40 {
    line-height: 40px;
  }

  .hlh-xs-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xs-47 {
    line-height: 47px;
  }

  .hlh-xs-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xs-49 {
    line-height: 49px;
  }

  .hlh-xs-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xs-50 {
    line-height: 50px;
  }

  .hlh-xs-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 480px) {
  .lh-sm-10 {
    line-height: 10px;
  }

  .hlh-sm-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-sm-15 {
    line-height: 15px;
  }

  .hlh-sm-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-sm-18 {
    line-height: 18px;
  }

  .hlh-sm-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-sm-20 {
    line-height: 20px;
  }

  .hlh-sm-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-sm-23 {
    line-height: 23px;
  }

  .hlh-sm-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-sm-24 {
    line-height: 24px;
  }

  .hlh-sm-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-sm-25 {
    line-height: 25px;
  }

  .hlh-sm-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-sm-26 {
    line-height: 26px;
  }

  .hlh-sm-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-sm-30 {
    line-height: 30px;
  }

  .hlh-sm-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-sm-32 {
    line-height: 32px;
  }

  .hlh-sm-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-sm-36 {
    line-height: 36px;
  }

  .hlh-sm-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-sm-37 {
    line-height: 37px;
  }

  .hlh-sm-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-sm-38 {
    line-height: 38px;
  }

  .hlh-sm-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-sm-40 {
    line-height: 40px;
  }

  .hlh-sm-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-sm-47 {
    line-height: 47px;
  }

  .hlh-sm-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-sm-49 {
    line-height: 49px;
  }

  .hlh-sm-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-sm-50 {
    line-height: 50px;
  }

  .hlh-sm-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 760px) {
  .lh-md-10 {
    line-height: 10px;
  }

  .hlh-md-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-md-15 {
    line-height: 15px;
  }

  .hlh-md-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-md-18 {
    line-height: 18px;
  }

  .hlh-md-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-md-20 {
    line-height: 20px;
  }

  .hlh-md-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-md-23 {
    line-height: 23px;
  }

  .hlh-md-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-md-24 {
    line-height: 24px;
  }

  .hlh-md-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-md-25 {
    line-height: 25px;
  }

  .hlh-md-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-md-26 {
    line-height: 26px;
  }

  .hlh-md-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-md-30 {
    line-height: 30px;
  }

  .hlh-md-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-md-32 {
    line-height: 32px;
  }

  .hlh-md-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-md-36 {
    line-height: 36px;
  }

  .hlh-md-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-md-37 {
    line-height: 37px;
  }

  .hlh-md-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-md-38 {
    line-height: 38px;
  }

  .hlh-md-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-md-40 {
    line-height: 40px;
  }

  .hlh-md-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-md-47 {
    line-height: 47px;
  }

  .hlh-md-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-md-49 {
    line-height: 49px;
  }

  .hlh-md-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-md-50 {
    line-height: 50px;
  }

  .hlh-md-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 960px) {
  .lh-lg-10 {
    line-height: 10px;
  }

  .hlh-lg-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-lg-15 {
    line-height: 15px;
  }

  .hlh-lg-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-lg-18 {
    line-height: 18px;
  }

  .hlh-lg-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-lg-20 {
    line-height: 20px;
  }

  .hlh-lg-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-lg-23 {
    line-height: 23px;
  }

  .hlh-lg-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-lg-24 {
    line-height: 24px;
  }

  .hlh-lg-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-lg-25 {
    line-height: 25px;
  }

  .hlh-lg-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-lg-26 {
    line-height: 26px;
  }

  .hlh-lg-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-lg-30 {
    line-height: 30px;
  }

  .hlh-lg-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-lg-32 {
    line-height: 32px;
  }

  .hlh-lg-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-lg-36 {
    line-height: 36px;
  }

  .hlh-lg-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-lg-37 {
    line-height: 37px;
  }

  .hlh-lg-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-lg-38 {
    line-height: 38px;
  }

  .hlh-lg-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-lg-40 {
    line-height: 40px;
  }

  .hlh-lg-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-lg-47 {
    line-height: 47px;
  }

  .hlh-lg-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-lg-49 {
    line-height: 49px;
  }

  .hlh-lg-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-lg-50 {
    line-height: 50px;
  }

  .hlh-lg-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1200px) {
  .lh-xl-10 {
    line-height: 10px;
  }

  .hlh-xl-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xl-15 {
    line-height: 15px;
  }

  .hlh-xl-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xl-18 {
    line-height: 18px;
  }

  .hlh-xl-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xl-20 {
    line-height: 20px;
  }

  .hlh-xl-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xl-23 {
    line-height: 23px;
  }

  .hlh-xl-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xl-24 {
    line-height: 24px;
  }

  .hlh-xl-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xl-25 {
    line-height: 25px;
  }

  .hlh-xl-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xl-26 {
    line-height: 26px;
  }

  .hlh-xl-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xl-30 {
    line-height: 30px;
  }

  .hlh-xl-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xl-32 {
    line-height: 32px;
  }

  .hlh-xl-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xl-36 {
    line-height: 36px;
  }

  .hlh-xl-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xl-37 {
    line-height: 37px;
  }

  .hlh-xl-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xl-38 {
    line-height: 38px;
  }

  .hlh-xl-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xl-40 {
    line-height: 40px;
  }

  .hlh-xl-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xl-47 {
    line-height: 47px;
  }

  .hlh-xl-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xl-49 {
    line-height: 49px;
  }

  .hlh-xl-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xl-50 {
    line-height: 50px;
  }

  .hlh-xl-50 {
    height: 50px;
    line-height: 50px;
  }
}

.TeeTimesBookInfoTitle {
  background-color: #0072ab;
  height: 32px;
}

@media (min-width: 760px) {
  .TeeTimesBookInfoTitle {
    background-color: #0092db;
    height: 40px;
  }
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-18 {
  height: 18px;
}

.h-20 {
  height: 20px;
}

.h-23 {
  height: 23px;
}

.h-24 {
  height: 24px;
}

.h-25 {
  height: 25px;
}

.h-26 {
  height: 26px;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 32px;
}

.h-36 {
  height: 36px;
}

.h-37 {
  height: 37px;
}

.h-38 {
  height: 38px;
}

.h-40 {
  height: 40px;
}

.h-47 {
  height: 47px;
}

.h-49 {
  height: 49px;
}

.h-50 {
  height: 50px;
}

.lh-10 {
  line-height: 10px;
}

.hlh-10 {
  height: 10px;
  line-height: 10px;
}

.lh-15 {
  line-height: 15px;
}

.hlh-15 {
  height: 15px;
  line-height: 15px;
}

.lh-18 {
  line-height: 18px;
}

.hlh-18 {
  height: 18px;
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.hlh-20 {
  height: 20px;
  line-height: 20px;
}

.lh-23 {
  line-height: 23px;
}

.hlh-23 {
  height: 23px;
  line-height: 23px;
}

.lh-24 {
  line-height: 24px;
}

.hlh-24 {
  height: 24px;
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.hlh-25 {
  height: 25px;
  line-height: 25px;
}

.lh-26 {
  line-height: 26px;
}

.hlh-26 {
  height: 26px;
  line-height: 26px;
}

.lh-30 {
  line-height: 30px;
}

.hlh-30 {
  height: 30px;
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.hlh-32 {
  height: 32px;
  line-height: 32px;
}

.lh-36 {
  line-height: 36px;
}

.hlh-36,
select.Select {
  height: 36px;
  line-height: 36px;
}

.lh-37 {
  line-height: 37px;
}

.hlh-37 {
  height: 37px;
  line-height: 37px;
}

.lh-38 {
  line-height: 38px;
}

.hlh-38 {
  height: 38px;
  line-height: 38px;
}

.lh-40 {
  line-height: 40px;
}

.hlh-40 {
  height: 40px;
  line-height: 40px;
}

.lh-47 {
  line-height: 47px;
}

.hlh-47 {
  height: 47px;
  line-height: 47px;
}

.lh-49 {
  line-height: 49px;
}

.hlh-49 {
  height: 49px;
  line-height: 49px;
}

.lh-50 {
  line-height: 50px;
}

.hlh-50 {
  height: 50px;
  line-height: 50px;
}

@media (min-width: 0px) {
  .lh-xs-10 {
    line-height: 10px;
  }

  .hlh-xs-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xs-15 {
    line-height: 15px;
  }

  .hlh-xs-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xs-18 {
    line-height: 18px;
  }

  .hlh-xs-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xs-20 {
    line-height: 20px;
  }

  .hlh-xs-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xs-23 {
    line-height: 23px;
  }

  .hlh-xs-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xs-24 {
    line-height: 24px;
  }

  .hlh-xs-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xs-25 {
    line-height: 25px;
  }

  .hlh-xs-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xs-26 {
    line-height: 26px;
  }

  .hlh-xs-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xs-30 {
    line-height: 30px;
  }

  .hlh-xs-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xs-32 {
    line-height: 32px;
  }

  .hlh-xs-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xs-36 {
    line-height: 36px;
  }

  .hlh-xs-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xs-37 {
    line-height: 37px;
  }

  .hlh-xs-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xs-38 {
    line-height: 38px;
  }

  .hlh-xs-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xs-40 {
    line-height: 40px;
  }

  .hlh-xs-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xs-47 {
    line-height: 47px;
  }

  .hlh-xs-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xs-49 {
    line-height: 49px;
  }

  .hlh-xs-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xs-50 {
    line-height: 50px;
  }

  .hlh-xs-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 480px) {
  .lh-sm-10 {
    line-height: 10px;
  }

  .hlh-sm-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-sm-15 {
    line-height: 15px;
  }

  .hlh-sm-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-sm-18 {
    line-height: 18px;
  }

  .hlh-sm-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-sm-20 {
    line-height: 20px;
  }

  .hlh-sm-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-sm-23 {
    line-height: 23px;
  }

  .hlh-sm-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-sm-24 {
    line-height: 24px;
  }

  .hlh-sm-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-sm-25 {
    line-height: 25px;
  }

  .hlh-sm-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-sm-26 {
    line-height: 26px;
  }

  .hlh-sm-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-sm-30 {
    line-height: 30px;
  }

  .hlh-sm-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-sm-32 {
    line-height: 32px;
  }

  .hlh-sm-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-sm-36 {
    line-height: 36px;
  }

  .hlh-sm-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-sm-37 {
    line-height: 37px;
  }

  .hlh-sm-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-sm-38 {
    line-height: 38px;
  }

  .hlh-sm-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-sm-40 {
    line-height: 40px;
  }

  .hlh-sm-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-sm-47 {
    line-height: 47px;
  }

  .hlh-sm-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-sm-49 {
    line-height: 49px;
  }

  .hlh-sm-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-sm-50 {
    line-height: 50px;
  }

  .hlh-sm-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 760px) {
  .lh-md-10 {
    line-height: 10px;
  }

  .hlh-md-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-md-15 {
    line-height: 15px;
  }

  .hlh-md-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-md-18 {
    line-height: 18px;
  }

  .hlh-md-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-md-20 {
    line-height: 20px;
  }

  .hlh-md-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-md-23 {
    line-height: 23px;
  }

  .hlh-md-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-md-24 {
    line-height: 24px;
  }

  .hlh-md-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-md-25 {
    line-height: 25px;
  }

  .hlh-md-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-md-26 {
    line-height: 26px;
  }

  .hlh-md-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-md-30 {
    line-height: 30px;
  }

  .hlh-md-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-md-32 {
    line-height: 32px;
  }

  .hlh-md-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-md-36 {
    line-height: 36px;
  }

  .hlh-md-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-md-37 {
    line-height: 37px;
  }

  .hlh-md-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-md-38 {
    line-height: 38px;
  }

  .hlh-md-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-md-40 {
    line-height: 40px;
  }

  .hlh-md-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-md-47 {
    line-height: 47px;
  }

  .hlh-md-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-md-49 {
    line-height: 49px;
  }

  .hlh-md-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-md-50 {
    line-height: 50px;
  }

  .hlh-md-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 960px) {
  .lh-lg-10 {
    line-height: 10px;
  }

  .hlh-lg-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-lg-15 {
    line-height: 15px;
  }

  .hlh-lg-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-lg-18 {
    line-height: 18px;
  }

  .hlh-lg-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-lg-20 {
    line-height: 20px;
  }

  .hlh-lg-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-lg-23 {
    line-height: 23px;
  }

  .hlh-lg-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-lg-24 {
    line-height: 24px;
  }

  .hlh-lg-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-lg-25 {
    line-height: 25px;
  }

  .hlh-lg-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-lg-26 {
    line-height: 26px;
  }

  .hlh-lg-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-lg-30 {
    line-height: 30px;
  }

  .hlh-lg-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-lg-32 {
    line-height: 32px;
  }

  .hlh-lg-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-lg-36 {
    line-height: 36px;
  }

  .hlh-lg-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-lg-37 {
    line-height: 37px;
  }

  .hlh-lg-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-lg-38 {
    line-height: 38px;
  }

  .hlh-lg-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-lg-40 {
    line-height: 40px;
  }

  .hlh-lg-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-lg-47 {
    line-height: 47px;
  }

  .hlh-lg-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-lg-49 {
    line-height: 49px;
  }

  .hlh-lg-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-lg-50 {
    line-height: 50px;
  }

  .hlh-lg-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1200px) {
  .lh-xl-10 {
    line-height: 10px;
  }

  .hlh-xl-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xl-15 {
    line-height: 15px;
  }

  .hlh-xl-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xl-18 {
    line-height: 18px;
  }

  .hlh-xl-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xl-20 {
    line-height: 20px;
  }

  .hlh-xl-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xl-23 {
    line-height: 23px;
  }

  .hlh-xl-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xl-24 {
    line-height: 24px;
  }

  .hlh-xl-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xl-25 {
    line-height: 25px;
  }

  .hlh-xl-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xl-26 {
    line-height: 26px;
  }

  .hlh-xl-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xl-30 {
    line-height: 30px;
  }

  .hlh-xl-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xl-32 {
    line-height: 32px;
  }

  .hlh-xl-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xl-36 {
    line-height: 36px;
  }

  .hlh-xl-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xl-37 {
    line-height: 37px;
  }

  .hlh-xl-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xl-38 {
    line-height: 38px;
  }

  .hlh-xl-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xl-40 {
    line-height: 40px;
  }

  .hlh-xl-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xl-47 {
    line-height: 47px;
  }

  .hlh-xl-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xl-49 {
    line-height: 49px;
  }

  .hlh-xl-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xl-50 {
    line-height: 50px;
  }

  .hlh-xl-50 {
    height: 50px;
    line-height: 50px;
  }
}

select.Select {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: solid 1px #cdcdcd;
  width: -webkit-fill-available;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2223%22%20height%3D%2223%22%20fill%3D%22%23575757%22%20%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M946%2C310l5.5%2C5.413L957%2C310v3.592L951.5%2C319l-5.5-5.414V310Z%22%20transform%3D%22translate%28-946%20-310%29%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 top 14px;
  color: dimgray !important;
}

select.Select ::-webkit-input-placeholder {
  color: dimgray !important;
}

select.Select ::-moz-placeholder {
  color: dimgray !important;
}

select.Select :-ms-input-placeholder {
  color: dimgray !important;
}

select.Select :-moz-placeholder {
  color: dimgray !important;
}

.smartbanner {
  top: -80px;
}

.smartbanner .smartbanner-close {
  background-color: #fff;
  color: #3d3d3d !important;
}

.min-width {
  min-width: 320px;
}

@media (max-width: 759px) {
  .container {
    width: 100%;
    box-shadow: none;
  }
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-18 {
  height: 18px;
}

.h-20 {
  height: 20px;
}

.h-23 {
  height: 23px;
}

.h-24 {
  height: 24px;
}

.h-25 {
  height: 25px;
}

.h-26 {
  height: 26px;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 32px;
}

.h-36 {
  height: 36px;
}

.h-37 {
  height: 37px;
}

.h-38 {
  height: 38px;
}

.h-40 {
  height: 40px;
}

.h-47 {
  height: 47px;
}

.h-49 {
  height: 49px;
}

.h-50 {
  height: 50px;
}

.lh-10 {
  line-height: 10px;
}

.hlh-10 {
  height: 10px;
  line-height: 10px;
}

.lh-15 {
  line-height: 15px;
}

.hlh-15 {
  height: 15px;
  line-height: 15px;
}

.lh-18 {
  line-height: 18px;
}

.hlh-18 {
  height: 18px;
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.hlh-20 {
  height: 20px;
  line-height: 20px;
}

.lh-23 {
  line-height: 23px;
}

.hlh-23 {
  height: 23px;
  line-height: 23px;
}

.lh-24 {
  line-height: 24px;
}

.hlh-24 {
  height: 24px;
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.hlh-25 {
  height: 25px;
  line-height: 25px;
}

.lh-26 {
  line-height: 26px;
}

.hlh-26 {
  height: 26px;
  line-height: 26px;
}

.lh-30 {
  line-height: 30px;
}

.hlh-30 {
  height: 30px;
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.hlh-32 {
  height: 32px;
  line-height: 32px;
}

.lh-36 {
  line-height: 36px;
}

.hlh-36 {
  height: 36px;
  line-height: 36px;
}

.lh-37 {
  line-height: 37px;
}

.hlh-37 {
  height: 37px;
  line-height: 37px;
}

.lh-38 {
  line-height: 38px;
}

.hlh-38 {
  height: 38px;
  line-height: 38px;
}

.lh-40 {
  line-height: 40px;
}

.hlh-40 {
  height: 40px;
  line-height: 40px;
}

.lh-47 {
  line-height: 47px;
}

.hlh-47 {
  height: 47px;
  line-height: 47px;
}

.lh-49 {
  line-height: 49px;
}

.hlh-49 {
  height: 49px;
  line-height: 49px;
}

.lh-50 {
  line-height: 50px;
}

.hlh-50 {
  height: 50px;
  line-height: 50px;
}

@media (min-width: 0px) {
  .lh-xs-10 {
    line-height: 10px;
  }

  .hlh-xs-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xs-15 {
    line-height: 15px;
  }

  .hlh-xs-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xs-18 {
    line-height: 18px;
  }

  .hlh-xs-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xs-20 {
    line-height: 20px;
  }

  .hlh-xs-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xs-23 {
    line-height: 23px;
  }

  .hlh-xs-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xs-24 {
    line-height: 24px;
  }

  .hlh-xs-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xs-25 {
    line-height: 25px;
  }

  .hlh-xs-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xs-26 {
    line-height: 26px;
  }

  .hlh-xs-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xs-30 {
    line-height: 30px;
  }

  .hlh-xs-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xs-32 {
    line-height: 32px;
  }

  .hlh-xs-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xs-36 {
    line-height: 36px;
  }

  .hlh-xs-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xs-37 {
    line-height: 37px;
  }

  .hlh-xs-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xs-38 {
    line-height: 38px;
  }

  .hlh-xs-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xs-40 {
    line-height: 40px;
  }

  .hlh-xs-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xs-47 {
    line-height: 47px;
  }

  .hlh-xs-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xs-49 {
    line-height: 49px;
  }

  .hlh-xs-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xs-50 {
    line-height: 50px;
  }

  .hlh-xs-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 480px) {
  .lh-sm-10 {
    line-height: 10px;
  }

  .hlh-sm-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-sm-15 {
    line-height: 15px;
  }

  .hlh-sm-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-sm-18 {
    line-height: 18px;
  }

  .hlh-sm-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-sm-20 {
    line-height: 20px;
  }

  .hlh-sm-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-sm-23 {
    line-height: 23px;
  }

  .hlh-sm-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-sm-24 {
    line-height: 24px;
  }

  .hlh-sm-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-sm-25 {
    line-height: 25px;
  }

  .hlh-sm-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-sm-26 {
    line-height: 26px;
  }

  .hlh-sm-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-sm-30 {
    line-height: 30px;
  }

  .hlh-sm-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-sm-32 {
    line-height: 32px;
  }

  .hlh-sm-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-sm-36 {
    line-height: 36px;
  }

  .hlh-sm-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-sm-37 {
    line-height: 37px;
  }

  .hlh-sm-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-sm-38 {
    line-height: 38px;
  }

  .hlh-sm-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-sm-40 {
    line-height: 40px;
  }

  .hlh-sm-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-sm-47 {
    line-height: 47px;
  }

  .hlh-sm-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-sm-49 {
    line-height: 49px;
  }

  .hlh-sm-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-sm-50 {
    line-height: 50px;
  }

  .hlh-sm-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 760px) {
  .lh-md-10 {
    line-height: 10px;
  }

  .hlh-md-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-md-15 {
    line-height: 15px;
  }

  .hlh-md-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-md-18 {
    line-height: 18px;
  }

  .hlh-md-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-md-20 {
    line-height: 20px;
  }

  .hlh-md-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-md-23 {
    line-height: 23px;
  }

  .hlh-md-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-md-24 {
    line-height: 24px;
  }

  .hlh-md-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-md-25 {
    line-height: 25px;
  }

  .hlh-md-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-md-26 {
    line-height: 26px;
  }

  .hlh-md-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-md-30 {
    line-height: 30px;
  }

  .hlh-md-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-md-32 {
    line-height: 32px;
  }

  .hlh-md-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-md-36 {
    line-height: 36px;
  }

  .hlh-md-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-md-37 {
    line-height: 37px;
  }

  .hlh-md-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-md-38 {
    line-height: 38px;
  }

  .hlh-md-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-md-40 {
    line-height: 40px;
  }

  .hlh-md-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-md-47 {
    line-height: 47px;
  }

  .hlh-md-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-md-49 {
    line-height: 49px;
  }

  .hlh-md-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-md-50 {
    line-height: 50px;
  }

  .hlh-md-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 960px) {
  .lh-lg-10 {
    line-height: 10px;
  }

  .hlh-lg-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-lg-15 {
    line-height: 15px;
  }

  .hlh-lg-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-lg-18 {
    line-height: 18px;
  }

  .hlh-lg-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-lg-20 {
    line-height: 20px;
  }

  .hlh-lg-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-lg-23 {
    line-height: 23px;
  }

  .hlh-lg-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-lg-24 {
    line-height: 24px;
  }

  .hlh-lg-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-lg-25 {
    line-height: 25px;
  }

  .hlh-lg-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-lg-26 {
    line-height: 26px;
  }

  .hlh-lg-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-lg-30 {
    line-height: 30px;
  }

  .hlh-lg-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-lg-32 {
    line-height: 32px;
  }

  .hlh-lg-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-lg-36 {
    line-height: 36px;
  }

  .hlh-lg-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-lg-37 {
    line-height: 37px;
  }

  .hlh-lg-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-lg-38 {
    line-height: 38px;
  }

  .hlh-lg-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-lg-40 {
    line-height: 40px;
  }

  .hlh-lg-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-lg-47 {
    line-height: 47px;
  }

  .hlh-lg-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-lg-49 {
    line-height: 49px;
  }

  .hlh-lg-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-lg-50 {
    line-height: 50px;
  }

  .hlh-lg-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1200px) {
  .lh-xl-10 {
    line-height: 10px;
  }

  .hlh-xl-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xl-15 {
    line-height: 15px;
  }

  .hlh-xl-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xl-18 {
    line-height: 18px;
  }

  .hlh-xl-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xl-20 {
    line-height: 20px;
  }

  .hlh-xl-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xl-23 {
    line-height: 23px;
  }

  .hlh-xl-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xl-24 {
    line-height: 24px;
  }

  .hlh-xl-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xl-25 {
    line-height: 25px;
  }

  .hlh-xl-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xl-26 {
    line-height: 26px;
  }

  .hlh-xl-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xl-30 {
    line-height: 30px;
  }

  .hlh-xl-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xl-32 {
    line-height: 32px;
  }

  .hlh-xl-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xl-36 {
    line-height: 36px;
  }

  .hlh-xl-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xl-37 {
    line-height: 37px;
  }

  .hlh-xl-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xl-38 {
    line-height: 38px;
  }

  .hlh-xl-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xl-40 {
    line-height: 40px;
  }

  .hlh-xl-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xl-47 {
    line-height: 47px;
  }

  .hlh-xl-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xl-49 {
    line-height: 49px;
  }

  .hlh-xl-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xl-50 {
    line-height: 50px;
  }

  .hlh-xl-50 {
    height: 50px;
    line-height: 50px;
  }
}

div.TeeTimesBookInfoAgreement span {
  float: left;
}

div.TeeTimesBookInfoAgreement span a {
  color: #000;
  text-decoration: underline !important;
}

.smartbanner {
  top: -80px;
}

.smartbanner .smartbanner-close {
  background-color: #fff;
  color: #3d3d3d !important;
}

.min-width {
  min-width: 320px;
}

@media (max-width: 759px) {
  .container {
    width: 100%;
    box-shadow: none;
  }
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-18 {
  height: 18px;
}

.h-20 {
  height: 20px;
}

.h-23 {
  height: 23px;
}

.h-24 {
  height: 24px;
}

.h-25 {
  height: 25px;
}

.h-26 {
  height: 26px;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 32px;
}

.h-36 {
  height: 36px;
}

.h-37 {
  height: 37px;
}

.h-38 {
  height: 38px;
}

.h-40 {
  height: 40px;
}

.h-47 {
  height: 47px;
}

.h-49 {
  height: 49px;
}

.h-50 {
  height: 50px;
}

.lh-10 {
  line-height: 10px;
}

.hlh-10 {
  height: 10px;
  line-height: 10px;
}

.lh-15 {
  line-height: 15px;
}

.hlh-15 {
  height: 15px;
  line-height: 15px;
}

.lh-18 {
  line-height: 18px;
}

.hlh-18 {
  height: 18px;
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.hlh-20 {
  height: 20px;
  line-height: 20px;
}

.lh-23 {
  line-height: 23px;
}

.hlh-23 {
  height: 23px;
  line-height: 23px;
}

.lh-24 {
  line-height: 24px;
}

.hlh-24 {
  height: 24px;
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.hlh-25 {
  height: 25px;
  line-height: 25px;
}

.lh-26 {
  line-height: 26px;
}

.hlh-26 {
  height: 26px;
  line-height: 26px;
}

.lh-30 {
  line-height: 30px;
}

.hlh-30 {
  height: 30px;
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.hlh-32 {
  height: 32px;
  line-height: 32px;
}

.lh-36 {
  line-height: 36px;
}

.hlh-36,
.TeeTimesBookInfo div.book-info-content div.fields div div input {
  height: 36px;
  line-height: 36px;
}

.lh-37 {
  line-height: 37px;
}

.hlh-37 {
  height: 37px;
  line-height: 37px;
}

.lh-38 {
  line-height: 38px;
}

.hlh-38 {
  height: 38px;
  line-height: 38px;
}

.lh-40 {
  line-height: 40px;
}

.hlh-40 {
  height: 40px;
  line-height: 40px;
}

.lh-47 {
  line-height: 47px;
}

.hlh-47 {
  height: 47px;
  line-height: 47px;
}

.lh-49 {
  line-height: 49px;
}

.hlh-49 {
  height: 49px;
  line-height: 49px;
}

.lh-50 {
  line-height: 50px;
}

.hlh-50 {
  height: 50px;
  line-height: 50px;
}

@media (min-width: 0px) {
  .lh-xs-10 {
    line-height: 10px;
  }

  .hlh-xs-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xs-15 {
    line-height: 15px;
  }

  .hlh-xs-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xs-18 {
    line-height: 18px;
  }

  .hlh-xs-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xs-20 {
    line-height: 20px;
  }

  .hlh-xs-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xs-23 {
    line-height: 23px;
  }

  .hlh-xs-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xs-24 {
    line-height: 24px;
  }

  .hlh-xs-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xs-25 {
    line-height: 25px;
  }

  .hlh-xs-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xs-26 {
    line-height: 26px;
  }

  .hlh-xs-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xs-30 {
    line-height: 30px;
  }

  .hlh-xs-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xs-32 {
    line-height: 32px;
  }

  .hlh-xs-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xs-36 {
    line-height: 36px;
  }

  .hlh-xs-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xs-37 {
    line-height: 37px;
  }

  .hlh-xs-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xs-38 {
    line-height: 38px;
  }

  .hlh-xs-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xs-40 {
    line-height: 40px;
  }

  .hlh-xs-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xs-47 {
    line-height: 47px;
  }

  .hlh-xs-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xs-49 {
    line-height: 49px;
  }

  .hlh-xs-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xs-50 {
    line-height: 50px;
  }

  .hlh-xs-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 480px) {
  .lh-sm-10 {
    line-height: 10px;
  }

  .hlh-sm-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-sm-15 {
    line-height: 15px;
  }

  .hlh-sm-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-sm-18 {
    line-height: 18px;
  }

  .hlh-sm-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-sm-20 {
    line-height: 20px;
  }

  .hlh-sm-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-sm-23 {
    line-height: 23px;
  }

  .hlh-sm-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-sm-24 {
    line-height: 24px;
  }

  .hlh-sm-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-sm-25 {
    line-height: 25px;
  }

  .hlh-sm-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-sm-26 {
    line-height: 26px;
  }

  .hlh-sm-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-sm-30 {
    line-height: 30px;
  }

  .hlh-sm-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-sm-32 {
    line-height: 32px;
  }

  .hlh-sm-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-sm-36 {
    line-height: 36px;
  }

  .hlh-sm-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-sm-37 {
    line-height: 37px;
  }

  .hlh-sm-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-sm-38 {
    line-height: 38px;
  }

  .hlh-sm-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-sm-40 {
    line-height: 40px;
  }

  .hlh-sm-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-sm-47 {
    line-height: 47px;
  }

  .hlh-sm-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-sm-49 {
    line-height: 49px;
  }

  .hlh-sm-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-sm-50 {
    line-height: 50px;
  }

  .hlh-sm-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 760px) {
  .lh-md-10 {
    line-height: 10px;
  }

  .hlh-md-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-md-15 {
    line-height: 15px;
  }

  .hlh-md-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-md-18 {
    line-height: 18px;
  }

  .hlh-md-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-md-20 {
    line-height: 20px;
  }

  .hlh-md-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-md-23 {
    line-height: 23px;
  }

  .hlh-md-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-md-24 {
    line-height: 24px;
  }

  .hlh-md-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-md-25 {
    line-height: 25px;
  }

  .hlh-md-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-md-26 {
    line-height: 26px;
  }

  .hlh-md-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-md-30 {
    line-height: 30px;
  }

  .hlh-md-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-md-32 {
    line-height: 32px;
  }

  .hlh-md-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-md-36 {
    line-height: 36px;
  }

  .hlh-md-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-md-37 {
    line-height: 37px;
  }

  .hlh-md-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-md-38 {
    line-height: 38px;
  }

  .hlh-md-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-md-40 {
    line-height: 40px;
  }

  .hlh-md-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-md-47 {
    line-height: 47px;
  }

  .hlh-md-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-md-49 {
    line-height: 49px;
  }

  .hlh-md-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-md-50 {
    line-height: 50px;
  }

  .hlh-md-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 960px) {
  .lh-lg-10 {
    line-height: 10px;
  }

  .hlh-lg-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-lg-15 {
    line-height: 15px;
  }

  .hlh-lg-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-lg-18 {
    line-height: 18px;
  }

  .hlh-lg-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-lg-20 {
    line-height: 20px;
  }

  .hlh-lg-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-lg-23 {
    line-height: 23px;
  }

  .hlh-lg-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-lg-24 {
    line-height: 24px;
  }

  .hlh-lg-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-lg-25 {
    line-height: 25px;
  }

  .hlh-lg-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-lg-26 {
    line-height: 26px;
  }

  .hlh-lg-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-lg-30 {
    line-height: 30px;
  }

  .hlh-lg-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-lg-32 {
    line-height: 32px;
  }

  .hlh-lg-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-lg-36 {
    line-height: 36px;
  }

  .hlh-lg-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-lg-37 {
    line-height: 37px;
  }

  .hlh-lg-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-lg-38 {
    line-height: 38px;
  }

  .hlh-lg-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-lg-40 {
    line-height: 40px;
  }

  .hlh-lg-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-lg-47 {
    line-height: 47px;
  }

  .hlh-lg-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-lg-49 {
    line-height: 49px;
  }

  .hlh-lg-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-lg-50 {
    line-height: 50px;
  }

  .hlh-lg-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1200px) {
  .lh-xl-10 {
    line-height: 10px;
  }

  .hlh-xl-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xl-15 {
    line-height: 15px;
  }

  .hlh-xl-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xl-18 {
    line-height: 18px;
  }

  .hlh-xl-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xl-20 {
    line-height: 20px;
  }

  .hlh-xl-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xl-23 {
    line-height: 23px;
  }

  .hlh-xl-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xl-24 {
    line-height: 24px;
  }

  .hlh-xl-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xl-25 {
    line-height: 25px;
  }

  .hlh-xl-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xl-26 {
    line-height: 26px;
  }

  .hlh-xl-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xl-30 {
    line-height: 30px;
  }

  .hlh-xl-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xl-32 {
    line-height: 32px;
  }

  .hlh-xl-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xl-36 {
    line-height: 36px;
  }

  .hlh-xl-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xl-37 {
    line-height: 37px;
  }

  .hlh-xl-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xl-38 {
    line-height: 38px;
  }

  .hlh-xl-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xl-40 {
    line-height: 40px;
  }

  .hlh-xl-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xl-47 {
    line-height: 47px;
  }

  .hlh-xl-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xl-49 {
    line-height: 49px;
  }

  .hlh-xl-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xl-50 {
    line-height: 50px;
  }

  .hlh-xl-50 {
    height: 50px;
    line-height: 50px;
  }
}

.TeeTimesBookInfo>div.bg-white {
  padding: 18px;
}

.TeeTimesBookInfo span.icon-checkbox {
  background-color: #fff;
  border-color: #cdcdcd !important;
}

.TeeTimesBookInfo span.icon-checkbox.active {
  background-color: #2ba811;
  border-color: #fff;
}

.TeeTimesBookInfo div.book-info-content {
  color: #282727;
}

.TeeTimesBookInfo div.book-info-content div.success-booked-title {
  background-color: #119203;
  color: #fff;
  margin-bottom: 18px;
}

.TeeTimesBookInfo div.book-info-content div.book-info-content-item {
  height: 14px;
  line-height: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.TeeTimesBookInfo div.book-info-content div.book-info-date {
  text-transform: uppercase;
}

.TeeTimesBookInfo div.book-info-content div.book-info-players div {
  background-color: #a6a6a6;
  height: 30px;
  width: 23%;
  color: #fff;
  cursor: pointer;
}

.TeeTimesBookInfo div.book-info-content div.book-info-players div.active {
  background-color: #0092db;
}

.TeeTimesBookInfo div.book-info-content input {
  border: solid 1px #cdcdcd;
  height: 30px;
  line-height: 30px;
  width: -webkit-fill-available;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 0 10px;
}

.TeeTimesBookInfo div.book-info-content div.book-info-divider {
  border-bottom: 1px solid #9e9e9e;
}

.TeeTimesBookInfo div.book-info-content button.cancel {
  background: #ff3737;
  color: #fff;
}

.TeeTimesBookInfo div.book-info-content button.save,
.TeeTimesBookInfo div.book-info-content button.book {
  background: #0092db;
  color: #fff;
}

.TeeTimesBookInfo div.book-info-content button.edit {
  background: #a6a6a6;
  color: #fff;
}

@media (min-width: 0px)and (max-width: 479px) {
  .TeeTimesBookInfo div.book-info-content div.fields div div {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (min-width: 480px) {
  .TeeTimesBookInfo div.book-info-content div.fields div:nth-child(2n+1) div {
    padding-right: 0;
    padding-left: 10px;
  }

  .TeeTimesBookInfo div.book-info-content div.fields div:nth-child(2n) div {
    padding-left: 0;
    padding-right: 10px;
  }
}

@media (min-width: 760px) {
  .TeeTimesBookInfo div.book-info-content div.fields div:nth-child(3n-1) div {
    padding-left: 0;
    padding-right: 10px;
  }

  .TeeTimesBookInfo div.book-info-content div.fields div:nth-child(3n) div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .TeeTimesBookInfo div.book-info-content div.fields div:nth-child(3n+1) div {
    padding-right: 0;
    padding-left: 10px;
  }
}

.TeeTimesBookInfo div.book-info-content div.fields div div {
  padding: 0 20px 20px 0;
}

.TeeTimesBookInfo div.book-info-content div.fields div div select {
  width: 100%;
}

.TeeTimesBookInfo div.book-info-content div.fields div div input {
  border: solid 1px #cdcdcd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 0 10px;
}

.TeeTimesBookInfo div.book-info-content div.fields div div input ::-webkit-input-placeholder {
  color: dimgray !important;
}

.TeeTimesBookInfo div.book-info-content div.fields div div input ::-moz-placeholder {
  color: dimgray !important;
}

.TeeTimesBookInfo div.book-info-content div.fields div div input :-ms-input-placeholder {
  color: dimgray !important;
}

.TeeTimesBookInfo div.book-info-content div.fields div div input :-moz-placeholder {
  color: dimgray !important;
}

@media (min-width: 760px) {
  div.TeeTimesBookInfo>div.bg-white {
    padding: 30px;
  }

  div.TeeTimesBookInfo button.save,
  div.TeeTimesBookInfo button.edit {
    width: 25% !important;
  }

  div.TeeTimesBookInfo div.book-info-content div.success-booked-title {
    margin-bottom: 30px;
  }

  div.TeeTimesBookInfo div.book-info-content div.book-info-content-item {
    height: 16px;
    line-height: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

div.LoaderSearch {
  width: 230px;
  height: 210px;
  left: 50%;
  margin-left: -115px;
  top: 50%;
  margin-top: -105px !important;
  position: fixed;
}

div.LoaderSearch div.loading-container {
  padding: 20px 55px 0 55px;
}

div.LoaderSearch.loader-absolute {
  position: absolute !important;
  background: none !important;
  border: 0 !important;
}

div.LoaderSearch div.loader-fixed {
  top: 50%;
  margin-top: -105px;
  height: 210px;
  position: fixed;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
}

div.LoaderSearch h2 {
  height: 50px;
  line-height: 50px;
}

div.LoaderSearch.popover::before,
.popover::after {
  border-style: none;
}

.loader-search {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #0092db;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.Rating span {
  padding: 0 4px 0 0;
}

.Rating span.rating-number {
  color: #d6ac05;
}

.Rating span.rating-not-number {
  color: #909090;
}

.Rating span:last-child {
  padding: 0;
}

.Rating .icon-star {
  color: #c3c3c3;
}

.Rating .icon-star.active,
.Rating .icon-star.active::before,
.Rating .icon-star-half.active,
.Rating .icon-star-half.active::before {
  color: #ffc600;
}

a.LinkBackToSearch {
  background-color: rgba(255,0,0,.5);
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

a.LinkBackToSearch span.back-to-search {
  width: 20px;
  background: url("/im/back-to-search.svg") no-repeat;
}

a.LinkBackToSearch:hover {
  color: #fff;
  text-decoration: none;
}

.TeeTimesCourseHeader {
  height: 206px;
  background: url(/im/golf-course-header.jpg) no-repeat;
  background-size: cover;
  background-color: #0092db;
  position: relative;
}

.TeeTimesCourseHeader a.website-link {
  color: #fff;
}

.TeeTimesCourseHeader h3 {
  font-size: 14px;
  line-height: 17px;
}

.TeeTimesCourseHeader h4 {
  font-size: 14px;
  line-height: 17px;
}

@media (min-width: 0px)and (max-width: 479px) {
  .TeeTimesCourseHeader {
    height: 125px;
  }

  .TeeTimesCourseHeader h3.course-name {
    font-size: 14px;
  }

  .TeeTimesCourseHeader h3,
  .TeeTimesCourseHeader h4 {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
  }
}

@media (min-width: 480px)and (max-width: 759px) {
  .TeeTimesCourseHeader {
    height: 145px;
  }

  .TeeTimesCourseHeader h3.course-name {
    font-size: 19px;
  }

  .TeeTimesCourseHeader h4 {
    font-size: 14px;
    font-weight: normal;
  }
}

@media (max-width: 759px) {
  .TeeTimesCourseHeader {
    background: none;
    background-color: #0092db;
  }
}

@media (min-width: 480px) {
  .TeeTimesCourseHeader h3 {
    font-size: 17px;
    line-height: 22px;
  }

  .TeeTimesCourseHeader h4 {
    line-height: 22px;
  }
}

@media (min-width: 760px) {
  .TeeTimesCourseHeader div.details-shadow {
    background: url(/im/course-header-overlay-shadow.png) no-repeat;
    width: 100%;
    height: 125px;
    position: absolute;
    bottom: 0;
  }

  .TeeTimesCourseHeader h3 {
    font-size: 21px;
    line-height: initial;
  }

  .TeeTimesCourseHeader h4 {
    font-size: 16px;
    line-height: initial;
  }
}

@media (min-width: 960px) {
  .TeeTimesCourseHeader h3 {
    font-size: 23px;
  }

  .TeeTimesCourseHeader h4 {
    font-size: 19px;
  }
}

.TeeTimesWeather {
  height: 78px;
  background-color: #fff;
}

.TeeTimesWeather .title {
  color: #444;
}

.WeatherDay .title {
  font-size: 14px;
  color: #b7b7b7;
}

.WeatherDay .degree {
  color: #444;
  font-size: 18px;
}

.teetimes-datepicker {
  position: relative;
}

.teetimes-datepicker input[name=date] {
  height: 46px;
  max-width: 162px;
  text-align: right;
  padding: 0;
  padding-right: 65px;
  border: none;
  background: url("/im/border.png") repeat-y,url("/im/calendar-icon-teetimes.svg") 175px 10px no-repeat;
  background-position: right 52px top 0,right 14px top 10px;
  background-size: auto,11%;
  font-family: Myriad;
}

.TeeTimesCalendarPanel {
  height: 46px;
  background-color: #fff;
  font-size: 18px;
  color: #444;
}

.TeeTimesCalendarPanel .active {
  color: #0092db;
}

.RangeFilter {
  height: 50px;
  background-color: #fff;
  font-size: 18px;
  color: #444;
}

.RangeFilter .range-filter .rc-slider-handle:before {
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 4px;
}

.RangeFilter .range-filter .rc-slider-handle {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221024%22%20height%3D%221024%22%20viewBox%3D%220%200%201024%201024%22%3E%0A%3Ctitle%3E%3C/title%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C/g%3E%0A%3Cpath%20fill%3D%22%23c3c3c3%22%20d%3D%22M0%200h1024v1024h-1024v-1024z%22%3E%3C/path%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M682.653%20243.808h48.643v536.3h-48.643z%22%3E%3C/path%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M487.615%20243.808h48.77v536.3h-48.77z%22%3E%3C/path%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M292.577%20243.808h48.897v536.3h-48.897z%22%3E%3C/path%3E%0A%3C/svg%3E%0A);
  background-size: cover;
}

.TeeTimesFilterPanel {
  background-color: #fff;
}

.ButtonBookTeeTime {
  font-size: 20px;
  color: #fff;
  background-color: #0092db;
  padding-left: 18px;
  padding-right: 18px;
}

.ButtonBookTeeTime.hot {
  background-color: #a30000 !important;
}

.ButtonBookTeeTime.invert {
  color: #0092db;
  background-color: #fff !important;
}

.ButtonBookTeeTime.hot.invert {
  color: #a30000;
  background-color: #fff !important;
}

.BookTeeTime {
  height: 139px;
  font-size: 22px;
}

.BookTeeTime .font-smaller {
  font-size: 18px;
}

.BookTeeTime .discount {
  color: #a30000;
}

.BookTeeTime .sale-info {
  color: #0092db;
}

.BookTeeTime.hot>div {
  border-color: #a30000 !important;
}

.BookTeeTime.hot>div .sale-info {
  color: #a30000;
}

.BookTeeTime>div {
  background-color: #fff;
  border-color: #0092db !important;
}

.BookTeeTime>div .icons-info {
  font-size: 24px;
}

.BookTeeTime>div .icons-info .tag>img {
  height: 25px;
  width: 25px;
}

.LoaderSecondary {
  width: 4.1em;
}

.LoaderSecondary .loader,
.LoaderSecondary .loader:before,
.LoaderSecondary .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}

.LoaderSecondary .loader {
  color: #8a8a8a;
  font-size: 6px;
  position: relative;
  top: -12px;
  left: 3.5em;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.LoaderSecondary .loader:before,
.LoaderSecondary .loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.LoaderSecondary .loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.LoaderSecondary .loader:after {
  left: 3.5em;
}

@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.TeeTimesPagination {
  height: 48px;
  background-color: #fff;
  cursor: pointer;
}

.ContentHeader a.close-btn {
  background: #ff3737;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}

.ContentHeader.bg-dark .title {
  background: #333;
}

.ContentHeader .title {
  background: #0092db;
  color: #fff;
}

@media (max-width: 759px) {
  .ContentHeader .title {
    background: #0072ab;
    box-shadow: inset 0 11px 8px -10px #666;
  }
}

.ContentHeader .title button {
  background: #ff3737;
  color: #fff;
}

.FormButton a,
.FormButton a:hover {
  color: #fff;
}

.ContentFooter a.close-btn {
  background: #ff3737;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}

.CourseSearchHeaderCourseTour {
  background: url(/im/subheader-background-course-tour.jpg) center repeat-x;
}

a.CourseSearchItem {
  position: relative;
  background: #fff;
  height: 97px;
  box-shadow: 0 0 4px rgba(0,0,0,.5);
}

@media (min-width: 480px) {
  a.CourseSearchItem {
    border-bottom: solid 3px #0092db;
  }
}

@media (min-width: 0px)and (max-width: 479px) {
  a.CourseSearchItem {
    height: 142px;
    position: relative;
  }
}

a.CourseSearchItem div.price {
  color: #0092db;
}

a.CourseSearchItem span.viewButton {
  background: #0092db;
}

a.CourseSearchItem span.viewButton img {
  width: 20px;
}

@media (min-width: 480px) {
  a.CourseSearchItem.hot {
    border-bottom: solid 3px #ed3f0a;
  }
}

a.CourseSearchItem.hot div.price {
  color: #ed3f0a;
}

a.CourseSearchItem.hot span.viewButton {
  background: #ed3f0a;
}

a.CourseSearchItem div.photo {
  position: absolute;
  background: #fff;
}

a.CourseSearchItem div.photo img.photo-thumb {
  height: 100px;
  width: 178px;
}

a.CourseSearchItem div.photo img.hotdeal-img {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 5px;
  bottom: 5px;
}

a.CourseSearchItem div.left-col {
  padding-left: 193px;
  padding-right: 150px;
}

@media (min-width: 480px)and (max-width: 759px) {
  a.CourseSearchItem div.left-col {
    padding-left: 10px;
  }
}

@media (min-width: 0px)and (max-width: 479px) {
  a.CourseSearchItem div.left-col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

a.CourseSearchItem div.left-col div.name {
  font-weight: bold;
  line-height: 26px;
  max-height: 26px;
  overflow: hidden;
  color: #444;
}

@media (min-width: 480px)and (max-width: 759px) {
  a.CourseSearchItem div.left-col div.name {
    max-height: 41px;
    min-height: 25px;
    line-height: 20px;
  }
}

@media (min-width: 0px)and (max-width: 479px) {
  a.CourseSearchItem div.left-col div.name {
    max-height: 19px;
    line-height: 19px;
    min-height: 19px;
  }
}

a.CourseSearchItem div.left-col div.addr {
  line-height: 27px;
  color: #444;
}

@media (min-width: 480px)and (max-width: 759px) {
  a.CourseSearchItem div.left-col div.addr {
    line-height: 25px;
  }
}

a.CourseSearchItem div.left-col div.distanceRating {
  white-space: nowrap;
  line-height: 22px;
  color: #444;
}

a.CourseSearchItem div.right-col {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 0px)and (max-width: 479px) {
  a.CourseSearchItem div.right-col {
    width: 100%;
  }
}

a.CourseSearchItem div.right-col div {
  text-align: right;
  padding-right: 10px;
}

a.CourseSearchItem div.right-col div.time {
  line-height: 28px;
  color: #444;
}

@media (min-width: 0px)and (max-width: 479px) {
  a.CourseSearchItem div.right-col div.time {
    position: absolute;
    left: 10px !important;
    bottom: 32px !important;
    text-align: left;
  }
}

a.CourseSearchItem div.right-col div.price {
  line-height: 32px;
}

a.CourseSearchItem div.right-col span.viewButton {
  float: right;
  width: 113px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

@media (min-width: 0px)and (max-width: 479px) {
  a.CourseSearchItem div.right-col span.viewButton {
    width: 100% !important;
  }
}

div.CourseSearchEmptyItem {
  position: relative;
  background: #ededed;
  height: 97px;
  border: 1px solid #cfcfcf;
}

@media (min-width: 0px)and (max-width: 479px) {
  div.CourseSearchEmptyItem {
    height: 142px;
    position: relative;
  }

  div.CourseSearchEmptyItem div.photo {
    height: 142px !important;
  }
}

div.CourseSearchEmptyItem div.photo {
  height: 100px;
  width: 178px;
  background: #cfcfcf;
}

div.CourseSearchEmptyItem div.bg-empty-content {
  background: #dedede;
  height: 15px;
}

.CourseSearchPagination {
  height: 48px;
  background-color: #fff;
}

.CourseSearchPagination.cursor-pointer {
  cursor: pointer;
}

.CourseTourHeader {
  background: #0093cb;
}

.CourseTourViewerOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0,.75);
}

.StarRating div label {
  padding-left: 4px;
  margin: 0;
}

.StarRating .icon-star {
  color: #c3c3c3;
}

.StarRating .icon-star.active,
.StarRating .icon-star.active::before,
.StarRating .icon-half {
  color: #ffc600;
}

div.ReviewItem span.review-item-title {
  color: #0092db;
}

div.ReviewItem span.review-item-date {
  color: #909090;
}

div.ReviewItem div.review-item-comment {
  color: #1b1b1b;
}

.TableStriped.table thead tr {
  background-color: #9d9d9d;
}

.TableStriped.table thead tr th {
  color: #fff;
  border: 0;
}

.TableStriped.table tbody tr {
  background-color: #f1f1f2;
}

.TableStriped.table tr td {
  border: none;
}

.TableStriped.table.odd tbody tr:nth-of-type(odd) {
  background-color: #dfdfdf;
}

.TableStriped.table.even tbody tr:nth-of-type(even) {
  background-color: #dfdfdf;
}

.ScoreTrackerMenu a {
  background: #dbdbdb;
  color: #000;
}

.ScoreTrackerMenu a.active {
  background: #0092db;
  color: #fff;
}

.popover.bs-tether-target-attached-bottom.bs-tether-target-attached-right::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0,0,0,.25);
  left: 50%;
  border-top-width: 0;
}

.popover.bs-tether-target-attached-bottom.bs-tether-target-attached-right::after {
  top: -11px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
  left: 50%;
  border-top-width: 0;
}

div.ScoreTrackerRoundsList table thead tr {
  background-color: #9d9d9d;
}

div.ScoreTrackerRoundsList table thead tr th {
  color: #fff;
}

div.ScoreTrackerRoundsList table tbody tr:nth-of-type(odd) {
  background-color: #dfdfdf;
}

div.ScoreTrackerRoundsList table tbody tr {
  background-color: #f1f1f2;
}

div.ScoreTrackerRoundsList table tr td {
  border: none;
}

.ScoreTrackerScoreInfo {
  height: 105px;
  border: 1px solid #a9a9a9;
  font-family: Bebas Neue;
  font-size: 16px;
  line-height: 16px;
}

.ScoreTrackerScoreInfo .value {
  font-size: 47px;
  line-height: .75em;
}

@media (min-width: 480px) {
  .ScoreTrackerScoreInfo {
    height: 120px;
  }

  .ScoreTrackerScoreInfo .value {
    font-size: 70px;
  }
}

@media (min-width: 760px) {
  .ScoreTrackerScoreInfo {
    height: 175px;
    font-size: 21px;
  }

  .ScoreTrackerScoreInfo .value {
    font-size: 105px;
  }
}

@media (min-width: 960px) {
  .ScoreTrackerScoreInfo {
    height: 200px;
    font-size: 24px;
  }

  .ScoreTrackerScoreInfo .value {
    font-size: 118px;
  }
}

.ScoreTrackerScoreInfo .score-item:nth-child(2)>* {
  background-color: #dbdbdb;
  border-right: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
}

.ScoreTrackerScoreInfo .score-item .value {
  color: #0092db;
}

.ScoreTrackerChart .recharts-wrapper {
  border: 1px solid #a9a9a9;
}

.ScoreTrackerChart .recharts-cartesian-axis-tick-line {
  display: none;
}

.ScoreTrackerChart.no-data .recharts-cartesian-axis-tick {
  display: none;
}

.ScoreTrackerScoreBars div div>div {
  margin: 0 auto;
}

.ScoreTrackerScoreBars div.score-bars-title {
  font-family: Bebas Neue;
  font-size: 27px;
  margin-top: -10px !important;
  color: #444;
}

.InputSearch .input-icon {
  position: relative;
  float: right;
  width: 38px;
  height: 38px;
  margin-left: -38px;
  line-height: 38px;
  font-size: 20px;
  color: #adadad;
  cursor: pointer;
  border-left: 0;
  text-align: center;
}

.InputSearch input {
  padding-right: 38px;
}

.CheckBox .icon-checkbox {
  background-color: #fff;
  border-color: #cdcdcd !important;
}

.CheckBox .icon-checkbox.active {
  background-color: #2ba811;
  border-color: #fff;
}

.ScoreTrackerPublicContentMain .stats>div {
  max-width: 450px;
}

.ScoreTrackerPublicContentMain .phone {
  background: url("/im/scoretracker-phone.png") center no-repeat;
  background-size: contain !important;
}

.ScoreTrackerPublicContentMain .current-handicap {
  width: 80px;
  height: 85px;
  font-size: 10px;
}

.ScoreTrackerPublicContentMain .current-handicap .value {
  font-size: 52px;
}

.ScoreTrackerPublicContentMain .icon-scoretracker {
  font-size: 100px;
  line-height: 89px;
}

@media (max-width: 479px) {
  .ScoreTrackerPublicContentMain .stats {
    height: 235px;
  }
}

@media (max-width: 759px) {
  .ScoreTrackerPublicContentMain .stats {
    height: 270px;
  }

  .ScoreTrackerPublicContentMain .current-handicap {
    width: 60px;
    height: 60px;
    font-size: 8px;
  }

  .ScoreTrackerPublicContentMain .current-handicap .value {
    font-size: 34px;
  }

  .ScoreTrackerPublicContentMain .icon-scoretracker {
    font-size: 64px;
    line-height: 64px;
  }
}

@media (min-width: 760px) {
  .ScoreTrackerPublicContentMain .stats {
    height: 400px;
  }

  .ScoreTrackerPublicContentMain .stats>div {
    max-width: 630px;
  }
}

.InputDatePicker div.DayPickerInput-OverlayWrapper {
  position: absolute;
  left: 50%;
}

.InputDatePicker div.DayPickerInput-OverlayWrapper div.DayPickerInput-Overlay {
  position: relative;
  left: -50% !important;
}

.smartbanner {
  top: -80px;
}

.smartbanner .smartbanner-close {
  background-color: #fff;
  color: #3d3d3d !important;
}

.min-width {
  min-width: 320px;
}

@media (max-width: 759px) {
  .container {
    width: 100%;
    box-shadow: none;
  }
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-18 {
  height: 18px;
}

.h-20 {
  height: 20px;
}

.h-23 {
  height: 23px;
}

.h-24 {
  height: 24px;
}

.h-25 {
  height: 25px;
}

.h-26 {
  height: 26px;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 32px;
}

.h-36 {
  height: 36px;
}

.h-37 {
  height: 37px;
}

.h-38 {
  height: 38px;
}

.h-40 {
  height: 40px;
}

.h-47 {
  height: 47px;
}

.h-49 {
  height: 49px;
}

.h-50 {
  height: 50px;
}

.lh-10 {
  line-height: 10px;
}

.hlh-10 {
  height: 10px;
  line-height: 10px;
}

.lh-15 {
  line-height: 15px;
}

.hlh-15 {
  height: 15px;
  line-height: 15px;
}

.lh-18 {
  line-height: 18px;
}

.hlh-18 {
  height: 18px;
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.hlh-20 {
  height: 20px;
  line-height: 20px;
}

.lh-23 {
  line-height: 23px;
}

.hlh-23 {
  height: 23px;
  line-height: 23px;
}

.lh-24 {
  line-height: 24px;
}

.hlh-24 {
  height: 24px;
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.hlh-25 {
  height: 25px;
  line-height: 25px;
}

.lh-26 {
  line-height: 26px;
}

.hlh-26 {
  height: 26px;
  line-height: 26px;
}

.lh-30 {
  line-height: 30px;
}

.hlh-30 {
  height: 30px;
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.hlh-32 {
  height: 32px;
  line-height: 32px;
}

.lh-36 {
  line-height: 36px;
}

.hlh-36,
div.JoinNow div.JoinNowBox div.fields div div input {
  height: 36px;
  line-height: 36px;
}

.lh-37 {
  line-height: 37px;
}

.hlh-37 {
  height: 37px;
  line-height: 37px;
}

.lh-38 {
  line-height: 38px;
}

.hlh-38 {
  height: 38px;
  line-height: 38px;
}

.lh-40 {
  line-height: 40px;
}

.hlh-40 {
  height: 40px;
  line-height: 40px;
}

.lh-47 {
  line-height: 47px;
}

.hlh-47 {
  height: 47px;
  line-height: 47px;
}

.lh-49 {
  line-height: 49px;
}

.hlh-49 {
  height: 49px;
  line-height: 49px;
}

.lh-50 {
  line-height: 50px;
}

.hlh-50 {
  height: 50px;
  line-height: 50px;
}

@media (min-width: 0px) {
  .lh-xs-10 {
    line-height: 10px;
  }

  .hlh-xs-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xs-15 {
    line-height: 15px;
  }

  .hlh-xs-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xs-18 {
    line-height: 18px;
  }

  .hlh-xs-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xs-20 {
    line-height: 20px;
  }

  .hlh-xs-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xs-23 {
    line-height: 23px;
  }

  .hlh-xs-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xs-24 {
    line-height: 24px;
  }

  .hlh-xs-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xs-25 {
    line-height: 25px;
  }

  .hlh-xs-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xs-26 {
    line-height: 26px;
  }

  .hlh-xs-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xs-30 {
    line-height: 30px;
  }

  .hlh-xs-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xs-32 {
    line-height: 32px;
  }

  .hlh-xs-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xs-36 {
    line-height: 36px;
  }

  .hlh-xs-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xs-37 {
    line-height: 37px;
  }

  .hlh-xs-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xs-38 {
    line-height: 38px;
  }

  .hlh-xs-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xs-40 {
    line-height: 40px;
  }

  .hlh-xs-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xs-47 {
    line-height: 47px;
  }

  .hlh-xs-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xs-49 {
    line-height: 49px;
  }

  .hlh-xs-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xs-50 {
    line-height: 50px;
  }

  .hlh-xs-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 480px) {
  .lh-sm-10 {
    line-height: 10px;
  }

  .hlh-sm-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-sm-15 {
    line-height: 15px;
  }

  .hlh-sm-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-sm-18 {
    line-height: 18px;
  }

  .hlh-sm-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-sm-20 {
    line-height: 20px;
  }

  .hlh-sm-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-sm-23 {
    line-height: 23px;
  }

  .hlh-sm-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-sm-24 {
    line-height: 24px;
  }

  .hlh-sm-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-sm-25 {
    line-height: 25px;
  }

  .hlh-sm-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-sm-26 {
    line-height: 26px;
  }

  .hlh-sm-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-sm-30 {
    line-height: 30px;
  }

  .hlh-sm-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-sm-32 {
    line-height: 32px;
  }

  .hlh-sm-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-sm-36 {
    line-height: 36px;
  }

  .hlh-sm-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-sm-37 {
    line-height: 37px;
  }

  .hlh-sm-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-sm-38 {
    line-height: 38px;
  }

  .hlh-sm-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-sm-40 {
    line-height: 40px;
  }

  .hlh-sm-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-sm-47 {
    line-height: 47px;
  }

  .hlh-sm-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-sm-49 {
    line-height: 49px;
  }

  .hlh-sm-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-sm-50 {
    line-height: 50px;
  }

  .hlh-sm-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 760px) {
  .lh-md-10 {
    line-height: 10px;
  }

  .hlh-md-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-md-15 {
    line-height: 15px;
  }

  .hlh-md-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-md-18 {
    line-height: 18px;
  }

  .hlh-md-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-md-20 {
    line-height: 20px;
  }

  .hlh-md-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-md-23 {
    line-height: 23px;
  }

  .hlh-md-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-md-24 {
    line-height: 24px;
  }

  .hlh-md-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-md-25 {
    line-height: 25px;
  }

  .hlh-md-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-md-26 {
    line-height: 26px;
  }

  .hlh-md-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-md-30 {
    line-height: 30px;
  }

  .hlh-md-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-md-32 {
    line-height: 32px;
  }

  .hlh-md-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-md-36 {
    line-height: 36px;
  }

  .hlh-md-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-md-37 {
    line-height: 37px;
  }

  .hlh-md-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-md-38 {
    line-height: 38px;
  }

  .hlh-md-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-md-40 {
    line-height: 40px;
  }

  .hlh-md-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-md-47 {
    line-height: 47px;
  }

  .hlh-md-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-md-49 {
    line-height: 49px;
  }

  .hlh-md-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-md-50 {
    line-height: 50px;
  }

  .hlh-md-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 960px) {
  .lh-lg-10 {
    line-height: 10px;
  }

  .hlh-lg-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-lg-15 {
    line-height: 15px;
  }

  .hlh-lg-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-lg-18 {
    line-height: 18px;
  }

  .hlh-lg-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-lg-20 {
    line-height: 20px;
  }

  .hlh-lg-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-lg-23 {
    line-height: 23px;
  }

  .hlh-lg-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-lg-24 {
    line-height: 24px;
  }

  .hlh-lg-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-lg-25 {
    line-height: 25px;
  }

  .hlh-lg-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-lg-26 {
    line-height: 26px;
  }

  .hlh-lg-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-lg-30 {
    line-height: 30px;
  }

  .hlh-lg-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-lg-32 {
    line-height: 32px;
  }

  .hlh-lg-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-lg-36 {
    line-height: 36px;
  }

  .hlh-lg-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-lg-37 {
    line-height: 37px;
  }

  .hlh-lg-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-lg-38 {
    line-height: 38px;
  }

  .hlh-lg-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-lg-40 {
    line-height: 40px;
  }

  .hlh-lg-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-lg-47 {
    line-height: 47px;
  }

  .hlh-lg-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-lg-49 {
    line-height: 49px;
  }

  .hlh-lg-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-lg-50 {
    line-height: 50px;
  }

  .hlh-lg-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1200px) {
  .lh-xl-10 {
    line-height: 10px;
  }

  .hlh-xl-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xl-15 {
    line-height: 15px;
  }

  .hlh-xl-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xl-18 {
    line-height: 18px;
  }

  .hlh-xl-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xl-20 {
    line-height: 20px;
  }

  .hlh-xl-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xl-23 {
    line-height: 23px;
  }

  .hlh-xl-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xl-24 {
    line-height: 24px;
  }

  .hlh-xl-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xl-25 {
    line-height: 25px;
  }

  .hlh-xl-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xl-26 {
    line-height: 26px;
  }

  .hlh-xl-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xl-30 {
    line-height: 30px;
  }

  .hlh-xl-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xl-32 {
    line-height: 32px;
  }

  .hlh-xl-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xl-36 {
    line-height: 36px;
  }

  .hlh-xl-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xl-37 {
    line-height: 37px;
  }

  .hlh-xl-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xl-38 {
    line-height: 38px;
  }

  .hlh-xl-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xl-40 {
    line-height: 40px;
  }

  .hlh-xl-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xl-47 {
    line-height: 47px;
  }

  .hlh-xl-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xl-49 {
    line-height: 49px;
  }

  .hlh-xl-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xl-50 {
    line-height: 50px;
  }

  .hlh-xl-50 {
    height: 50px;
    line-height: 50px;
  }
}

div.JoinNow div.JoinNowBox {
  background-color: #fff;
}

@media (max-width: 759px) {
  div.JoinNow div.JoinNowBox {
    width: 100%;
    box-shadow: none;
  }
}

div.JoinNow div.JoinNowBox div.join-now-content {
  padding: 38px;
}

@media (max-width: 959px) {
  div.JoinNow div.JoinNowBox div.join-now-content {
    padding: 15px;
  }
}

@media (min-width: 1200px) {
  div.JoinNow div.JoinNowBox div.join-now-content {
    padding-right: 18px;
  }
}

div.JoinNow div.JoinNowBox h1.title {
  background: #0092db;
  color: #fff;
}

@media (max-width: 759px) {
  div.JoinNow div.JoinNowBox h1.title {
    background: #0072ab;
    box-shadow: inset 0 11px 8px -10px #666;
  }
}

div.JoinNow div.JoinNowBox a.close-btn {
  background: #ff3737;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}

div.JoinNow div.JoinNowBox button.save {
  background: #0092db;
  color: #fff;
}

div.JoinNow div.JoinNowBox span a {
  text-decoration: underline !important;
  color: #000;
}

@media (min-width: 0px)and (max-width: 479px) {
  div.JoinNow div.JoinNowBox div.fields div div {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (min-width: 480px) {
  div.JoinNow div.JoinNowBox div.fields div:nth-child(2n+1) div {
    padding-right: 0;
    padding-left: 10px;
  }

  div.JoinNow div.JoinNowBox div.fields div:nth-child(2n) div {
    padding-left: 0;
    padding-right: 10px;
  }
}

@media (min-width: 760px) {
  div.JoinNow div.JoinNowBox div.fields div:nth-child(3n-1) div {
    padding-left: 0;
    padding-right: 10px;
  }

  div.JoinNow div.JoinNowBox div.fields div:nth-child(3n) div {
    padding-left: 10px;
    padding-right: 10px;
  }

  div.JoinNow div.JoinNowBox div.fields div:nth-child(3n+1) div {
    padding-right: 0;
    padding-left: 10px;
  }
}

div.JoinNow div.JoinNowBox div.fields div div {
  padding: 0 20px 20px 0;
}

div.JoinNow div.JoinNowBox div.fields div div select {
  width: 100%;
}

div.JoinNow div.JoinNowBox div.fields div div input {
  border: solid 1px #cdcdcd;
  width: -webkit-fill-available;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 0 10px;
}

div.JoinNow div.JoinNowBox div.fields div div input ::-webkit-input-placeholder {
  color: dimgray !important;
}

div.JoinNow div.JoinNowBox div.fields div div input ::-moz-placeholder {
  color: dimgray !important;
}

div.JoinNow div.JoinNowBox div.fields div div input :-ms-input-placeholder {
  color: dimgray !important;
}

div.JoinNow div.JoinNowBox div.fields div div input :-moz-placeholder {
  color: dimgray !important;
}

div.JoinNow span.icon-checkbox {
  background-color: #fff;
  border-color: #cdcdcd !important;
}

div.JoinNow span.icon-checkbox.active {
  background-color: #2ba811;
  border-color: #fff;
}

@media (max-width: 759px) {
  .SignIn .first-section {
    -ms-flex: initial !important;
        flex: initial !important;
  }
}

div.RequestTest {
  color: #555;
}

div.RequestTest section div.box {
  padding: 20px;
}

div.RequestTest section input,
div.RequestTest section textarea {
  width: 98%;
  margin: 5px 0 15px 0;
  padding: 5px 1%;
  border: solid 1px #777;
}

div.RequestTest section textarea {
  height: 300px;
}

div.MyAccountMenu a {
  background: #a6a6a6;
  height: 40px;
  line-height: 42px;
  color: #fff;
}

@media (min-width: 1200px) {
  div.MyAccountMenu a {
    background: #dbdbdb;
    color: #000;
  }
}

div.MyAccountMenu a.active {
  background: #0092db;
  color: #fff;
}

form.MyAccountBilling span.icon-checkbox {
  background-color: #fff;
  border-color: #cdcdcd !important;
}

form.MyAccountBilling span.icon-checkbox.active {
  background-color: #2ba811;
  border-color: #fff;
}

.smartbanner {
  top: -80px;
}

.smartbanner .smartbanner-close {
  background-color: #fff;
  color: #3d3d3d !important;
}

.min-width {
  min-width: 320px;
}

@media (max-width: 759px) {
  .container {
    width: 100%;
    box-shadow: none;
  }
}

@font-face {
  font-family: Myriad;
  src: url("/css/fonts/MyriadPro-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal,italic;
}

.font-myriad {
  font-family: Myriad;
}

@font-face {
  font-family: MyriadBold;
  src: url("/css/fonts/MyriadPro-Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal,italic;
}

.font-myriad-bold {
  font-family: MyriadBold;
}

@font-face {
  font-family: Bebas Neue;
  src: url("/css/fonts/bebasneue-webfont.eot"),url("/css/fonts/bebasneue-webfont.ttf") format("truetype");
  font-weight: normal,bold;
  font-style: normal,italic;
}

.font-bebas {
  font-family: "Bebas Neue";
}

@font-face {
  font-family: Futura;
  src: url("/css/fonts/Futura-Medium.ttf") format("truetype");
  font-weight: normal,bold;
  font-style: normal,italic;
}

.font-futura {
  font-family: Futura;
}

@font-face {
  font-family: Gotham;
  src: url("/css/fonts/Gotham-Book-Regular.otf") format("truetype");
  font-weight: normal,bold;
  font-style: normal,italic;
}

.font-gotham {
  font-family: Gotham;
}

@font-face {
  font-family: "League Gothic";
  src: url("/css/fonts/League-Gothic.otf") format("truetype");
  font-weight: normal,bold;
  font-style: normal,italic;
}

.font-league-gothic {
  font-family: "League Gothic";
}

.fc-black {
  color: #000;
}

.fc-white {
  color: #fff;
}

.fc-white-hover:hover {
  color: #fff;
}

.fc-grey {
  color: #b7b7b7;
}

.fc-grey-secondary {
  color: #444;
}

.fc-grey-tertiary {
  color: #8a8a8a;
}

.fc-grey-icons {
  color: #282727;
}

.fc-red {
  color: #a30000;
}

.fc-blue {
  color: #0092db;
}

.fc-inherit,
.fc-inherit:hover {
  color: inherit !important;
}

div.MyAccountTeeTimes div.MyTeeTimesList>div {
  color: #8a8a8a;
  height: 70px;
  background: #f1f1f2;
}

div.MyAccountTeeTimes div.MyTeeTimesList>div:nth-child(2n) {
  background: #e0e0e0;
}

div.MyAccountTeeTimes div.no-teetimes-available {
  background-color: #f1f1f2;
}

div.MyAccountTeeTimes div.no-teetimes-available a {
  background-color: #0092db;
  color: #fff;
}

.smartbanner {
  top: -80px;
}

.smartbanner .smartbanner-close {
  background-color: #fff;
  color: #3d3d3d !important;
}

.min-width {
  min-width: 320px;
}

@media (max-width: 759px) {
  .container {
    width: 100%;
    box-shadow: none;
  }
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-18 {
  height: 18px;
}

.h-20 {
  height: 20px;
}

.h-23 {
  height: 23px;
}

.h-24 {
  height: 24px;
}

.h-25 {
  height: 25px;
}

.h-26 {
  height: 26px;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 32px;
}

.h-36 {
  height: 36px;
}

.h-37 {
  height: 37px;
}

.h-38 {
  height: 38px;
}

.h-40 {
  height: 40px;
}

.h-47 {
  height: 47px;
}

.h-49 {
  height: 49px;
}

.h-50 {
  height: 50px;
}

.lh-10 {
  line-height: 10px;
}

.hlh-10 {
  height: 10px;
  line-height: 10px;
}

.lh-15 {
  line-height: 15px;
}

.hlh-15 {
  height: 15px;
  line-height: 15px;
}

.lh-18 {
  line-height: 18px;
}

.hlh-18 {
  height: 18px;
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.hlh-20 {
  height: 20px;
  line-height: 20px;
}

.lh-23 {
  line-height: 23px;
}

.hlh-23 {
  height: 23px;
  line-height: 23px;
}

.lh-24 {
  line-height: 24px;
}

.hlh-24 {
  height: 24px;
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.hlh-25 {
  height: 25px;
  line-height: 25px;
}

.lh-26 {
  line-height: 26px;
}

.hlh-26 {
  height: 26px;
  line-height: 26px;
}

.lh-30 {
  line-height: 30px;
}

.hlh-30 {
  height: 30px;
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.hlh-32 {
  height: 32px;
  line-height: 32px;
}

.lh-36 {
  line-height: 36px;
}

.hlh-36,
div.MyAccount div.MyAccountBox div.fields div div input {
  height: 36px;
  line-height: 36px;
}

.lh-37 {
  line-height: 37px;
}

.hlh-37 {
  height: 37px;
  line-height: 37px;
}

.lh-38 {
  line-height: 38px;
}

.hlh-38 {
  height: 38px;
  line-height: 38px;
}

.lh-40 {
  line-height: 40px;
}

.hlh-40 {
  height: 40px;
  line-height: 40px;
}

.lh-47 {
  line-height: 47px;
}

.hlh-47 {
  height: 47px;
  line-height: 47px;
}

.lh-49 {
  line-height: 49px;
}

.hlh-49 {
  height: 49px;
  line-height: 49px;
}

.lh-50 {
  line-height: 50px;
}

.hlh-50 {
  height: 50px;
  line-height: 50px;
}

@media (min-width: 0px) {
  .lh-xs-10 {
    line-height: 10px;
  }

  .hlh-xs-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xs-15 {
    line-height: 15px;
  }

  .hlh-xs-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xs-18 {
    line-height: 18px;
  }

  .hlh-xs-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xs-20 {
    line-height: 20px;
  }

  .hlh-xs-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xs-23 {
    line-height: 23px;
  }

  .hlh-xs-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xs-24 {
    line-height: 24px;
  }

  .hlh-xs-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xs-25 {
    line-height: 25px;
  }

  .hlh-xs-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xs-26 {
    line-height: 26px;
  }

  .hlh-xs-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xs-30 {
    line-height: 30px;
  }

  .hlh-xs-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xs-32 {
    line-height: 32px;
  }

  .hlh-xs-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xs-36 {
    line-height: 36px;
  }

  .hlh-xs-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xs-37 {
    line-height: 37px;
  }

  .hlh-xs-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xs-38 {
    line-height: 38px;
  }

  .hlh-xs-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xs-40 {
    line-height: 40px;
  }

  .hlh-xs-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xs-47 {
    line-height: 47px;
  }

  .hlh-xs-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xs-49 {
    line-height: 49px;
  }

  .hlh-xs-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xs-50 {
    line-height: 50px;
  }

  .hlh-xs-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 480px) {
  .lh-sm-10 {
    line-height: 10px;
  }

  .hlh-sm-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-sm-15 {
    line-height: 15px;
  }

  .hlh-sm-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-sm-18 {
    line-height: 18px;
  }

  .hlh-sm-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-sm-20 {
    line-height: 20px;
  }

  .hlh-sm-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-sm-23 {
    line-height: 23px;
  }

  .hlh-sm-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-sm-24 {
    line-height: 24px;
  }

  .hlh-sm-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-sm-25 {
    line-height: 25px;
  }

  .hlh-sm-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-sm-26 {
    line-height: 26px;
  }

  .hlh-sm-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-sm-30 {
    line-height: 30px;
  }

  .hlh-sm-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-sm-32 {
    line-height: 32px;
  }

  .hlh-sm-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-sm-36 {
    line-height: 36px;
  }

  .hlh-sm-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-sm-37 {
    line-height: 37px;
  }

  .hlh-sm-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-sm-38 {
    line-height: 38px;
  }

  .hlh-sm-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-sm-40 {
    line-height: 40px;
  }

  .hlh-sm-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-sm-47 {
    line-height: 47px;
  }

  .hlh-sm-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-sm-49 {
    line-height: 49px;
  }

  .hlh-sm-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-sm-50 {
    line-height: 50px;
  }

  .hlh-sm-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 760px) {
  .lh-md-10 {
    line-height: 10px;
  }

  .hlh-md-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-md-15 {
    line-height: 15px;
  }

  .hlh-md-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-md-18 {
    line-height: 18px;
  }

  .hlh-md-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-md-20 {
    line-height: 20px;
  }

  .hlh-md-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-md-23 {
    line-height: 23px;
  }

  .hlh-md-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-md-24 {
    line-height: 24px;
  }

  .hlh-md-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-md-25 {
    line-height: 25px;
  }

  .hlh-md-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-md-26 {
    line-height: 26px;
  }

  .hlh-md-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-md-30 {
    line-height: 30px;
  }

  .hlh-md-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-md-32 {
    line-height: 32px;
  }

  .hlh-md-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-md-36 {
    line-height: 36px;
  }

  .hlh-md-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-md-37 {
    line-height: 37px;
  }

  .hlh-md-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-md-38 {
    line-height: 38px;
  }

  .hlh-md-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-md-40 {
    line-height: 40px;
  }

  .hlh-md-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-md-47 {
    line-height: 47px;
  }

  .hlh-md-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-md-49 {
    line-height: 49px;
  }

  .hlh-md-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-md-50 {
    line-height: 50px;
  }

  .hlh-md-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 960px) {
  .lh-lg-10 {
    line-height: 10px;
  }

  .hlh-lg-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-lg-15 {
    line-height: 15px;
  }

  .hlh-lg-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-lg-18 {
    line-height: 18px;
  }

  .hlh-lg-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-lg-20 {
    line-height: 20px;
  }

  .hlh-lg-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-lg-23 {
    line-height: 23px;
  }

  .hlh-lg-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-lg-24 {
    line-height: 24px;
  }

  .hlh-lg-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-lg-25 {
    line-height: 25px;
  }

  .hlh-lg-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-lg-26 {
    line-height: 26px;
  }

  .hlh-lg-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-lg-30 {
    line-height: 30px;
  }

  .hlh-lg-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-lg-32 {
    line-height: 32px;
  }

  .hlh-lg-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-lg-36 {
    line-height: 36px;
  }

  .hlh-lg-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-lg-37 {
    line-height: 37px;
  }

  .hlh-lg-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-lg-38 {
    line-height: 38px;
  }

  .hlh-lg-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-lg-40 {
    line-height: 40px;
  }

  .hlh-lg-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-lg-47 {
    line-height: 47px;
  }

  .hlh-lg-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-lg-49 {
    line-height: 49px;
  }

  .hlh-lg-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-lg-50 {
    line-height: 50px;
  }

  .hlh-lg-50 {
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1200px) {
  .lh-xl-10 {
    line-height: 10px;
  }

  .hlh-xl-10 {
    height: 10px;
    line-height: 10px;
  }

  .lh-xl-15 {
    line-height: 15px;
  }

  .hlh-xl-15 {
    height: 15px;
    line-height: 15px;
  }

  .lh-xl-18 {
    line-height: 18px;
  }

  .hlh-xl-18 {
    height: 18px;
    line-height: 18px;
  }

  .lh-xl-20 {
    line-height: 20px;
  }

  .hlh-xl-20 {
    height: 20px;
    line-height: 20px;
  }

  .lh-xl-23 {
    line-height: 23px;
  }

  .hlh-xl-23 {
    height: 23px;
    line-height: 23px;
  }

  .lh-xl-24 {
    line-height: 24px;
  }

  .hlh-xl-24 {
    height: 24px;
    line-height: 24px;
  }

  .lh-xl-25 {
    line-height: 25px;
  }

  .hlh-xl-25 {
    height: 25px;
    line-height: 25px;
  }

  .lh-xl-26 {
    line-height: 26px;
  }

  .hlh-xl-26 {
    height: 26px;
    line-height: 26px;
  }

  .lh-xl-30 {
    line-height: 30px;
  }

  .hlh-xl-30 {
    height: 30px;
    line-height: 30px;
  }

  .lh-xl-32 {
    line-height: 32px;
  }

  .hlh-xl-32 {
    height: 32px;
    line-height: 32px;
  }

  .lh-xl-36 {
    line-height: 36px;
  }

  .hlh-xl-36 {
    height: 36px;
    line-height: 36px;
  }

  .lh-xl-37 {
    line-height: 37px;
  }

  .hlh-xl-37 {
    height: 37px;
    line-height: 37px;
  }

  .lh-xl-38 {
    line-height: 38px;
  }

  .hlh-xl-38 {
    height: 38px;
    line-height: 38px;
  }

  .lh-xl-40 {
    line-height: 40px;
  }

  .hlh-xl-40 {
    height: 40px;
    line-height: 40px;
  }

  .lh-xl-47 {
    line-height: 47px;
  }

  .hlh-xl-47 {
    height: 47px;
    line-height: 47px;
  }

  .lh-xl-49 {
    line-height: 49px;
  }

  .hlh-xl-49 {
    height: 49px;
    line-height: 49px;
  }

  .lh-xl-50 {
    line-height: 50px;
  }

  .hlh-xl-50 {
    height: 50px;
    line-height: 50px;
  }
}

div.MyAccount div.MyAccountBox {
  background-color: #fff;
}

@media (max-width: 759px) {
  div.MyAccount div.MyAccountBox {
    width: 100%;
    box-shadow: none;
  }
}

div.MyAccount div.MyAccountBox div.my-account-content {
  padding: 38px;
}

@media (max-width: 959px) {
  div.MyAccount div.MyAccountBox div.my-account-content {
    padding: 15px;
  }
}

@media (min-width: 1200px) {
  div.MyAccount div.MyAccountBox div.my-account-content {
    padding-right: 18px;
  }
}

div.MyAccount div.MyAccountBox h1.title {
  background: #0092db;
  color: #fff;
}

@media (max-width: 759px) {
  div.MyAccount div.MyAccountBox h1.title {
    background: #0072ab;
    box-shadow: inset 0 11px 8px -10px #666;
  }
}

div.MyAccount div.MyAccountBox a.close-btn {
  background: #ff3737;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}

div.MyAccount div.MyAccountBox button.save {
  background: #0092db;
  color: #fff;
}

@media (min-width: 0px)and (max-width: 479px) {
  div.MyAccount div.MyAccountBox div.fields div div {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (min-width: 480px) {
  div.MyAccount div.MyAccountBox div.fields div:nth-child(2n+1) div {
    padding-right: 0;
    padding-left: 10px;
  }

  div.MyAccount div.MyAccountBox div.fields div:nth-child(2n) div {
    padding-left: 0;
    padding-right: 10px;
  }
}

@media (min-width: 760px) {
  div.MyAccount div.MyAccountBox div.fields div:nth-child(3n-1) div {
    padding-left: 0;
    padding-right: 10px;
  }

  div.MyAccount div.MyAccountBox div.fields div:nth-child(3n) div {
    padding-left: 10px;
    padding-right: 10px;
  }

  div.MyAccount div.MyAccountBox div.fields div:nth-child(3n+1) div {
    padding-right: 0;
    padding-left: 10px;
  }
}

div.MyAccount div.MyAccountBox div.fields div div {
  padding: 0 20px 20px 0;
}

div.MyAccount div.MyAccountBox div.fields div div select {
  width: 100%;
}

div.MyAccount div.MyAccountBox div.fields div div input {
  border: solid 1px #cdcdcd;
  width: -webkit-fill-available;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 0 10px;
}

div.MyAccount div.MyAccountBox div.fields div div input ::-webkit-input-placeholder {
  color: dimgray !important;
}

div.MyAccount div.MyAccountBox div.fields div div input ::-moz-placeholder {
  color: dimgray !important;
}

div.MyAccount div.MyAccountBox div.fields div div input :-ms-input-placeholder {
  color: dimgray !important;
}

div.MyAccount div.MyAccountBox div.fields div div input :-moz-placeholder {
  color: dimgray !important;
}

div.MyAccountTeeTimeDetails {
  background-color: #f1f1f2;
}

div.MyAccountTeeTimeDetails .title {
  background-color: #9e9e9e;
  font-size: 18px;
}

div.MyAccountTeeTimeDetails .details-block>div,
div.MyAccountTeeTimeDetails .contact-info {
  color: #424242;
}

div.MyAccountTeeTimeDetails .contact-info {
  background-color: #e0e0e0;
}

.courseSearchResults h2 {
  font-family: "Bebas Neue";
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #282727;
  overflow: hidden;
}

.courseSearchResults .active {
  color: #0092db;
}

.courseSearchResults .filterOptions h2 {
  text-align: right !important;
  cursor: pointer;
}

.courseSearchResults .filterOptions h2 .icon-arrow-down,
.courseSearchResults .filterOptions h2 .icon-arrow-up {
  font-size: 14px;
  color: #000;
  vertical-align: middle;
}

.Modal {
  top: 25%;
  margin: auto;
  max-width: 100%;
  width: auto !important;
  display: inline-block;
  text-align: left;
}

.Modal .modal-content {
  border-radius: 0;
  min-width: 320px;
  max-width: 400px;
}

.Modal .modal-content.fluid {
  max-width: 100%;
}

.Overlay {
  position: fixed;
  text-align: center;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.75);
}

