/* Util Class
-------------------------------------------------- */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

.hide {
  display: none !important;
}

.white-space-normal {
  white-space: normal;
}

.disable-scrolling {
  overflow: hidden;
}

.display-inline {
  display: inline;
}

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

.display-block {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-direction-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-limited-width {
  width: 0;
}

.flex-min-width-0 {
  min-width: 0;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-initial {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

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

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

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.error-msg {
  padding: 0.5rem 0rem;
  color: #db0606 !important;
  font-size: 0.875rem;
  line-height: 1.4;
}

.note-msg {
  padding: 0.5rem 0rem;
  color: #4c4c4c !important;
  font-size: 0.875rem;
  line-height: 1.4;
}

.remind-msg {
  padding: 0rem 0rem 0.5rem;
  color: #195A87 !important;
  font-size: 0.875rem;
  line-height: 1.4;
}

.warning-msg {
  padding: 0.5rem 0rem;
  color: #f7650c !important;
  font-size: 0.875rem;
  line-height: 1.4;
}

.alert-msg {
  padding: 0.5rem 0rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

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

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

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

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

.color-red {
  color: #db0606 !important;
}

.color-orange {
  color: #f7650c !important;
}

.color-green {
  color: #0698A8 !important;
}

.color-blue {
  color: #1352B2 !important;
}

.color-indigo {
  color: #195A87 !important;
}

.color-gray {
  color: #6a6a6a !important;
}

.color-dark-gray {
  color: #4c4c4c !important;
}

.color-blue-gray {
  color: #9BABC4 !important;
}

.color-light-orange {
  color: #FFCB94 !important;
}

.color-black {
  color: #000 !important;
}

/* Padding / Margin
-------------------------------------------------- */
.pt0 {
  padding-top: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pt1 {
  padding-top: 0.0625rem !important;
}

.pr1 {
  padding-right: 0.0625rem !important;
}

.pb1 {
  padding-bottom: 0.0625rem !important;
}

.pl1 {
  padding-left: 0.0625rem !important;
}

.mt1 {
  margin-top: 0.0625rem !important;
}

.mr1 {
  margin-right: 0.0625rem !important;
}

.mb1 {
  margin-bottom: 0.0625rem !important;
}

.ml1 {
  margin-left: 0.0625rem !important;
}

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

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

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

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

.pt2 {
  padding-top: 0.125rem !important;
}

.pr2 {
  padding-right: 0.125rem !important;
}

.pb2 {
  padding-bottom: 0.125rem !important;
}

.pl2 {
  padding-left: 0.125rem !important;
}

.mt2 {
  margin-top: 0.125rem !important;
}

.mr2 {
  margin-right: 0.125rem !important;
}

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

.ml2 {
  margin-left: 0.125rem !important;
}

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

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

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

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

.pt3 {
  padding-top: 0.1875rem !important;
}

.pr3 {
  padding-right: 0.1875rem !important;
}

.pb3 {
  padding-bottom: 0.1875rem !important;
}

.pl3 {
  padding-left: 0.1875rem !important;
}

.mt3 {
  margin-top: 0.1875rem !important;
}

.mr3 {
  margin-right: 0.1875rem !important;
}

.mb3 {
  margin-bottom: 0.1875rem !important;
}

.ml3 {
  margin-left: 0.1875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt5 {
  padding-top: 0.3125rem !important;
}

.pr5 {
  padding-right: 0.3125rem !important;
}

.pb5 {
  padding-bottom: 0.3125rem !important;
}

.pl5 {
  padding-left: 0.3125rem !important;
}

.mt5 {
  margin-top: 0.3125rem !important;
}

.mr5 {
  margin-right: 0.3125rem !important;
}

.mb5 {
  margin-bottom: 0.3125rem !important;
}

.ml5 {
  margin-left: 0.3125rem !important;
}

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

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

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

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

.pt6 {
  padding-top: 0.375rem !important;
}

.pr6 {
  padding-right: 0.375rem !important;
}

.pb6 {
  padding-bottom: 0.375rem !important;
}

.pl6 {
  padding-left: 0.375rem !important;
}

.mt6 {
  margin-top: 0.375rem !important;
}

.mr6 {
  margin-right: 0.375rem !important;
}

.mb6 {
  margin-bottom: 0.375rem !important;
}

.ml6 {
  margin-left: 0.375rem !important;
}

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

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

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

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

.pt7 {
  padding-top: 0.4375rem !important;
}

.pr7 {
  padding-right: 0.4375rem !important;
}

.pb7 {
  padding-bottom: 0.4375rem !important;
}

.pl7 {
  padding-left: 0.4375rem !important;
}

.mt7 {
  margin-top: 0.4375rem !important;
}

.mr7 {
  margin-right: 0.4375rem !important;
}

.mb7 {
  margin-bottom: 0.4375rem !important;
}

.ml7 {
  margin-left: 0.4375rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt9 {
  padding-top: 0.5625rem !important;
}

.pr9 {
  padding-right: 0.5625rem !important;
}

.pb9 {
  padding-bottom: 0.5625rem !important;
}

.pl9 {
  padding-left: 0.5625rem !important;
}

.mt9 {
  margin-top: 0.5625rem !important;
}

.mr9 {
  margin-right: 0.5625rem !important;
}

.mb9 {
  margin-bottom: 0.5625rem !important;
}

.ml9 {
  margin-left: 0.5625rem !important;
}

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

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

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

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

.pt10 {
  padding-top: 0.625rem !important;
}

.pr10 {
  padding-right: 0.625rem !important;
}

.pb10 {
  padding-bottom: 0.625rem !important;
}

.pl10 {
  padding-left: 0.625rem !important;
}

.mt10 {
  margin-top: 0.625rem !important;
}

.mr10 {
  margin-right: 0.625rem !important;
}

.mb10 {
  margin-bottom: 0.625rem !important;
}

.ml10 {
  margin-left: 0.625rem !important;
}

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

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

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

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

.pt11 {
  padding-top: 0.6875rem !important;
}

.pr11 {
  padding-right: 0.6875rem !important;
}

.pb11 {
  padding-bottom: 0.6875rem !important;
}

.pl11 {
  padding-left: 0.6875rem !important;
}

.mt11 {
  margin-top: 0.6875rem !important;
}

.mr11 {
  margin-right: 0.6875rem !important;
}

.mb11 {
  margin-bottom: 0.6875rem !important;
}

.ml11 {
  margin-left: 0.6875rem !important;
}

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

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

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

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

.pt12 {
  padding-top: 0.75rem !important;
}

.pr12 {
  padding-right: 0.75rem !important;
}

.pb12 {
  padding-bottom: 0.75rem !important;
}

.pl12 {
  padding-left: 0.75rem !important;
}

.mt12 {
  margin-top: 0.75rem !important;
}

.mr12 {
  margin-right: 0.75rem !important;
}

.mb12 {
  margin-bottom: 0.75rem !important;
}

.ml12 {
  margin-left: 0.75rem !important;
}

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

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

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

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

.pt13 {
  padding-top: 0.8125rem !important;
}

.pr13 {
  padding-right: 0.8125rem !important;
}

.pb13 {
  padding-bottom: 0.8125rem !important;
}

.pl13 {
  padding-left: 0.8125rem !important;
}

.mt13 {
  margin-top: 0.8125rem !important;
}

.mr13 {
  margin-right: 0.8125rem !important;
}

.mb13 {
  margin-bottom: 0.8125rem !important;
}

.ml13 {
  margin-left: 0.8125rem !important;
}

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

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

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

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

.pt14 {
  padding-top: 0.875rem !important;
}

.pr14 {
  padding-right: 0.875rem !important;
}

.pb14 {
  padding-bottom: 0.875rem !important;
}

.pl14 {
  padding-left: 0.875rem !important;
}

.mt14 {
  margin-top: 0.875rem !important;
}

.mr14 {
  margin-right: 0.875rem !important;
}

.mb14 {
  margin-bottom: 0.875rem !important;
}

.ml14 {
  margin-left: 0.875rem !important;
}

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

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

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

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

.pt15 {
  padding-top: 0.9375rem !important;
}

.pr15 {
  padding-right: 0.9375rem !important;
}

.pb15 {
  padding-bottom: 0.9375rem !important;
}

.pl15 {
  padding-left: 0.9375rem !important;
}

.mt15 {
  margin-top: 0.9375rem !important;
}

.mr15 {
  margin-right: 0.9375rem !important;
}

.mb15 {
  margin-bottom: 0.9375rem !important;
}

.ml15 {
  margin-left: 0.9375rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt17 {
  padding-top: 1.0625rem !important;
}

.pr17 {
  padding-right: 1.0625rem !important;
}

.pb17 {
  padding-bottom: 1.0625rem !important;
}

.pl17 {
  padding-left: 1.0625rem !important;
}

.mt17 {
  margin-top: 1.0625rem !important;
}

.mr17 {
  margin-right: 1.0625rem !important;
}

.mb17 {
  margin-bottom: 1.0625rem !important;
}

.ml17 {
  margin-left: 1.0625rem !important;
}

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

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

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

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

.pt18 {
  padding-top: 1.125rem !important;
}

.pr18 {
  padding-right: 1.125rem !important;
}

.pb18 {
  padding-bottom: 1.125rem !important;
}

.pl18 {
  padding-left: 1.125rem !important;
}

.mt18 {
  margin-top: 1.125rem !important;
}

.mr18 {
  margin-right: 1.125rem !important;
}

.mb18 {
  margin-bottom: 1.125rem !important;
}

.ml18 {
  margin-left: 1.125rem !important;
}

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

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

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

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

.pt19 {
  padding-top: 1.1875rem !important;
}

.pr19 {
  padding-right: 1.1875rem !important;
}

.pb19 {
  padding-bottom: 1.1875rem !important;
}

.pl19 {
  padding-left: 1.1875rem !important;
}

.mt19 {
  margin-top: 1.1875rem !important;
}

.mr19 {
  margin-right: 1.1875rem !important;
}

.mb19 {
  margin-bottom: 1.1875rem !important;
}

.ml19 {
  margin-left: 1.1875rem !important;
}

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

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

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

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

.pt20 {
  padding-top: 1.25rem !important;
}

.pr20 {
  padding-right: 1.25rem !important;
}

.pb20 {
  padding-bottom: 1.25rem !important;
}

.pl20 {
  padding-left: 1.25rem !important;
}

.mt20 {
  margin-top: 1.25rem !important;
}

.mr20 {
  margin-right: 1.25rem !important;
}

.mb20 {
  margin-bottom: 1.25rem !important;
}

.ml20 {
  margin-left: 1.25rem !important;
}

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

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

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

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

.pt21 {
  padding-top: 1.3125rem !important;
}

.pr21 {
  padding-right: 1.3125rem !important;
}

.pb21 {
  padding-bottom: 1.3125rem !important;
}

.pl21 {
  padding-left: 1.3125rem !important;
}

.mt21 {
  margin-top: 1.3125rem !important;
}

.mr21 {
  margin-right: 1.3125rem !important;
}

.mb21 {
  margin-bottom: 1.3125rem !important;
}

.ml21 {
  margin-left: 1.3125rem !important;
}

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

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

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

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

.pt22 {
  padding-top: 1.375rem !important;
}

.pr22 {
  padding-right: 1.375rem !important;
}

.pb22 {
  padding-bottom: 1.375rem !important;
}

.pl22 {
  padding-left: 1.375rem !important;
}

.mt22 {
  margin-top: 1.375rem !important;
}

.mr22 {
  margin-right: 1.375rem !important;
}

.mb22 {
  margin-bottom: 1.375rem !important;
}

.ml22 {
  margin-left: 1.375rem !important;
}

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

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

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

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

.pt23 {
  padding-top: 1.4375rem !important;
}

.pr23 {
  padding-right: 1.4375rem !important;
}

.pb23 {
  padding-bottom: 1.4375rem !important;
}

.pl23 {
  padding-left: 1.4375rem !important;
}

.mt23 {
  margin-top: 1.4375rem !important;
}

.mr23 {
  margin-right: 1.4375rem !important;
}

.mb23 {
  margin-bottom: 1.4375rem !important;
}

.ml23 {
  margin-left: 1.4375rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt25 {
  padding-top: 1.5625rem !important;
}

.pr25 {
  padding-right: 1.5625rem !important;
}

.pb25 {
  padding-bottom: 1.5625rem !important;
}

.pl25 {
  padding-left: 1.5625rem !important;
}

.mt25 {
  margin-top: 1.5625rem !important;
}

.mr25 {
  margin-right: 1.5625rem !important;
}

.mb25 {
  margin-bottom: 1.5625rem !important;
}

.ml25 {
  margin-left: 1.5625rem !important;
}

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

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

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

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

.pt26 {
  padding-top: 1.625rem !important;
}

.pr26 {
  padding-right: 1.625rem !important;
}

.pb26 {
  padding-bottom: 1.625rem !important;
}

.pl26 {
  padding-left: 1.625rem !important;
}

.mt26 {
  margin-top: 1.625rem !important;
}

.mr26 {
  margin-right: 1.625rem !important;
}

.mb26 {
  margin-bottom: 1.625rem !important;
}

.ml26 {
  margin-left: 1.625rem !important;
}

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

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

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

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

.pt27 {
  padding-top: 1.6875rem !important;
}

.pr27 {
  padding-right: 1.6875rem !important;
}

.pb27 {
  padding-bottom: 1.6875rem !important;
}

.pl27 {
  padding-left: 1.6875rem !important;
}

.mt27 {
  margin-top: 1.6875rem !important;
}

.mr27 {
  margin-right: 1.6875rem !important;
}

.mb27 {
  margin-bottom: 1.6875rem !important;
}

.ml27 {
  margin-left: 1.6875rem !important;
}

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

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

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

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

.pt28 {
  padding-top: 1.75rem !important;
}

.pr28 {
  padding-right: 1.75rem !important;
}

.pb28 {
  padding-bottom: 1.75rem !important;
}

.pl28 {
  padding-left: 1.75rem !important;
}

.mt28 {
  margin-top: 1.75rem !important;
}

.mr28 {
  margin-right: 1.75rem !important;
}

.mb28 {
  margin-bottom: 1.75rem !important;
}

.ml28 {
  margin-left: 1.75rem !important;
}

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

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

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

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

.pt29 {
  padding-top: 1.8125rem !important;
}

.pr29 {
  padding-right: 1.8125rem !important;
}

.pb29 {
  padding-bottom: 1.8125rem !important;
}

.pl29 {
  padding-left: 1.8125rem !important;
}

.mt29 {
  margin-top: 1.8125rem !important;
}

.mr29 {
  margin-right: 1.8125rem !important;
}

.mb29 {
  margin-bottom: 1.8125rem !important;
}

.ml29 {
  margin-left: 1.8125rem !important;
}

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

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

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

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

.pt30 {
  padding-top: 1.875rem !important;
}

.pr30 {
  padding-right: 1.875rem !important;
}

.pb30 {
  padding-bottom: 1.875rem !important;
}

.pl30 {
  padding-left: 1.875rem !important;
}

.mt30 {
  margin-top: 1.875rem !important;
}

.mr30 {
  margin-right: 1.875rem !important;
}

.mb30 {
  margin-bottom: 1.875rem !important;
}

.ml30 {
  margin-left: 1.875rem !important;
}

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

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

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

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

.pt31 {
  padding-top: 1.9375rem !important;
}

.pr31 {
  padding-right: 1.9375rem !important;
}

.pb31 {
  padding-bottom: 1.9375rem !important;
}

.pl31 {
  padding-left: 1.9375rem !important;
}

.mt31 {
  margin-top: 1.9375rem !important;
}

.mr31 {
  margin-right: 1.9375rem !important;
}

.mb31 {
  margin-bottom: 1.9375rem !important;
}

.ml31 {
  margin-left: 1.9375rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt33 {
  padding-top: 2.0625rem !important;
}

.pr33 {
  padding-right: 2.0625rem !important;
}

.pb33 {
  padding-bottom: 2.0625rem !important;
}

.pl33 {
  padding-left: 2.0625rem !important;
}

.mt33 {
  margin-top: 2.0625rem !important;
}

.mr33 {
  margin-right: 2.0625rem !important;
}

.mb33 {
  margin-bottom: 2.0625rem !important;
}

.ml33 {
  margin-left: 2.0625rem !important;
}

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

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

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

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

.pt34 {
  padding-top: 2.125rem !important;
}

.pr34 {
  padding-right: 2.125rem !important;
}

.pb34 {
  padding-bottom: 2.125rem !important;
}

.pl34 {
  padding-left: 2.125rem !important;
}

.mt34 {
  margin-top: 2.125rem !important;
}

.mr34 {
  margin-right: 2.125rem !important;
}

.mb34 {
  margin-bottom: 2.125rem !important;
}

.ml34 {
  margin-left: 2.125rem !important;
}

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

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

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

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

.pt35 {
  padding-top: 2.1875rem !important;
}

.pr35 {
  padding-right: 2.1875rem !important;
}

.pb35 {
  padding-bottom: 2.1875rem !important;
}

.pl35 {
  padding-left: 2.1875rem !important;
}

.mt35 {
  margin-top: 2.1875rem !important;
}

.mr35 {
  margin-right: 2.1875rem !important;
}

.mb35 {
  margin-bottom: 2.1875rem !important;
}

.ml35 {
  margin-left: 2.1875rem !important;
}

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

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

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

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

.pt36 {
  padding-top: 2.25rem !important;
}

.pr36 {
  padding-right: 2.25rem !important;
}

.pb36 {
  padding-bottom: 2.25rem !important;
}

.pl36 {
  padding-left: 2.25rem !important;
}

.mt36 {
  margin-top: 2.25rem !important;
}

.mr36 {
  margin-right: 2.25rem !important;
}

.mb36 {
  margin-bottom: 2.25rem !important;
}

.ml36 {
  margin-left: 2.25rem !important;
}

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

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

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

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

.pt37 {
  padding-top: 2.3125rem !important;
}

.pr37 {
  padding-right: 2.3125rem !important;
}

.pb37 {
  padding-bottom: 2.3125rem !important;
}

.pl37 {
  padding-left: 2.3125rem !important;
}

.mt37 {
  margin-top: 2.3125rem !important;
}

.mr37 {
  margin-right: 2.3125rem !important;
}

.mb37 {
  margin-bottom: 2.3125rem !important;
}

.ml37 {
  margin-left: 2.3125rem !important;
}

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

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

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

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

.pt38 {
  padding-top: 2.375rem !important;
}

.pr38 {
  padding-right: 2.375rem !important;
}

.pb38 {
  padding-bottom: 2.375rem !important;
}

.pl38 {
  padding-left: 2.375rem !important;
}

.mt38 {
  margin-top: 2.375rem !important;
}

.mr38 {
  margin-right: 2.375rem !important;
}

.mb38 {
  margin-bottom: 2.375rem !important;
}

.ml38 {
  margin-left: 2.375rem !important;
}

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

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

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

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

.pt39 {
  padding-top: 2.4375rem !important;
}

.pr39 {
  padding-right: 2.4375rem !important;
}

.pb39 {
  padding-bottom: 2.4375rem !important;
}

.pl39 {
  padding-left: 2.4375rem !important;
}

.mt39 {
  margin-top: 2.4375rem !important;
}

.mr39 {
  margin-right: 2.4375rem !important;
}

.mb39 {
  margin-bottom: 2.4375rem !important;
}

.ml39 {
  margin-left: 2.4375rem !important;
}

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

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

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

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

.pt40 {
  padding-top: 2.5rem !important;
}

.pr40 {
  padding-right: 2.5rem !important;
}

.pb40 {
  padding-bottom: 2.5rem !important;
}

.pl40 {
  padding-left: 2.5rem !important;
}

.mt40 {
  margin-top: 2.5rem !important;
}

.mr40 {
  margin-right: 2.5rem !important;
}

.mb40 {
  margin-bottom: 2.5rem !important;
}

.ml40 {
  margin-left: 2.5rem !important;
}

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

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

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

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

.pt41 {
  padding-top: 2.5625rem !important;
}

.pr41 {
  padding-right: 2.5625rem !important;
}

.pb41 {
  padding-bottom: 2.5625rem !important;
}

.pl41 {
  padding-left: 2.5625rem !important;
}

.mt41 {
  margin-top: 2.5625rem !important;
}

.mr41 {
  margin-right: 2.5625rem !important;
}

.mb41 {
  margin-bottom: 2.5625rem !important;
}

.ml41 {
  margin-left: 2.5625rem !important;
}

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

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

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

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

.pt42 {
  padding-top: 2.625rem !important;
}

.pr42 {
  padding-right: 2.625rem !important;
}

.pb42 {
  padding-bottom: 2.625rem !important;
}

.pl42 {
  padding-left: 2.625rem !important;
}

.mt42 {
  margin-top: 2.625rem !important;
}

.mr42 {
  margin-right: 2.625rem !important;
}

.mb42 {
  margin-bottom: 2.625rem !important;
}

.ml42 {
  margin-left: 2.625rem !important;
}

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

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

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

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

.pt43 {
  padding-top: 2.6875rem !important;
}

.pr43 {
  padding-right: 2.6875rem !important;
}

.pb43 {
  padding-bottom: 2.6875rem !important;
}

.pl43 {
  padding-left: 2.6875rem !important;
}

.mt43 {
  margin-top: 2.6875rem !important;
}

.mr43 {
  margin-right: 2.6875rem !important;
}

.mb43 {
  margin-bottom: 2.6875rem !important;
}

.ml43 {
  margin-left: 2.6875rem !important;
}

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

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

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

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

.pt44 {
  padding-top: 2.75rem !important;
}

.pr44 {
  padding-right: 2.75rem !important;
}

.pb44 {
  padding-bottom: 2.75rem !important;
}

.pl44 {
  padding-left: 2.75rem !important;
}

.mt44 {
  margin-top: 2.75rem !important;
}

.mr44 {
  margin-right: 2.75rem !important;
}

.mb44 {
  margin-bottom: 2.75rem !important;
}

.ml44 {
  margin-left: 2.75rem !important;
}

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

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

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

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

.pt45 {
  padding-top: 2.8125rem !important;
}

.pr45 {
  padding-right: 2.8125rem !important;
}

.pb45 {
  padding-bottom: 2.8125rem !important;
}

.pl45 {
  padding-left: 2.8125rem !important;
}

.mt45 {
  margin-top: 2.8125rem !important;
}

.mr45 {
  margin-right: 2.8125rem !important;
}

.mb45 {
  margin-bottom: 2.8125rem !important;
}

.ml45 {
  margin-left: 2.8125rem !important;
}

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

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

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

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

.pt46 {
  padding-top: 2.875rem !important;
}

.pr46 {
  padding-right: 2.875rem !important;
}

.pb46 {
  padding-bottom: 2.875rem !important;
}

.pl46 {
  padding-left: 2.875rem !important;
}

.mt46 {
  margin-top: 2.875rem !important;
}

.mr46 {
  margin-right: 2.875rem !important;
}

.mb46 {
  margin-bottom: 2.875rem !important;
}

.ml46 {
  margin-left: 2.875rem !important;
}

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

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

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

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

.pt47 {
  padding-top: 2.9375rem !important;
}

.pr47 {
  padding-right: 2.9375rem !important;
}

.pb47 {
  padding-bottom: 2.9375rem !important;
}

.pl47 {
  padding-left: 2.9375rem !important;
}

.mt47 {
  margin-top: 2.9375rem !important;
}

.mr47 {
  margin-right: 2.9375rem !important;
}

.mb47 {
  margin-bottom: 2.9375rem !important;
}

.ml47 {
  margin-left: 2.9375rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt49 {
  padding-top: 3.0625rem !important;
}

.pr49 {
  padding-right: 3.0625rem !important;
}

.pb49 {
  padding-bottom: 3.0625rem !important;
}

.pl49 {
  padding-left: 3.0625rem !important;
}

.mt49 {
  margin-top: 3.0625rem !important;
}

.mr49 {
  margin-right: 3.0625rem !important;
}

.mb49 {
  margin-bottom: 3.0625rem !important;
}

.ml49 {
  margin-left: 3.0625rem !important;
}

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

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

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

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

.pt50 {
  padding-top: 3.125rem !important;
}

.pr50 {
  padding-right: 3.125rem !important;
}

.pb50 {
  padding-bottom: 3.125rem !important;
}

.pl50 {
  padding-left: 3.125rem !important;
}

.mt50 {
  margin-top: 3.125rem !important;
}

.mr50 {
  margin-right: 3.125rem !important;
}

.mb50 {
  margin-bottom: 3.125rem !important;
}

.ml50 {
  margin-left: 3.125rem !important;
}

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

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

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

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

.pt51 {
  padding-top: 3.1875rem !important;
}

.pr51 {
  padding-right: 3.1875rem !important;
}

.pb51 {
  padding-bottom: 3.1875rem !important;
}

.pl51 {
  padding-left: 3.1875rem !important;
}

.mt51 {
  margin-top: 3.1875rem !important;
}

.mr51 {
  margin-right: 3.1875rem !important;
}

.mb51 {
  margin-bottom: 3.1875rem !important;
}

.ml51 {
  margin-left: 3.1875rem !important;
}

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

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

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

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

.pt52 {
  padding-top: 3.25rem !important;
}

.pr52 {
  padding-right: 3.25rem !important;
}

.pb52 {
  padding-bottom: 3.25rem !important;
}

.pl52 {
  padding-left: 3.25rem !important;
}

.mt52 {
  margin-top: 3.25rem !important;
}

.mr52 {
  margin-right: 3.25rem !important;
}

.mb52 {
  margin-bottom: 3.25rem !important;
}

.ml52 {
  margin-left: 3.25rem !important;
}

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

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

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

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

.pt53 {
  padding-top: 3.3125rem !important;
}

.pr53 {
  padding-right: 3.3125rem !important;
}

.pb53 {
  padding-bottom: 3.3125rem !important;
}

.pl53 {
  padding-left: 3.3125rem !important;
}

.mt53 {
  margin-top: 3.3125rem !important;
}

.mr53 {
  margin-right: 3.3125rem !important;
}

.mb53 {
  margin-bottom: 3.3125rem !important;
}

.ml53 {
  margin-left: 3.3125rem !important;
}

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

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

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

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

.pt54 {
  padding-top: 3.375rem !important;
}

.pr54 {
  padding-right: 3.375rem !important;
}

.pb54 {
  padding-bottom: 3.375rem !important;
}

.pl54 {
  padding-left: 3.375rem !important;
}

.mt54 {
  margin-top: 3.375rem !important;
}

.mr54 {
  margin-right: 3.375rem !important;
}

.mb54 {
  margin-bottom: 3.375rem !important;
}

.ml54 {
  margin-left: 3.375rem !important;
}

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

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

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

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

.pt55 {
  padding-top: 3.4375rem !important;
}

.pr55 {
  padding-right: 3.4375rem !important;
}

.pb55 {
  padding-bottom: 3.4375rem !important;
}

.pl55 {
  padding-left: 3.4375rem !important;
}

.mt55 {
  margin-top: 3.4375rem !important;
}

.mr55 {
  margin-right: 3.4375rem !important;
}

.mb55 {
  margin-bottom: 3.4375rem !important;
}

.ml55 {
  margin-left: 3.4375rem !important;
}

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

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

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

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

.pt56 {
  padding-top: 3.5rem !important;
}

.pr56 {
  padding-right: 3.5rem !important;
}

.pb56 {
  padding-bottom: 3.5rem !important;
}

.pl56 {
  padding-left: 3.5rem !important;
}

.mt56 {
  margin-top: 3.5rem !important;
}

.mr56 {
  margin-right: 3.5rem !important;
}

.mb56 {
  margin-bottom: 3.5rem !important;
}

.ml56 {
  margin-left: 3.5rem !important;
}

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

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

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

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

.pt57 {
  padding-top: 3.5625rem !important;
}

.pr57 {
  padding-right: 3.5625rem !important;
}

.pb57 {
  padding-bottom: 3.5625rem !important;
}

.pl57 {
  padding-left: 3.5625rem !important;
}

.mt57 {
  margin-top: 3.5625rem !important;
}

.mr57 {
  margin-right: 3.5625rem !important;
}

.mb57 {
  margin-bottom: 3.5625rem !important;
}

.ml57 {
  margin-left: 3.5625rem !important;
}

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

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

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

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

.pt58 {
  padding-top: 3.625rem !important;
}

.pr58 {
  padding-right: 3.625rem !important;
}

.pb58 {
  padding-bottom: 3.625rem !important;
}

.pl58 {
  padding-left: 3.625rem !important;
}

.mt58 {
  margin-top: 3.625rem !important;
}

.mr58 {
  margin-right: 3.625rem !important;
}

.mb58 {
  margin-bottom: 3.625rem !important;
}

.ml58 {
  margin-left: 3.625rem !important;
}

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

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

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

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

.pt59 {
  padding-top: 3.6875rem !important;
}

.pr59 {
  padding-right: 3.6875rem !important;
}

.pb59 {
  padding-bottom: 3.6875rem !important;
}

.pl59 {
  padding-left: 3.6875rem !important;
}

.mt59 {
  margin-top: 3.6875rem !important;
}

.mr59 {
  margin-right: 3.6875rem !important;
}

.mb59 {
  margin-bottom: 3.6875rem !important;
}

.ml59 {
  margin-left: 3.6875rem !important;
}

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

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

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

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

.pt60 {
  padding-top: 3.75rem !important;
}

.pr60 {
  padding-right: 3.75rem !important;
}

.pb60 {
  padding-bottom: 3.75rem !important;
}

.pl60 {
  padding-left: 3.75rem !important;
}

.mt60 {
  margin-top: 3.75rem !important;
}

.mr60 {
  margin-right: 3.75rem !important;
}

.mb60 {
  margin-bottom: 3.75rem !important;
}

.ml60 {
  margin-left: 3.75rem !important;
}

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

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

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

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

.pt61 {
  padding-top: 3.8125rem !important;
}

.pr61 {
  padding-right: 3.8125rem !important;
}

.pb61 {
  padding-bottom: 3.8125rem !important;
}

.pl61 {
  padding-left: 3.8125rem !important;
}

.mt61 {
  margin-top: 3.8125rem !important;
}

.mr61 {
  margin-right: 3.8125rem !important;
}

.mb61 {
  margin-bottom: 3.8125rem !important;
}

.ml61 {
  margin-left: 3.8125rem !important;
}

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

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

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

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

.pt62 {
  padding-top: 3.875rem !important;
}

.pr62 {
  padding-right: 3.875rem !important;
}

.pb62 {
  padding-bottom: 3.875rem !important;
}

.pl62 {
  padding-left: 3.875rem !important;
}

.mt62 {
  margin-top: 3.875rem !important;
}

.mr62 {
  margin-right: 3.875rem !important;
}

.mb62 {
  margin-bottom: 3.875rem !important;
}

.ml62 {
  margin-left: 3.875rem !important;
}

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

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

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

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

.pt63 {
  padding-top: 3.9375rem !important;
}

.pr63 {
  padding-right: 3.9375rem !important;
}

.pb63 {
  padding-bottom: 3.9375rem !important;
}

.pl63 {
  padding-left: 3.9375rem !important;
}

.mt63 {
  margin-top: 3.9375rem !important;
}

.mr63 {
  margin-right: 3.9375rem !important;
}

.mb63 {
  margin-bottom: 3.9375rem !important;
}

.ml63 {
  margin-left: 3.9375rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt65 {
  padding-top: 4.0625rem !important;
}

.pr65 {
  padding-right: 4.0625rem !important;
}

.pb65 {
  padding-bottom: 4.0625rem !important;
}

.pl65 {
  padding-left: 4.0625rem !important;
}

.mt65 {
  margin-top: 4.0625rem !important;
}

.mr65 {
  margin-right: 4.0625rem !important;
}

.mb65 {
  margin-bottom: 4.0625rem !important;
}

.ml65 {
  margin-left: 4.0625rem !important;
}

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

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

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

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

.pt66 {
  padding-top: 4.125rem !important;
}

.pr66 {
  padding-right: 4.125rem !important;
}

.pb66 {
  padding-bottom: 4.125rem !important;
}

.pl66 {
  padding-left: 4.125rem !important;
}

.mt66 {
  margin-top: 4.125rem !important;
}

.mr66 {
  margin-right: 4.125rem !important;
}

.mb66 {
  margin-bottom: 4.125rem !important;
}

.ml66 {
  margin-left: 4.125rem !important;
}

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

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

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

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

.pt67 {
  padding-top: 4.1875rem !important;
}

.pr67 {
  padding-right: 4.1875rem !important;
}

.pb67 {
  padding-bottom: 4.1875rem !important;
}

.pl67 {
  padding-left: 4.1875rem !important;
}

.mt67 {
  margin-top: 4.1875rem !important;
}

.mr67 {
  margin-right: 4.1875rem !important;
}

.mb67 {
  margin-bottom: 4.1875rem !important;
}

.ml67 {
  margin-left: 4.1875rem !important;
}

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

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

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

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

.pt68 {
  padding-top: 4.25rem !important;
}

.pr68 {
  padding-right: 4.25rem !important;
}

.pb68 {
  padding-bottom: 4.25rem !important;
}

.pl68 {
  padding-left: 4.25rem !important;
}

.mt68 {
  margin-top: 4.25rem !important;
}

.mr68 {
  margin-right: 4.25rem !important;
}

.mb68 {
  margin-bottom: 4.25rem !important;
}

.ml68 {
  margin-left: 4.25rem !important;
}

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

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

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

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

.pt69 {
  padding-top: 4.3125rem !important;
}

.pr69 {
  padding-right: 4.3125rem !important;
}

.pb69 {
  padding-bottom: 4.3125rem !important;
}

.pl69 {
  padding-left: 4.3125rem !important;
}

.mt69 {
  margin-top: 4.3125rem !important;
}

.mr69 {
  margin-right: 4.3125rem !important;
}

.mb69 {
  margin-bottom: 4.3125rem !important;
}

.ml69 {
  margin-left: 4.3125rem !important;
}

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

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

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

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

.pt70 {
  padding-top: 4.375rem !important;
}

.pr70 {
  padding-right: 4.375rem !important;
}

.pb70 {
  padding-bottom: 4.375rem !important;
}

.pl70 {
  padding-left: 4.375rem !important;
}

.mt70 {
  margin-top: 4.375rem !important;
}

.mr70 {
  margin-right: 4.375rem !important;
}

.mb70 {
  margin-bottom: 4.375rem !important;
}

.ml70 {
  margin-left: 4.375rem !important;
}

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

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

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

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

.pt71 {
  padding-top: 4.4375rem !important;
}

.pr71 {
  padding-right: 4.4375rem !important;
}

.pb71 {
  padding-bottom: 4.4375rem !important;
}

.pl71 {
  padding-left: 4.4375rem !important;
}

.mt71 {
  margin-top: 4.4375rem !important;
}

.mr71 {
  margin-right: 4.4375rem !important;
}

.mb71 {
  margin-bottom: 4.4375rem !important;
}

.ml71 {
  margin-left: 4.4375rem !important;
}

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

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

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

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

.pt72 {
  padding-top: 4.5rem !important;
}

.pr72 {
  padding-right: 4.5rem !important;
}

.pb72 {
  padding-bottom: 4.5rem !important;
}

.pl72 {
  padding-left: 4.5rem !important;
}

.mt72 {
  margin-top: 4.5rem !important;
}

.mr72 {
  margin-right: 4.5rem !important;
}

.mb72 {
  margin-bottom: 4.5rem !important;
}

.ml72 {
  margin-left: 4.5rem !important;
}

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

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

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

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

/* % Width / Height
-------------------------------------------------- */
.w-0 {
  width: 0% !important;
}

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

.w-0px {
  width: 0rem;
}

.h-0px {
  height: 0rem;
}

.min-w-0 {
  min-width: 0% !important;
}

.min-h-0 {
  min-height: 0% !important;
}

.max-w-0 {
  max-width: 0% !important;
}

.max-h-0 {
  max-height: 0% !important;
}

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

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

.w-1px {
  width: 0.0625rem;
}

.h-1px {
  height: 0.0625rem;
}

.min-w-1 {
  min-width: 1% !important;
}

.min-h-1 {
  min-height: 1% !important;
}

.max-w-1 {
  max-width: 1% !important;
}

.max-h-1 {
  max-height: 1% !important;
}

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

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

.w-2px {
  width: 0.125rem;
}

.h-2px {
  height: 0.125rem;
}

.min-w-2 {
  min-width: 2% !important;
}

.min-h-2 {
  min-height: 2% !important;
}

.max-w-2 {
  max-width: 2% !important;
}

.max-h-2 {
  max-height: 2% !important;
}

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

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

.w-3px {
  width: 0.1875rem;
}

.h-3px {
  height: 0.1875rem;
}

.min-w-3 {
  min-width: 3% !important;
}

.min-h-3 {
  min-height: 3% !important;
}

.max-w-3 {
  max-width: 3% !important;
}

.max-h-3 {
  max-height: 3% !important;
}

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

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

.w-4px {
  width: 0.25rem;
}

.h-4px {
  height: 0.25rem;
}

.min-w-4 {
  min-width: 4% !important;
}

.min-h-4 {
  min-height: 4% !important;
}

.max-w-4 {
  max-width: 4% !important;
}

.max-h-4 {
  max-height: 4% !important;
}

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

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

.w-5px {
  width: 0.3125rem;
}

.h-5px {
  height: 0.3125rem;
}

.min-w-5 {
  min-width: 5% !important;
}

.min-h-5 {
  min-height: 5% !important;
}

.max-w-5 {
  max-width: 5% !important;
}

.max-h-5 {
  max-height: 5% !important;
}

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

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

.w-6px {
  width: 0.375rem;
}

.h-6px {
  height: 0.375rem;
}

.min-w-6 {
  min-width: 6% !important;
}

.min-h-6 {
  min-height: 6% !important;
}

.max-w-6 {
  max-width: 6% !important;
}

.max-h-6 {
  max-height: 6% !important;
}

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

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

.w-7px {
  width: 0.4375rem;
}

.h-7px {
  height: 0.4375rem;
}

.min-w-7 {
  min-width: 7% !important;
}

.min-h-7 {
  min-height: 7% !important;
}

.max-w-7 {
  max-width: 7% !important;
}

.max-h-7 {
  max-height: 7% !important;
}

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

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

.w-8px {
  width: 0.5rem;
}

.h-8px {
  height: 0.5rem;
}

.min-w-8 {
  min-width: 8% !important;
}

.min-h-8 {
  min-height: 8% !important;
}

.max-w-8 {
  max-width: 8% !important;
}

.max-h-8 {
  max-height: 8% !important;
}

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

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

.w-9px {
  width: 0.5625rem;
}

.h-9px {
  height: 0.5625rem;
}

.min-w-9 {
  min-width: 9% !important;
}

.min-h-9 {
  min-height: 9% !important;
}

.max-w-9 {
  max-width: 9% !important;
}

.max-h-9 {
  max-height: 9% !important;
}

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

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

.w-10px {
  width: 0.625rem;
}

.h-10px {
  height: 0.625rem;
}

.min-w-10 {
  min-width: 10% !important;
}

.min-h-10 {
  min-height: 10% !important;
}

.max-w-10 {
  max-width: 10% !important;
}

.max-h-10 {
  max-height: 10% !important;
}

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

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

.w-11px {
  width: 0.6875rem;
}

.h-11px {
  height: 0.6875rem;
}

.min-w-11 {
  min-width: 11% !important;
}

.min-h-11 {
  min-height: 11% !important;
}

.max-w-11 {
  max-width: 11% !important;
}

.max-h-11 {
  max-height: 11% !important;
}

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

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

.w-12px {
  width: 0.75rem;
}

.h-12px {
  height: 0.75rem;
}

.min-w-12 {
  min-width: 12% !important;
}

.min-h-12 {
  min-height: 12% !important;
}

.max-w-12 {
  max-width: 12% !important;
}

.max-h-12 {
  max-height: 12% !important;
}

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

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

.w-13px {
  width: 0.8125rem;
}

.h-13px {
  height: 0.8125rem;
}

.min-w-13 {
  min-width: 13% !important;
}

.min-h-13 {
  min-height: 13% !important;
}

.max-w-13 {
  max-width: 13% !important;
}

.max-h-13 {
  max-height: 13% !important;
}

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

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

.w-14px {
  width: 0.875rem;
}

.h-14px {
  height: 0.875rem;
}

.min-w-14 {
  min-width: 14% !important;
}

.min-h-14 {
  min-height: 14% !important;
}

.max-w-14 {
  max-width: 14% !important;
}

.max-h-14 {
  max-height: 14% !important;
}

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

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

.w-15px {
  width: 0.9375rem;
}

.h-15px {
  height: 0.9375rem;
}

.min-w-15 {
  min-width: 15% !important;
}

.min-h-15 {
  min-height: 15% !important;
}

.max-w-15 {
  max-width: 15% !important;
}

.max-h-15 {
  max-height: 15% !important;
}

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

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

.w-16px {
  width: 1rem;
}

.h-16px {
  height: 1rem;
}

.min-w-16 {
  min-width: 16% !important;
}

.min-h-16 {
  min-height: 16% !important;
}

.max-w-16 {
  max-width: 16% !important;
}

.max-h-16 {
  max-height: 16% !important;
}

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

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

.w-17px {
  width: 1.0625rem;
}

.h-17px {
  height: 1.0625rem;
}

.min-w-17 {
  min-width: 17% !important;
}

.min-h-17 {
  min-height: 17% !important;
}

.max-w-17 {
  max-width: 17% !important;
}

.max-h-17 {
  max-height: 17% !important;
}

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

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

.w-18px {
  width: 1.125rem;
}

.h-18px {
  height: 1.125rem;
}

.min-w-18 {
  min-width: 18% !important;
}

.min-h-18 {
  min-height: 18% !important;
}

.max-w-18 {
  max-width: 18% !important;
}

.max-h-18 {
  max-height: 18% !important;
}

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

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

.w-19px {
  width: 1.1875rem;
}

.h-19px {
  height: 1.1875rem;
}

.min-w-19 {
  min-width: 19% !important;
}

.min-h-19 {
  min-height: 19% !important;
}

.max-w-19 {
  max-width: 19% !important;
}

.max-h-19 {
  max-height: 19% !important;
}

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

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

.w-20px {
  width: 1.25rem;
}

.h-20px {
  height: 1.25rem;
}

.min-w-20 {
  min-width: 20% !important;
}

.min-h-20 {
  min-height: 20% !important;
}

.max-w-20 {
  max-width: 20% !important;
}

.max-h-20 {
  max-height: 20% !important;
}

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

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

.w-21px {
  width: 1.3125rem;
}

.h-21px {
  height: 1.3125rem;
}

.min-w-21 {
  min-width: 21% !important;
}

.min-h-21 {
  min-height: 21% !important;
}

.max-w-21 {
  max-width: 21% !important;
}

.max-h-21 {
  max-height: 21% !important;
}

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

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

.w-22px {
  width: 1.375rem;
}

.h-22px {
  height: 1.375rem;
}

.min-w-22 {
  min-width: 22% !important;
}

.min-h-22 {
  min-height: 22% !important;
}

.max-w-22 {
  max-width: 22% !important;
}

.max-h-22 {
  max-height: 22% !important;
}

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

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

.w-23px {
  width: 1.4375rem;
}

.h-23px {
  height: 1.4375rem;
}

.min-w-23 {
  min-width: 23% !important;
}

.min-h-23 {
  min-height: 23% !important;
}

.max-w-23 {
  max-width: 23% !important;
}

.max-h-23 {
  max-height: 23% !important;
}

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

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

.w-24px {
  width: 1.5rem;
}

.h-24px {
  height: 1.5rem;
}

.min-w-24 {
  min-width: 24% !important;
}

.min-h-24 {
  min-height: 24% !important;
}

.max-w-24 {
  max-width: 24% !important;
}

.max-h-24 {
  max-height: 24% !important;
}

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

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

.w-25px {
  width: 1.5625rem;
}

.h-25px {
  height: 1.5625rem;
}

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

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

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

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

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

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

.w-26px {
  width: 1.625rem;
}

.h-26px {
  height: 1.625rem;
}

.min-w-26 {
  min-width: 26% !important;
}

.min-h-26 {
  min-height: 26% !important;
}

.max-w-26 {
  max-width: 26% !important;
}

.max-h-26 {
  max-height: 26% !important;
}

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

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

.w-27px {
  width: 1.6875rem;
}

.h-27px {
  height: 1.6875rem;
}

.min-w-27 {
  min-width: 27% !important;
}

.min-h-27 {
  min-height: 27% !important;
}

.max-w-27 {
  max-width: 27% !important;
}

.max-h-27 {
  max-height: 27% !important;
}

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

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

.w-28px {
  width: 1.75rem;
}

.h-28px {
  height: 1.75rem;
}

.min-w-28 {
  min-width: 28% !important;
}

.min-h-28 {
  min-height: 28% !important;
}

.max-w-28 {
  max-width: 28% !important;
}

.max-h-28 {
  max-height: 28% !important;
}

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

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

.w-29px {
  width: 1.8125rem;
}

.h-29px {
  height: 1.8125rem;
}

.min-w-29 {
  min-width: 29% !important;
}

.min-h-29 {
  min-height: 29% !important;
}

.max-w-29 {
  max-width: 29% !important;
}

.max-h-29 {
  max-height: 29% !important;
}

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

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

.w-30px {
  width: 1.875rem;
}

.h-30px {
  height: 1.875rem;
}

.min-w-30 {
  min-width: 30% !important;
}

.min-h-30 {
  min-height: 30% !important;
}

.max-w-30 {
  max-width: 30% !important;
}

.max-h-30 {
  max-height: 30% !important;
}

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

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

.w-31px {
  width: 1.9375rem;
}

.h-31px {
  height: 1.9375rem;
}

.min-w-31 {
  min-width: 31% !important;
}

.min-h-31 {
  min-height: 31% !important;
}

.max-w-31 {
  max-width: 31% !important;
}

.max-h-31 {
  max-height: 31% !important;
}

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

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

.w-32px {
  width: 2rem;
}

.h-32px {
  height: 2rem;
}

.min-w-32 {
  min-width: 32% !important;
}

.min-h-32 {
  min-height: 32% !important;
}

.max-w-32 {
  max-width: 32% !important;
}

.max-h-32 {
  max-height: 32% !important;
}

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

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

.w-33px {
  width: 2.0625rem;
}

.h-33px {
  height: 2.0625rem;
}

.min-w-33 {
  min-width: 33% !important;
}

.min-h-33 {
  min-height: 33% !important;
}

.max-w-33 {
  max-width: 33% !important;
}

.max-h-33 {
  max-height: 33% !important;
}

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

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

.w-34px {
  width: 2.125rem;
}

.h-34px {
  height: 2.125rem;
}

.min-w-34 {
  min-width: 34% !important;
}

.min-h-34 {
  min-height: 34% !important;
}

.max-w-34 {
  max-width: 34% !important;
}

.max-h-34 {
  max-height: 34% !important;
}

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

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

.w-35px {
  width: 2.1875rem;
}

.h-35px {
  height: 2.1875rem;
}

.min-w-35 {
  min-width: 35% !important;
}

.min-h-35 {
  min-height: 35% !important;
}

.max-w-35 {
  max-width: 35% !important;
}

.max-h-35 {
  max-height: 35% !important;
}

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

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

.w-36px {
  width: 2.25rem;
}

.h-36px {
  height: 2.25rem;
}

.min-w-36 {
  min-width: 36% !important;
}

.min-h-36 {
  min-height: 36% !important;
}

.max-w-36 {
  max-width: 36% !important;
}

.max-h-36 {
  max-height: 36% !important;
}

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

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

.w-37px {
  width: 2.3125rem;
}

.h-37px {
  height: 2.3125rem;
}

.min-w-37 {
  min-width: 37% !important;
}

.min-h-37 {
  min-height: 37% !important;
}

.max-w-37 {
  max-width: 37% !important;
}

.max-h-37 {
  max-height: 37% !important;
}

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

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

.w-38px {
  width: 2.375rem;
}

.h-38px {
  height: 2.375rem;
}

.min-w-38 {
  min-width: 38% !important;
}

.min-h-38 {
  min-height: 38% !important;
}

.max-w-38 {
  max-width: 38% !important;
}

.max-h-38 {
  max-height: 38% !important;
}

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

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

.w-39px {
  width: 2.4375rem;
}

.h-39px {
  height: 2.4375rem;
}

.min-w-39 {
  min-width: 39% !important;
}

.min-h-39 {
  min-height: 39% !important;
}

.max-w-39 {
  max-width: 39% !important;
}

.max-h-39 {
  max-height: 39% !important;
}

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

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

.w-40px {
  width: 2.5rem;
}

.h-40px {
  height: 2.5rem;
}

.min-w-40 {
  min-width: 40% !important;
}

.min-h-40 {
  min-height: 40% !important;
}

.max-w-40 {
  max-width: 40% !important;
}

.max-h-40 {
  max-height: 40% !important;
}

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

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

.w-41px {
  width: 2.5625rem;
}

.h-41px {
  height: 2.5625rem;
}

.min-w-41 {
  min-width: 41% !important;
}

.min-h-41 {
  min-height: 41% !important;
}

.max-w-41 {
  max-width: 41% !important;
}

.max-h-41 {
  max-height: 41% !important;
}

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

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

.w-42px {
  width: 2.625rem;
}

.h-42px {
  height: 2.625rem;
}

.min-w-42 {
  min-width: 42% !important;
}

.min-h-42 {
  min-height: 42% !important;
}

.max-w-42 {
  max-width: 42% !important;
}

.max-h-42 {
  max-height: 42% !important;
}

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

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

.w-43px {
  width: 2.6875rem;
}

.h-43px {
  height: 2.6875rem;
}

.min-w-43 {
  min-width: 43% !important;
}

.min-h-43 {
  min-height: 43% !important;
}

.max-w-43 {
  max-width: 43% !important;
}

.max-h-43 {
  max-height: 43% !important;
}

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

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

.w-44px {
  width: 2.75rem;
}

.h-44px {
  height: 2.75rem;
}

.min-w-44 {
  min-width: 44% !important;
}

.min-h-44 {
  min-height: 44% !important;
}

.max-w-44 {
  max-width: 44% !important;
}

.max-h-44 {
  max-height: 44% !important;
}

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

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

.w-45px {
  width: 2.8125rem;
}

.h-45px {
  height: 2.8125rem;
}

.min-w-45 {
  min-width: 45% !important;
}

.min-h-45 {
  min-height: 45% !important;
}

.max-w-45 {
  max-width: 45% !important;
}

.max-h-45 {
  max-height: 45% !important;
}

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

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

.w-46px {
  width: 2.875rem;
}

.h-46px {
  height: 2.875rem;
}

.min-w-46 {
  min-width: 46% !important;
}

.min-h-46 {
  min-height: 46% !important;
}

.max-w-46 {
  max-width: 46% !important;
}

.max-h-46 {
  max-height: 46% !important;
}

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

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

.w-47px {
  width: 2.9375rem;
}

.h-47px {
  height: 2.9375rem;
}

.min-w-47 {
  min-width: 47% !important;
}

.min-h-47 {
  min-height: 47% !important;
}

.max-w-47 {
  max-width: 47% !important;
}

.max-h-47 {
  max-height: 47% !important;
}

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

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

.w-48px {
  width: 3rem;
}

.h-48px {
  height: 3rem;
}

.min-w-48 {
  min-width: 48% !important;
}

.min-h-48 {
  min-height: 48% !important;
}

.max-w-48 {
  max-width: 48% !important;
}

.max-h-48 {
  max-height: 48% !important;
}

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

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

.w-49px {
  width: 3.0625rem;
}

.h-49px {
  height: 3.0625rem;
}

.min-w-49 {
  min-width: 49% !important;
}

.min-h-49 {
  min-height: 49% !important;
}

.max-w-49 {
  max-width: 49% !important;
}

.max-h-49 {
  max-height: 49% !important;
}

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

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

.w-50px {
  width: 3.125rem;
}

.h-50px {
  height: 3.125rem;
}

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

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

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

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

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

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

.w-51px {
  width: 3.1875rem;
}

.h-51px {
  height: 3.1875rem;
}

.min-w-51 {
  min-width: 51% !important;
}

.min-h-51 {
  min-height: 51% !important;
}

.max-w-51 {
  max-width: 51% !important;
}

.max-h-51 {
  max-height: 51% !important;
}

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

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

.w-52px {
  width: 3.25rem;
}

.h-52px {
  height: 3.25rem;
}

.min-w-52 {
  min-width: 52% !important;
}

.min-h-52 {
  min-height: 52% !important;
}

.max-w-52 {
  max-width: 52% !important;
}

.max-h-52 {
  max-height: 52% !important;
}

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

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

.w-53px {
  width: 3.3125rem;
}

.h-53px {
  height: 3.3125rem;
}

.min-w-53 {
  min-width: 53% !important;
}

.min-h-53 {
  min-height: 53% !important;
}

.max-w-53 {
  max-width: 53% !important;
}

.max-h-53 {
  max-height: 53% !important;
}

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

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

.w-54px {
  width: 3.375rem;
}

.h-54px {
  height: 3.375rem;
}

.min-w-54 {
  min-width: 54% !important;
}

.min-h-54 {
  min-height: 54% !important;
}

.max-w-54 {
  max-width: 54% !important;
}

.max-h-54 {
  max-height: 54% !important;
}

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

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

.w-55px {
  width: 3.4375rem;
}

.h-55px {
  height: 3.4375rem;
}

.min-w-55 {
  min-width: 55% !important;
}

.min-h-55 {
  min-height: 55% !important;
}

.max-w-55 {
  max-width: 55% !important;
}

.max-h-55 {
  max-height: 55% !important;
}

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

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

.w-56px {
  width: 3.5rem;
}

.h-56px {
  height: 3.5rem;
}

.min-w-56 {
  min-width: 56% !important;
}

.min-h-56 {
  min-height: 56% !important;
}

.max-w-56 {
  max-width: 56% !important;
}

.max-h-56 {
  max-height: 56% !important;
}

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

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

.w-57px {
  width: 3.5625rem;
}

.h-57px {
  height: 3.5625rem;
}

.min-w-57 {
  min-width: 57% !important;
}

.min-h-57 {
  min-height: 57% !important;
}

.max-w-57 {
  max-width: 57% !important;
}

.max-h-57 {
  max-height: 57% !important;
}

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

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

.w-58px {
  width: 3.625rem;
}

.h-58px {
  height: 3.625rem;
}

.min-w-58 {
  min-width: 58% !important;
}

.min-h-58 {
  min-height: 58% !important;
}

.max-w-58 {
  max-width: 58% !important;
}

.max-h-58 {
  max-height: 58% !important;
}

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

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

.w-59px {
  width: 3.6875rem;
}

.h-59px {
  height: 3.6875rem;
}

.min-w-59 {
  min-width: 59% !important;
}

.min-h-59 {
  min-height: 59% !important;
}

.max-w-59 {
  max-width: 59% !important;
}

.max-h-59 {
  max-height: 59% !important;
}

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

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

.w-60px {
  width: 3.75rem;
}

.h-60px {
  height: 3.75rem;
}

.min-w-60 {
  min-width: 60% !important;
}

.min-h-60 {
  min-height: 60% !important;
}

.max-w-60 {
  max-width: 60% !important;
}

.max-h-60 {
  max-height: 60% !important;
}

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

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

.w-61px {
  width: 3.8125rem;
}

.h-61px {
  height: 3.8125rem;
}

.min-w-61 {
  min-width: 61% !important;
}

.min-h-61 {
  min-height: 61% !important;
}

.max-w-61 {
  max-width: 61% !important;
}

.max-h-61 {
  max-height: 61% !important;
}

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

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

.w-62px {
  width: 3.875rem;
}

.h-62px {
  height: 3.875rem;
}

.min-w-62 {
  min-width: 62% !important;
}

.min-h-62 {
  min-height: 62% !important;
}

.max-w-62 {
  max-width: 62% !important;
}

.max-h-62 {
  max-height: 62% !important;
}

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

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

.w-63px {
  width: 3.9375rem;
}

.h-63px {
  height: 3.9375rem;
}

.min-w-63 {
  min-width: 63% !important;
}

.min-h-63 {
  min-height: 63% !important;
}

.max-w-63 {
  max-width: 63% !important;
}

.max-h-63 {
  max-height: 63% !important;
}

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

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

.w-64px {
  width: 4rem;
}

.h-64px {
  height: 4rem;
}

.min-w-64 {
  min-width: 64% !important;
}

.min-h-64 {
  min-height: 64% !important;
}

.max-w-64 {
  max-width: 64% !important;
}

.max-h-64 {
  max-height: 64% !important;
}

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

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

.w-65px {
  width: 4.0625rem;
}

.h-65px {
  height: 4.0625rem;
}

.min-w-65 {
  min-width: 65% !important;
}

.min-h-65 {
  min-height: 65% !important;
}

.max-w-65 {
  max-width: 65% !important;
}

.max-h-65 {
  max-height: 65% !important;
}

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

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

.w-66px {
  width: 4.125rem;
}

.h-66px {
  height: 4.125rem;
}

.min-w-66 {
  min-width: 66% !important;
}

.min-h-66 {
  min-height: 66% !important;
}

.max-w-66 {
  max-width: 66% !important;
}

.max-h-66 {
  max-height: 66% !important;
}

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

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

.w-67px {
  width: 4.1875rem;
}

.h-67px {
  height: 4.1875rem;
}

.min-w-67 {
  min-width: 67% !important;
}

.min-h-67 {
  min-height: 67% !important;
}

.max-w-67 {
  max-width: 67% !important;
}

.max-h-67 {
  max-height: 67% !important;
}

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

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

.w-68px {
  width: 4.25rem;
}

.h-68px {
  height: 4.25rem;
}

.min-w-68 {
  min-width: 68% !important;
}

.min-h-68 {
  min-height: 68% !important;
}

.max-w-68 {
  max-width: 68% !important;
}

.max-h-68 {
  max-height: 68% !important;
}

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

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

.w-69px {
  width: 4.3125rem;
}

.h-69px {
  height: 4.3125rem;
}

.min-w-69 {
  min-width: 69% !important;
}

.min-h-69 {
  min-height: 69% !important;
}

.max-w-69 {
  max-width: 69% !important;
}

.max-h-69 {
  max-height: 69% !important;
}

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

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

.w-70px {
  width: 4.375rem;
}

.h-70px {
  height: 4.375rem;
}

.min-w-70 {
  min-width: 70% !important;
}

.min-h-70 {
  min-height: 70% !important;
}

.max-w-70 {
  max-width: 70% !important;
}

.max-h-70 {
  max-height: 70% !important;
}

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

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

.w-71px {
  width: 4.4375rem;
}

.h-71px {
  height: 4.4375rem;
}

.min-w-71 {
  min-width: 71% !important;
}

.min-h-71 {
  min-height: 71% !important;
}

.max-w-71 {
  max-width: 71% !important;
}

.max-h-71 {
  max-height: 71% !important;
}

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

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

.w-72px {
  width: 4.5rem;
}

.h-72px {
  height: 4.5rem;
}

.min-w-72 {
  min-width: 72% !important;
}

.min-h-72 {
  min-height: 72% !important;
}

.max-w-72 {
  max-width: 72% !important;
}

.max-h-72 {
  max-height: 72% !important;
}

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

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

.w-73px {
  width: 4.5625rem;
}

.h-73px {
  height: 4.5625rem;
}

.min-w-73 {
  min-width: 73% !important;
}

.min-h-73 {
  min-height: 73% !important;
}

.max-w-73 {
  max-width: 73% !important;
}

.max-h-73 {
  max-height: 73% !important;
}

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

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

.w-74px {
  width: 4.625rem;
}

.h-74px {
  height: 4.625rem;
}

.min-w-74 {
  min-width: 74% !important;
}

.min-h-74 {
  min-height: 74% !important;
}

.max-w-74 {
  max-width: 74% !important;
}

.max-h-74 {
  max-height: 74% !important;
}

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

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

.w-75px {
  width: 4.6875rem;
}

.h-75px {
  height: 4.6875rem;
}

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

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

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

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

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

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

.w-76px {
  width: 4.75rem;
}

.h-76px {
  height: 4.75rem;
}

.min-w-76 {
  min-width: 76% !important;
}

.min-h-76 {
  min-height: 76% !important;
}

.max-w-76 {
  max-width: 76% !important;
}

.max-h-76 {
  max-height: 76% !important;
}

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

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

.w-77px {
  width: 4.8125rem;
}

.h-77px {
  height: 4.8125rem;
}

.min-w-77 {
  min-width: 77% !important;
}

.min-h-77 {
  min-height: 77% !important;
}

.max-w-77 {
  max-width: 77% !important;
}

.max-h-77 {
  max-height: 77% !important;
}

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

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

.w-78px {
  width: 4.875rem;
}

.h-78px {
  height: 4.875rem;
}

.min-w-78 {
  min-width: 78% !important;
}

.min-h-78 {
  min-height: 78% !important;
}

.max-w-78 {
  max-width: 78% !important;
}

.max-h-78 {
  max-height: 78% !important;
}

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

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

.w-79px {
  width: 4.9375rem;
}

.h-79px {
  height: 4.9375rem;
}

.min-w-79 {
  min-width: 79% !important;
}

.min-h-79 {
  min-height: 79% !important;
}

.max-w-79 {
  max-width: 79% !important;
}

.max-h-79 {
  max-height: 79% !important;
}

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

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

.w-80px {
  width: 5rem;
}

.h-80px {
  height: 5rem;
}

.min-w-80 {
  min-width: 80% !important;
}

.min-h-80 {
  min-height: 80% !important;
}

.max-w-80 {
  max-width: 80% !important;
}

.max-h-80 {
  max-height: 80% !important;
}

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

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

.w-81px {
  width: 5.0625rem;
}

.h-81px {
  height: 5.0625rem;
}

.min-w-81 {
  min-width: 81% !important;
}

.min-h-81 {
  min-height: 81% !important;
}

.max-w-81 {
  max-width: 81% !important;
}

.max-h-81 {
  max-height: 81% !important;
}

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

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

.w-82px {
  width: 5.125rem;
}

.h-82px {
  height: 5.125rem;
}

.min-w-82 {
  min-width: 82% !important;
}

.min-h-82 {
  min-height: 82% !important;
}

.max-w-82 {
  max-width: 82% !important;
}

.max-h-82 {
  max-height: 82% !important;
}

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

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

.w-83px {
  width: 5.1875rem;
}

.h-83px {
  height: 5.1875rem;
}

.min-w-83 {
  min-width: 83% !important;
}

.min-h-83 {
  min-height: 83% !important;
}

.max-w-83 {
  max-width: 83% !important;
}

.max-h-83 {
  max-height: 83% !important;
}

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

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

.w-84px {
  width: 5.25rem;
}

.h-84px {
  height: 5.25rem;
}

.min-w-84 {
  min-width: 84% !important;
}

.min-h-84 {
  min-height: 84% !important;
}

.max-w-84 {
  max-width: 84% !important;
}

.max-h-84 {
  max-height: 84% !important;
}

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

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

.w-85px {
  width: 5.3125rem;
}

.h-85px {
  height: 5.3125rem;
}

.min-w-85 {
  min-width: 85% !important;
}

.min-h-85 {
  min-height: 85% !important;
}

.max-w-85 {
  max-width: 85% !important;
}

.max-h-85 {
  max-height: 85% !important;
}

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

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

.w-86px {
  width: 5.375rem;
}

.h-86px {
  height: 5.375rem;
}

.min-w-86 {
  min-width: 86% !important;
}

.min-h-86 {
  min-height: 86% !important;
}

.max-w-86 {
  max-width: 86% !important;
}

.max-h-86 {
  max-height: 86% !important;
}

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

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

.w-87px {
  width: 5.4375rem;
}

.h-87px {
  height: 5.4375rem;
}

.min-w-87 {
  min-width: 87% !important;
}

.min-h-87 {
  min-height: 87% !important;
}

.max-w-87 {
  max-width: 87% !important;
}

.max-h-87 {
  max-height: 87% !important;
}

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

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

.w-88px {
  width: 5.5rem;
}

.h-88px {
  height: 5.5rem;
}

.min-w-88 {
  min-width: 88% !important;
}

.min-h-88 {
  min-height: 88% !important;
}

.max-w-88 {
  max-width: 88% !important;
}

.max-h-88 {
  max-height: 88% !important;
}

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

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

.w-89px {
  width: 5.5625rem;
}

.h-89px {
  height: 5.5625rem;
}

.min-w-89 {
  min-width: 89% !important;
}

.min-h-89 {
  min-height: 89% !important;
}

.max-w-89 {
  max-width: 89% !important;
}

.max-h-89 {
  max-height: 89% !important;
}

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

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

.w-90px {
  width: 5.625rem;
}

.h-90px {
  height: 5.625rem;
}

.min-w-90 {
  min-width: 90% !important;
}

.min-h-90 {
  min-height: 90% !important;
}

.max-w-90 {
  max-width: 90% !important;
}

.max-h-90 {
  max-height: 90% !important;
}

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

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

.w-91px {
  width: 5.6875rem;
}

.h-91px {
  height: 5.6875rem;
}

.min-w-91 {
  min-width: 91% !important;
}

.min-h-91 {
  min-height: 91% !important;
}

.max-w-91 {
  max-width: 91% !important;
}

.max-h-91 {
  max-height: 91% !important;
}

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

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

.w-92px {
  width: 5.75rem;
}

.h-92px {
  height: 5.75rem;
}

.min-w-92 {
  min-width: 92% !important;
}

.min-h-92 {
  min-height: 92% !important;
}

.max-w-92 {
  max-width: 92% !important;
}

.max-h-92 {
  max-height: 92% !important;
}

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

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

.w-93px {
  width: 5.8125rem;
}

.h-93px {
  height: 5.8125rem;
}

.min-w-93 {
  min-width: 93% !important;
}

.min-h-93 {
  min-height: 93% !important;
}

.max-w-93 {
  max-width: 93% !important;
}

.max-h-93 {
  max-height: 93% !important;
}

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

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

.w-94px {
  width: 5.875rem;
}

.h-94px {
  height: 5.875rem;
}

.min-w-94 {
  min-width: 94% !important;
}

.min-h-94 {
  min-height: 94% !important;
}

.max-w-94 {
  max-width: 94% !important;
}

.max-h-94 {
  max-height: 94% !important;
}

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

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

.w-95px {
  width: 5.9375rem;
}

.h-95px {
  height: 5.9375rem;
}

.min-w-95 {
  min-width: 95% !important;
}

.min-h-95 {
  min-height: 95% !important;
}

.max-w-95 {
  max-width: 95% !important;
}

.max-h-95 {
  max-height: 95% !important;
}

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

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

.w-96px {
  width: 6rem;
}

.h-96px {
  height: 6rem;
}

.min-w-96 {
  min-width: 96% !important;
}

.min-h-96 {
  min-height: 96% !important;
}

.max-w-96 {
  max-width: 96% !important;
}

.max-h-96 {
  max-height: 96% !important;
}

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

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

.w-97px {
  width: 6.0625rem;
}

.h-97px {
  height: 6.0625rem;
}

.min-w-97 {
  min-width: 97% !important;
}

.min-h-97 {
  min-height: 97% !important;
}

.max-w-97 {
  max-width: 97% !important;
}

.max-h-97 {
  max-height: 97% !important;
}

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

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

.w-98px {
  width: 6.125rem;
}

.h-98px {
  height: 6.125rem;
}

.min-w-98 {
  min-width: 98% !important;
}

.min-h-98 {
  min-height: 98% !important;
}

.max-w-98 {
  max-width: 98% !important;
}

.max-h-98 {
  max-height: 98% !important;
}

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

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

.w-99px {
  width: 6.1875rem;
}

.h-99px {
  height: 6.1875rem;
}

.min-w-99 {
  min-width: 99% !important;
}

.min-h-99 {
  min-height: 99% !important;
}

.max-w-99 {
  max-width: 99% !important;
}

.max-h-99 {
  max-height: 99% !important;
}

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

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

.w-100px {
  width: 6.25rem;
}

.h-100px {
  height: 6.25rem;
}

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

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

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

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

.min-w-auto {
  min-width: auto !important;
}

.max-w-auto {
  max-width: auto !important;
}

.min-h-auto {
  min-height: auto !important;
}

.max-h-auto {
  max-height: auto !important;
}

/* Text
-------------------------------------------------- */
.fs12 {
  font-size: 0.75rem !important;
}

.fs13 {
  font-size: 0.8125rem !important;
}

.fs14 {
  font-size: 0.875rem !important;
}

.fs15 {
  font-size: 0.9375rem !important;
}

.fs16 {
  font-size: 1rem !important;
}

.fs17 {
  font-size: 1.0625rem !important;
}

.fs18 {
  font-size: 1.125rem !important;
}

.fs19 {
  font-size: 1.1875rem !important;
}

.fs20 {
  font-size: 1.25rem !important;
}

.fs21 {
  font-size: 1.3125rem !important;
}

.fs22 {
  font-size: 1.375rem !important;
}

.fs23 {
  font-size: 1.4375rem !important;
}

.fs24 {
  font-size: 1.5rem !important;
}

.fs25 {
  font-size: 1.5625rem !important;
}

.fs26 {
  font-size: 1.625rem !important;
}

.fs27 {
  font-size: 1.6875rem !important;
}

.fs28 {
  font-size: 1.75rem !important;
}

.fs29 {
  font-size: 1.8125rem !important;
}

.fs30 {
  font-size: 1.875rem !important;
}

.fs31 {
  font-size: 1.9375rem !important;
}

.fs32 {
  font-size: 2rem !important;
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw6 {
  font-weight: 600 !important;
}

.single-hilight {
  display: inline-block;
  font-weight: 500;
  color: #1352b2;
}

.single-hilight-dark {
  display: inline-block;
  font-weight: 500;
  color: #40464d;
}

.single-hilight.inline, .single-hilight-dark.inline {
  display: inline;
}

/* Icon
-------------------------------------------------- */
.ic-check {
  display: inline-block;
  vertical-align: middle;
  width: 1.125rem;
  height: 1.125rem;
  min-width: 0;
  background-image: url("../img/utils/ic-check-group.svg");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 2.25rem 1.125rem;
}

.ic-check.checked {
  background-position-x: 100%;
}

.ic-check.unchecked {
  background-position-x: 0;
}

.ic-status-check {
  display: inline-block;
  vertical-align: middle;
  width: 1.125rem;
  height: 1.125rem;
  min-width: 0;
  background-image: url("../img/utils/ic-status-checked.svg");
  background-repeat: no-repeat;
  background-size: 1.125rem 1.125rem;
}

.ic-status-check.checked {
  background-image: url("../img/utils/ic-status-checked.svg");
}

.ic-status-check.unchecked {
  background-image: url("../img/utils/ic-status-uncheck.svg");
}

/* Mask
-------------------------------------------------- */
.screen-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 50;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.screen-mask.visible {
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* Scrolling Top Box-Shadow
-------------------------------------------------- */
.boxshadow-inset-top:before {
  content: "";
  position: absolute;
  height: 1rem;
  left: 1.5rem;
  right: 1.5rem;
  top: -1rem;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 0.25rem 0.875rem -0.25rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 0.875rem -0.25rem rgba(0, 0, 0, 0.15);
}

.boxshadow-inset-bottom:after {
  content: "";
  position: absolute;
  height: 1rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: -1rem;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 -0.025rem 0.313rem 0.025rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 -0.025rem 0.313rem 0.025rem rgba(0, 0, 0, 0.1);
}

/* Fix for Angular
-------------------------------------------------- */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  backgorund-color: #000;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}