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

html {
  font-family: 'Montserrat', sans-serif;
  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);
}

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

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

body {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
}

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

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

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

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.8rem;
}

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

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

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

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

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

dt {
  font-weight: bold
}

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

blockquote {
  margin: 0 0 1rem
}

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: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #006ab7;
  text-decoration: underline
}

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

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

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

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

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

figure {
  margin: 0 0 1rem
}

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

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

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

th {
  text-align: inherit
}

label {
  display: inline-block;
}

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
}

option {
  -moz-padding-start: 0;
}

input:required,
select:required,
textarea:required {
  box-shadow: none;
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
  -ms-appearance: button
  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 {
  resize: none
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 1px solid hsl(15, 1%, 83%);
  border-radius: 3px;
}

legend {
  display: block;
  max-width: 100%;
  padding: 0 .5rem;
  font-size: 0.9rem;
  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="number"]:disabled,
[type="number"]:disabled {
  -moz-appearance: textfield;
}

[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
}

/* should we do this? */
dt {
  text-transform: uppercase
}

[data-dismiss="dialog"] * {
  pointer-events: none
}

/*--------------------------------------*/
/* #SCROLLBAR (only chrome)*/
/*--------------------------------------*/

::-webkit-scrollbar {
  width: calc(16px / 2);
}

::-webkit-scrollbar:horizontal {
  height: calc(16px / 2);
}

::-webkit-scrollbar-thumb {
  background: hsl(15, 1%, 53%);
  border-radius: 1rem;
}

/* FUNCTIONS */

/* small margin children */
.sm-m-child>* {
  margin: .25rem 0;
}

.box-shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.box-shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

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

.box-shadow-in {
  box-shadow: inset 0 0 .1rem .1rem rgba(0, 0, 0, .075) !important;
}

.text-indigo {
  color: hsl(263, 90%, 51%) !important;
}

.text-purple {
  color: hsl(261, 51%, 51%) !important;
}

.text-red,
.text-danger {
  color: hsl(1, 76%, 54%) !important;
}

.text-brand {
  color: #006ab7 !important;
}

.text-yellow,
.text-warning {
  color: hsl(40, 96%, 64%) !important;
}

.text-green,
.text-success {
  color: hsl(142, 76%, 44%) !important;
}

.text-teal,
.text-info {
  color: hsl(162, 73%, 46%) !important;
}

.text-cyan {
  color: hsl(188, 78%, 41%) !important;
}

.text-white {
  color: #fff !important;
}

.text-gray2 {
  color: hsl(15, 1%, 83%) !important;
}

.text-gray3 {
  color: hsl(15, 1%, 68%) !important;
}

.text-gray4 {
  color: hsl(15, 1%, 53%) !important;
}

.text-primary {
  color: hsl(204, 100%, 37%) !important;
}

.text-light {
  color: hsl(15, 1%, 96%) !important;
}

.text-muted {
  color: hsl(15, 1%, 68%) !important;
}

.text-dark {
  color: hsl(15, 1%, 38%) !important;
}

.text-black {
  color: hsl(15, 1%, 18%) !important;
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-uppercase, .uppercase {
  text-transform: uppercase;
}

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

.text-underline, .underline {
  text-decoration: underline;
}

.text-mono {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.small {
  font-size: .8rem;
  /* line-height: .8; */
}

.big {
  font-size: 1.15rem;
}

.bigger {
  font-size: 1.5rem;
  /* line-height: 1.25; */
}

.double {
  font-size: 2rem;
  /* line-height: 2; */
}

.lite {
  font-weight: 300
}

.normal {
  font-weight: 400
} 

.sbold {
  font-weight: 500
}

.bold {
  font-weight: 600
}

.pen * {
  pointer-events: none;
}

.pointer {
  cursor: pointer;
}

.box-100 {
  height: 1rem !important;
  width: 1rem !important;
}

.box-120 {
  height: 1.20rem !important;
  width: 1.20rem !important;
}

.box-125 {
  height: 1.25rem !important;
  width: 1.25rem !important;
}

.box-remove {
  height: 1.25rem !important;
}

.box-150 {
  height: 1.5rem !important;
  width: 1.5rem !important;
}

.box-175 {
  height: 1.75rem !important;
  width: 1.75rem !important;
}

.box-200 {
  height: 2rem !important;
  width: 2rem !important;
}

.box-300 {
  height: 3rem !important;
  width: 3rem !important;
}

.box-400 {
  height: 4rem !important;
  width: 4rem !important;
}

.logobox{ height: 1.25rem !important;}

.box-600 {
  height: 6rem !important;
  width: 6rem !important;
}

.box-1000 {
  height: 10rem !important;
  width: 10rem !important;
}

/* inline image to standard line height */
.iih-150 {
  height: 1.5rem !important;
}

.rounded {
  border-radius: 3px
}

.unicode-icon {
  display: inline-block;
  line-height: 1;
  text-align: center;
}

.size-inherit {
  max-height: 1em;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.list-unstyled {
  list-style: none;
}
.tree-list {
  list-style: none;
  padding-left: 2ch;
  margin-left: 0;
  border-left: 1px solid hsl(15, 1%, 83%);
}
.tree-select {
  width: auto;
  min-width: 4ch;
  padding: .5rem !important;
  display: inline-block;
}

.bg-indigo {
  background-color: hsl(263, 90%, 51%);
}

.bg-purple {
  background-color: hsl(261, 51%, 51%);
}

.bg-red,
.bg-danger {
  background-color: hsl(1, 76%, 54%);
}

.bg-brand {
  background-color: #B7202D;;
}

.bg-yellow,
.bg-warning {
  background-color: hsl(40, 96%, 64%);
}

.bg-invalid {
  background-color: hsl(40, 96%, 74%);
}

.bg-green,
.bg-success {
  background-color: hsl(142, 76%, 44%);
}

.bg-teal,
.bg-info {
  background-color: hsl(162, 73%, 46%);
}

.bg-cyan {
  background-color: hsl(188, 78%, 41%);
}

.bg-blue {
  background-color: hsl(204, 100%, 37%);
}

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

.bg-gray2 {
  background-color: hsl(15, 1%, 83%);
}

.bg-gray3 {
  background-color: hsl(15, 1%, 68%);
}

.bg-gray4 {
  background-color: hsl(15, 1%, 53%);
}

.bg-primary {
  background-color: hsl(204, 100%, 37%);
}

.bg-light {
  background-color: hsl(15, 1%, 96%);
}

.bg-dark {
  background-color: hsl(15, 1%, 38%);
}

.bg-black {
  background-color: hsl(15, 1%, 18%);
}

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

.bb-light {
  border-bottom: 1px solid hsl(15, 1%, 96%)
}

.bt-light {
  border-top: 1px solid hsl(15, 1%, 96%)
}

.bl-light {
  border-left: 1px solid hsl(15, 1%, 96%)
}

.br-light {
  border-right: 1px solid hsl(15, 1%, 96%)
}

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

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

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

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

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

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

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
  z-index: 2000;
}

.visible {
  visibility: visible !important;
}

.hidden {
  visibility: hidden !important;
  cursor: pointer;
}

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

.d-inline {
  display: inline;
}

.d-inline-block, .ib {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-flex, .flex, .column, .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.d-flex-i, .flex-i, .column-i, .row-i {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

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

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

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

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

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

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

.flex-grow, .grow {
  flex-grow: 1;
}

.flex-shrink, .shrink {
  flex-shrink: 1;
}

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

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

.flex-expand, .expand {
  flex: 1 0 auto;
}

.flex-auto {
  flex: auto;
}

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

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

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

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

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

.justify-content-evenly, .jce {
  justify-content: space-evenly;
}

.align-items-start, .ais {
  -webkit-align-items: flex-start; /* Safari 7.0+ */
  align-items: flex-start !important;
}

.align-items-end, .aie {
  -webkit-align-items: flex-end; /* Safari 7.0+ */
  align-items: flex-end !important;
}

.align-items-center, .aic {
  -webkit-align-items: center; /* Safari 7.0+ */
  align-items: center !important;
}

.align-items-baseline, .aib {
  -webkit-align-items: baseline; /* Safari 7.0+ */
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-align-items: stretch; /* Safari 7.0+ */
  align-items: stretch !important;
}

.align-content-start, .acs {
  -webkit-align-content: stretch; /* Safari 7.0+ */
  align-content: flex-start !important;
}

.align-content-end, .ace {
  -webkit-align-content: flex-end; /* Safari 7.0+ */
  align-content: flex-end !important;
}

.align-content-center, .acc {
  -webkit-align-content: center; /* Safari 7.0+ */
  align-content: center !important;
}

.align-content-between, .acb {
  -webkit-align-content: space-between; /* Safari 7.0+ */
  align-content: space-between !important;
}

.align-content-around, .aca {
  -webkit-align-content: space-around; /* Safari 7.0+ */
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch; /* Safari 7.0+ */
  align-content: stretch !important;
}

.align-self-auto, .asa {
  -webkit-align-self: auto; /* Safari 7.0+ */
  align-self: auto !important;
}

.align-self-start, .ass {
  -webkit-align-self: flex-start; /* Safari 7.0+ */
  align-self: flex-start !important;
}

.align-self-end, .ase {
  -webkit-align-self: flex-end; /* Safari 7.0+ */
  align-self: flex-end !important;
}

.align-self-center, .asc {
  -webkit-align-self: center; /* Safari 7.0+ */
  align-self: center !important;
}

.align-self-baseline, .asb {
  -webkit-align-self: baseline; /* Safari 7.0+ */
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch; /* Safari 7.0+ */
  align-self: stretch !important;
}

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

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

.mw-mobile {
  max-width: 24rem;
}

.w-mobile {
  width: 24rem;
}

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

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

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

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

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

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

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

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

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

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

.m-01t {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}

.m-010t {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-02 {
  padding: 0.24rem 0.24rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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