@charset "UTF-8";
/* Base Styles */
*,
*:before,
*:after {
  box-sizing: border-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  margin: 0;
  padding: 0;
}

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

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

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

body {
  margin: 0;
  font-family: "Helvetica", Helvetica Neue, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  color: black;
  text-align: left;
  background-color: transparent;
}

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

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

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

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

p:last-of-type {
  margin-bottom: 0;
}

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

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

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

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

dt {
  font-weight: normal;
}

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

blockquote {
  margin: 0 0 2rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.8em;
}

a {
  color: #2196F3;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #010c14;
  text-decoration: underline;
}

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

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

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

pre,
code,
kbd,
samp {
  font-family: monospace, monoszpace;
  font-size: 1.6em;
}

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

figure {
  margin: 0 0 1.6rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #424242;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid {
  margin: auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: relative;
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0 1.6rem;
}

@media (max-width: 375px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 568px) {
  .container {
    width: 568px;
    max-width: 568px;
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    width: 768px;
    max-width: 768px;
    padding: 0 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .container {
    width: 1024px;
    max-width: 1024px;
    padding: 0 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .container {
    width: 1280px;
    max-width: 1280px;
    padding: 0 1.6rem;
  }
}

@supports not (display: grid) {
  .container {
    display: block;
  }
}

.container-fluid {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 375px) {
  .container-fluid {
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 568px) {
  .container-fluid {
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .container-fluid {
    padding: 0 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .container-fluid {
    padding: 0 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .container-fluid {
    padding: 0 1.6rem;
  }
}

@supports not (display: grid) {
  .container-fluid {
    display: block;
  }
}

@media (max-width: 375px) {
  .grid-gap {
    grid-gap: calc(1rem * 2);
  }
}

@media only screen and (min-width: 568px) {
  .grid-gap {
    grid-gap: calc(1rem * 2);
  }
}

@media only screen and (min-width: 768px) {
  .grid-gap {
    grid-gap: calc(1.6rem * 2);
  }
}

@media only screen and (min-width: 1024px) {
  .grid-gap {
    grid-gap: calc(1.6rem * 2);
  }
}

@media only screen and (min-width: 1280px) {
  .grid-gap {
    grid-gap: calc(1.6rem * 2);
  }
}

.row, .row--reverse, .row--column, .row--column-reverse {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 0;
  margin: auto;
  height: 100%;
  max-height: 100%;
  align-items: stretch;
}

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

.row--column {
  flex-direction: row-reverse;
}

.row--column-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 375px) {
  .row {
    margin: 0 -1rem;
    max-width: calc(100% + (2 * 1rem));
  }
}

@media only screen and (min-width: 568px) {
  .row {
    margin: 0 -1rem;
    max-width: calc(100% + (2 * 1rem));
  }
}

@media only screen and (min-width: 768px) {
  .row {
    margin: 0 -1.6rem;
    max-width: calc(100% + (2 * 1.6rem));
  }
}

@media only screen and (min-width: 1024px) {
  .row {
    margin: 0 -1.6rem;
    max-width: calc(100% + (2 * 1.6rem));
  }
}

@media only screen and (min-width: 1280px) {
  .row {
    margin: 0 -1.6rem;
    max-width: calc(100% + (2 * 1.6rem));
  }
}

[class|='flex'],
[class*='flex-'], .flex {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  flex: 1 0 100%;
}

[class|='flex'],
[class*='flex-'] {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (min-width: 768px) {
  [class|='flex'],
  [class*='flex-'] {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

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

.flex-1 {
  box-sizing: border-box;
  flex: 0 0 8.33333%;
}

.flex-2 {
  box-sizing: border-box;
  flex: 0 0 16.66667%;
}

.flex-3 {
  box-sizing: border-box;
  flex: 0 0 25%;
}

.flex-4 {
  box-sizing: border-box;
  flex: 0 0 33.33333%;
}

.flex-5 {
  box-sizing: border-box;
  flex: 0 0 41.66667%;
}

.flex-6 {
  box-sizing: border-box;
  flex: 0 0 50%;
}

.flex-7 {
  box-sizing: border-box;
  flex: 0 0 58.33333%;
}

.flex-8 {
  box-sizing: border-box;
  flex: 0 0 66.66667%;
}

.flex-9 {
  box-sizing: border-box;
  flex: 0 0 75%;
}

.flex-10 {
  box-sizing: border-box;
  flex: 0 0 83.33333%;
}

.flex-11 {
  box-sizing: border-box;
  flex: 0 0 91.66667%;
}

.flex-12 {
  box-sizing: border-box;
  flex: 0 0 100%;
}

@media only screen and (min-width: 375px) {
  .flex-xs {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    flex: 1 0 100%;
  }
  .flex-xs-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 375px) and (min-width: 768px) {
  .flex-xs-1 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 375px) {
  .flex-xs-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 375px) and (min-width: 768px) {
  .flex-xs-2 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 375px) {
  .flex-xs-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 375px) and (min-width: 768px) {
  .flex-xs-3 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 375px) {
  .flex-xs-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 375px) and (min-width: 768px) {
  .flex-xs-4 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 375px) {
  .flex-xs-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 375px) and (min-width: 768px) {
  .flex-xs-5 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 375px) {
  .flex-xs-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 375px) and (min-width: 768px) {
  .flex-xs-6 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 375px) {
  .flex-xs-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 375px) and (min-width: 768px) {
  .flex-xs-7 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 375px) {
  .flex-xs-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 375px) and (min-width: 768px) {
  .flex-xs-8 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 375px) {
  .flex-xs-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 375px) and (min-width: 768px) {
  .flex-xs-9 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 375px) {
  .flex-xs-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 375px) and (min-width: 768px) {
  .flex-xs-10 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 375px) {
  .flex-xs-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 375px) and (min-width: 768px) {
  .flex-xs-11 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 375px) {
  .flex-xs-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 375px) and (min-width: 768px) {
  .flex-xs-12 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 568px) {
  .flex-sm {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    flex: 1 0 100%;
  }
  .flex-sm-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 568px) and (min-width: 768px) {
  .flex-sm-1 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 568px) {
  .flex-sm-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 568px) and (min-width: 768px) {
  .flex-sm-2 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 568px) {
  .flex-sm-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 568px) and (min-width: 768px) {
  .flex-sm-3 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 568px) {
  .flex-sm-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 568px) and (min-width: 768px) {
  .flex-sm-4 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 568px) {
  .flex-sm-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 568px) and (min-width: 768px) {
  .flex-sm-5 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 568px) {
  .flex-sm-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 568px) and (min-width: 768px) {
  .flex-sm-6 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 568px) {
  .flex-sm-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 568px) and (min-width: 768px) {
  .flex-sm-7 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 568px) {
  .flex-sm-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 568px) and (min-width: 768px) {
  .flex-sm-8 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 568px) {
  .flex-sm-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 568px) and (min-width: 768px) {
  .flex-sm-9 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 568px) {
  .flex-sm-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 568px) and (min-width: 768px) {
  .flex-sm-10 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 568px) {
  .flex-sm-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 568px) and (min-width: 768px) {
  .flex-sm-11 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 568px) {
  .flex-sm-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 568px) and (min-width: 768px) {
  .flex-sm-12 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .flex-md {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    flex: 1 0 100%;
  }
  .flex-md-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .flex-md-1 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .flex-md-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .flex-md-2 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .flex-md-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .flex-md-3 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .flex-md-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .flex-md-4 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .flex-md-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .flex-md-5 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .flex-md-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .flex-md-6 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .flex-md-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .flex-md-7 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .flex-md-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .flex-md-8 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .flex-md-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .flex-md-9 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .flex-md-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .flex-md-10 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .flex-md-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .flex-md-11 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .flex-md-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .flex-md-12 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .flex-lg {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    flex: 1 0 100%;
  }
  .flex-lg-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .flex-lg-1 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .flex-lg-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .flex-lg-2 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .flex-lg-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .flex-lg-3 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .flex-lg-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .flex-lg-4 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .flex-lg-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .flex-lg-5 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .flex-lg-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .flex-lg-6 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .flex-lg-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .flex-lg-7 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .flex-lg-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .flex-lg-8 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .flex-lg-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .flex-lg-9 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .flex-lg-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .flex-lg-10 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .flex-lg-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .flex-lg-11 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .flex-lg-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .flex-lg-12 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .flex-xl {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    flex: 1 0 100%;
  }
  .flex-xl-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 768px) {
  .flex-xl-1 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .flex-xl-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 768px) {
  .flex-xl-2 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .flex-xl-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 768px) {
  .flex-xl-3 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .flex-xl-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 768px) {
  .flex-xl-4 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .flex-xl-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 768px) {
  .flex-xl-5 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .flex-xl-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 768px) {
  .flex-xl-6 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .flex-xl-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 768px) {
  .flex-xl-7 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .flex-xl-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 768px) {
  .flex-xl-8 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .flex-xl-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 768px) {
  .flex-xl-9 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .flex-xl-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 768px) {
  .flex-xl-10 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .flex-xl-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 768px) {
  .flex-xl-11 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .flex-xl-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 768px) {
  .flex-xl-12 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.primary-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-area: header;
}

.layout-side-header > .primary-header {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.layout-side-header--reverse > .primary-header {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 12;
  -ms-grid-column-span: 1;
}

.primary-sidebar {
  grid-area: sidebar;
}

.primary-navigation {
  grid-area: navigation;
}

.primary-main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-area: main;
}

.layout-side-header > .primary-main {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 11;
}

.layout-side-header--reverse > .primary-main {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
}

.primary-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-area: footer;
}

.layout-side-header > .primary-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 11;
}

.layout-side-header--reverse > .primary-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
}

@media (max-width: 375px){
    .layout-side-header > .primary-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    }
    .layout-side-header--reverse > .primary-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    }
    .layout-side-header > .primary-main {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    }
    .layout-side-header--reverse > .primary-main {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    }
    .layout-side-header > .primary-footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    }
    .layout-side-header--reverse > .primary-footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    }
}

/* Typography Styles */
h1 {
  font-size: 4.8rem;
  font-weight: bolder;
  line-height: 1.4;
}

h2 {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4;
}

h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}

h4 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
}

h5 {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
}

h6 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
}

ul li {
  margin-bottom: 2rem;
}

ol li {
  margin-bottom: 2rem;
}

dl dd {
  margin-bottom: 2rem;
}

/* Layout Styles */
@supports (display: grid) {
  .layout-default {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: -webkit-min-content;
    -ms-grid-rows: min-content;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
        grid-template-areas: "header header header header header header header header header header header header" "main main main main main main main main main main main main" "footer footer footer footer footer footer footer footer footer footer footer footer";
  }
}

@supports (display: grid) {
  .layout-side-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px (1fr)[11];
    grid-template-columns: 100px repeat(11, 1fr);
    -ms-grid-rows: -webkit-min-content;
    -ms-grid-rows: min-content;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
        grid-template-areas: "header main main main main main main main main main main main" "header main main main main main main main main main main main" "header footer footer footer footer footer footer footer footer footer footer footer";
  }
  @media (max-width: 375px) {
    .layout-side-header {
          grid-template-areas: "header header header header header header header header header header header header" "main main main main main main main main main main main main" "footer footer footer footer footer footer footer footer footer footer footer footer";
    }
  }
}

@supports (display: grid) {
  .layout-side-header--reverse {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[11] 100px;
    grid-template-columns: repeat(11, 1fr) 100px;
    -ms-grid-rows: -webkit-min-content;
    -ms-grid-rows: min-content;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
        grid-template-areas: "main main main main main main main main main main main header" "main main main main main main main main main main main header" "footer footer footer footer footer footer footer footer footer footer footer header";
  }
  @media (max-width: 375px) {
    .layout-side-header--reverse {
          grid-template-areas: "header header header header header header header header header header header header" "main main main main main main main main main main main main" "footer footer footer footer footer footer footer footer footer footer footer footer";
    }
  }
}

@media only screen and (min-width: 768px) {
  .layout-side-header .container,
  .layout-side-header--reverse .container {
    width: 800px;
    max-width: 900px;
    padding: 0 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .layout-side-header .container,
  .layout-side-header--reverse .container {
    width: 1100px;
    max-width: 1200px;
    padding: 0 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .layout-side-header .container,
  .layout-side-header--reverse .container {
    width: 1600px;
    max-width: 1800px;
    padding: 0 1.6rem;
  }
}

@supports not (display: grid) {
  .layout-default {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    flex-wrap: wrap;
  }
  .layout-default .primary-header,
  .layout-default .primary-main,
  .layout-default .primary-footer {
    width: 100%;
  }
}

/* Component Styles */
form {
  width: 100%;
}

.flex-form-label {
  padding: 0;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.flex-form-label--small {
  font-size: 1.4rem;
}

.flex-form-label--medium {
  font-size: 1.6rem;
}

.flex-form-label--large {
  font-size: 1.8rem;
}

.form {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.form-row {
  position: relative;
  display: flex;
  flex: 0 1 100%;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 0;
  margin: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  align-items: stretch;
}

@media (max-width: 375px) {
  .form-row > .flex,
  .form-row > [class*="flex-"] {
    padding-left: calc(1rem / 2);
    padding-right: calc(1rem / 2);
  }
}

@media only screen and (min-width: 568px) {
  .form-row > .flex,
  .form-row > [class*="flex-"] {
    padding-left: calc(1rem / 2);
    padding-right: calc(1rem / 2);
  }
}

@media only screen and (min-width: 768px) {
  .form-row > .flex,
  .form-row > [class*="flex-"] {
    padding-left: calc(1.6rem / 2);
    padding-right: calc(1.6rem / 2);
  }
}

@media only screen and (min-width: 1024px) {
  .form-row > .flex,
  .form-row > [class*="flex-"] {
    padding-left: calc(1.6rem / 2);
    padding-right: calc(1.6rem / 2);
  }
}

@media only screen and (min-width: 1280px) {
  .form-row > .flex,
  .form-row > [class*="flex-"] {
    padding-left: calc(1.6rem / 2);
    padding-right: calc(1.6rem / 2);
  }
}

.form-group {
  margin-bottom: 0;
}

.form-control {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #BDBDBD;
  background-color: white;
  line-height: 1.2;
  padding: 8px 16px;
  height: 40px;
  margin-bottom: 2rem;
}

.form-control--small {
  height: 30px;
  padding: 2px 10px;
}

.form-control--medium {
  height: 40px;
  padding: 8px 16px;
}

.form-control--large {
  height: 50px;
  padding: 10px 20px;
}

.form-control[type='text'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-control[type='file'] {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.form-control[type='radio'], .form-control[type='checkbox'] {
  height: auto;
}

.custom-select {
  display: inline-block;
  width: 100%;
  min-height: 45px;
  padding: 12px 16px;
  line-height: 1;
  color: black;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.75rem center;
  background-size: 8px 16px;
  border: 1px solid #BDBDBD;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-file {
  position: relative;
  display: inline-block;
  min-height: 45px;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
  background-color: white;
  border: 1px solid #BDBDBD;
  border-radius: 5px;
}

.custom-file-input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  line-height: 1;
}

.custom-file-label {
  position: absolute;
  top: 50%;
  height: 100%;
  left: 0;
  right: 0;
  padding: 18px 16px;
  transform: translateY(-50%);
  z-index: 1;
  line-height: 1;
  color: black;
  margin-bottom: 0;
  overflow: hidden;
}

.custom-file-label:after {
  content: 'Browse';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  line-height: 1.5;
  display: block;
  padding: 1.4rem 1.6rem;
  text-align: center;
  border-radius: 0 5px 5px 0;
  background-color: #F5F5F5;
}

.input-group {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

.input-group__append, .input-group__prepend {
  display: flex;
  align-items: center;
}

.input-group__prepend .btn,
.input-group__prepend .input-group__text {
  border-radius: 5px 0 0 5px;
}

.input-group__prepend .btn:first-child,
.input-group__prepend .input-group__text:first-child {
  border-right: none;
}

.input-group__prepend .btn:not(:first-child),
.input-group__prepend .input-group__text:not(:first-child) {
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group__prepend .btn:not(:last-child),
.input-group__prepend .input-group__text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group__append .btn,
.input-group__append .input-group__text {
  border-radius: 0 5px 5px 0;
}

.input-group__append .btn:not(:first-child),
.input-group__append .input-group__text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group__append .btn:not(:last-child),
.input-group__append .input-group__text:not(:last-child) {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .btn, .input-group__text {
  display: flex;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  white-space: nowrap;
  font-size: inherit;
  padding: 1.5rem;
}

.input-group__text {
  background-color: #F5F5F5;
  border: 1px solid #BDBDBD;
  line-height: 1;
}

.input-group > .custom-select,
.input-group > .custom-file,
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  margin-bottom: 0;
  width: 1%;
}

.input-group .custom-file-label:not(:first-child),
.input-group > .custom-select:not(:first-child),
.input-group > .custom-file:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .custom-file-label:not(:last-child),
.input-group > .custom-select:not(:last-child),
.input-group > .custom-file:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .custom-file-label:after {
  border-left: 1px solid #BDBDBD;
}

.input-group--small {
  font-size: 1.4rem;
}

.input-group--small .btn,
.input-group--small .input-group__text {
  font-size: 1.4rem;
  padding: 1.1rem;
}

.input-group--small > .custom-select,
.input-group--small > .custom-file,
.input-group--small > .form-control {
  height: auto;
  padding: 5px 10px;
}

.input-group--small .custom-file-label {
  padding: 14px 16px;
}

.input-group--small .custom-file-label:after {
  padding: 11px 10px 0;
}

.input-group--large {
  font-size: 1.8rem;
}

.input-group--large .btn,
.input-group--large .input-group__text {
  font-size: 1.8rem;
  padding: 2.5rem;
}

.input-group--large .btn ~ .custom-file-label:after {
  line-height: 1.5;
}

.input-group--large > .custom-select,
.input-group--large > .custom-file,
.input-group--large > .form-control {
  height: auto;
  padding: 15px 25px;
}

.input-group--large .custom-file-label {
  padding: 29px 1.6rem;
}

.input-group--large .custom-file-label:after {
  padding: 25px 20px;
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease;
}

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

.btn--xs {
  font-size: 80%;
  padding: 3px 10px;
}

.btn--sm {
  font-size: 90%;
  padding: 5px 15px;
}

.btn--md {
  font-size: 100%;
  padding: 8px 20px;
}

.btn--lg {
  font-size: 110%;
  padding: 10px 25px;
}

.btn--xl {
  font-size: 120%;
  padding: 10px 30px;
}

.btn--full {
  display: block;
  width: 100%;
  font-size: 100%;
  padding: 8px 0;
}

.btn--small {
  height: 30px;
  font-size: 1.4rem;
}

.btn--medium {
  height: 40px;
  font-size: 1.6rem;
}

.btn--large {
  height: 50px;
  font-size: 1.8rem;
}

.btn--primary {
  background-color: #ff5c5c;
  color: white;
}

.btn--primary:hover, .btn--primary:focus {
  background-color: #ff2929;
  color: white;
}

.btn--default {
  background-color: #CFD8DC;
  color: #495b63;
}

.btn--default:hover, .btn--default:focus {
  background-color: #5e7681;
  color: white;
}

.btn--white {
  background-color: white;
  color: black;
}

.btn--white:hover, .btn--white:focus {
  background-color: #cccccc;
  color: #4d4d4d;
}

.btn--black {
  background-color: black;
  color: white;
}

.btn--black:hover, .btn--black:focus {
  background-color: #666666;
  color: #e6e6e6;
}

.btn--info {
  background-color: #B3E5FC;
  color: #4d4d4d;
}

.btn--info:hover, .btn--info:focus {
  background-color: #0998da;
  color: #f2f2f2;
}

.btn--secondary {
  background-color: #3F51B5;
  color: white;
}

.btn--secondary:hover, .btn--secondary:focus {
  background-color: #32408f;
  color: white;
}

.btn--success {
  background-color: #4CAF50;
  color: white;
}

.btn--success:hover, .btn--success:focus {
  background-color: #3d8b40;
  color: white;
}

.btn--warning {
  background-color: #FFEB3B;
  color: #333333;
}

.btn--warning:hover, .btn--warning:focus {
  background-color: #ffb300;
  color: #333333;
}

.btn--danger {
  background-color: #FF3D00;
  color: white;
}

.btn--danger:hover, .btn--danger:focus {
  background-color: #e63700;
  color: white;
}

/* Modifier Styles */
/*
* Offset classes.
 */
.offset--1 {
  margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
}

.offset--2 {
  margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
}

.offset--3 {
  margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
}

.offset--4 {
  margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
}

.offset--5 {
  margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
}

.offset--6 {
  margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
}

.offset--7 {
  margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
}

.offset--8 {
  margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
}

.offset--9 {
  margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
}

.offset--10 {
  margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
}

.offset--11 {
  margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
}

.offset--12 {
  margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
}

@media (max-width: 375px) {
  .offset-xs-1 {
    margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
  }
  .offset-xs-2 {
    margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
  }
  .offset-xs-3 {
    margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
  }
  .offset-xs-4 {
    margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
  }
  .offset-xs-5 {
    margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
  }
  .offset-xs-6 {
    margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
  }
  .offset-xs-7 {
    margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
  }
  .offset-xs-8 {
    margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
  }
  .offset-xs-9 {
    margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
  }
  .offset-xs-10 {
    margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
  }
  .offset-xs-11 {
    margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
  }
  .offset-xs-12 {
    margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
  }
}

@media only screen and (min-width: 568px) {
  .offset-sm-1 {
    margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
  }
  .offset-sm-2 {
    margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
  }
  .offset-sm-3 {
    margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
  }
  .offset-sm-4 {
    margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
  }
  .offset-sm-5 {
    margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
  }
  .offset-sm-6 {
    margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
  }
  .offset-sm-7 {
    margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
  }
  .offset-sm-8 {
    margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
  }
  .offset-sm-9 {
    margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
  }
  .offset-sm-10 {
    margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
  }
  .offset-sm-11 {
    margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
  }
  .offset-sm-12 {
    margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
  }
}

@media only screen and (min-width: 768px) {
  .offset-md-1 {
    margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
  }
  .offset-md-2 {
    margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
  }
  .offset-md-3 {
    margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
  }
  .offset-md-4 {
    margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
  }
  .offset-md-5 {
    margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
  }
  .offset-md-6 {
    margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
  }
  .offset-md-7 {
    margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
  }
  .offset-md-8 {
    margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
  }
  .offset-md-9 {
    margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
  }
  .offset-md-10 {
    margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
  }
  .offset-md-11 {
    margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
  }
  .offset-md-12 {
    margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
  }
}

@media only screen and (min-width: 1024px) {
  .offset-lg-1 {
    margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
  }
  .offset-lg-2 {
    margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
  }
  .offset-lg-3 {
    margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
  }
  .offset-lg-4 {
    margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
  }
  .offset-lg-5 {
    margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
  }
  .offset-lg-6 {
    margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
  }
  .offset-lg-7 {
    margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
  }
  .offset-lg-8 {
    margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
  }
  .offset-lg-9 {
    margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
  }
  .offset-lg-10 {
    margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
  }
  .offset-lg-11 {
    margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
  }
  .offset-lg-12 {
    margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
  }
}

@media only screen and (min-width: 1280px) {
  .offset-xl-1 {
    margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
  }
  .offset-xl-2 {
    margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
  }
  .offset-xl-3 {
    margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
  }
  .offset-xl-4 {
    margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
  }
  .offset-xl-5 {
    margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
  }
  .offset-xl-6 {
    margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
  }
  .offset-xl-7 {
    margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
  }
  .offset-xl-8 {
    margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
  }
  .offset-xl-9 {
    margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
  }
  .offset-xl-10 {
    margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
  }
  .offset-xl-11 {
    margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
  }
  .offset-xl-12 {
    margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
  }
}

/*
* Offset classes.
 */
.offset--1 {
  margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
}

.offset--2 {
  margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
}

.offset--3 {
  margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
}

.offset--4 {
  margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
}

.offset--5 {
  margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
}

.offset--6 {
  margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
}

.offset--7 {
  margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
}

.offset--8 {
  margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
}

.offset--9 {
  margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
}

.offset--10 {
  margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
}

.offset--11 {
  margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
}

.offset--12 {
  margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
}

@media (max-width: 375px) {
  .offset-xs-1 {
    margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
  }
  .offset-xs-2 {
    margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
  }
  .offset-xs-3 {
    margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
  }
  .offset-xs-4 {
    margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
  }
  .offset-xs-5 {
    margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
  }
  .offset-xs-6 {
    margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
  }
  .offset-xs-7 {
    margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
  }
  .offset-xs-8 {
    margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
  }
  .offset-xs-9 {
    margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
  }
  .offset-xs-10 {
    margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
  }
  .offset-xs-11 {
    margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
  }
  .offset-xs-12 {
    margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
  }
}

@media only screen and (min-width: 568px) {
  .offset-sm-1 {
    margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
  }
  .offset-sm-2 {
    margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
  }
  .offset-sm-3 {
    margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
  }
  .offset-sm-4 {
    margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
  }
  .offset-sm-5 {
    margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
  }
  .offset-sm-6 {
    margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
  }
  .offset-sm-7 {
    margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
  }
  .offset-sm-8 {
    margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
  }
  .offset-sm-9 {
    margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
  }
  .offset-sm-10 {
    margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
  }
  .offset-sm-11 {
    margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
  }
  .offset-sm-12 {
    margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
  }
}

@media only screen and (min-width: 768px) {
  .offset-md-1 {
    margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
  }
  .offset-md-2 {
    margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
  }
  .offset-md-3 {
    margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
  }
  .offset-md-4 {
    margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
  }
  .offset-md-5 {
    margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
  }
  .offset-md-6 {
    margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
  }
  .offset-md-7 {
    margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
  }
  .offset-md-8 {
    margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
  }
  .offset-md-9 {
    margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
  }
  .offset-md-10 {
    margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
  }
  .offset-md-11 {
    margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
  }
  .offset-md-12 {
    margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
  }
}

@media only screen and (min-width: 1024px) {
  .offset-lg-1 {
    margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
  }
  .offset-lg-2 {
    margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
  }
  .offset-lg-3 {
    margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
  }
  .offset-lg-4 {
    margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
  }
  .offset-lg-5 {
    margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
  }
  .offset-lg-6 {
    margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
  }
  .offset-lg-7 {
    margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
  }
  .offset-lg-8 {
    margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
  }
  .offset-lg-9 {
    margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
  }
  .offset-lg-10 {
    margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
  }
  .offset-lg-11 {
    margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
  }
  .offset-lg-12 {
    margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
  }
}

@media only screen and (min-width: 1280px) {
  .offset-xl-1 {
    margin-left: calc(100% - ((100% / 12) * (12 - 1))) !important;
  }
  .offset-xl-2 {
    margin-left: calc(100% - ((100% / 12) * (12 - 2))) !important;
  }
  .offset-xl-3 {
    margin-left: calc(100% - ((100% / 12) * (12 - 3))) !important;
  }
  .offset-xl-4 {
    margin-left: calc(100% - ((100% / 12) * (12 - 4))) !important;
  }
  .offset-xl-5 {
    margin-left: calc(100% - ((100% / 12) * (12 - 5))) !important;
  }
  .offset-xl-6 {
    margin-left: calc(100% - ((100% / 12) * (12 - 6))) !important;
  }
  .offset-xl-7 {
    margin-left: calc(100% - ((100% / 12) * (12 - 7))) !important;
  }
  .offset-xl-8 {
    margin-left: calc(100% - ((100% / 12) * (12 - 8))) !important;
  }
  .offset-xl-9 {
    margin-left: calc(100% - ((100% / 12) * (12 - 9))) !important;
  }
  .offset-xl-10 {
    margin-left: calc(100% - ((100% / 12) * (12 - 10))) !important;
  }
  .offset-xl-11 {
    margin-left: calc(100% - ((100% / 12) * (12 - 11))) !important;
  }
  .offset-xl-12 {
    margin-left: calc(100% - ((100% / 12) * (12 - 12))) !important;
  }
}

/*
* Order classes.
 */
.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (max-width: 375px) {
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
}

@media only screen and (min-width: 568px) {
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}

@media only screen and (min-width: 768px) {
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1024px) {
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1280px) {
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}

.border {
  border: 2px solid #BDBDBD !important;
}

.border-0 {
  border: 0 !important;
}

@media (max-width: 375px) {
  .border-xs {
    border: 2px solid #BDBDBD !important;
  }
  .border-xs-0 {
    border: 0 !important;
  }
}

@media only screen and (min-width: 568px) {
  .border-sm {
    border: 2px solid #BDBDBD !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .border-md {
    border: 2px solid #BDBDBD !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .border-lg {
    border: 2px solid #BDBDBD !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
}

@media only screen and (min-width: 1280px) {
  .border-xl {
    border: 2px solid #BDBDBD !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
}

.border-left {
  border-left: 2px solid #BDBDBD !important;
}

.border-left-0 {
  border-left: 0 !important;
}

@media (max-width: 375px) {
  .border-xs-left {
    border-left: 2px solid #BDBDBD !important;
  }
  .border-xs-left-0 {
    border-left: 0 !important;
  }
}

@media only screen and (min-width: 568px) {
  .border-sm-left {
    border-left: 2px solid #BDBDBD !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .border-md-left {
    border-left: 2px solid #BDBDBD !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .border-lg-left {
    border-left: 2px solid #BDBDBD !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
}

@media only screen and (min-width: 1280px) {
  .border-xl-left {
    border-left: 2px solid #BDBDBD !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
}

.border-right {
  border-right: 2px solid #BDBDBD !important;
}

.border-right-0 {
  border-right: 0 !important;
}

@media (max-width: 375px) {
  .border-xs-right {
    border-right: 2px solid #BDBDBD !important;
  }
  .border-xs-right-0 {
    border-right: 0 !important;
  }
}

@media only screen and (min-width: 568px) {
  .border-sm-right {
    border-right: 2px solid #BDBDBD !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .border-md-right {
    border-right: 2px solid #BDBDBD !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .border-lg-right {
    border-right: 2px solid #BDBDBD !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
}

@media only screen and (min-width: 1280px) {
  .border-xl-right {
    border-right: 2px solid #BDBDBD !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
}

.border-top {
  border-top: 2px solid #BDBDBD !important;
}

.border-top-0 {
  border-top: 0 !important;
}

@media (max-width: 375px) {
  .border-xs-top {
    border-top: 2px solid #BDBDBD !important;
  }
  .border-xs-top-0 {
    border-top: 0 !important;
  }
}

@media only screen and (min-width: 568px) {
  .border-sm-top {
    border-top: 2px solid #BDBDBD !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .border-md-top {
    border-top: 2px solid #BDBDBD !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .border-lg-top {
    border-top: 2px solid #BDBDBD !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
}

@media only screen and (min-width: 1280px) {
  .border-xl-top {
    border-top: 2px solid #BDBDBD !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
}

.border-bottom {
  border-bottom: 2px solid #BDBDBD !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

@media (max-width: 375px) {
  .border-xs-bottom {
    border-bottom: 2px solid #BDBDBD !important;
  }
  .border-xs-bottom-0 {
    border-bottom: 0 !important;
  }
}

@media only screen and (min-width: 568px) {
  .border-sm-bottom {
    border-bottom: 2px solid #BDBDBD !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .border-md-bottom {
    border-bottom: 2px solid #BDBDBD !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .border-lg-bottom {
    border-bottom: 2px solid #BDBDBD !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1280px) {
  .border-xl-bottom {
    border-bottom: 2px solid #BDBDBD !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
}

.rounded {
  border-radius: 5px !important;
}

@media (max-width: 375px) {
  .rounded-xs {
    border-radius: 5px !important;
  }
}

@media only screen and (min-width: 568px) {
  .rounded-sm {
    border-radius: 5px !important;
  }
}

@media only screen and (min-width: 768px) {
  .rounded-md {
    border-radius: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .rounded-lg {
    border-radius: 5px !important;
  }
}

@media only screen and (min-width: 1280px) {
  .rounded-xl {
    border-radius: 5px !important;
  }
}

.rounded-0 {
  border-radius: 0 !important;
}

@media (max-width: 375px) {
  .rounded-xs-0 {
    border-radius: 0 !important;
  }
}

@media only screen and (min-width: 568px) {
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .rounded-md-0 {
    border-radius: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
}

@media only screen and (min-width: 1280px) {
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
}

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

@media (max-width: 375px) {
  .rounded-xs-top {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 568px) {
  .rounded-sm-top {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 768px) {
  .rounded-md-top {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .rounded-lg-top {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 1280px) {
  .rounded-xl-top {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

.rounded-bottom {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

@media (max-width: 375px) {
  .rounded-xs-bottom {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 568px) {
  .rounded-sm-bottom {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 768px) {
  .rounded-md-bottom {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .rounded-lg-bottom {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 1280px) {
  .rounded-xl-bottom {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}

.rounded-left {
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
}

@media (max-width: 375px) {
  .rounded-xs-left {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
}

@media only screen and (min-width: 568px) {
  .rounded-sm-left {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
}

@media only screen and (min-width: 768px) {
  .rounded-md-left {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .rounded-lg-left {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
}

@media only screen and (min-width: 1280px) {
  .rounded-xl-left {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
}

.rounded-right {
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

@media (max-width: 375px) {
  .rounded-xs-right {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 568px) {
  .rounded-sm-right {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 768px) {
  .rounded-md-right {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .rounded-lg-right {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media only screen and (min-width: 1280px) {
  .rounded-xl-right {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

.rounded-circle {
  border-radius: 50% !important;
}

@media (max-width: 375px) {
  .rounded-xs-circle {
    border-radius: 50% !important;
  }
}

@media only screen and (min-width: 568px) {
  .rounded-sm-circle {
    border-radius: 50% !important;
  }
}

@media only screen and (min-width: 768px) {
  .rounded-md-circle {
    border-radius: 50% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .rounded-lg-circle {
    border-radius: 50% !important;
  }
}

@media only screen and (min-width: 1280px) {
  .rounded-xl-circle {
    border-radius: 50% !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 568px) {
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-sm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-sm-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-sm-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-sm-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-sm-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-sm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-sm-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-md-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-lg-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-lg-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-lg-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-lg-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-lg-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-xl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xl-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-xl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-xl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-xl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-xl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 568px) {
  .my-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .my-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .my-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .my-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

.ml-9 {
  margin-left: 9rem !important;
}

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

@media only screen and (min-width: 568px) {
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .ml-sm-1 {
    margin-left: 1rem !important;
  }
  .ml-sm-2 {
    margin-left: 2rem !important;
  }
  .ml-sm-3 {
    margin-left: 3rem !important;
  }
  .ml-sm-4 {
    margin-left: 4rem !important;
  }
  .ml-sm-5 {
    margin-left: 5rem !important;
  }
  .ml-sm-6 {
    margin-left: 6rem !important;
  }
  .ml-sm-7 {
    margin-left: 7rem !important;
  }
  .ml-sm-8 {
    margin-left: 8rem !important;
  }
  .ml-sm-9 {
    margin-left: 9rem !important;
  }
  .ml-sm-10 {
    margin-left: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .ml-md-auto {
    margin-left: auto !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .ml-md-6 {
    margin-left: 6rem !important;
  }
  .ml-md-7 {
    margin-left: 7rem !important;
  }
  .ml-md-8 {
    margin-left: 8rem !important;
  }
  .ml-md-9 {
    margin-left: 9rem !important;
  }
  .ml-md-10 {
    margin-left: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .ml-lg-1 {
    margin-left: 1rem !important;
  }
  .ml-lg-2 {
    margin-left: 2rem !important;
  }
  .ml-lg-3 {
    margin-left: 3rem !important;
  }
  .ml-lg-4 {
    margin-left: 4rem !important;
  }
  .ml-lg-5 {
    margin-left: 5rem !important;
  }
  .ml-lg-6 {
    margin-left: 6rem !important;
  }
  .ml-lg-7 {
    margin-left: 7rem !important;
  }
  .ml-lg-8 {
    margin-left: 8rem !important;
  }
  .ml-lg-9 {
    margin-left: 9rem !important;
  }
  .ml-lg-10 {
    margin-left: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0rem !important;
  }
  .ml-xl-1 {
    margin-left: 1rem !important;
  }
  .ml-xl-2 {
    margin-left: 2rem !important;
  }
  .ml-xl-3 {
    margin-left: 3rem !important;
  }
  .ml-xl-4 {
    margin-left: 4rem !important;
  }
  .ml-xl-5 {
    margin-left: 5rem !important;
  }
  .ml-xl-6 {
    margin-left: 6rem !important;
  }
  .ml-xl-7 {
    margin-left: 7rem !important;
  }
  .ml-xl-8 {
    margin-left: 8rem !important;
  }
  .ml-xl-9 {
    margin-left: 9rem !important;
  }
  .ml-xl-10 {
    margin-left: 10rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 568px) {
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .mr-sm-1 {
    margin-right: 1rem !important;
  }
  .mr-sm-2 {
    margin-right: 2rem !important;
  }
  .mr-sm-3 {
    margin-right: 3rem !important;
  }
  .mr-sm-4 {
    margin-right: 4rem !important;
  }
  .mr-sm-5 {
    margin-right: 5rem !important;
  }
  .mr-sm-6 {
    margin-right: 6rem !important;
  }
  .mr-sm-7 {
    margin-right: 7rem !important;
  }
  .mr-sm-8 {
    margin-right: 8rem !important;
  }
  .mr-sm-9 {
    margin-right: 9rem !important;
  }
  .mr-sm-10 {
    margin-right: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .mr-md-6 {
    margin-right: 6rem !important;
  }
  .mr-md-7 {
    margin-right: 7rem !important;
  }
  .mr-md-8 {
    margin-right: 8rem !important;
  }
  .mr-md-9 {
    margin-right: 9rem !important;
  }
  .mr-md-10 {
    margin-right: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .mr-lg-1 {
    margin-right: 1rem !important;
  }
  .mr-lg-2 {
    margin-right: 2rem !important;
  }
  .mr-lg-3 {
    margin-right: 3rem !important;
  }
  .mr-lg-4 {
    margin-right: 4rem !important;
  }
  .mr-lg-5 {
    margin-right: 5rem !important;
  }
  .mr-lg-6 {
    margin-right: 6rem !important;
  }
  .mr-lg-7 {
    margin-right: 7rem !important;
  }
  .mr-lg-8 {
    margin-right: 8rem !important;
  }
  .mr-lg-9 {
    margin-right: 9rem !important;
  }
  .mr-lg-10 {
    margin-right: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0rem !important;
  }
  .mr-xl-1 {
    margin-right: 1rem !important;
  }
  .mr-xl-2 {
    margin-right: 2rem !important;
  }
  .mr-xl-3 {
    margin-right: 3rem !important;
  }
  .mr-xl-4 {
    margin-right: 4rem !important;
  }
  .mr-xl-5 {
    margin-right: 5rem !important;
  }
  .mr-xl-6 {
    margin-right: 6rem !important;
  }
  .mr-xl-7 {
    margin-right: 7rem !important;
  }
  .mr-xl-8 {
    margin-right: 8rem !important;
  }
  .mr-xl-9 {
    margin-right: 9rem !important;
  }
  .mr-xl-10 {
    margin-right: 10rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 568px) {
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 568px) {
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
}

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

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

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

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

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

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

.pl-6 {
  padding-left: 6rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

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

.pl-10 {
  padding-left: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .pl-sm-1 {
    padding-left: 1rem !important;
  }
  .pl-sm-2 {
    padding-left: 2rem !important;
  }
  .pl-sm-3 {
    padding-left: 3rem !important;
  }
  .pl-sm-4 {
    padding-left: 4rem !important;
  }
  .pl-sm-5 {
    padding-left: 5rem !important;
  }
  .pl-sm-6 {
    padding-left: 6rem !important;
  }
  .pl-sm-7 {
    padding-left: 7rem !important;
  }
  .pl-sm-8 {
    padding-left: 8rem !important;
  }
  .pl-sm-9 {
    padding-left: 9rem !important;
  }
  .pl-sm-10 {
    padding-left: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pl-md-6 {
    padding-left: 6rem !important;
  }
  .pl-md-7 {
    padding-left: 7rem !important;
  }
  .pl-md-8 {
    padding-left: 8rem !important;
  }
  .pl-md-9 {
    padding-left: 9rem !important;
  }
  .pl-md-10 {
    padding-left: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pl-lg-1 {
    padding-left: 1rem !important;
  }
  .pl-lg-2 {
    padding-left: 2rem !important;
  }
  .pl-lg-3 {
    padding-left: 3rem !important;
  }
  .pl-lg-4 {
    padding-left: 4rem !important;
  }
  .pl-lg-5 {
    padding-left: 5rem !important;
  }
  .pl-lg-6 {
    padding-left: 6rem !important;
  }
  .pl-lg-7 {
    padding-left: 7rem !important;
  }
  .pl-lg-8 {
    padding-left: 8rem !important;
  }
  .pl-lg-9 {
    padding-left: 9rem !important;
  }
  .pl-lg-10 {
    padding-left: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .pl-xl-0 {
    padding-left: 0rem !important;
  }
  .pl-xl-1 {
    padding-left: 1rem !important;
  }
  .pl-xl-2 {
    padding-left: 2rem !important;
  }
  .pl-xl-3 {
    padding-left: 3rem !important;
  }
  .pl-xl-4 {
    padding-left: 4rem !important;
  }
  .pl-xl-5 {
    padding-left: 5rem !important;
  }
  .pl-xl-6 {
    padding-left: 6rem !important;
  }
  .pl-xl-7 {
    padding-left: 7rem !important;
  }
  .pl-xl-8 {
    padding-left: 8rem !important;
  }
  .pl-xl-9 {
    padding-left: 9rem !important;
  }
  .pl-xl-10 {
    padding-left: 10rem !important;
  }
}

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

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

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

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

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

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

.pr-6 {
  padding-right: 6rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

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

.pr-10 {
  padding-right: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .pr-sm-1 {
    padding-right: 1rem !important;
  }
  .pr-sm-2 {
    padding-right: 2rem !important;
  }
  .pr-sm-3 {
    padding-right: 3rem !important;
  }
  .pr-sm-4 {
    padding-right: 4rem !important;
  }
  .pr-sm-5 {
    padding-right: 5rem !important;
  }
  .pr-sm-6 {
    padding-right: 6rem !important;
  }
  .pr-sm-7 {
    padding-right: 7rem !important;
  }
  .pr-sm-8 {
    padding-right: 8rem !important;
  }
  .pr-sm-9 {
    padding-right: 9rem !important;
  }
  .pr-sm-10 {
    padding-right: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .pr-md-6 {
    padding-right: 6rem !important;
  }
  .pr-md-7 {
    padding-right: 7rem !important;
  }
  .pr-md-8 {
    padding-right: 8rem !important;
  }
  .pr-md-9 {
    padding-right: 9rem !important;
  }
  .pr-md-10 {
    padding-right: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pr-lg-1 {
    padding-right: 1rem !important;
  }
  .pr-lg-2 {
    padding-right: 2rem !important;
  }
  .pr-lg-3 {
    padding-right: 3rem !important;
  }
  .pr-lg-4 {
    padding-right: 4rem !important;
  }
  .pr-lg-5 {
    padding-right: 5rem !important;
  }
  .pr-lg-6 {
    padding-right: 6rem !important;
  }
  .pr-lg-7 {
    padding-right: 7rem !important;
  }
  .pr-lg-8 {
    padding-right: 8rem !important;
  }
  .pr-lg-9 {
    padding-right: 9rem !important;
  }
  .pr-lg-10 {
    padding-right: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .pr-xl-0 {
    padding-right: 0rem !important;
  }
  .pr-xl-1 {
    padding-right: 1rem !important;
  }
  .pr-xl-2 {
    padding-right: 2rem !important;
  }
  .pr-xl-3 {
    padding-right: 3rem !important;
  }
  .pr-xl-4 {
    padding-right: 4rem !important;
  }
  .pr-xl-5 {
    padding-right: 5rem !important;
  }
  .pr-xl-6 {
    padding-right: 6rem !important;
  }
  .pr-xl-7 {
    padding-right: 7rem !important;
  }
  .pr-xl-8 {
    padding-right: 8rem !important;
  }
  .pr-xl-9 {
    padding-right: 9rem !important;
  }
  .pr-xl-10 {
    padding-right: 10rem !important;
  }
}

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

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

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

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

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

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

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

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

.pt-10 {
  padding-top: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
}

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

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

.pb-10 {
  padding-bottom: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
}

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

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

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

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

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

@media only screen and (min-width: 568px) {
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-sm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-sm-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-sm-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-sm-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-md-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-lg-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-lg-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-xl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-xl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-xl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-xl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-xl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

@media only screen and (min-width: 568px) {
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 1280px) {
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

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

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

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

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

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

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

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

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

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

.text-line-through {
  text-decoration: line-through !important;
}

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

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

@media (max-width: 375px) {
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-justify {
    text-align: justify !important;
  }
  .text-xs-uppercase {
    text-transform: uppercase !important;
  }
  .text-xs-capitalize {
    text-transform: capitalize !important;
  }
  .text-xs-lowercase {
    text-transform: lowercase !important;
  }
  .text-xs-none {
    text-transform: none !important;
  }
  .text-xs-none {
    text-decoration: none !important;
  }
  .text-xs-line-through {
    text-decoration: line-through !important;
  }
  .text-xs-overline {
    text-decoration: overline !important;
  }
  .text-xs-underline {
    text-decoration: underline !important;
  }
}

@media only screen and (min-width: 568px) {
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
  .text-sm-uppercase {
    text-transform: uppercase !important;
  }
  .text-sm-capitalize {
    text-transform: capitalize !important;
  }
  .text-sm-lowercase {
    text-transform: lowercase !important;
  }
  .text-sm-none {
    text-transform: none !important;
  }
  .text-sm-none {
    text-decoration: none !important;
  }
  .text-sm-line-through {
    text-decoration: line-through !important;
  }
  .text-sm-overline {
    text-decoration: overline !important;
  }
  .text-sm-underline {
    text-decoration: underline !important;
  }
}

@media only screen and (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .text-md-uppercase {
    text-transform: uppercase !important;
  }
  .text-md-capitalize {
    text-transform: capitalize !important;
  }
  .text-md-lowercase {
    text-transform: lowercase !important;
  }
  .text-md-none {
    text-transform: none !important;
  }
  .text-md-none {
    text-decoration: none !important;
  }
  .text-md-line-through {
    text-decoration: line-through !important;
  }
  .text-md-overline {
    text-decoration: overline !important;
  }
  .text-md-underline {
    text-decoration: underline !important;
  }
}

@media only screen and (min-width: 1024px) {
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
  .text-lg-uppercase {
    text-transform: uppercase !important;
  }
  .text-lg-capitalize {
    text-transform: capitalize !important;
  }
  .text-lg-lowercase {
    text-transform: lowercase !important;
  }
  .text-lg-none {
    text-transform: none !important;
  }
  .text-lg-none {
    text-decoration: none !important;
  }
  .text-lg-line-through {
    text-decoration: line-through !important;
  }
  .text-lg-overline {
    text-decoration: overline !important;
  }
  .text-lg-underline {
    text-decoration: underline !important;
  }
}

@media only screen and (min-width: 1280px) {
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
  .text-xl-uppercase {
    text-transform: uppercase !important;
  }
  .text-xl-capitalize {
    text-transform: capitalize !important;
  }
  .text-xl-lowercase {
    text-transform: lowercase !important;
  }
  .text-xl-none {
    text-transform: none !important;
  }
  .text-xl-none {
    text-decoration: none !important;
  }
  .text-xl-line-through {
    text-decoration: line-through !important;
  }
  .text-xl-overline {
    text-decoration: overline !important;
  }
  .text-xl-underline {
    text-decoration: underline !important;
  }
}

.align-middle {
  vertical-align: middle !important;
}

.align-top {
  vertical-align: top !important;
}

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

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

@media (max-width: 375px) {
  .align-xs-middle {
    vertical-align: middle !important;
  }
  .align-xs-top {
    vertical-align: top !important;
  }
  .align-xs-baseline {
    vertical-align: baseline !important;
  }
  .align-xs-bottom {
    vertical-align: bottom !important;
  }
  .align-xs-text-top {
    vertical-align: text-top !important;
  }
  .align-xs-text-bottom {
    vertical-align: text-bottom !important;
  }
}

@media only screen and (min-width: 568px) {
  .align-sm-middle {
    vertical-align: middle !important;
  }
  .align-sm-top {
    vertical-align: top !important;
  }
  .align-sm-baseline {
    vertical-align: baseline !important;
  }
  .align-sm-bottom {
    vertical-align: bottom !important;
  }
  .align-sm-text-top {
    vertical-align: text-top !important;
  }
  .align-sm-text-bottom {
    vertical-align: text-bottom !important;
  }
}

@media only screen and (min-width: 768px) {
  .align-md-middle {
    vertical-align: middle !important;
  }
  .align-md-top {
    vertical-align: top !important;
  }
  .align-md-baseline {
    vertical-align: baseline !important;
  }
  .align-md-bottom {
    vertical-align: bottom !important;
  }
  .align-md-text-top {
    vertical-align: text-top !important;
  }
  .align-md-text-bottom {
    vertical-align: text-bottom !important;
  }
}

@media only screen and (min-width: 1024px) {
  .align-lg-middle {
    vertical-align: middle !important;
  }
  .align-lg-top {
    vertical-align: top !important;
  }
  .align-lg-baseline {
    vertical-align: baseline !important;
  }
  .align-lg-bottom {
    vertical-align: bottom !important;
  }
  .align-lg-text-top {
    vertical-align: text-top !important;
  }
  .align-lg-text-bottom {
    vertical-align: text-bottom !important;
  }
}

@media only screen and (min-width: 1280px) {
  .align-xl-middle {
    vertical-align: middle !important;
  }
  .align-xl-top {
    vertical-align: top !important;
  }
  .align-xl-baseline {
    vertical-align: baseline !important;
  }
  .align-xl-bottom {
    vertical-align: bottom !important;
  }
  .align-xl-text-top {
    vertical-align: text-top !important;
  }
  .align-xl-text-bottom {
    vertical-align: text-bottom !important;
  }
}

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

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

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

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

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

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

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

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

@media (max-width: 375px) {
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-content-xs-space-between {
    align-content: space-between !important;
  }
  .align-content-xs-space-around {
    align-content: space-around !important;
  }
  .align-content-xs-flex-start {
    align-content: flex-start !important;
  }
  .align-content-xs-flex-end {
    align-content: flex-end !important;
  }
  .align-content-xs-initial {
    align-content: initial !important;
  }
  .align-content-xs-inherit {
    align-content: inherit !important;
  }
}

@media only screen and (min-width: 568px) {
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-content-sm-space-between {
    align-content: space-between !important;
  }
  .align-content-sm-space-around {
    align-content: space-around !important;
  }
  .align-content-sm-flex-start {
    align-content: flex-start !important;
  }
  .align-content-sm-flex-end {
    align-content: flex-end !important;
  }
  .align-content-sm-initial {
    align-content: initial !important;
  }
  .align-content-sm-inherit {
    align-content: inherit !important;
  }
}

@media only screen and (min-width: 768px) {
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-content-md-space-between {
    align-content: space-between !important;
  }
  .align-content-md-space-around {
    align-content: space-around !important;
  }
  .align-content-md-flex-start {
    align-content: flex-start !important;
  }
  .align-content-md-flex-end {
    align-content: flex-end !important;
  }
  .align-content-md-initial {
    align-content: initial !important;
  }
  .align-content-md-inherit {
    align-content: inherit !important;
  }
}

@media only screen and (min-width: 1024px) {
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-content-lg-space-between {
    align-content: space-between !important;
  }
  .align-content-lg-space-around {
    align-content: space-around !important;
  }
  .align-content-lg-flex-start {
    align-content: flex-start !important;
  }
  .align-content-lg-flex-end {
    align-content: flex-end !important;
  }
  .align-content-lg-initial {
    align-content: initial !important;
  }
  .align-content-lg-inherit {
    align-content: inherit !important;
  }
}

@media only screen and (min-width: 1280px) {
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-content-xl-space-between {
    align-content: space-between !important;
  }
  .align-content-xl-space-around {
    align-content: space-around !important;
  }
  .align-content-xl-flex-start {
    align-content: flex-start !important;
  }
  .align-content-xl-flex-end {
    align-content: flex-end !important;
  }
  .align-content-xl-initial {
    align-content: initial !important;
  }
  .align-content-xl-inherit {
    align-content: inherit !important;
  }
}

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

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

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

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

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

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

@media (max-width: 375px) {
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-items-xs-flex-start {
    align-items: flex-start !important;
  }
  .align-items-xs-flex-end {
    align-items: flex-end !important;
  }
  .align-items-xs-initial {
    align-items: initial !important;
  }
  .align-items-xs-inherit {
    align-items: inherit !important;
  }
}

@media only screen and (min-width: 568px) {
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-items-sm-flex-start {
    align-items: flex-start !important;
  }
  .align-items-sm-flex-end {
    align-items: flex-end !important;
  }
  .align-items-sm-initial {
    align-items: initial !important;
  }
  .align-items-sm-inherit {
    align-items: inherit !important;
  }
}

@media only screen and (min-width: 768px) {
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-items-md-flex-start {
    align-items: flex-start !important;
  }
  .align-items-md-flex-end {
    align-items: flex-end !important;
  }
  .align-items-md-initial {
    align-items: initial !important;
  }
  .align-items-md-inherit {
    align-items: inherit !important;
  }
}

@media only screen and (min-width: 1024px) {
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-items-lg-flex-start {
    align-items: flex-start !important;
  }
  .align-items-lg-flex-end {
    align-items: flex-end !important;
  }
  .align-items-lg-initial {
    align-items: initial !important;
  }
  .align-items-lg-inherit {
    align-items: inherit !important;
  }
}

@media only screen and (min-width: 1280px) {
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-items-xl-flex-start {
    align-items: flex-start !important;
  }
  .align-items-xl-flex-end {
    align-items: flex-end !important;
  }
  .align-items-xl-initial {
    align-items: initial !important;
  }
  .align-items-xl-inherit {
    align-items: inherit !important;
  }
}

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

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

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

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

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

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

@media (max-width: 375px) {
  .align-self-xs-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xs-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .align-self-xs-flex-start {
    align-self: flex-start !important;
  }
  .align-self-xs-flex-end {
    align-self: flex-end !important;
  }
  .align-self-xs-initial {
    -ms-grid-row-align: initial !important;
        align-self: initial !important;
  }
  .align-self-xs-inherit {
    -ms-grid-row-align: inherit !important;
        align-self: inherit !important;
  }
}

@media only screen and (min-width: 568px) {
  .align-self-sm-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .align-self-sm-flex-start {
    align-self: flex-start !important;
  }
  .align-self-sm-flex-end {
    align-self: flex-end !important;
  }
  .align-self-sm-initial {
    -ms-grid-row-align: initial !important;
        align-self: initial !important;
  }
  .align-self-sm-inherit {
    -ms-grid-row-align: inherit !important;
        align-self: inherit !important;
  }
}

@media only screen and (min-width: 768px) {
  .align-self-md-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .align-self-md-flex-start {
    align-self: flex-start !important;
  }
  .align-self-md-flex-end {
    align-self: flex-end !important;
  }
  .align-self-md-initial {
    -ms-grid-row-align: initial !important;
        align-self: initial !important;
  }
  .align-self-md-inherit {
    -ms-grid-row-align: inherit !important;
        align-self: inherit !important;
  }
}

@media only screen and (min-width: 1024px) {
  .align-self-lg-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .align-self-lg-flex-start {
    align-self: flex-start !important;
  }
  .align-self-lg-flex-end {
    align-self: flex-end !important;
  }
  .align-self-lg-initial {
    -ms-grid-row-align: initial !important;
        align-self: initial !important;
  }
  .align-self-lg-inherit {
    -ms-grid-row-align: inherit !important;
        align-self: inherit !important;
  }
}

@media only screen and (min-width: 1280px) {
  .align-self-xl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .align-self-xl-flex-start {
    align-self: flex-start !important;
  }
  .align-self-xl-flex-end {
    align-self: flex-end !important;
  }
  .align-self-xl-initial {
    -ms-grid-row-align: initial !important;
        align-self: initial !important;
  }
  .align-self-xl-inherit {
    -ms-grid-row-align: inherit !important;
        align-self: inherit !important;
  }
}

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

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

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

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

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

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

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

@media (max-width: 375px) {
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-space-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-space-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-initial {
    justify-content: initial !important;
  }
  .justify-content-xs-inherit {
    justify-content: inherit !important;
  }
}

@media only screen and (min-width: 568px) {
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-space-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-space-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-initial {
    justify-content: initial !important;
  }
  .justify-content-sm-inherit {
    justify-content: inherit !important;
  }
}

@media only screen and (min-width: 768px) {
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-space-between {
    justify-content: space-between !important;
  }
  .justify-content-md-space-around {
    justify-content: space-around !important;
  }
  .justify-content-md-initial {
    justify-content: initial !important;
  }
  .justify-content-md-inherit {
    justify-content: inherit !important;
  }
}

@media only screen and (min-width: 1024px) {
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-space-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-space-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-initial {
    justify-content: initial !important;
  }
  .justify-content-lg-inherit {
    justify-content: inherit !important;
  }
}

@media only screen and (min-width: 1280px) {
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-space-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-space-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-initial {
    justify-content: initial !important;
  }
  .justify-content-xl-inherit {
    justify-content: inherit !important;
  }
}

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

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

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

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

.justify-items-initial {
  justify-items: initial !important;
}

.justify-items-inherit {
  justify-items: inherit !important;
}

@media (max-width: 375px) {
  .justify-items-xs-stretch {
    justify-items: stretch !important;
  }
  .justify-items-xs-center {
    justify-items: center !important;
  }
  .justify-items-xs-flex-start {
    justify-items: flex-start !important;
  }
  .justify-items-xs-flex-end {
    justify-items: flex-end !important;
  }
  .justify-items-xs-initial {
    justify-items: initial !important;
  }
  .justify-items-xs-inherit {
    justify-items: inherit !important;
  }
}

@media only screen and (min-width: 568px) {
  .justify-items-sm-stretch {
    justify-items: stretch !important;
  }
  .justify-items-sm-center {
    justify-items: center !important;
  }
  .justify-items-sm-flex-start {
    justify-items: flex-start !important;
  }
  .justify-items-sm-flex-end {
    justify-items: flex-end !important;
  }
  .justify-items-sm-initial {
    justify-items: initial !important;
  }
  .justify-items-sm-inherit {
    justify-items: inherit !important;
  }
}

@media only screen and (min-width: 768px) {
  .justify-items-md-stretch {
    justify-items: stretch !important;
  }
  .justify-items-md-center {
    justify-items: center !important;
  }
  .justify-items-md-flex-start {
    justify-items: flex-start !important;
  }
  .justify-items-md-flex-end {
    justify-items: flex-end !important;
  }
  .justify-items-md-initial {
    justify-items: initial !important;
  }
  .justify-items-md-inherit {
    justify-items: inherit !important;
  }
}

@media only screen and (min-width: 1024px) {
  .justify-items-lg-stretch {
    justify-items: stretch !important;
  }
  .justify-items-lg-center {
    justify-items: center !important;
  }
  .justify-items-lg-flex-start {
    justify-items: flex-start !important;
  }
  .justify-items-lg-flex-end {
    justify-items: flex-end !important;
  }
  .justify-items-lg-initial {
    justify-items: initial !important;
  }
  .justify-items-lg-inherit {
    justify-items: inherit !important;
  }
}

@media only screen and (min-width: 1280px) {
  .justify-items-xl-stretch {
    justify-items: stretch !important;
  }
  .justify-items-xl-center {
    justify-items: center !important;
  }
  .justify-items-xl-flex-start {
    justify-items: flex-start !important;
  }
  .justify-items-xl-flex-end {
    justify-items: flex-end !important;
  }
  .justify-items-xl-initial {
    justify-items: initial !important;
  }
  .justify-items-xl-inherit {
    justify-items: inherit !important;
  }
}

.border--primary {
  border-color: #ff5c5c;
}

.border--secondary {
  border-color: #3F51B5;
}

.border--success {
  border-color: #4CAF50;
}

.border--warning {
  border-color: #FFEB3B;
}

.border--danger {
  border-color: #FF3D00;
}

.border--info {
  border-color: #B3E5FC;
}

.border--default {
  border-color: #CFD8DC;
}

.border--white {
  border-color: white;
}

.border--black {
  border-color: black;
}

.border--light {
  border-color: #F5F5F5;
}

.border--dark {
  border-color: #212121;
}

.border--transparent {
  border-color: transparent;
}

.text--primary {
  §color: #ff5c5c;
}

.text--secondary {
  color: #3F51B5;
}

.text--success {
  color: #4CAF50;
}

.text--warning {
  color: #FFEB3B;
}

.text--danger {
  color: #FF3D00;
}

.text--info {
  color: #B3E5FC;
}

.text--default {
  color: #CFD8DC;
}

.text--white {
  color: white;
}

.text--black {
  color: black;
}

.text--light {
  color: #F5F5F5;
}

.text--dark {
  color: #212121;
}

.text--transparent {
  color: transparent;
}

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

.bg--secondary {
  background-color: #3F51B5;
}

.bg--success {
  background-color: #4CAF50;
}

.bg--warning {
  background-color: #FFEB3B;
}

.bg--danger {
  background-color: #FF3D00;
}

.bg--info {
  background-color: #B3E5FC;
}

.bg--default {
  background-color: #CFD8DC;
}

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

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

.bg--light {
  background-color: #F5F5F5;
}

.bg--dark {
  background-color: #212121;
}

.bg--transparent {
  background-color: transparent;
}

.bg--cover {
  background-size: cover !important;
}

.bg--contain {
  background-size: contain !important;
}

.o-hidden {
  overflow: hidden !important;
}

@media (max-width: 375px) {
  .o-xs-hidden {
    overflow: hidden !important;
  }
}

@media only screen and (min-width: 568px) {
  .o-sm-hidden {
    overflow: hidden !important;
  }
}

@media only screen and (min-width: 768px) {
  .o-md-hidden {
    overflow: hidden !important;
  }
}

@media only screen and (min-width: 1024px) {
  .o-lg-hidden {
    overflow: hidden !important;
  }
}

@media only screen and (min-width: 1280px) {
  .o-xl-hidden {
    overflow: hidden !important;
  }
}

.o-scroll {
  overflow: scroll !important;
}

@media (max-width: 375px) {
  .o-xs-scroll {
    overflow: scroll !important;
  }
}

@media only screen and (min-width: 568px) {
  .o-sm-scroll {
    overflow: scroll !important;
  }
}

@media only screen and (min-width: 768px) {
  .o-md-scroll {
    overflow: scroll !important;
  }
}

@media only screen and (min-width: 1024px) {
  .o-lg-scroll {
    overflow: scroll !important;
  }
}

@media only screen and (min-width: 1280px) {
  .o-xl-scroll {
    overflow: scroll !important;
  }
}

.o-visible {
  overflow: visible !important;
}

@media (max-width: 375px) {
  .o-xs-visible {
    overflow: visible !important;
  }
}

@media only screen and (min-width: 568px) {
  .o-sm-visible {
    overflow: visible !important;
  }
}

@media only screen and (min-width: 768px) {
  .o-md-visible {
    overflow: visible !important;
  }
}

@media only screen and (min-width: 1024px) {
  .o-lg-visible {
    overflow: visible !important;
  }
}

@media only screen and (min-width: 1280px) {
  .o-xl-visible {
    overflow: visible !important;
  }
}

.o-auto {
  overflow: auto !important;
}

@media (max-width: 375px) {
  .o-xs-auto {
    overflow: auto !important;
  }
}

@media only screen and (min-width: 568px) {
  .o-sm-auto {
    overflow: auto !important;
  }
}

@media only screen and (min-width: 768px) {
  .o-md-auto {
    overflow: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .o-lg-auto {
    overflow: auto !important;
  }
}

@media only screen and (min-width: 1280px) {
  .o-xl-auto {
    overflow: auto !important;
  }
}

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

.img--thumbnail {
  padding: .5rem;
  background-color: white;
  border: 1px solid #BDBDBD;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

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

@media (max-width: 375px) {
  .float-xs-left {
    float: left !important;
  }
}

@media only screen and (min-width: 568px) {
  .float-sm-left {
    float: left !important;
  }
}

@media only screen and (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
}

@media only screen and (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }
}

@media only screen and (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }
}

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

@media (max-width: 375px) {
  .float-xs-right {
    float: right !important;
  }
}

@media only screen and (min-width: 568px) {
  .float-sm-right {
    float: right !important;
  }
}

@media only screen and (min-width: 768px) {
  .float-md-right {
    float: right !important;
  }
}

@media only screen and (min-width: 1024px) {
  .float-lg-right {
    float: right !important;
  }
}

@media only screen and (min-width: 1280px) {
  .float-xl-right {
    float: right !important;
  }
}

.clearfix::after, .cfx::after {
  display: block;
  content: "";
  clear: both;
}

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

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

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

@media (max-width: 375px) {
  .display-xs-block {
    display: block !important;
  }
  .display-xs-inline-block {
    display: inline-block !important;
  }
  .display-xs-none {
    display: none !important;
  }
}

@media only screen and (min-width: 568px) {
  .display-sm-block {
    display: block !important;
  }
  .display-sm-inline-block {
    display: inline-block !important;
  }
  .display-sm-none {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .display-md-block {
    display: block !important;
  }
  .display-md-inline-block {
    display: inline-block !important;
  }
  .display-md-none {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .display-lg-block {
    display: block !important;
  }
  .display-lg-inline-block {
    display: inline-block !important;
  }
  .display-lg-none {
    display: none !important;
  }
}

@media only screen and (min-width: 1280px) {
  .display-xl-block {
    display: block !important;
  }
  .display-xl-inline-block {
    display: inline-block !important;
  }
  .display-xl-none {
    display: none !important;
  }
}

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

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

@media (max-width: 375px) {
  .display-xs-flex {
    display: flex !important;
  }
  .display-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 568px) {
  .display-sm-flex {
    display: flex !important;
  }
  .display-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 768px) {
  .display-md-flex {
    display: flex !important;
  }
  .display-md-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1024px) {
  .display-lg-flex {
    display: flex !important;
  }
  .display-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1280px) {
  .display-xl-flex {
    display: flex !important;
  }
  .display-xl-inline-flex {
    display: inline-flex !important;
  }
  .display-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .display-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 375px) {
  .display-xs-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .display-xs-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 568px) {
  .display-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .display-sm-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 768px) {
  .display-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .display-md-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 1024px) {
  .display-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .display-lg-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 1280px) {
  .display-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .display-xl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
}

.visibility-visible {
  visibility: visible !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

@media (max-width: 375px) {
  .visibility-xs-visible {
    visibility: visible !important;
  }
  .visibility-xs-hidden {
    visibility: hidden !important;
  }
}

@media only screen and (min-width: 568px) {
  .visibility-sm-visible {
    visibility: visible !important;
  }
  .visibility-sm-hidden {
    visibility: hidden !important;
  }
}

@media only screen and (min-width: 768px) {
  .visibility-md-visible {
    visibility: visible !important;
  }
  .visibility-md-hidden {
    visibility: hidden !important;
  }
}

@media only screen and (min-width: 1024px) {
  .visibility-lg-visible {
    visibility: visible !important;
  }
  .visibility-lg-hidden {
    visibility: hidden !important;
  }
}

@media only screen and (min-width: 1280px) {
  .visibility-xl-visible {
    visibility: visible !important;
  }
  .visibility-xl-hidden {
    visibility: hidden !important;
  }
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.position-fixed {
  position: fixed !important;
}

.position-static {
  position: static !important;
}

@media (max-width: 375px) {
  .position-xs-absolute {
    position: absolute !important;
  }
  .position-xs-relative {
    position: relative !important;
  }
  .position-xs-fixed {
    position: fixed !important;
  }
  .position-xs-static {
    position: static !important;
  }
}

@media only screen and (min-width: 568px) {
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-static {
    position: static !important;
  }
}

@media only screen and (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-static {
    position: static !important;
  }
}

@media only screen and (min-width: 1024px) {
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-static {
    position: static !important;
  }
}

@media only screen and (min-width: 1280px) {
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-static {
    position: static !important;
  }
}

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