/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}/*
 * Hinge Overrides
 */

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-7 {
  margin: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

.m-9 {
  margin: 4.5rem !important;
}

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

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

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

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

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

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

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

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

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

.m-11 {
  margin: 5.5rem !important;
}

.mt-11,
.my-11 {
  margin-top: 5.5rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 5.5rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 5.5rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 5.5rem !important;
}

.m-12 {
  margin: 6rem !important;
}

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

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

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

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

.m-13 {
  margin: 6.5rem !important;
}

.mt-13,
.my-13 {
  margin-top: 6.5rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 6.5rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 6.5rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 6.5rem !important;
}

.m-14 {
  margin: 7rem !important;
}

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

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

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

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

.m-15 {
  margin: 7.5rem !important;
}

.mt-15,
.my-15 {
  margin-top: 7.5rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 7.5rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 7.5rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 7.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-7 {
  padding: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

.p-9 {
  padding: 4.5rem !important;
}

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

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

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

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

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

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

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

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

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

.p-11 {
  padding: 5.5rem !important;
}

.pt-11,
.py-11 {
  padding-top: 5.5rem !important;
}

.pr-11,
.px-11 {
  padding-right: 5.5rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 5.5rem !important;
}

.pl-11,
.px-11 {
  padding-left: 5.5rem !important;
}

.p-12 {
  padding: 6rem !important;
}

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

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

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

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

.p-13 {
  padding: 6.5rem !important;
}

.pt-13,
.py-13 {
  padding-top: 6.5rem !important;
}

.pr-13,
.px-13 {
  padding-right: 6.5rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 6.5rem !important;
}

.pl-13,
.px-13 {
  padding-left: 6.5rem !important;
}

.p-14 {
  padding: 7rem !important;
}

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

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

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

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

.p-15 {
  padding: 7.5rem !important;
}

.pt-15,
.py-15 {
  padding-top: 7.5rem !important;
}

.pr-15,
.px-15 {
  padding-right: 7.5rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 7.5rem !important;
}

.pl-15,
.px-15 {
  padding-left: 7.5rem !important;
}

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

.pt-4px,
.py-4px {
  padding-top: 0.25rem !important;
}

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

.pb-4px,
.py-4px {
  padding-bottom: 0.25rem !important;
}

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

.p-12px {
  padding: 0.75rem !important;
}

.pt-12px,
.py-12px {
  padding-top: 0.75rem !important;
}

.pr-12px,
.px-12px {
  padding-right: 0.75rem !important;
}

.pb-12px,
.py-12px {
  padding-bottom: 0.75rem !important;
}

.pl-12px,
.px-12px {
  padding-left: 0.75rem !important;
}

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

.mt-n1,
.my-n1 {
  margin-top: -0.5rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.5rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.5rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.5rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -0.5rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.5rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.5rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.5rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -0.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -0.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -0.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -0.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -0.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -0.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -0.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -0.5rem !important;
}

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

.mt-n6,
.my-n6 {
  margin-top: -0.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -0.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -0.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -0.5rem !important;
}

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

.mt-n7,
.my-n7 {
  margin-top: -0.5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -0.5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -0.5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -0.5rem !important;
}

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

.mt-n8,
.my-n8 {
  margin-top: -0.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -0.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -0.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -0.5rem !important;
}

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

.mt-n9,
.my-n9 {
  margin-top: -0.5rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -0.5rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -0.5rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -0.5rem !important;
}

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

.mt-n10,
.my-n10 {
  margin-top: -0.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -0.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -0.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -0.5rem !important;
}

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

.mt-n11,
.my-n11 {
  margin-top: -0.5rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -0.5rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -0.5rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -0.5rem !important;
}

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

.mt-n12,
.my-n12 {
  margin-top: -0.5rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -0.5rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -0.5rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -0.5rem !important;
}

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

.mt-n13,
.my-n13 {
  margin-top: -0.5rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -0.5rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -0.5rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -0.5rem !important;
}

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

.mt-n14,
.my-n14 {
  margin-top: -0.5rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -0.5rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -0.5rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -0.5rem !important;
}

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

.mt-n15,
.my-n15 {
  margin-top: -0.5rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -0.5rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -0.5rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -0.5rem !important;
}

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

.mt-n4px,
.my-n4px {
  margin-top: -0.5rem !important;
}

.mr-n4px,
.mx-n4px {
  margin-right: -0.5rem !important;
}

.mb-n4px,
.my-n4px {
  margin-bottom: -0.5rem !important;
}

.ml-n4px,
.mx-n4px {
  margin-left: -0.5rem !important;
}

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

.mt-n12px,
.my-n12px {
  margin-top: -0.5rem !important;
}

.mr-n12px,
.mx-n12px {
  margin-right: -0.5rem !important;
}

.mb-n12px,
.my-n12px {
  margin-bottom: -0.5rem !important;
}

.ml-n12px,
.mx-n12px {
  margin-left: -0.5rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important;
  }

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

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important;
  }

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

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2rem !important;
  }

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

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2.5rem !important;
  }

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

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3rem !important;
  }

  .m-sm-7 {
    margin: 3.5rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3.5rem !important;
  }

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

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 4rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 4rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 4rem !important;
  }

  .m-sm-9 {
    margin: 4.5rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4.5rem !important;
  }

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

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 5rem !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 5rem !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 5rem !important;
  }

  .m-sm-11 {
    margin: 5.5rem !important;
  }

  .mt-sm-11,
  .my-sm-11 {
    margin-top: 5.5rem !important;
  }

  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 5.5rem !important;
  }

  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 5.5rem !important;
  }

  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 5.5rem !important;
  }

  .m-sm-12 {
    margin: 6rem !important;
  }

  .mt-sm-12,
  .my-sm-12 {
    margin-top: 6rem !important;
  }

  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 6rem !important;
  }

  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 6rem !important;
  }

  .m-sm-13 {
    margin: 6.5rem !important;
  }

  .mt-sm-13,
  .my-sm-13 {
    margin-top: 6.5rem !important;
  }

  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 6.5rem !important;
  }

  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 6.5rem !important;
  }

  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 6.5rem !important;
  }

  .m-sm-14 {
    margin: 7rem !important;
  }

  .mt-sm-14,
  .my-sm-14 {
    margin-top: 7rem !important;
  }

  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 7rem !important;
  }

  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 7rem !important;
  }

  .m-sm-15 {
    margin: 7.5rem !important;
  }

  .mt-sm-15,
  .my-sm-15 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 7.5rem !important;
  }

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

  .mt-sm-4px,
  .my-sm-4px {
    margin-top: 0.25rem !important;
  }

  .mr-sm-4px,
  .mx-sm-4px {
    margin-right: 0.25rem !important;
  }

  .mb-sm-4px,
  .my-sm-4px {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-4px,
  .mx-sm-4px {
    margin-left: 0.25rem !important;
  }

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

  .mt-sm-12px,
  .my-sm-12px {
    margin-top: 0.75rem !important;
  }

  .mr-sm-12px,
  .mx-sm-12px {
    margin-right: 0.75rem !important;
  }

  .mb-sm-12px,
  .my-sm-12px {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-12px,
  .mx-sm-12px {
    margin-left: 0.75rem !important;
  }

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

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

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

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

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

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

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important;
  }

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

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important;
  }

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

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.5rem !important;
  }

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

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2rem !important;
  }

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

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2.5rem !important;
  }

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

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3rem !important;
  }

  .p-sm-7 {
    padding: 3.5rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3.5rem !important;
  }

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

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 4rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 4rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 4rem !important;
  }

  .p-sm-9 {
    padding: 4.5rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4.5rem !important;
  }

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

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 5rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 5rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 5rem !important;
  }

  .p-sm-11 {
    padding: 5.5rem !important;
  }

  .pt-sm-11,
  .py-sm-11 {
    padding-top: 5.5rem !important;
  }

  .pr-sm-11,
  .px-sm-11 {
    padding-right: 5.5rem !important;
  }

  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 5.5rem !important;
  }

  .pl-sm-11,
  .px-sm-11 {
    padding-left: 5.5rem !important;
  }

  .p-sm-12 {
    padding: 6rem !important;
  }

  .pt-sm-12,
  .py-sm-12 {
    padding-top: 6rem !important;
  }

  .pr-sm-12,
  .px-sm-12 {
    padding-right: 6rem !important;
  }

  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-12,
  .px-sm-12 {
    padding-left: 6rem !important;
  }

  .p-sm-13 {
    padding: 6.5rem !important;
  }

  .pt-sm-13,
  .py-sm-13 {
    padding-top: 6.5rem !important;
  }

  .pr-sm-13,
  .px-sm-13 {
    padding-right: 6.5rem !important;
  }

  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 6.5rem !important;
  }

  .pl-sm-13,
  .px-sm-13 {
    padding-left: 6.5rem !important;
  }

  .p-sm-14 {
    padding: 7rem !important;
  }

  .pt-sm-14,
  .py-sm-14 {
    padding-top: 7rem !important;
  }

  .pr-sm-14,
  .px-sm-14 {
    padding-right: 7rem !important;
  }

  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-14,
  .px-sm-14 {
    padding-left: 7rem !important;
  }

  .p-sm-15 {
    padding: 7.5rem !important;
  }

  .pt-sm-15,
  .py-sm-15 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-15,
  .px-sm-15 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-15,
  .px-sm-15 {
    padding-left: 7.5rem !important;
  }

  .p-sm-4px {
    padding: 0.25rem !important;
  }

  .pt-sm-4px,
  .py-sm-4px {
    padding-top: 0.25rem !important;
  }

  .pr-sm-4px,
  .px-sm-4px {
    padding-right: 0.25rem !important;
  }

  .pb-sm-4px,
  .py-sm-4px {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-4px,
  .px-sm-4px {
    padding-left: 0.25rem !important;
  }

  .p-sm-12px {
    padding: 0.75rem !important;
  }

  .pt-sm-12px,
  .py-sm-12px {
    padding-top: 0.75rem !important;
  }

  .pr-sm-12px,
  .px-sm-12px {
    padding-right: 0.75rem !important;
  }

  .pb-sm-12px,
  .py-sm-12px {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-12px,
  .px-sm-12px {
    padding-left: 0.75rem !important;
  }

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

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n4px,
  .my-sm-n4px {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n4px,
  .mx-sm-n4px {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n4px,
  .my-sm-n4px {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n4px,
  .mx-sm-n4px {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n12px,
  .my-sm-n12px {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n12px,
  .mx-sm-n12px {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n12px,
  .my-sm-n12px {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n12px,
  .mx-sm-n12px {
    margin-left: -0.5rem !important;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important;
  }

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

  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important;
  }

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

  .mt-md-3,
  .my-md-3 {
    margin-top: 1.5rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.5rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.5rem !important;
  }

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

  .mt-md-4,
  .my-md-4 {
    margin-top: 2rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 2rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 2rem !important;
  }

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

  .mt-md-5,
  .my-md-5 {
    margin-top: 2.5rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 2.5rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 2.5rem !important;
  }

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

  .mt-md-6,
  .my-md-6 {
    margin-top: 3rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 3rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 3rem !important;
  }

  .m-md-7 {
    margin: 3.5rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 3.5rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 3.5rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 3.5rem !important;
  }

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

  .mt-md-8,
  .my-md-8 {
    margin-top: 4rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 4rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 4rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 4rem !important;
  }

  .m-md-9 {
    margin: 4.5rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 4.5rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 4.5rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 4.5rem !important;
  }

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

  .mt-md-10,
  .my-md-10 {
    margin-top: 5rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 5rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 5rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 5rem !important;
  }

  .m-md-11 {
    margin: 5.5rem !important;
  }

  .mt-md-11,
  .my-md-11 {
    margin-top: 5.5rem !important;
  }

  .mr-md-11,
  .mx-md-11 {
    margin-right: 5.5rem !important;
  }

  .mb-md-11,
  .my-md-11 {
    margin-bottom: 5.5rem !important;
  }

  .ml-md-11,
  .mx-md-11 {
    margin-left: 5.5rem !important;
  }

  .m-md-12 {
    margin: 6rem !important;
  }

  .mt-md-12,
  .my-md-12 {
    margin-top: 6rem !important;
  }

  .mr-md-12,
  .mx-md-12 {
    margin-right: 6rem !important;
  }

  .mb-md-12,
  .my-md-12 {
    margin-bottom: 6rem !important;
  }

  .ml-md-12,
  .mx-md-12 {
    margin-left: 6rem !important;
  }

  .m-md-13 {
    margin: 6.5rem !important;
  }

  .mt-md-13,
  .my-md-13 {
    margin-top: 6.5rem !important;
  }

  .mr-md-13,
  .mx-md-13 {
    margin-right: 6.5rem !important;
  }

  .mb-md-13,
  .my-md-13 {
    margin-bottom: 6.5rem !important;
  }

  .ml-md-13,
  .mx-md-13 {
    margin-left: 6.5rem !important;
  }

  .m-md-14 {
    margin: 7rem !important;
  }

  .mt-md-14,
  .my-md-14 {
    margin-top: 7rem !important;
  }

  .mr-md-14,
  .mx-md-14 {
    margin-right: 7rem !important;
  }

  .mb-md-14,
  .my-md-14 {
    margin-bottom: 7rem !important;
  }

  .ml-md-14,
  .mx-md-14 {
    margin-left: 7rem !important;
  }

  .m-md-15 {
    margin: 7.5rem !important;
  }

  .mt-md-15,
  .my-md-15 {
    margin-top: 7.5rem !important;
  }

  .mr-md-15,
  .mx-md-15 {
    margin-right: 7.5rem !important;
  }

  .mb-md-15,
  .my-md-15 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-15,
  .mx-md-15 {
    margin-left: 7.5rem !important;
  }

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

  .mt-md-4px,
  .my-md-4px {
    margin-top: 0.25rem !important;
  }

  .mr-md-4px,
  .mx-md-4px {
    margin-right: 0.25rem !important;
  }

  .mb-md-4px,
  .my-md-4px {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-4px,
  .mx-md-4px {
    margin-left: 0.25rem !important;
  }

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

  .mt-md-12px,
  .my-md-12px {
    margin-top: 0.75rem !important;
  }

  .mr-md-12px,
  .mx-md-12px {
    margin-right: 0.75rem !important;
  }

  .mb-md-12px,
  .my-md-12px {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-12px,
  .mx-md-12px {
    margin-left: 0.75rem !important;
  }

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

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

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

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

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

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

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important;
  }

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

  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important;
  }

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

  .pt-md-3,
  .py-md-3 {
    padding-top: 1.5rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1.5rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1.5rem !important;
  }

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

  .pt-md-4,
  .py-md-4 {
    padding-top: 2rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 2rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 2rem !important;
  }

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

  .pt-md-5,
  .py-md-5 {
    padding-top: 2.5rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 2.5rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 2.5rem !important;
  }

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

  .pt-md-6,
  .py-md-6 {
    padding-top: 3rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 3rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 3rem !important;
  }

  .p-md-7 {
    padding: 3.5rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 3.5rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 3.5rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 3.5rem !important;
  }

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

  .pt-md-8,
  .py-md-8 {
    padding-top: 4rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 4rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 4rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 4rem !important;
  }

  .p-md-9 {
    padding: 4.5rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 4.5rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 4.5rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 4.5rem !important;
  }

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

  .pt-md-10,
  .py-md-10 {
    padding-top: 5rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 5rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 5rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 5rem !important;
  }

  .p-md-11 {
    padding: 5.5rem !important;
  }

  .pt-md-11,
  .py-md-11 {
    padding-top: 5.5rem !important;
  }

  .pr-md-11,
  .px-md-11 {
    padding-right: 5.5rem !important;
  }

  .pb-md-11,
  .py-md-11 {
    padding-bottom: 5.5rem !important;
  }

  .pl-md-11,
  .px-md-11 {
    padding-left: 5.5rem !important;
  }

  .p-md-12 {
    padding: 6rem !important;
  }

  .pt-md-12,
  .py-md-12 {
    padding-top: 6rem !important;
  }

  .pr-md-12,
  .px-md-12 {
    padding-right: 6rem !important;
  }

  .pb-md-12,
  .py-md-12 {
    padding-bottom: 6rem !important;
  }

  .pl-md-12,
  .px-md-12 {
    padding-left: 6rem !important;
  }

  .p-md-13 {
    padding: 6.5rem !important;
  }

  .pt-md-13,
  .py-md-13 {
    padding-top: 6.5rem !important;
  }

  .pr-md-13,
  .px-md-13 {
    padding-right: 6.5rem !important;
  }

  .pb-md-13,
  .py-md-13 {
    padding-bottom: 6.5rem !important;
  }

  .pl-md-13,
  .px-md-13 {
    padding-left: 6.5rem !important;
  }

  .p-md-14 {
    padding: 7rem !important;
  }

  .pt-md-14,
  .py-md-14 {
    padding-top: 7rem !important;
  }

  .pr-md-14,
  .px-md-14 {
    padding-right: 7rem !important;
  }

  .pb-md-14,
  .py-md-14 {
    padding-bottom: 7rem !important;
  }

  .pl-md-14,
  .px-md-14 {
    padding-left: 7rem !important;
  }

  .p-md-15 {
    padding: 7.5rem !important;
  }

  .pt-md-15,
  .py-md-15 {
    padding-top: 7.5rem !important;
  }

  .pr-md-15,
  .px-md-15 {
    padding-right: 7.5rem !important;
  }

  .pb-md-15,
  .py-md-15 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-15,
  .px-md-15 {
    padding-left: 7.5rem !important;
  }

  .p-md-4px {
    padding: 0.25rem !important;
  }

  .pt-md-4px,
  .py-md-4px {
    padding-top: 0.25rem !important;
  }

  .pr-md-4px,
  .px-md-4px {
    padding-right: 0.25rem !important;
  }

  .pb-md-4px,
  .py-md-4px {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-4px,
  .px-md-4px {
    padding-left: 0.25rem !important;
  }

  .p-md-12px {
    padding: 0.75rem !important;
  }

  .pt-md-12px,
  .py-md-12px {
    padding-top: 0.75rem !important;
  }

  .pr-md-12px,
  .px-md-12px {
    padding-right: 0.75rem !important;
  }

  .pb-md-12px,
  .py-md-12px {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-12px,
  .px-md-12px {
    padding-left: 0.75rem !important;
  }

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

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n8,
  .my-md-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n9,
  .my-md-n9 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n10,
  .my-md-n10 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n11,
  .my-md-n11 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n12,
  .my-md-n12 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n13,
  .my-md-n13 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n14,
  .my-md-n14 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n15,
  .my-md-n15 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n4px,
  .my-md-n4px {
    margin-top: -0.5rem !important;
  }

  .mr-md-n4px,
  .mx-md-n4px {
    margin-right: -0.5rem !important;
  }

  .mb-md-n4px,
  .my-md-n4px {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n4px,
  .mx-md-n4px {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n12px,
  .my-md-n12px {
    margin-top: -0.5rem !important;
  }

  .mr-md-n12px,
  .mx-md-n12px {
    margin-right: -0.5rem !important;
  }

  .mb-md-n12px,
  .my-md-n12px {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n12px,
  .mx-md-n12px {
    margin-left: -0.5rem !important;
  }

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important;
  }

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

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important;
  }

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

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.5rem !important;
  }

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

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2rem !important;
  }

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

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2.5rem !important;
  }

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

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3rem !important;
  }

  .m-lg-7 {
    margin: 3.5rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3.5rem !important;
  }

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

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 4rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 4rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 4rem !important;
  }

  .m-lg-9 {
    margin: 4.5rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4.5rem !important;
  }

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

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 5rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 5rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 5rem !important;
  }

  .m-lg-11 {
    margin: 5.5rem !important;
  }

  .mt-lg-11,
  .my-lg-11 {
    margin-top: 5.5rem !important;
  }

  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 5.5rem !important;
  }

  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 5.5rem !important;
  }

  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 5.5rem !important;
  }

  .m-lg-12 {
    margin: 6rem !important;
  }

  .mt-lg-12,
  .my-lg-12 {
    margin-top: 6rem !important;
  }

  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 6rem !important;
  }

  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 6rem !important;
  }

  .m-lg-13 {
    margin: 6.5rem !important;
  }

  .mt-lg-13,
  .my-lg-13 {
    margin-top: 6.5rem !important;
  }

  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 6.5rem !important;
  }

  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 6.5rem !important;
  }

  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 6.5rem !important;
  }

  .m-lg-14 {
    margin: 7rem !important;
  }

  .mt-lg-14,
  .my-lg-14 {
    margin-top: 7rem !important;
  }

  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 7rem !important;
  }

  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 7rem !important;
  }

  .m-lg-15 {
    margin: 7.5rem !important;
  }

  .mt-lg-15,
  .my-lg-15 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 7.5rem !important;
  }

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

  .mt-lg-4px,
  .my-lg-4px {
    margin-top: 0.25rem !important;
  }

  .mr-lg-4px,
  .mx-lg-4px {
    margin-right: 0.25rem !important;
  }

  .mb-lg-4px,
  .my-lg-4px {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-4px,
  .mx-lg-4px {
    margin-left: 0.25rem !important;
  }

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

  .mt-lg-12px,
  .my-lg-12px {
    margin-top: 0.75rem !important;
  }

  .mr-lg-12px,
  .mx-lg-12px {
    margin-right: 0.75rem !important;
  }

  .mb-lg-12px,
  .my-lg-12px {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-12px,
  .mx-lg-12px {
    margin-left: 0.75rem !important;
  }

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

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

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

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

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

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

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important;
  }

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

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important;
  }

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

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.5rem !important;
  }

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

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2rem !important;
  }

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

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2.5rem !important;
  }

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

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3rem !important;
  }

  .p-lg-7 {
    padding: 3.5rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3.5rem !important;
  }

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

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 4rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 4rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 4rem !important;
  }

  .p-lg-9 {
    padding: 4.5rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4.5rem !important;
  }

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

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 5rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 5rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 5rem !important;
  }

  .p-lg-11 {
    padding: 5.5rem !important;
  }

  .pt-lg-11,
  .py-lg-11 {
    padding-top: 5.5rem !important;
  }

  .pr-lg-11,
  .px-lg-11 {
    padding-right: 5.5rem !important;
  }

  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 5.5rem !important;
  }

  .pl-lg-11,
  .px-lg-11 {
    padding-left: 5.5rem !important;
  }

  .p-lg-12 {
    padding: 6rem !important;
  }

  .pt-lg-12,
  .py-lg-12 {
    padding-top: 6rem !important;
  }

  .pr-lg-12,
  .px-lg-12 {
    padding-right: 6rem !important;
  }

  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-12,
  .px-lg-12 {
    padding-left: 6rem !important;
  }

  .p-lg-13 {
    padding: 6.5rem !important;
  }

  .pt-lg-13,
  .py-lg-13 {
    padding-top: 6.5rem !important;
  }

  .pr-lg-13,
  .px-lg-13 {
    padding-right: 6.5rem !important;
  }

  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 6.5rem !important;
  }

  .pl-lg-13,
  .px-lg-13 {
    padding-left: 6.5rem !important;
  }

  .p-lg-14 {
    padding: 7rem !important;
  }

  .pt-lg-14,
  .py-lg-14 {
    padding-top: 7rem !important;
  }

  .pr-lg-14,
  .px-lg-14 {
    padding-right: 7rem !important;
  }

  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-14,
  .px-lg-14 {
    padding-left: 7rem !important;
  }

  .p-lg-15 {
    padding: 7.5rem !important;
  }

  .pt-lg-15,
  .py-lg-15 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-15,
  .px-lg-15 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-15,
  .px-lg-15 {
    padding-left: 7.5rem !important;
  }

  .p-lg-4px {
    padding: 0.25rem !important;
  }

  .pt-lg-4px,
  .py-lg-4px {
    padding-top: 0.25rem !important;
  }

  .pr-lg-4px,
  .px-lg-4px {
    padding-right: 0.25rem !important;
  }

  .pb-lg-4px,
  .py-lg-4px {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-4px,
  .px-lg-4px {
    padding-left: 0.25rem !important;
  }

  .p-lg-12px {
    padding: 0.75rem !important;
  }

  .pt-lg-12px,
  .py-lg-12px {
    padding-top: 0.75rem !important;
  }

  .pr-lg-12px,
  .px-lg-12px {
    padding-right: 0.75rem !important;
  }

  .pb-lg-12px,
  .py-lg-12px {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-12px,
  .px-lg-12px {
    padding-left: 0.75rem !important;
  }

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

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n4px,
  .my-lg-n4px {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n4px,
  .mx-lg-n4px {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n4px,
  .my-lg-n4px {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n4px,
  .mx-lg-n4px {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n12px,
  .my-lg-n12px {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n12px,
  .mx-lg-n12px {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n12px,
  .my-lg-n12px {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n12px,
  .mx-lg-n12px {
    margin-left: -0.5rem !important;
  }

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important;
  }

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

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important;
  }

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

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2rem !important;
  }

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

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2.5rem !important;
  }

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

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3rem !important;
  }

  .m-xl-7 {
    margin: 3.5rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3.5rem !important;
  }

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

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 4rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 4rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 4rem !important;
  }

  .m-xl-9 {
    margin: 4.5rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4.5rem !important;
  }

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

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 5rem !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 5rem !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 5rem !important;
  }

  .m-xl-11 {
    margin: 5.5rem !important;
  }

  .mt-xl-11,
  .my-xl-11 {
    margin-top: 5.5rem !important;
  }

  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 5.5rem !important;
  }

  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 5.5rem !important;
  }

  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 5.5rem !important;
  }

  .m-xl-12 {
    margin: 6rem !important;
  }

  .mt-xl-12,
  .my-xl-12 {
    margin-top: 6rem !important;
  }

  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 6rem !important;
  }

  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 6rem !important;
  }

  .m-xl-13 {
    margin: 6.5rem !important;
  }

  .mt-xl-13,
  .my-xl-13 {
    margin-top: 6.5rem !important;
  }

  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 6.5rem !important;
  }

  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 6.5rem !important;
  }

  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 6.5rem !important;
  }

  .m-xl-14 {
    margin: 7rem !important;
  }

  .mt-xl-14,
  .my-xl-14 {
    margin-top: 7rem !important;
  }

  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 7rem !important;
  }

  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 7rem !important;
  }

  .m-xl-15 {
    margin: 7.5rem !important;
  }

  .mt-xl-15,
  .my-xl-15 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 7.5rem !important;
  }

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

  .mt-xl-4px,
  .my-xl-4px {
    margin-top: 0.25rem !important;
  }

  .mr-xl-4px,
  .mx-xl-4px {
    margin-right: 0.25rem !important;
  }

  .mb-xl-4px,
  .my-xl-4px {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-4px,
  .mx-xl-4px {
    margin-left: 0.25rem !important;
  }

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

  .mt-xl-12px,
  .my-xl-12px {
    margin-top: 0.75rem !important;
  }

  .mr-xl-12px,
  .mx-xl-12px {
    margin-right: 0.75rem !important;
  }

  .mb-xl-12px,
  .my-xl-12px {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-12px,
  .mx-xl-12px {
    margin-left: 0.75rem !important;
  }

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

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

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

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

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

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

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important;
  }

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

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important;
  }

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

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2rem !important;
  }

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

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2.5rem !important;
  }

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

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3rem !important;
  }

  .p-xl-7 {
    padding: 3.5rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3.5rem !important;
  }

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

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 4rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 4rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 4rem !important;
  }

  .p-xl-9 {
    padding: 4.5rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4.5rem !important;
  }

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

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 5rem !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 5rem !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 5rem !important;
  }

  .p-xl-11 {
    padding: 5.5rem !important;
  }

  .pt-xl-11,
  .py-xl-11 {
    padding-top: 5.5rem !important;
  }

  .pr-xl-11,
  .px-xl-11 {
    padding-right: 5.5rem !important;
  }

  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 5.5rem !important;
  }

  .pl-xl-11,
  .px-xl-11 {
    padding-left: 5.5rem !important;
  }

  .p-xl-12 {
    padding: 6rem !important;
  }

  .pt-xl-12,
  .py-xl-12 {
    padding-top: 6rem !important;
  }

  .pr-xl-12,
  .px-xl-12 {
    padding-right: 6rem !important;
  }

  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-12,
  .px-xl-12 {
    padding-left: 6rem !important;
  }

  .p-xl-13 {
    padding: 6.5rem !important;
  }

  .pt-xl-13,
  .py-xl-13 {
    padding-top: 6.5rem !important;
  }

  .pr-xl-13,
  .px-xl-13 {
    padding-right: 6.5rem !important;
  }

  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 6.5rem !important;
  }

  .pl-xl-13,
  .px-xl-13 {
    padding-left: 6.5rem !important;
  }

  .p-xl-14 {
    padding: 7rem !important;
  }

  .pt-xl-14,
  .py-xl-14 {
    padding-top: 7rem !important;
  }

  .pr-xl-14,
  .px-xl-14 {
    padding-right: 7rem !important;
  }

  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-14,
  .px-xl-14 {
    padding-left: 7rem !important;
  }

  .p-xl-15 {
    padding: 7.5rem !important;
  }

  .pt-xl-15,
  .py-xl-15 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-15,
  .px-xl-15 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-15,
  .px-xl-15 {
    padding-left: 7.5rem !important;
  }

  .p-xl-4px {
    padding: 0.25rem !important;
  }

  .pt-xl-4px,
  .py-xl-4px {
    padding-top: 0.25rem !important;
  }

  .pr-xl-4px,
  .px-xl-4px {
    padding-right: 0.25rem !important;
  }

  .pb-xl-4px,
  .py-xl-4px {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-4px,
  .px-xl-4px {
    padding-left: 0.25rem !important;
  }

  .p-xl-12px {
    padding: 0.75rem !important;
  }

  .pt-xl-12px,
  .py-xl-12px {
    padding-top: 0.75rem !important;
  }

  .pr-xl-12px,
  .px-xl-12px {
    padding-right: 0.75rem !important;
  }

  .pb-xl-12px,
  .py-xl-12px {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-12px,
  .px-xl-12px {
    padding-left: 0.75rem !important;
  }

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

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n4px,
  .my-xl-n4px {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n4px,
  .mx-xl-n4px {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n4px,
  .my-xl-n4px {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n4px,
  .mx-xl-n4px {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n12px,
  .my-xl-n12px {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n12px,
  .mx-xl-n12px {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n12px,
  .my-xl-n12px {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n12px,
  .mx-xl-n12px {
    margin-left: -0.5rem !important;
  }

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

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

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

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

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

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.33333333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333333%;
}

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.66666667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666667%;
}

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33333333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333333%;
}

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.66666667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666667%;
}

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.33333333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333333%;
}

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.66666667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666667%;
}

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.33333333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333333%;
}

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.66666667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666667%;
}

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 767px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  .column.is-0-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-mobile {
    margin-left: 0%;
  }

  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-mobile {
    margin-left: 8.33333333%;
  }

  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.66666667%;
  }

  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

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

  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.33333333%;
  }

  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.66666667%;
  }

  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

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

  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.33333333%;
  }

  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.66666667%;
  }

  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

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

  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.33333333%;
  }

  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.66666667%;
  }

  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .column.is-narrow,
  .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full,
  .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half,
  .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third,
  .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  .column.is-0,
  .column.is-0-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0%;
  }

  .column.is-1,
  .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.33333333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.66666667%;
  }

  .column.is-3,
  .column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4,
  .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.33333333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.66666667%;
  }

  .column.is-6,
  .column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7,
  .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.33333333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.66666667%;
  }

  .column.is-9,
  .column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10,
  .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.33333333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.66666667%;
  }

  .column.is-12,
  .column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  .column.is-0-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-touch {
    margin-left: 0%;
  }

  .column.is-1-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-touch {
    margin-left: 8.33333333%;
  }

  .column.is-2-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.66666667%;
  }

  .column.is-3-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

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

  .column.is-4-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.33333333%;
  }

  .column.is-5-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.66666667%;
  }

  .column.is-6-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

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

  .column.is-7-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.33333333%;
  }

  .column.is-8-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.66666667%;
  }

  .column.is-9-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

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

  .column.is-10-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.33333333%;
  }

  .column.is-11-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.66666667%;
  }

  .column.is-12-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  .column.is-0-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-desktop {
    margin-left: 0%;
  }

  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.33333333%;
  }

  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.66666667%;
  }

  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

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

  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.33333333%;
  }

  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.66666667%;
  }

  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

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

  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.33333333%;
  }

  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.66666667%;
  }

  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

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

  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.33333333%;
  }

  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.66666667%;
  }

  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  .column.is-0-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }

  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.33333333%;
  }

  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.66666667%;
  }

  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

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

  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.33333333%;
  }

  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.66666667%;
  }

  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

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

  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.33333333%;
  }

  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.66666667%;
  }

  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

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

  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.33333333%;
  }

  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.66666667%;
  }

  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }

  .column.is-0-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }

  .column.is-1-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.33333333%;
  }

  .column.is-2-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.66666667%;
  }

  .column.is-3-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

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

  .column.is-4-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.33333333%;
  }

  .column.is-5-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.66666667%;
  }

  .column.is-6-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

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

  .column.is-7-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.33333333%;
  }

  .column.is-8-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.66666667%;
  }

  .column.is-9-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

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

  .column.is-10-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.33333333%;
  }

  .column.is-11-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.66666667%;
  }

  .column.is-12-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

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

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

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

.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

@media screen and (min-width: 768px), print {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 767px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 768px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 767px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 768px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 767px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 767px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 768px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 767px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 768px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 768px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 767px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 767px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 768px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 767px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 768px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

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

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 768px), print {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tile.is-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333333%;
  }

  .tile.is-2 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66666667%;
  }

  .tile.is-3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .tile.is-4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333%;
  }

  .tile.is-5 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66666667%;
  }

  .tile.is-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .tile.is-7 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333333%;
  }

  .tile.is-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666667%;
  }

  .tile.is-9 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .tile.is-10 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333333%;
  }

  .tile.is-11 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66666667%;
  }

  .tile.is-12 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

main,
template {
  display: block;
}

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: https://meyerweb.com
	HTML5 Doctor				:: https://html5doctor.com
	and the HTML5 Boilerplate	:: https://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

/* Handle box-sizing while better addressing child elements:
   https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects
*/

img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	 In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */

html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

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

select,
input,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights https://gist.github.com/413930 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */

button,
input,
select,
textarea {
  margin: 0;
}

/* make buttons play nice in IE */

button,
input[type=button] {
  width: auto;
  overflow: visible;
}

input,
textarea,
select,
button {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

select::-ms-expand {
  display: none;
}

/* scale images in IE7 more attractively */

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.columns {
  margin: 0;
}

.columns:last-child {
  margin-bottom: 0;
}

.columns:not(:last-child) {
  margin-bottom: 0;
}

.column {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
  .column {
    padding: 0.5rem 1rem;
  }
}

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

#dropzone {
  border: 1px dashed #143642;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  padding: 32px;
  max-width: 468px;
  max-height: 234px;
}

.dropzone {
  min-height: 214px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.preview-container {
  color: #D0D7D9;
  max-width: 468px;
  max-height: 234px;
}

.preview-file-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.preview-remove {
  background-color: #E52222;
  border-radius: 6px;
  padding: 2px 4px;
  cursor: pointer;
  top: 5px;
  right: 15px;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold.woff2?7daa52924301182e215b5065bac34532) format("woff2"), url(/fonts/Montserrat-Bold.woff?2cc4d6f47ae10317c333b7fa359e3aba) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold.woff2?2a3d0daf68cb106ea4c6349ddc0c5abd) format("woff2"), url(/fonts/Montserrat-SemiBold.woff?194d9f36e34a8925868204090cb31af5) format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular.woff2?684a237c49b05587d61c5e06fb227dd6) format("woff2"), url(/fonts/Montserrat-Regular.woff?f554010862ffc82142d32458aec4b9e0) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Light.woff2?814db0a909e3c37c67b76105d445d9ea) format("woff2"), url(/fonts/Montserrat-Light.woff?20bf70e5bf049dd9140f4ffafab7d178) format("woff");
  font-weight: 300;
  font-style: normal;
}

/* Desktop */

/* Responsive */

/* ==========================================================================
   #Headings
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #143642;
  line-height: 1.3;
}

h1,
h2 {
  font-weight: 700;
}

h3,
h4 {
  font-weight: 400;
}

h5,
h6 {
  font-weight: 300;
}

h1 {
  font-size: 2rem;
  color: #E57722;
}

@media (min-width: 992px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.5;
}

h6 {
  font-size: 0.75rem;
}

/* ==========================================================================
   #Paragraphs
   ========================================================================== */

p {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 300;
  color: #143642;
}

/* ==========================================================================
   #Links
   ========================================================================= */

a {
  color: #143642;
  cursor: pointer;
  text-decoration: none;
}

/* ==========================================================================
   #Other
   ========================================================================= */

.input,
.textarea {
  background: #FFFFFF;
  padding: 0.75rem 1.5rem;
  border: 1px solid #E3E3E3;
  border-radius: 0.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: #5E5E5E;
  width: 100%;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  font-size: 1rem;
  line-height: 1.5;
  color: #5E5E5E;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  font-size: 1rem;
  line-height: 1.5;
  color: #5E5E5E;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  font-size: 1rem;
  line-height: 1.5;
  color: #5E5E5E;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.input::placeholder,
.textarea::placeholder {
  font-size: 1rem;
  line-height: 1.5;
  color: #5E5E5E;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.input:focus,
.textarea:focus {
  border-color: #00A3DA;
}

.input.has-error,
.textarea.has-error {
  border-color: #E64022;
}

.input.has-error:focus,
.textarea.has-error:focus {
  border-color: #00A3DA;
}

.input.success,
.textarea.success {
  border-color: #27C567;
}

.textarea {
  min-height: 9rem;
}

.label,
.legend {
  color: #143642;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* .popover-container is for v-datepicker */
}

.label ~ input[type=text],
.label ~ input[type=email],
.label ~ input[type=password],
.label ~ textarea,
.label ~ select,
.label ~ .file-upload,
.label ~ .file-upload-wl,
.label ~ .stripped-group,
.label ~ .popover-container,
.label ~ .form-hint,
.label ~ .flex,
.legend ~ input[type=text],
.legend ~ input[type=email],
.legend ~ input[type=password],
.legend ~ textarea,
.legend ~ select,
.legend ~ .file-upload,
.legend ~ .file-upload-wl,
.legend ~ .stripped-group,
.legend ~ .popover-container,
.legend ~ .form-hint,
.legend ~ .flex {
  margin-top: 0.25rem;
}

.label.required:after,
.legend.required:after {
  content: "*";
}

.select {
  position: relative;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  width: 100%;
  background: #FFFFFF url(/images/arrow-down.svg?3f8f43d257740377a5f0ae83022102c5) no-repeat right 16px center;
  background-size: 16px 10px;
  border: 1px solid #E3E3E3;
  border-radius: 0.125rem;
  color: #5E5E5E;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.select:focus {
  border-color: #00A3DA;
}

.select:disabled {
  color: #D0D7D9;
  border-color: #D0D7D9;
  cursor: default;
}

.select.has-error select {
  border-color: #E64022;
}

.select.has-error select:focus {
  border-color: #00A3DA;
}

.select.success {
  border-color: #27C567;
}

.field.has-error .input,
.field.has-error .select,
.field.has-error .textarea {
  border-color: #E64022;
}

.field.has-error .input:focus,
.field.has-error .select:focus,
.field.has-error .textarea:focus {
  border-color: #00A3DA;
}

.field.success {
  border-color: #27C567;
}

.upload input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 80%;
  height: 100%;
  max-height: 3.125rem;
}

.upload__select {
  border: 1px solid #E3E3E3;
}

.alert-danger {
  color: #E64022;
  margin-bottom: 1rem;
}

.alert-danger ul li {
  margin-bottom: 0.5rem;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #FBFBFB;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  body.has-overlay {
    position: fixed;
  }
}

main {
  padding-top: 7rem;
  margin-bottom: 3rem;
}

main.with-warning {
  padding-top: 16.5rem;
}

@media (min-width: 992px) {
  main {
    padding-top: 9.5rem;
  }

  main.with-warning {
    padding-top: 15rem;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

video {
  width: 100%;
  max-width: 100%;
}

a:focus {
  outline: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  color: #143642;
  line-height: 1.3;
}

.h1,
.h2 {
  font-weight: 700;
}

.h3,
.h4 {
  font-weight: 400;
}

.h5,
.h6 {
  font-weight: 300;
}

.h1 {
  font-size: 1.5rem;
  color: #E57722;
}

@media (min-width: 768px) {
  .h1 {
    font-size: 2rem;
  }
}

.h2 {
  font-size: 1.75rem;
}

.h3 {
  font-size: 1.5rem;
}

.h4 {
  font-size: 1.25rem;
}

.h5 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.h6 {
  font-size: 0.75rem;
}

.p1 {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 300;
  color: #143642;
}

.font-style-16 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #143642;
}

.rich-content > *:first-child {
  margin-top: 0;
}

.rich-content > *:last-child {
  margin-bottom: 0;
}

.rich-content p + p {
  margin-top: 1em;
}

.rich-content ul,
.rich-content ol {
  margin: 1em 0;
  padding-left: 1.5em;
  list-style: revert;
}

.rich-content li + li {
  margin-top: 0.25em;
}

.rich-content h1,
.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
  margin: 1.25em 0 0.5em;
}

.rich-content blockquote {
  margin: 1em 0;
  padding-left: 1em;
  border-left: 3px solid #e57722;
}

.rich-content a {
  color: #e57722;
  font-weight: 500;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.rich-content a:hover {
  color: #985917;
}

.icon:after {
  content: "";
  width: 1rem;
  height: 0.5rem;
}

.icon__arrow-down:after {
  content: url(/images/arrow-down.svg?3f8f43d257740377a5f0ae83022102c5);
  margin-left: 0.5rem;
}

.icon__close-grey:after {
  content: url(/images/close-grey.svg?787f04f101013ac78583417d3b2fc60e);
  margin-left: 0.5rem;
}

.icon__arrow-right:after {
  content: url(/images/arrow-right-white.svg?6b3ba63d648b5f399dbdbb632e000faf);
}

.icon__arrow-right-navy:after {
  content: url(/images/arrow-right-navy.svg?6f6940e5840d5f6a498213b266e673d1);
}

.icon__facebook,
.icon__twitter {
  width: 1.5rem;
  height: 1.5rem;
}

.icon__email-sent {
  max-width: 5.5rem;
}

@media (max-width: 991.98px) {
  .icon__email-sent {
    max-width: 2.5rem;
  }
}

.btn {
  position: relative;
  padding: 1rem 2rem;
  background-color: #E57722;
  border-radius: 0.375rem;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 3.5rem;
  text-align: center;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  background-color: #E9914D;
}

.btn:disabled,
.btn.disabled,
.btn.busy,
.btn.disabled:hover,
.btn.busy:hover {
  cursor: default;
  color: #FFFFFF;
  background-color: #D0D7D9;
  border-color: #D0D7D9;
}

.btn-standard {
  background: #FFFFFF;
  color: #143642;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 20rem;
  font-size: 1rem;
  padding: 1rem;
}

@media (min-width: 576px) {
  .btn-standard {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
}

.btn-standard:hover {
  background: #143642;
  color: #FFFFFF;
}

.btn-ghost {
  border: 2px solid #E57722;
  background: transparent;
  color: #E57722;
  padding: 1rem 2.5rem;
}

.btn-ghost:hover {
  background-color: transparent;
  color: #E9914D;
  border-color: #E9914D;
}

.btn-ghost:disabled,
.btn-ghost.disabled,
.btn-ghost.busy {
  cursor: default;
  color: #D0D7D9;
  background-color: transparent;
}

.btn-small {
  max-width: 5.5rem !important;
  background-color: #FFFFFF;
}

.btn-small:hover {
  background-color: #E57722;
  border-color: #E57722;
  color: #FFFFFF;
}

.btn-small--navy {
  color: #143642;
  border-color: #143642;
}

.btn-small--navy:hover {
  background-color: #415D66;
  border-color: #415D66;
}

.btn-search {
  border-radius: 0 0.375rem 0.375rem 0;
  width: 3.5rem;
  height: 100%;
  background: #143642 url(/images/search.svg?f0bafe246ab0b3a1b81356f6c76002ec) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

.btn-upload {
  border-radius: 0 0.1875rem 0.1875rem 0;
  background: #143642;
  max-width: 11.25rem;
  position: absolute;
  top: 0;
  right: 0;
  max-height: 3.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.btn-link {
  cursor: pointer;
  text-decoration: underline;
}

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

.btn-link:focus,
.btn-link.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-icon-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #FFFFFF;
}

.btn-icon-text:after {
  margin-left: 0.5rem;
  display: block;
  height: auto;
  margin-top: 0.125rem;
}

.btn-icon-text .icon {
  -webkit-transform: perspective(2px) translateZ(0);
          transform: perspective(2px) translateZ(0);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.btn-icon-text:hover .icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.btn-icon-text:hover:after {
  margin-left: 0.75rem;
}

.btn-icon-text.btn-navy {
  color: #143642;
}

.btn-form {
  max-width: 19.5rem;
}

.card {
  background-color: #FFFFFF;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__heading {
  position: relative;
  overflow: hidden;
}

.card--with-padding {
  padding: 20px;
}

@media (min-width: 992px) {
  .dimensions .input {
    max-width: 7rem;
  }
}

@media (min-width: 992px) {
  .weight .input {
    max-width: 15rem;
  }
}

.select.unit {
  font-weight: 400;
  color: #143642;
  border: 0;
  background-color: transparent;
  background-position: right 0 center;
  font-size: 1.125rem;
  padding-right: 0;
  padding-left: 0;
  width: 3.375rem;
}

.input-checkbox {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  /* Basic state appearance */
  /* Hover/Focused state appearance */
  /* Checked state appearance */
}

.input-checkbox ~ .check-toggle {
  background: #FFFFFF;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #E3E3E3;
  border-radius: 0.1875rem;
  cursor: pointer;
}

.input-checkbox:hover ~ .check-toggle,
.input-checkbox:focus ~ .check-toggle {
  border-color: #00A3DA;
  outline: none;
}

.input-checkbox:checked ~ .check-toggle {
  border-color: #E57722;
  background: #E57722 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSIyMCA2IDkgMTcgNCAxMiI+PC9wb2x5bGluZT48L3N2Zz4=) center no-repeat;
  background-size: 75%;
}

.has-error .input-checkbox ~ .check-toggle {
  border-color: #E64022;
}

.stripe-card {
  background: #FFFFFF;
  padding: 1rem 1.5rem;
  border: 1px solid #E3E3E3;
  border-radius: 0.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: #5E5E5E;
  width: 100%;
}

.error {
  color: #E64022;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 0.25rem;
}

.li-check {
  position: relative;
  padding-left: 2.5rem;
}

.li-check:before {
  content: url(/images/check.svg?73ebd97bac2951d98e80d4d71f40b9f9);
  position: absolute;
  top: 0.25rem;
  left: 0;
}

.active-link {
  font-weight: 700;
  color: #E57722;
}

.underline-link {
  position: relative;
}

.underline-link:after {
  content: '';
  position: absolute;
  height: 0.0625rem;
  width: 100%;
  background: inherit;
  bottom: 1px;
  left: 0;
}

.underline-link:hover:after {
  background-color: transparent;
}

.underline-mid-grey {
  color: #A4A4A4;
}

.underline-mid-grey:after {
  background: #A4A4A4;
}

.underline-navy {
  color: #143642;
}

.underline-navy:after {
  background-color: #143642;
}

.toggle-info {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #143642;
  text-decoration: underline;
}

.toggle-info:hover {
  text-decoration: none;
}

.table {
  width: 100%;
}

.td {
  font-size: 1.125rem;
  font-weight: 300;
  color: #143642;
}

.shape {
  z-index: 1;
}

.shape:before,
.shape:after {
  content: '';
  position: absolute;
  background: #D0D7D9;
  width: 348px;
  height: 258px;
  right: 6%;
  overflow: hidden;
  opacity: 0.15;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.shape:before {
  top: -81%;
  right: -18%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 250px;
}

.shape:after {
  bottom: -52%;
  right: -6%;
  width: 148px;
  -webkit-transform: rotate(53deg);
          transform: rotate(53deg);
  height: 290px;
}

.shape--uxo-item:before {
  top: -67%;
  right: -21%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 280px;
}

.shape--uxo-item:after {
  bottom: -50%;
  right: 2%;
  width: 148px;
  -webkit-transform: rotate(56deg);
          transform: rotate(56deg);
  height: 304px;
}

.shape--top:before {
  top: -37%;
  right: 74%;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
  width: 250px;
}

.shape--top:after {
  bottom: 62%;
  right: 16%;
  width: 181px;
  -webkit-transform: rotate(-76deg);
          transform: rotate(-76deg);
  height: 355px;
}

.shape--top-large:before {
  top: -92%;
  right: 79%;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
  width: 250px;
}

.shape--top-large:after {
  bottom: -5%;
  right: 20%;
  width: 180px;
  -webkit-transform: rotate(-83deg);
          transform: rotate(-83deg);
  height: 455px;
}

.avatar {
  background: #E57722;
  min-width: 3.5rem;
  max-width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
}

.avatar__initials {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

.alert {
  padding: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

.alert-success {
  background: #27C567;
  color: #FFFFFF;
}

.alert-error {
  background: #E64022;
  color: #FFFFFF;
}

.nav {
  color: #143642;
}

.nav .nav-item {
  position: relative;
  letter-spacing: 0.25px;
}

.nav .nav-item:focus-within .nav-link {
  outline: none;
}

.nav .has-dropdown:hover,
.nav .has-dropdown:focus-within {
  cursor: pointer;
}

.nav .has-dropdown:hover > .nav-link,
.nav .has-dropdown:focus-within > .nav-link {
  color: #E57722;
}

@media (min-width: 992px) {
  .nav .has-dropdown:hover .dropdown-wrapper,
  .nav .has-dropdown:focus-within .dropdown-wrapper {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav .is-open .icon__arrow-down:after,
.nav .has-dropdown.active-link .icon__arrow-down:after,
.nav .has-dropdown:hover .icon__arrow-down:after,
.nav .has-dropdown:focus-within .icon__arrow-down:after,
.nav .dropdown:hover .icon__arrow-down:after,
.nav .dropdown:focus .icon__arrow-down:after {
  content: url(/images/arrow-down-orange.svg?f45dcdef83b2c42e9a533b25834da3a5);
}

.nav .is-open,
.nav .nav-link:hover {
  color: #E57722;
}

@media (max-width: 991.98px) {
  .nav .icon__arrow-down {
    padding: 1rem;
    margin-left: 0;
    position: absolute;
    top: -0.875rem;
  }

  .nav .icon__arrow-down:after {
    margin-left: 0;
  }

  .nav .is-open.icon__arrow-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    display: inline-block;
  }
}

.dropdown {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
}

@media (max-width: 991.98px) {
  .dropdown {
    background-color: #FBFBFB;
    text-align: center;
    border: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    width: 100%;
  }
}

.dropdown-wrapper {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0;
  display: none;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .dropdown-wrapper.is-open {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-wrapper .columns {
    display: block;
  }
}

.dropdown:hover,
.dropdown:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown .nav-item {
  min-width: 14.5rem;
  letter-spacing: 0;
}

@media (max-width: 991.98px) {
  .dropdown .nav-item .nav-item {
    margin-bottom: 8px;
  }

  .dropdown .nav-item .nav-link {
    font-size: 16px;
  }
}

.dropdown .nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 991.98px) {
  .dropdown .nav-link .nav-link {
    font-size: 16px;
  }
}

.dropdown .nav-link.active-link,
.dropdown .nav-link:hover {
  background: #FFE5D1;
  font-weight: 700;
  color: #E57722;
}

@media (max-width: 991.98px) {
  .nav-wrap {
    display: none;
  }

  .is-active.nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    z-index: 2;
    height: 100%;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
  }

  .is-active.nav-wrap > .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    position: relative;
    overflow: scroll;
  }

  .is-active.nav-wrap .nav {
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .is-active.nav-wrap .nav-item {
    margin-bottom: 1.5rem;
    text-align: center;
    width: 100%;
  }

  .is-active.nav-wrap .nav-link {
    font-size: 1.125rem;
  }

  .is-active .buttons {
    margin: 0 auto;
  }

  .is-active .dropdown:hover {
    display: block;
  }

  .is-active .dropdown .nav-item {
    margin-bottom: 0.5rem;
  }

  .is-active .dropdown .nav-link {
    font-size: 1rem;
  }

  .is-active .buttons {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .is-active .buttons .btn {
    padding: 1rem 2.5rem;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1199.98px) {
  .header .btn {
    padding: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .header .btn {
    padding: 0.5rem 1rem;
  }
}

.logo .image {
  max-width: 14.5rem;
  min-width: 9.5rem;
}

@media (max-width: 991.98px) {
  .logo .image {
    max-width: 10rem;
  }
}

.avatar {
  min-width: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}

@media (min-width: 992px) {
  .avatar {
    min-width: 3.5rem;
    max-width: 3.5rem;
    height: 3.5rem;
  }
}

.avatar .dropdown-wrapper {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: -12.25rem;
}

.avatar.is-active .dropdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar .nav-link {
  color: #5E5E5E;
  border-radius: 6px;
}

.avatar .dropdown-wrapper {
  z-index: 1;
}

.avatar .dropdown {
  background: #FFFFFF;
}

.avatar .dropdown.shadow {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.logout:before {
  content: '';
  position: absolute;
  width: 13.75rem;
  height: 1px;
  background: #E3E3E3;
  left: 16px;
  top: -0.25rem;
}

@media (min-width: 992px) {
  .logout:before {
    left: 0;
  }
}

.sidebar {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 768px) {
  .sidebar {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
}

.sidebar .app-download-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar .app-download-buttons a + a {
  margin-left: 12px;
}

@media (max-width: 768px) {
  .sidebar .app-download-buttons a + a {
    margin-left: 24px;
  }
}

@media (max-width: 450px) {
  .sidebar .app-download-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sidebar .app-download-buttons a + a {
    margin-left: 0;
    margin-top: 16px;
  }
}

footer .logo {
  max-width: 10rem;
}

footer .nav-link {
  font-weight: 300;
}

footer .nav-link.active-link {
  font-weight: 700;
}

footer .nav-col-two {
  padding-top: 0;
}

@media (max-width: 767.98px) {
  footer {
    text-align: center;
  }

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

  footer .nav-col-two {
    padding-top: 0.75rem;
  }
}

footer .copyright > div {
  margin-bottom: 0.75rem;
}

.hero {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero-content {
    max-width: 37.5rem;
  }
}

.hero .active-users {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  background: #143642;
  border-radius: 0.1875rem;
}

.hero:before,
.hero:after {
  content: '';
  position: absolute;
  background: #FFE5D1;
  width: 348px;
  height: 480px;
  right: 6%;
  overflow: hidden;
  opacity: 0.2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hero:before {
  width: 484px;
  top: -124%;
  right: -20%;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}

.hero:after {
  width: 480px;
  height: 616px;
  bottom: -124%;
  right: -12%;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F1F1F1;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.odd {
  background-color: #F1F1F1;
}

.row__heading {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #E57722;
}

.row__paragraph {
  font-size: 1.125rem;
}

.row .btn-ghost {
  font-size: 1rem;
  padding: 0.75rem 1rem 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  max-width: 9rem;
}

.call-to-action {
  position: relative;
  overflow: hidden;
}

.call-to-action:hover {
  cursor: pointer;
}

.call-to-action__heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #E57722;
}

.call-to-action__paragraph {
  font-size: 1rem;
  font-weight: 300;
  color: #FFFFFF;
}

.call-to-action__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
}

.call-to-action .icon:after {
  margin-left: 0.5rem;
  display: block;
  height: auto;
  margin-top: 0.125rem;
}

.call-to-action:hover .btn-icon-text:after {
  margin-left: 0.75rem;
}

.call-to-action--with-border {
  border: 0.1875rem solid #143642;
}

.client-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #E3E3E3;
  border-radius: 0.375rem;
}

.uxo-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.uxo-list .image {
  max-width: 14rem;
  max-height: 14rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.uxo-list__item-image-placeholder {
  background-color: white;
  height: 196px;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.uxo-list__item-image-placeholder--16x4 {
  height: auto !important;
  background-image: none !important;
}

.uxo-list__item-image-placeholder--16x4 .image {
  display: block !important;
  margin-bottom: 0 !important;
}

.uxo-list__item-title {
  line-height: normal;
  font-size: 16px;
  margin-top: 12px;
  font-weight: 400;
  padding: 0 12px;
}

.uxo-item p {
  color: #000000;
}

.uxo-item__section-heading {
  margin-bottom: 0.75rem;
}

.uxo-item__section-heading + .rich-content {
  margin-top: 0;
}

.uxo-item__status {
  border-radius: 0.375rem;
  color: white;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 12px;
  padding: 8px 8px;
  background-color: #73788D;
  text-transform: uppercase;
}

.uxo-item__status--active {
  background-color: #B71111;
}

.uxo-item__gallery {
  width: 45% !important;
}

@media (max-width: 991.98px) {
  .uxo-item__gallery {
    width: 100% !important;
  }
}

.uxo-item__content a {
  color: #e57722;
  font-weight: 500;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.uxo-item__content a:hover {
  color: #985917;
}

.uxo-item__content {
  width: 55% !important;
}

@media (max-width: 991.98px) {
  .uxo-item__content {
    width: 100% !important;
  }
}

.uxo-item__content--full {
  width: 100% !important;
}

.pagination {
  font-size: 1rem;
  border-radius: 0.1875rem;
}

.pagination,
.pagination-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-item,
.pagination-ellipsis {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-weight: 300;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: inline-block;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  margin-right: 0.5rem;
}

.pagination-previous:focus,
.pagination-previous:hover,
.pagination-next:focus,
.pagination-next:hover,
.pagination-item:focus,
.pagination-item:hover {
  background-color: #F1F1F1;
  outline: none;
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-item[disabled] {
  opacity: 0.5;
}

.pagination-link {
  color: #E57722;
}

.pagination-previous,
.pagination-next {
  white-space: nowrap;
}

.pagination-previous {
  background: #FFFFFF url(/images/arrow-left.svg?27e306f8449ce84ef5bc903991a4db77) no-repeat center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pagination-list {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 767.98px) {
  .pagination-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pagination-next {
  background: #FFFFFF url(/images/arrow-right.svg?a991ed02f5cda089780fccc41e48b50e) no-repeat center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (max-width: 767.98px) {
  .pagination-next {
    margin-left: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .pagination-item {
    margin: 0.5rem;
  }
}

.pagination-item.active {
  background: #F1F1F1;
}

.pagination-item.active .pagination-link {
  color: #E57722;
  font-weight: 600;
}

.pagination-ellipsis {
  color: #A4A4A4;
  pointer-events: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767.98px) {
  .pagination-ellipsis {
    margin: 0.5rem;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #143642;
}

.hamburger-box {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.125rem;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 1.5rem;
  height: 0.25rem;
  background-color: #143642;
  border-radius: 0.25rem;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -0.625rem;
}

.hamburger-inner::after {
  bottom: -0.625rem;
}

/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
  top: 0.125rem;
}

.hamburger--slider .hamburger-inner::before {
  top: 0.625rem;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 1.25rem;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 0.625rem, 0) rotate(45deg);
          transform: translate3d(0, 0.625rem, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-0.21428571rem, -0.375rem, 0);
          transform: rotate(-45deg) translate3d(-0.21428571rem, -0.375rem, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -1.25rem, 0) rotate(-90deg);
          transform: translate3d(0, -1.25rem, 0) rotate(-90deg);
}

@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.hamburger:hover {
  background-color: transparent;
}

.hamburger.is-active {
  z-index: 3;
  position: fixed;
  right: 0;
  margin-right: 2rem;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after {
  width: 2rem;
}

.breadcrumb {
  white-space: nowrap;
  overflow: auto;
}

.breadcrumb .breadcrumb-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #143642;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb .breadcrumb-link:hover {
  font-weight: 700;
}

.breadcrumb .breadcrumb-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb .breadcrumb-item:first-child .breadcrumb-link {
  padding-left: 0;
}

.breadcrumb .breadcrumb-item.is-active .breadcrumb-link {
  font-weight: 700;
  cursor: default;
  pointer-events: none;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #143642;
  content: "/";
}

@media (max-width: 460px) {
  .breadcrumb.level-3 .breadcrumb-link {
    font-size: 0.875rem;
    max-width: 9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
}

@media (max-width: 460px) {
  .breadcrumb.level-3 .breadcrumb-item:last-child .breadcrumb-link {
    max-width: 10rem;
  }
}

@media (max-width: 460px) {
  .breadcrumb.level-4 .breadcrumb-link {
    font-size: 0.875rem;
    max-width: 4.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
}

@media (max-width: 460px) {
  .breadcrumb.level-4 .breadcrumb-item:last-child .breadcrumb-link {
    max-width: 10rem;
  }
}

.file-uploads.file-uploads-html5 label {
  font-weight: 300;
}

.carousel {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  max-width: 100%;
}

.agile__thumbnails {
  margin: 0 -4px;
  width: calc(100% + 8px);
}

.agile__thumbnails .agile__actions {
  position: absolute;
  top: 50%;
  width: 100%;
}

.agile__thumbnails .agile__nav-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.agile__thumbnails .agile__nav-button--prev {
  left: -8px;
}

.agile__thumbnails .agile__nav-button--next {
  right: -8px;
}

.agile__nav-button {
  background: transparent;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.5rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.agile__nav-button:hover {
  color: #5E5E5E;
}

.carousel__main .agile__nav-button {
  background: #FBFBFB;
  width: 2.5rem;
  height: 2.5rem;
}

.slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
}

.slide img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.slide--thumbnail {
  cursor: pointer;
  height: auto;
  padding: 0 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.slide--thumbnail:hover {
  opacity: 0.75;
}

.agile__actions {
  position: absolute;
  top: 50%;
  width: 100%;
}

#baguetteBox-overlay .full-image img {
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: calc(100% - 48px);
}

.baguetteBox-button {
  background-color: transparent;
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: transparent;
}

.baguetteBox-button svg {
  display: none;
}

.baguetteBox-button:before,
.baguetteBox-button:after {
  display: inline-block;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

@media (max-width: 767.98px) {
  .baguetteBox-button:before,
  .baguetteBox-button:after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.baguetteBox-button#previous-button:before {
  content: url(/images/arrow-left-rounded.svg?6e88e062990eef19002871e1982a7db0);
}

.baguetteBox-button#next-button:before {
  content: url(/images/arrow-right-rounded.svg?1731a0574f7c1547e80784f0e36c8713);
}

.warning-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #E64022;
}

.social-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.social-card-wrapper .social-card-container + .social-card-container {
  margin-top: 24px;
}

.social-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.social-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 12px #00000008;
          box-shadow: 0 0 12px #00000008;
  border-radius: 0.375rem;
  background-color: #f4f4f4;
  overflow: hidden;
}

@media (max-width: 768px) {
  .social-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.social-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  background-size: cover;
  background-position: center;
  min-height: 150px;
}

@media (max-width: 768px) {
  .social-card__image {
    width: 100%;
    min-height: 200px;
  }
}

.social-card__content {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
}

@media (max-width: 768px) {
  .social-card__content {
    width: 100%;
  }
}

.social-card__content-body {
  margin-bottom: 0 !important;
  margin-top: 16px;
}

.home {
  margin-top: -1rem;
}

.recent-updates .btn-ghost {
  max-width: 5.5rem;
}

.about .shape:before {
  top: -71%;
  right: -18%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 250px;
}

.about .shape:after {
  bottom: -64%;
  right: -11%;
  width: 176px;
  -webkit-transform: rotate(56deg);
          transform: rotate(56deg);
  height: 420px;
}

.max-width {
  max-width: 82.5rem;
}

.mx-width-lg {
  max-width: 75rem;
}

@media (min-width: 768px) {
  .w-648 {
    max-width: 40.5rem;
  }
}

@media (min-width: 992px) {
  .w-872 {
    max-width: 54.5rem;
  }
}

.border-radius {
  border-radius: 0.375rem;
}

.border-radius-sm {
  border-radius: 0.1875rem;
}

.border-radius-top {
  border-radius: 0.375rem 0.375rem 0 0;
}

.mx-12px {
  margin: 0 12px;
}

.mx--12px {
  margin: 0 -12px;
}

.sizing-image {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
}

.sizing-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.d-hidden {
  display: none;
}

.shadow-small {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.shadow {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04) !important;
}

.t-primary {
  color: #143642;
}

.t-secondary {
  color: #5E5E5E;
}

.t-orange {
  color: #E57722;
}

.t-navy {
  color: #143642;
}

.t-black {
  color: #000000;
}

.t-white {
  color: #FFFFFF;
}

.t-light-grey {
  color: #F1F1F1;
}

.t-mid-grey {
  color: #A4A4A4;
}

.t-dark-grey {
  color: #5E5E5E;
}

.t-disabled {
  color: #D0D7D9;
}

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

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

.bg-orange {
  background-color: #E57722;
}

.bg-navy {
  background-color: #143642;
}

.bg-grey {
  background-color: #E3E3E3;
}

.no-hover:hover,
.no-hover:active {
  border: none;
  text-decoration: none;
}

.font-weight-semi-bold {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500 !important;
}

.fs-regular {
  font-size: 1rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.lh-reset {
  line-height: 1;
}

.lh-sm {
  line-height: 1.3;
}

.lh-lg {
  line-height: 1.5;
}

.line-height-02 {
  line-height: 1.2;
}

.line-height-03 {
  line-height: 1.3;
}

.line-height-05 {
  line-height: 1.5;
}

.ls {
  letter-spacing: 0.25px;
}

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

.fake-border-bottom-1 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E3E3E3;
}


/*# sourceMappingURL=app.css.map*/