@charset "UTF-8";
/* Made by Masstige */
.imgToCover {
  /* background-cover */
  display: block;
  position: relative;
  overflow: hidden;
}
.imgToCover::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.imgToCover > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}

.imgToContain {
  /* background-contain */
  display: block;
  position: relative;
  overflow: hidden;
}
.imgToContain::after {
  content: "";
  display: block;
  padding-bottom: contain;
}
.imgToContain > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

/* 
  Bootstrap Utilities
*/
.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: #00a1e0 !important;
}

.bg-secondary {
  background-color: #ff6600 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.bg-dark {
  background-color: #666 !important;
}

.bg-gray {
  background-color: #777 !important;
}

.bg-color-blue {
  background-color: #009fde !important;
}

.bg-color-gray {
  background-color: #8a8c8e !important;
}

.bg-color-dark-gray {
  background-color: #394250 !important;
}

.bg-color-sub-blue {
  background-color: #3cb4e7 !important;
}

.bg-color-sub-gray {
  background-color: #a7a9ab !important;
}

.bg-color-beige {
  background-color: #f2f1e6 !important;
}

.bg-color-light-gray {
  background-color: #d9d8d6 !important;
}

.bg-color-gold {
  background-color: #8a7e70 !important;
}

.bg-color-silver {
  background-color: #8a8d8f !important;
}

.bg-product-396 {
  background-color: #115bbe !important;
}

.bg-product-498 {
  background-color: #66ac47 !important;
}

.bg-product-450 {
  background-color: #fcaf17 !important;
}

.bg-product-490 {
  background-color: #d93e3d !important;
}

.bg-product-600 {
  background-color: #ab9569 !important;
}

.bg-product-1 {
  background-color: #115bbe !important;
}

.bg-product-2 {
  background-color: #66ac47 !important;
}

.bg-product-3 {
  background-color: #fcaf17 !important;
}

.bg-product-4 {
  background-color: #d93e3d !important;
}

.bg-product-5 {
  background-color: #3cb4e7 !important;
}

.bg-product-6 {
  background-color: #ba68c8 !important;
}

.bg-product-7 {
  background-color: #ab9569 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #ddd !important;
}

.border-top {
  border-top: 1px solid #ddd !important;
}

.border-right {
  border-right: 1px solid #ddd !important;
}

.border-bottom {
  border-bottom: 1px solid #ddd !important;
}

.border-left {
  border-left: 1px solid #ddd !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: #00a1e0 !important;
}

.border-secondary {
  border-color: #ff6600 !important;
}

.border-success {
  border-color: #5cb85c !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f5f5f5 !important;
}

.border-dark {
  border-color: #666 !important;
}

.border-gray {
  border-color: #777 !important;
}

.border-color-blue {
  border-color: #009fde !important;
}

.border-color-gray {
  border-color: #8a8c8e !important;
}

.border-color-dark-gray {
  border-color: #394250 !important;
}

.border-color-sub-blue {
  border-color: #3cb4e7 !important;
}

.border-color-sub-gray {
  border-color: #a7a9ab !important;
}

.border-color-beige {
  border-color: #f2f1e6 !important;
}

.border-color-light-gray {
  border-color: #d9d8d6 !important;
}

.border-color-gold {
  border-color: #8a7e70 !important;
}

.border-color-silver {
  border-color: #8a8d8f !important;
}

.border-product-396 {
  border-color: #115bbe !important;
}

.border-product-498 {
  border-color: #66ac47 !important;
}

.border-product-450 {
  border-color: #fcaf17 !important;
}

.border-product-490 {
  border-color: #d93e3d !important;
}

.border-product-600 {
  border-color: #ab9569 !important;
}

.border-product-1 {
  border-color: #115bbe !important;
}

.border-product-2 {
  border-color: #66ac47 !important;
}

.border-product-3 {
  border-color: #fcaf17 !important;
}

.border-product-4 {
  border-color: #d93e3d !important;
}

.border-product-5 {
  border-color: #3cb4e7 !important;
}

.border-product-6 {
  border-color: #ba68c8 !important;
}

.border-product-7 {
  border-color: #ab9569 !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-caption {
  display: table-caption !important;
}

.d-table-column {
  display: table-column !important;
}

.d-table-column-group {
  display: table-column-group !important;
}

.d-table-header-group {
  display: table-header-group !important;
}

.d-table-footer-group {
  display: table-footer-group !important;
}

.d-table-row-group {
  display: table-row-group !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 320.02px) {
  .d-xxs-none {
    display: none !important;
  }

  .d-xxs-inline {
    display: inline !important;
  }

  .d-xxs-inline-block {
    display: inline-block !important;
  }

  .d-xxs-block {
    display: block !important;
  }

  .d-xxs-table {
    display: table !important;
  }

  .d-xxs-table-caption {
    display: table-caption !important;
  }

  .d-xxs-table-column {
    display: table-column !important;
  }

  .d-xxs-table-column-group {
    display: table-column-group !important;
  }

  .d-xxs-table-header-group {
    display: table-header-group !important;
  }

  .d-xxs-table-footer-group {
    display: table-footer-group !important;
  }

  .d-xxs-table-row-group {
    display: table-row-group !important;
  }

  .d-xxs-table-row {
    display: table-row !important;
  }

  .d-xxs-table-cell {
    display: table-cell !important;
  }

  .d-xxs-flex {
    display: flex !important;
  }

  .d-xxs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 375.02px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-caption {
    display: table-caption !important;
  }

  .d-xs-table-column {
    display: table-column !important;
  }

  .d-xs-table-column-group {
    display: table-column-group !important;
  }

  .d-xs-table-header-group {
    display: table-header-group !important;
  }

  .d-xs-table-footer-group {
    display: table-footer-group !important;
  }

  .d-xs-table-row-group {
    display: table-row-group !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (max-width: 375.02px) {
  .dx-sm-none {
    display: none !important;
  }
  .dx-sm-block {
    display: block !important;
    min-width: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 576.02px) {
  .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-caption {
    display: table-caption !important;
  }

  .d-sm-table-column {
    display: table-column !important;
  }

  .d-sm-table-column-group {
    display: table-column-group !important;
  }

  .d-sm-table-header-group {
    display: table-header-group !important;
  }

  .d-sm-table-footer-group {
    display: table-footer-group !important;
  }

  .d-sm-table-row-group {
    display: table-row-group !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768.02px) {
  .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-caption {
    display: table-caption !important;
  }

  .d-md-table-column {
    display: table-column !important;
  }

  .d-md-table-column-group {
    display: table-column-group !important;
  }

  .d-md-table-header-group {
    display: table-header-group !important;
  }

  .d-md-table-footer-group {
    display: table-footer-group !important;
  }

  .d-md-table-row-group {
    display: table-row-group !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024.02px) {
  .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-caption {
    display: table-caption !important;
  }

  .d-lg-table-column {
    display: table-column !important;
  }

  .d-lg-table-column-group {
    display: table-column-group !important;
  }

  .d-lg-table-header-group {
    display: table-header-group !important;
  }

  .d-lg-table-footer-group {
    display: table-footer-group !important;
  }

  .d-lg-table-row-group {
    display: table-row-group !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    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-caption {
    display: table-caption !important;
  }

  .d-print-table-column {
    display: table-column !important;
  }

  .d-print-table-column-group {
    display: table-column-group !important;
  }

  .d-print-table-header-group {
    display: table-header-group !important;
  }

  .d-print-table-footer-group {
    display: table-footer-group !important;
  }

  .d-print-table-row-group {
    display: table-row-group !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 320.02px) {
  .flex-xxs-row {
    flex-direction: row !important;
  }

  .flex-xxs-column {
    flex-direction: column !important;
  }

  .flex-xxs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxs-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxs-center {
    justify-content: center !important;
  }

  .justify-content-xxs-between {
    justify-content: space-between !important;
  }

  .justify-content-xxs-around {
    justify-content: space-around !important;
  }

  .align-items-xxs-start {
    align-items: flex-start !important;
  }

  .align-items-xxs-end {
    align-items: flex-end !important;
  }

  .align-items-xxs-center {
    align-items: center !important;
  }

  .align-items-xxs-baseline {
    align-items: baseline !important;
  }

  .align-items-xxs-stretch {
    align-items: stretch !important;
  }

  .align-content-xxs-start {
    align-content: flex-start !important;
  }

  .align-content-xxs-end {
    align-content: flex-end !important;
  }

  .align-content-xxs-center {
    align-content: center !important;
  }

  .align-content-xxs-between {
    align-content: space-between !important;
  }

  .align-content-xxs-around {
    align-content: space-around !important;
  }

  .align-content-xxs-stretch {
    align-content: stretch !important;
  }

  .align-self-xxs-auto {
    align-self: auto !important;
  }

  .align-self-xxs-start {
    align-self: flex-start !important;
  }

  .align-self-xxs-end {
    align-self: flex-end !important;
  }

  .align-self-xxs-center {
    align-self: center !important;
  }

  .align-self-xxs-baseline {
    align-self: baseline !important;
  }

  .align-self-xxs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 375.02px) {
  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xs-fill {
    flex: 1 1 auto !important;
  }

  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

  .align-self-xs-start {
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576.02px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768.02px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024.02px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 320.02px) {
  .float-xxs-left {
    float: left !important;
  }

  .float-xxs-right {
    float: right !important;
  }

  .float-xxs-none {
    float: none !important;
  }
}
@media (min-width: 375.02px) {
  .float-xs-left {
    float: left !important;
  }

  .float-xs-right {
    float: right !important;
  }

  .float-xs-none {
    float: none !important;
  }
}
@media (min-width: 576.02px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768.02px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1024.02px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  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: sticky) {
  .sticky-top {
    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-100 {
  width: 100% !important;
}

.w-99 {
  width: 99% !important;
}

.w-98 {
  width: 98% !important;
}

.w-97 {
  width: 97% !important;
}

.w-96 {
  width: 96% !important;
}

.w-95 {
  width: 95% !important;
}

.w-94 {
  width: 94% !important;
}

.w-93 {
  width: 93% !important;
}

.w-92 {
  width: 92% !important;
}

.w-91 {
  width: 91% !important;
}

.w-90 {
  width: 90% !important;
}

.w-89 {
  width: 89% !important;
}

.w-88 {
  width: 88% !important;
}

.w-87 {
  width: 87% !important;
}

.w-86 {
  width: 86% !important;
}

.w-85 {
  width: 85% !important;
}

.w-84 {
  width: 84% !important;
}

.w-83 {
  width: 83% !important;
}

.w-82 {
  width: 82% !important;
}

.w-81 {
  width: 81% !important;
}

.w-80 {
  width: 80% !important;
}

.w-79 {
  width: 79% !important;
}

.w-78 {
  width: 78% !important;
}

.w-77 {
  width: 77% !important;
}

.w-76 {
  width: 76% !important;
}

.w-75 {
  width: 75% !important;
}

.w-74 {
  width: 74% !important;
}

.w-73 {
  width: 73% !important;
}

.w-72 {
  width: 72% !important;
}

.w-71 {
  width: 71% !important;
}

.w-70 {
  width: 70% !important;
}

.w-69 {
  width: 69% !important;
}

.w-68 {
  width: 68% !important;
}

.w-67 {
  width: 67% !important;
}

.w-66 {
  width: 66% !important;
}

.w-65 {
  width: 65% !important;
}

.w-64 {
  width: 64% !important;
}

.w-63 {
  width: 63% !important;
}

.w-62 {
  width: 62% !important;
}

.w-61 {
  width: 61% !important;
}

.w-60 {
  width: 60% !important;
}

.w-59 {
  width: 59% !important;
}

.w-58 {
  width: 58% !important;
}

.w-57 {
  width: 57% !important;
}

.w-56 {
  width: 56% !important;
}

.w-55 {
  width: 55% !important;
}

.w-54 {
  width: 54% !important;
}

.w-53 {
  width: 53% !important;
}

.w-52 {
  width: 52% !important;
}

.w-51 {
  width: 51% !important;
}

.w-50 {
  width: 50% !important;
}

.w-49 {
  width: 49% !important;
}

.w-48 {
  width: 48% !important;
}

.w-47 {
  width: 47% !important;
}

.w-46 {
  width: 46% !important;
}

.w-45 {
  width: 45% !important;
}

.w-44 {
  width: 44% !important;
}

.w-43 {
  width: 43% !important;
}

.w-42 {
  width: 42% !important;
}

.w-41 {
  width: 41% !important;
}

.w-40 {
  width: 40% !important;
}

.w-39 {
  width: 39% !important;
}

.w-38 {
  width: 38% !important;
}

.w-37 {
  width: 37% !important;
}

.w-36 {
  width: 36% !important;
}

.w-35 {
  width: 35% !important;
}

.w-34 {
  width: 34% !important;
}

.w-33 {
  width: 33% !important;
}

.w-32 {
  width: 32% !important;
}

.w-31 {
  width: 31% !important;
}

.w-30 {
  width: 30% !important;
}

.w-29 {
  width: 29% !important;
}

.w-28 {
  width: 28% !important;
}

.w-27 {
  width: 27% !important;
}

.w-26 {
  width: 26% !important;
}

.w-25 {
  width: 25% !important;
}

.w-24 {
  width: 24% !important;
}

.w-23 {
  width: 23% !important;
}

.w-22 {
  width: 22% !important;
}

.w-21 {
  width: 21% !important;
}

.w-20 {
  width: 20% !important;
}

.w-19 {
  width: 19% !important;
}

.w-18 {
  width: 18% !important;
}

.w-17 {
  width: 17% !important;
}

.w-16 {
  width: 16% !important;
}

.w-15 {
  width: 15% !important;
}

.w-14 {
  width: 14% !important;
}

.w-13 {
  width: 13% !important;
}

.w-12 {
  width: 12% !important;
}

.w-11 {
  width: 11% !important;
}

.w-10 {
  width: 10% !important;
}

.w-9 {
  width: 9% !important;
}

.w-8 {
  width: 8% !important;
}

.w-7 {
  width: 7% !important;
}

.w-6 {
  width: 6% !important;
}

.w-5 {
  width: 5% !important;
}

.w-4 {
  width: 4% !important;
}

.w-3 {
  width: 3% !important;
}

.w-2 {
  width: 2% !important;
}

.w-1 {
  width: 1% !important;
}

.w-0 {
  width: 0% !important;
}

.h-100 {
  height: 100% !important;
}

.h-99 {
  height: 99% !important;
}

.h-98 {
  height: 98% !important;
}

.h-97 {
  height: 97% !important;
}

.h-96 {
  height: 96% !important;
}

.h-95 {
  height: 95% !important;
}

.h-94 {
  height: 94% !important;
}

.h-93 {
  height: 93% !important;
}

.h-92 {
  height: 92% !important;
}

.h-91 {
  height: 91% !important;
}

.h-90 {
  height: 90% !important;
}

.h-89 {
  height: 89% !important;
}

.h-88 {
  height: 88% !important;
}

.h-87 {
  height: 87% !important;
}

.h-86 {
  height: 86% !important;
}

.h-85 {
  height: 85% !important;
}

.h-84 {
  height: 84% !important;
}

.h-83 {
  height: 83% !important;
}

.h-82 {
  height: 82% !important;
}

.h-81 {
  height: 81% !important;
}

.h-80 {
  height: 80% !important;
}

.h-79 {
  height: 79% !important;
}

.h-78 {
  height: 78% !important;
}

.h-77 {
  height: 77% !important;
}

.h-76 {
  height: 76% !important;
}

.h-75 {
  height: 75% !important;
}

.h-74 {
  height: 74% !important;
}

.h-73 {
  height: 73% !important;
}

.h-72 {
  height: 72% !important;
}

.h-71 {
  height: 71% !important;
}

.h-70 {
  height: 70% !important;
}

.h-69 {
  height: 69% !important;
}

.h-68 {
  height: 68% !important;
}

.h-67 {
  height: 67% !important;
}

.h-66 {
  height: 66% !important;
}

.h-65 {
  height: 65% !important;
}

.h-64 {
  height: 64% !important;
}

.h-63 {
  height: 63% !important;
}

.h-62 {
  height: 62% !important;
}

.h-61 {
  height: 61% !important;
}

.h-60 {
  height: 60% !important;
}

.h-59 {
  height: 59% !important;
}

.h-58 {
  height: 58% !important;
}

.h-57 {
  height: 57% !important;
}

.h-56 {
  height: 56% !important;
}

.h-55 {
  height: 55% !important;
}

.h-54 {
  height: 54% !important;
}

.h-53 {
  height: 53% !important;
}

.h-52 {
  height: 52% !important;
}

.h-51 {
  height: 51% !important;
}

.h-50 {
  height: 50% !important;
}

.h-49 {
  height: 49% !important;
}

.h-48 {
  height: 48% !important;
}

.h-47 {
  height: 47% !important;
}

.h-46 {
  height: 46% !important;
}

.h-45 {
  height: 45% !important;
}

.h-44 {
  height: 44% !important;
}

.h-43 {
  height: 43% !important;
}

.h-42 {
  height: 42% !important;
}

.h-41 {
  height: 41% !important;
}

.h-40 {
  height: 40% !important;
}

.h-39 {
  height: 39% !important;
}

.h-38 {
  height: 38% !important;
}

.h-37 {
  height: 37% !important;
}

.h-36 {
  height: 36% !important;
}

.h-35 {
  height: 35% !important;
}

.h-34 {
  height: 34% !important;
}

.h-33 {
  height: 33% !important;
}

.h-32 {
  height: 32% !important;
}

.h-31 {
  height: 31% !important;
}

.h-30 {
  height: 30% !important;
}

.h-29 {
  height: 29% !important;
}

.h-28 {
  height: 28% !important;
}

.h-27 {
  height: 27% !important;
}

.h-26 {
  height: 26% !important;
}

.h-25 {
  height: 25% !important;
}

.h-24 {
  height: 24% !important;
}

.h-23 {
  height: 23% !important;
}

.h-22 {
  height: 22% !important;
}

.h-21 {
  height: 21% !important;
}

.h-20 {
  height: 20% !important;
}

.h-19 {
  height: 19% !important;
}

.h-18 {
  height: 18% !important;
}

.h-17 {
  height: 17% !important;
}

.h-16 {
  height: 16% !important;
}

.h-15 {
  height: 15% !important;
}

.h-14 {
  height: 14% !important;
}

.h-13 {
  height: 13% !important;
}

.h-12 {
  height: 12% !important;
}

.h-11 {
  height: 11% !important;
}

.h-10 {
  height: 10% !important;
}

.h-9 {
  height: 9% !important;
}

.h-8 {
  height: 8% !important;
}

.h-7 {
  height: 7% !important;
}

.h-6 {
  height: 6% !important;
}

.h-5 {
  height: 5% !important;
}

.h-4 {
  height: 4% !important;
}

.h-3 {
  height: 3% !important;
}

.h-2 {
  height: 2% !important;
}

.h-1 {
  height: 1% !important;
}

.h-0 {
  height: 0% !important;
}

@media (min-width: 320.02px) {
  .w-xxs-100 {
    width: 100% !important;
  }

  .w-xxs-99 {
    width: 99% !important;
  }

  .w-xxs-98 {
    width: 98% !important;
  }

  .w-xxs-97 {
    width: 97% !important;
  }

  .w-xxs-96 {
    width: 96% !important;
  }

  .w-xxs-95 {
    width: 95% !important;
  }

  .w-xxs-94 {
    width: 94% !important;
  }

  .w-xxs-93 {
    width: 93% !important;
  }

  .w-xxs-92 {
    width: 92% !important;
  }

  .w-xxs-91 {
    width: 91% !important;
  }

  .w-xxs-90 {
    width: 90% !important;
  }

  .w-xxs-89 {
    width: 89% !important;
  }

  .w-xxs-88 {
    width: 88% !important;
  }

  .w-xxs-87 {
    width: 87% !important;
  }

  .w-xxs-86 {
    width: 86% !important;
  }

  .w-xxs-85 {
    width: 85% !important;
  }

  .w-xxs-84 {
    width: 84% !important;
  }

  .w-xxs-83 {
    width: 83% !important;
  }

  .w-xxs-82 {
    width: 82% !important;
  }

  .w-xxs-81 {
    width: 81% !important;
  }

  .w-xxs-80 {
    width: 80% !important;
  }

  .w-xxs-79 {
    width: 79% !important;
  }

  .w-xxs-78 {
    width: 78% !important;
  }

  .w-xxs-77 {
    width: 77% !important;
  }

  .w-xxs-76 {
    width: 76% !important;
  }

  .w-xxs-75 {
    width: 75% !important;
  }

  .w-xxs-74 {
    width: 74% !important;
  }

  .w-xxs-73 {
    width: 73% !important;
  }

  .w-xxs-72 {
    width: 72% !important;
  }

  .w-xxs-71 {
    width: 71% !important;
  }

  .w-xxs-70 {
    width: 70% !important;
  }

  .w-xxs-69 {
    width: 69% !important;
  }

  .w-xxs-68 {
    width: 68% !important;
  }

  .w-xxs-67 {
    width: 67% !important;
  }

  .w-xxs-66 {
    width: 66% !important;
  }

  .w-xxs-65 {
    width: 65% !important;
  }

  .w-xxs-64 {
    width: 64% !important;
  }

  .w-xxs-63 {
    width: 63% !important;
  }

  .w-xxs-62 {
    width: 62% !important;
  }

  .w-xxs-61 {
    width: 61% !important;
  }

  .w-xxs-60 {
    width: 60% !important;
  }

  .w-xxs-59 {
    width: 59% !important;
  }

  .w-xxs-58 {
    width: 58% !important;
  }

  .w-xxs-57 {
    width: 57% !important;
  }

  .w-xxs-56 {
    width: 56% !important;
  }

  .w-xxs-55 {
    width: 55% !important;
  }

  .w-xxs-54 {
    width: 54% !important;
  }

  .w-xxs-53 {
    width: 53% !important;
  }

  .w-xxs-52 {
    width: 52% !important;
  }

  .w-xxs-51 {
    width: 51% !important;
  }

  .w-xxs-50 {
    width: 50% !important;
  }

  .w-xxs-49 {
    width: 49% !important;
  }

  .w-xxs-48 {
    width: 48% !important;
  }

  .w-xxs-47 {
    width: 47% !important;
  }

  .w-xxs-46 {
    width: 46% !important;
  }

  .w-xxs-45 {
    width: 45% !important;
  }

  .w-xxs-44 {
    width: 44% !important;
  }

  .w-xxs-43 {
    width: 43% !important;
  }

  .w-xxs-42 {
    width: 42% !important;
  }

  .w-xxs-41 {
    width: 41% !important;
  }

  .w-xxs-40 {
    width: 40% !important;
  }

  .w-xxs-39 {
    width: 39% !important;
  }

  .w-xxs-38 {
    width: 38% !important;
  }

  .w-xxs-37 {
    width: 37% !important;
  }

  .w-xxs-36 {
    width: 36% !important;
  }

  .w-xxs-35 {
    width: 35% !important;
  }

  .w-xxs-34 {
    width: 34% !important;
  }

  .w-xxs-33 {
    width: 33% !important;
  }

  .w-xxs-32 {
    width: 32% !important;
  }

  .w-xxs-31 {
    width: 31% !important;
  }

  .w-xxs-30 {
    width: 30% !important;
  }

  .w-xxs-29 {
    width: 29% !important;
  }

  .w-xxs-28 {
    width: 28% !important;
  }

  .w-xxs-27 {
    width: 27% !important;
  }

  .w-xxs-26 {
    width: 26% !important;
  }

  .w-xxs-25 {
    width: 25% !important;
  }

  .w-xxs-24 {
    width: 24% !important;
  }

  .w-xxs-23 {
    width: 23% !important;
  }

  .w-xxs-22 {
    width: 22% !important;
  }

  .w-xxs-21 {
    width: 21% !important;
  }

  .w-xxs-20 {
    width: 20% !important;
  }

  .w-xxs-19 {
    width: 19% !important;
  }

  .w-xxs-18 {
    width: 18% !important;
  }

  .w-xxs-17 {
    width: 17% !important;
  }

  .w-xxs-16 {
    width: 16% !important;
  }

  .w-xxs-15 {
    width: 15% !important;
  }

  .w-xxs-14 {
    width: 14% !important;
  }

  .w-xxs-13 {
    width: 13% !important;
  }

  .w-xxs-12 {
    width: 12% !important;
  }

  .w-xxs-11 {
    width: 11% !important;
  }

  .w-xxs-10 {
    width: 10% !important;
  }

  .w-xxs-9 {
    width: 9% !important;
  }

  .w-xxs-8 {
    width: 8% !important;
  }

  .w-xxs-7 {
    width: 7% !important;
  }

  .w-xxs-6 {
    width: 6% !important;
  }

  .w-xxs-5 {
    width: 5% !important;
  }

  .w-xxs-4 {
    width: 4% !important;
  }

  .w-xxs-3 {
    width: 3% !important;
  }

  .w-xxs-2 {
    width: 2% !important;
  }

  .w-xxs-1 {
    width: 1% !important;
  }

  .w-xxs-0 {
    width: 0% !important;
  }

  .h-xxs-100 {
    height: 100% !important;
  }

  .h-xxs-99 {
    height: 99% !important;
  }

  .h-xxs-98 {
    height: 98% !important;
  }

  .h-xxs-97 {
    height: 97% !important;
  }

  .h-xxs-96 {
    height: 96% !important;
  }

  .h-xxs-95 {
    height: 95% !important;
  }

  .h-xxs-94 {
    height: 94% !important;
  }

  .h-xxs-93 {
    height: 93% !important;
  }

  .h-xxs-92 {
    height: 92% !important;
  }

  .h-xxs-91 {
    height: 91% !important;
  }

  .h-xxs-90 {
    height: 90% !important;
  }

  .h-xxs-89 {
    height: 89% !important;
  }

  .h-xxs-88 {
    height: 88% !important;
  }

  .h-xxs-87 {
    height: 87% !important;
  }

  .h-xxs-86 {
    height: 86% !important;
  }

  .h-xxs-85 {
    height: 85% !important;
  }

  .h-xxs-84 {
    height: 84% !important;
  }

  .h-xxs-83 {
    height: 83% !important;
  }

  .h-xxs-82 {
    height: 82% !important;
  }

  .h-xxs-81 {
    height: 81% !important;
  }

  .h-xxs-80 {
    height: 80% !important;
  }

  .h-xxs-79 {
    height: 79% !important;
  }

  .h-xxs-78 {
    height: 78% !important;
  }

  .h-xxs-77 {
    height: 77% !important;
  }

  .h-xxs-76 {
    height: 76% !important;
  }

  .h-xxs-75 {
    height: 75% !important;
  }

  .h-xxs-74 {
    height: 74% !important;
  }

  .h-xxs-73 {
    height: 73% !important;
  }

  .h-xxs-72 {
    height: 72% !important;
  }

  .h-xxs-71 {
    height: 71% !important;
  }

  .h-xxs-70 {
    height: 70% !important;
  }

  .h-xxs-69 {
    height: 69% !important;
  }

  .h-xxs-68 {
    height: 68% !important;
  }

  .h-xxs-67 {
    height: 67% !important;
  }

  .h-xxs-66 {
    height: 66% !important;
  }

  .h-xxs-65 {
    height: 65% !important;
  }

  .h-xxs-64 {
    height: 64% !important;
  }

  .h-xxs-63 {
    height: 63% !important;
  }

  .h-xxs-62 {
    height: 62% !important;
  }

  .h-xxs-61 {
    height: 61% !important;
  }

  .h-xxs-60 {
    height: 60% !important;
  }

  .h-xxs-59 {
    height: 59% !important;
  }

  .h-xxs-58 {
    height: 58% !important;
  }

  .h-xxs-57 {
    height: 57% !important;
  }

  .h-xxs-56 {
    height: 56% !important;
  }

  .h-xxs-55 {
    height: 55% !important;
  }

  .h-xxs-54 {
    height: 54% !important;
  }

  .h-xxs-53 {
    height: 53% !important;
  }

  .h-xxs-52 {
    height: 52% !important;
  }

  .h-xxs-51 {
    height: 51% !important;
  }

  .h-xxs-50 {
    height: 50% !important;
  }

  .h-xxs-49 {
    height: 49% !important;
  }

  .h-xxs-48 {
    height: 48% !important;
  }

  .h-xxs-47 {
    height: 47% !important;
  }

  .h-xxs-46 {
    height: 46% !important;
  }

  .h-xxs-45 {
    height: 45% !important;
  }

  .h-xxs-44 {
    height: 44% !important;
  }

  .h-xxs-43 {
    height: 43% !important;
  }

  .h-xxs-42 {
    height: 42% !important;
  }

  .h-xxs-41 {
    height: 41% !important;
  }

  .h-xxs-40 {
    height: 40% !important;
  }

  .h-xxs-39 {
    height: 39% !important;
  }

  .h-xxs-38 {
    height: 38% !important;
  }

  .h-xxs-37 {
    height: 37% !important;
  }

  .h-xxs-36 {
    height: 36% !important;
  }

  .h-xxs-35 {
    height: 35% !important;
  }

  .h-xxs-34 {
    height: 34% !important;
  }

  .h-xxs-33 {
    height: 33% !important;
  }

  .h-xxs-32 {
    height: 32% !important;
  }

  .h-xxs-31 {
    height: 31% !important;
  }

  .h-xxs-30 {
    height: 30% !important;
  }

  .h-xxs-29 {
    height: 29% !important;
  }

  .h-xxs-28 {
    height: 28% !important;
  }

  .h-xxs-27 {
    height: 27% !important;
  }

  .h-xxs-26 {
    height: 26% !important;
  }

  .h-xxs-25 {
    height: 25% !important;
  }

  .h-xxs-24 {
    height: 24% !important;
  }

  .h-xxs-23 {
    height: 23% !important;
  }

  .h-xxs-22 {
    height: 22% !important;
  }

  .h-xxs-21 {
    height: 21% !important;
  }

  .h-xxs-20 {
    height: 20% !important;
  }

  .h-xxs-19 {
    height: 19% !important;
  }

  .h-xxs-18 {
    height: 18% !important;
  }

  .h-xxs-17 {
    height: 17% !important;
  }

  .h-xxs-16 {
    height: 16% !important;
  }

  .h-xxs-15 {
    height: 15% !important;
  }

  .h-xxs-14 {
    height: 14% !important;
  }

  .h-xxs-13 {
    height: 13% !important;
  }

  .h-xxs-12 {
    height: 12% !important;
  }

  .h-xxs-11 {
    height: 11% !important;
  }

  .h-xxs-10 {
    height: 10% !important;
  }

  .h-xxs-9 {
    height: 9% !important;
  }

  .h-xxs-8 {
    height: 8% !important;
  }

  .h-xxs-7 {
    height: 7% !important;
  }

  .h-xxs-6 {
    height: 6% !important;
  }

  .h-xxs-5 {
    height: 5% !important;
  }

  .h-xxs-4 {
    height: 4% !important;
  }

  .h-xxs-3 {
    height: 3% !important;
  }

  .h-xxs-2 {
    height: 2% !important;
  }

  .h-xxs-1 {
    height: 1% !important;
  }

  .h-xxs-0 {
    height: 0% !important;
  }
}
@media (min-width: 375.02px) {
  .w-xs-100 {
    width: 100% !important;
  }

  .w-xs-99 {
    width: 99% !important;
  }

  .w-xs-98 {
    width: 98% !important;
  }

  .w-xs-97 {
    width: 97% !important;
  }

  .w-xs-96 {
    width: 96% !important;
  }

  .w-xs-95 {
    width: 95% !important;
  }

  .w-xs-94 {
    width: 94% !important;
  }

  .w-xs-93 {
    width: 93% !important;
  }

  .w-xs-92 {
    width: 92% !important;
  }

  .w-xs-91 {
    width: 91% !important;
  }

  .w-xs-90 {
    width: 90% !important;
  }

  .w-xs-89 {
    width: 89% !important;
  }

  .w-xs-88 {
    width: 88% !important;
  }

  .w-xs-87 {
    width: 87% !important;
  }

  .w-xs-86 {
    width: 86% !important;
  }

  .w-xs-85 {
    width: 85% !important;
  }

  .w-xs-84 {
    width: 84% !important;
  }

  .w-xs-83 {
    width: 83% !important;
  }

  .w-xs-82 {
    width: 82% !important;
  }

  .w-xs-81 {
    width: 81% !important;
  }

  .w-xs-80 {
    width: 80% !important;
  }

  .w-xs-79 {
    width: 79% !important;
  }

  .w-xs-78 {
    width: 78% !important;
  }

  .w-xs-77 {
    width: 77% !important;
  }

  .w-xs-76 {
    width: 76% !important;
  }

  .w-xs-75 {
    width: 75% !important;
  }

  .w-xs-74 {
    width: 74% !important;
  }

  .w-xs-73 {
    width: 73% !important;
  }

  .w-xs-72 {
    width: 72% !important;
  }

  .w-xs-71 {
    width: 71% !important;
  }

  .w-xs-70 {
    width: 70% !important;
  }

  .w-xs-69 {
    width: 69% !important;
  }

  .w-xs-68 {
    width: 68% !important;
  }

  .w-xs-67 {
    width: 67% !important;
  }

  .w-xs-66 {
    width: 66% !important;
  }

  .w-xs-65 {
    width: 65% !important;
  }

  .w-xs-64 {
    width: 64% !important;
  }

  .w-xs-63 {
    width: 63% !important;
  }

  .w-xs-62 {
    width: 62% !important;
  }

  .w-xs-61 {
    width: 61% !important;
  }

  .w-xs-60 {
    width: 60% !important;
  }

  .w-xs-59 {
    width: 59% !important;
  }

  .w-xs-58 {
    width: 58% !important;
  }

  .w-xs-57 {
    width: 57% !important;
  }

  .w-xs-56 {
    width: 56% !important;
  }

  .w-xs-55 {
    width: 55% !important;
  }

  .w-xs-54 {
    width: 54% !important;
  }

  .w-xs-53 {
    width: 53% !important;
  }

  .w-xs-52 {
    width: 52% !important;
  }

  .w-xs-51 {
    width: 51% !important;
  }

  .w-xs-50 {
    width: 50% !important;
  }

  .w-xs-49 {
    width: 49% !important;
  }

  .w-xs-48 {
    width: 48% !important;
  }

  .w-xs-47 {
    width: 47% !important;
  }

  .w-xs-46 {
    width: 46% !important;
  }

  .w-xs-45 {
    width: 45% !important;
  }

  .w-xs-44 {
    width: 44% !important;
  }

  .w-xs-43 {
    width: 43% !important;
  }

  .w-xs-42 {
    width: 42% !important;
  }

  .w-xs-41 {
    width: 41% !important;
  }

  .w-xs-40 {
    width: 40% !important;
  }

  .w-xs-39 {
    width: 39% !important;
  }

  .w-xs-38 {
    width: 38% !important;
  }

  .w-xs-37 {
    width: 37% !important;
  }

  .w-xs-36 {
    width: 36% !important;
  }

  .w-xs-35 {
    width: 35% !important;
  }

  .w-xs-34 {
    width: 34% !important;
  }

  .w-xs-33 {
    width: 33% !important;
  }

  .w-xs-32 {
    width: 32% !important;
  }

  .w-xs-31 {
    width: 31% !important;
  }

  .w-xs-30 {
    width: 30% !important;
  }

  .w-xs-29 {
    width: 29% !important;
  }

  .w-xs-28 {
    width: 28% !important;
  }

  .w-xs-27 {
    width: 27% !important;
  }

  .w-xs-26 {
    width: 26% !important;
  }

  .w-xs-25 {
    width: 25% !important;
  }

  .w-xs-24 {
    width: 24% !important;
  }

  .w-xs-23 {
    width: 23% !important;
  }

  .w-xs-22 {
    width: 22% !important;
  }

  .w-xs-21 {
    width: 21% !important;
  }

  .w-xs-20 {
    width: 20% !important;
  }

  .w-xs-19 {
    width: 19% !important;
  }

  .w-xs-18 {
    width: 18% !important;
  }

  .w-xs-17 {
    width: 17% !important;
  }

  .w-xs-16 {
    width: 16% !important;
  }

  .w-xs-15 {
    width: 15% !important;
  }

  .w-xs-14 {
    width: 14% !important;
  }

  .w-xs-13 {
    width: 13% !important;
  }

  .w-xs-12 {
    width: 12% !important;
  }

  .w-xs-11 {
    width: 11% !important;
  }

  .w-xs-10 {
    width: 10% !important;
  }

  .w-xs-9 {
    width: 9% !important;
  }

  .w-xs-8 {
    width: 8% !important;
  }

  .w-xs-7 {
    width: 7% !important;
  }

  .w-xs-6 {
    width: 6% !important;
  }

  .w-xs-5 {
    width: 5% !important;
  }

  .w-xs-4 {
    width: 4% !important;
  }

  .w-xs-3 {
    width: 3% !important;
  }

  .w-xs-2 {
    width: 2% !important;
  }

  .w-xs-1 {
    width: 1% !important;
  }

  .w-xs-0 {
    width: 0% !important;
  }

  .h-xs-100 {
    height: 100% !important;
  }

  .h-xs-99 {
    height: 99% !important;
  }

  .h-xs-98 {
    height: 98% !important;
  }

  .h-xs-97 {
    height: 97% !important;
  }

  .h-xs-96 {
    height: 96% !important;
  }

  .h-xs-95 {
    height: 95% !important;
  }

  .h-xs-94 {
    height: 94% !important;
  }

  .h-xs-93 {
    height: 93% !important;
  }

  .h-xs-92 {
    height: 92% !important;
  }

  .h-xs-91 {
    height: 91% !important;
  }

  .h-xs-90 {
    height: 90% !important;
  }

  .h-xs-89 {
    height: 89% !important;
  }

  .h-xs-88 {
    height: 88% !important;
  }

  .h-xs-87 {
    height: 87% !important;
  }

  .h-xs-86 {
    height: 86% !important;
  }

  .h-xs-85 {
    height: 85% !important;
  }

  .h-xs-84 {
    height: 84% !important;
  }

  .h-xs-83 {
    height: 83% !important;
  }

  .h-xs-82 {
    height: 82% !important;
  }

  .h-xs-81 {
    height: 81% !important;
  }

  .h-xs-80 {
    height: 80% !important;
  }

  .h-xs-79 {
    height: 79% !important;
  }

  .h-xs-78 {
    height: 78% !important;
  }

  .h-xs-77 {
    height: 77% !important;
  }

  .h-xs-76 {
    height: 76% !important;
  }

  .h-xs-75 {
    height: 75% !important;
  }

  .h-xs-74 {
    height: 74% !important;
  }

  .h-xs-73 {
    height: 73% !important;
  }

  .h-xs-72 {
    height: 72% !important;
  }

  .h-xs-71 {
    height: 71% !important;
  }

  .h-xs-70 {
    height: 70% !important;
  }

  .h-xs-69 {
    height: 69% !important;
  }

  .h-xs-68 {
    height: 68% !important;
  }

  .h-xs-67 {
    height: 67% !important;
  }

  .h-xs-66 {
    height: 66% !important;
  }

  .h-xs-65 {
    height: 65% !important;
  }

  .h-xs-64 {
    height: 64% !important;
  }

  .h-xs-63 {
    height: 63% !important;
  }

  .h-xs-62 {
    height: 62% !important;
  }

  .h-xs-61 {
    height: 61% !important;
  }

  .h-xs-60 {
    height: 60% !important;
  }

  .h-xs-59 {
    height: 59% !important;
  }

  .h-xs-58 {
    height: 58% !important;
  }

  .h-xs-57 {
    height: 57% !important;
  }

  .h-xs-56 {
    height: 56% !important;
  }

  .h-xs-55 {
    height: 55% !important;
  }

  .h-xs-54 {
    height: 54% !important;
  }

  .h-xs-53 {
    height: 53% !important;
  }

  .h-xs-52 {
    height: 52% !important;
  }

  .h-xs-51 {
    height: 51% !important;
  }

  .h-xs-50 {
    height: 50% !important;
  }

  .h-xs-49 {
    height: 49% !important;
  }

  .h-xs-48 {
    height: 48% !important;
  }

  .h-xs-47 {
    height: 47% !important;
  }

  .h-xs-46 {
    height: 46% !important;
  }

  .h-xs-45 {
    height: 45% !important;
  }

  .h-xs-44 {
    height: 44% !important;
  }

  .h-xs-43 {
    height: 43% !important;
  }

  .h-xs-42 {
    height: 42% !important;
  }

  .h-xs-41 {
    height: 41% !important;
  }

  .h-xs-40 {
    height: 40% !important;
  }

  .h-xs-39 {
    height: 39% !important;
  }

  .h-xs-38 {
    height: 38% !important;
  }

  .h-xs-37 {
    height: 37% !important;
  }

  .h-xs-36 {
    height: 36% !important;
  }

  .h-xs-35 {
    height: 35% !important;
  }

  .h-xs-34 {
    height: 34% !important;
  }

  .h-xs-33 {
    height: 33% !important;
  }

  .h-xs-32 {
    height: 32% !important;
  }

  .h-xs-31 {
    height: 31% !important;
  }

  .h-xs-30 {
    height: 30% !important;
  }

  .h-xs-29 {
    height: 29% !important;
  }

  .h-xs-28 {
    height: 28% !important;
  }

  .h-xs-27 {
    height: 27% !important;
  }

  .h-xs-26 {
    height: 26% !important;
  }

  .h-xs-25 {
    height: 25% !important;
  }

  .h-xs-24 {
    height: 24% !important;
  }

  .h-xs-23 {
    height: 23% !important;
  }

  .h-xs-22 {
    height: 22% !important;
  }

  .h-xs-21 {
    height: 21% !important;
  }

  .h-xs-20 {
    height: 20% !important;
  }

  .h-xs-19 {
    height: 19% !important;
  }

  .h-xs-18 {
    height: 18% !important;
  }

  .h-xs-17 {
    height: 17% !important;
  }

  .h-xs-16 {
    height: 16% !important;
  }

  .h-xs-15 {
    height: 15% !important;
  }

  .h-xs-14 {
    height: 14% !important;
  }

  .h-xs-13 {
    height: 13% !important;
  }

  .h-xs-12 {
    height: 12% !important;
  }

  .h-xs-11 {
    height: 11% !important;
  }

  .h-xs-10 {
    height: 10% !important;
  }

  .h-xs-9 {
    height: 9% !important;
  }

  .h-xs-8 {
    height: 8% !important;
  }

  .h-xs-7 {
    height: 7% !important;
  }

  .h-xs-6 {
    height: 6% !important;
  }

  .h-xs-5 {
    height: 5% !important;
  }

  .h-xs-4 {
    height: 4% !important;
  }

  .h-xs-3 {
    height: 3% !important;
  }

  .h-xs-2 {
    height: 2% !important;
  }

  .h-xs-1 {
    height: 1% !important;
  }

  .h-xs-0 {
    height: 0% !important;
  }
}
@media (min-width: 576.02px) {
  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-99 {
    width: 99% !important;
  }

  .w-sm-98 {
    width: 98% !important;
  }

  .w-sm-97 {
    width: 97% !important;
  }

  .w-sm-96 {
    width: 96% !important;
  }

  .w-sm-95 {
    width: 95% !important;
  }

  .w-sm-94 {
    width: 94% !important;
  }

  .w-sm-93 {
    width: 93% !important;
  }

  .w-sm-92 {
    width: 92% !important;
  }

  .w-sm-91 {
    width: 91% !important;
  }

  .w-sm-90 {
    width: 90% !important;
  }

  .w-sm-89 {
    width: 89% !important;
  }

  .w-sm-88 {
    width: 88% !important;
  }

  .w-sm-87 {
    width: 87% !important;
  }

  .w-sm-86 {
    width: 86% !important;
  }

  .w-sm-85 {
    width: 85% !important;
  }

  .w-sm-84 {
    width: 84% !important;
  }

  .w-sm-83 {
    width: 83% !important;
  }

  .w-sm-82 {
    width: 82% !important;
  }

  .w-sm-81 {
    width: 81% !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .w-sm-79 {
    width: 79% !important;
  }

  .w-sm-78 {
    width: 78% !important;
  }

  .w-sm-77 {
    width: 77% !important;
  }

  .w-sm-76 {
    width: 76% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-74 {
    width: 74% !important;
  }

  .w-sm-73 {
    width: 73% !important;
  }

  .w-sm-72 {
    width: 72% !important;
  }

  .w-sm-71 {
    width: 71% !important;
  }

  .w-sm-70 {
    width: 70% !important;
  }

  .w-sm-69 {
    width: 69% !important;
  }

  .w-sm-68 {
    width: 68% !important;
  }

  .w-sm-67 {
    width: 67% !important;
  }

  .w-sm-66 {
    width: 66% !important;
  }

  .w-sm-65 {
    width: 65% !important;
  }

  .w-sm-64 {
    width: 64% !important;
  }

  .w-sm-63 {
    width: 63% !important;
  }

  .w-sm-62 {
    width: 62% !important;
  }

  .w-sm-61 {
    width: 61% !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .w-sm-59 {
    width: 59% !important;
  }

  .w-sm-58 {
    width: 58% !important;
  }

  .w-sm-57 {
    width: 57% !important;
  }

  .w-sm-56 {
    width: 56% !important;
  }

  .w-sm-55 {
    width: 55% !important;
  }

  .w-sm-54 {
    width: 54% !important;
  }

  .w-sm-53 {
    width: 53% !important;
  }

  .w-sm-52 {
    width: 52% !important;
  }

  .w-sm-51 {
    width: 51% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-49 {
    width: 49% !important;
  }

  .w-sm-48 {
    width: 48% !important;
  }

  .w-sm-47 {
    width: 47% !important;
  }

  .w-sm-46 {
    width: 46% !important;
  }

  .w-sm-45 {
    width: 45% !important;
  }

  .w-sm-44 {
    width: 44% !important;
  }

  .w-sm-43 {
    width: 43% !important;
  }

  .w-sm-42 {
    width: 42% !important;
  }

  .w-sm-41 {
    width: 41% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-39 {
    width: 39% !important;
  }

  .w-sm-38 {
    width: 38% !important;
  }

  .w-sm-37 {
    width: 37% !important;
  }

  .w-sm-36 {
    width: 36% !important;
  }

  .w-sm-35 {
    width: 35% !important;
  }

  .w-sm-34 {
    width: 34% !important;
  }

  .w-sm-33 {
    width: 33% !important;
  }

  .w-sm-32 {
    width: 32% !important;
  }

  .w-sm-31 {
    width: 31% !important;
  }

  .w-sm-30 {
    width: 30% !important;
  }

  .w-sm-29 {
    width: 29% !important;
  }

  .w-sm-28 {
    width: 28% !important;
  }

  .w-sm-27 {
    width: 27% !important;
  }

  .w-sm-26 {
    width: 26% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-24 {
    width: 24% !important;
  }

  .w-sm-23 {
    width: 23% !important;
  }

  .w-sm-22 {
    width: 22% !important;
  }

  .w-sm-21 {
    width: 21% !important;
  }

  .w-sm-20 {
    width: 20% !important;
  }

  .w-sm-19 {
    width: 19% !important;
  }

  .w-sm-18 {
    width: 18% !important;
  }

  .w-sm-17 {
    width: 17% !important;
  }

  .w-sm-16 {
    width: 16% !important;
  }

  .w-sm-15 {
    width: 15% !important;
  }

  .w-sm-14 {
    width: 14% !important;
  }

  .w-sm-13 {
    width: 13% !important;
  }

  .w-sm-12 {
    width: 12% !important;
  }

  .w-sm-11 {
    width: 11% !important;
  }

  .w-sm-10 {
    width: 10% !important;
  }

  .w-sm-9 {
    width: 9% !important;
  }

  .w-sm-8 {
    width: 8% !important;
  }

  .w-sm-7 {
    width: 7% !important;
  }

  .w-sm-6 {
    width: 6% !important;
  }

  .w-sm-5 {
    width: 5% !important;
  }

  .w-sm-4 {
    width: 4% !important;
  }

  .w-sm-3 {
    width: 3% !important;
  }

  .w-sm-2 {
    width: 2% !important;
  }

  .w-sm-1 {
    width: 1% !important;
  }

  .w-sm-0 {
    width: 0% !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-99 {
    height: 99% !important;
  }

  .h-sm-98 {
    height: 98% !important;
  }

  .h-sm-97 {
    height: 97% !important;
  }

  .h-sm-96 {
    height: 96% !important;
  }

  .h-sm-95 {
    height: 95% !important;
  }

  .h-sm-94 {
    height: 94% !important;
  }

  .h-sm-93 {
    height: 93% !important;
  }

  .h-sm-92 {
    height: 92% !important;
  }

  .h-sm-91 {
    height: 91% !important;
  }

  .h-sm-90 {
    height: 90% !important;
  }

  .h-sm-89 {
    height: 89% !important;
  }

  .h-sm-88 {
    height: 88% !important;
  }

  .h-sm-87 {
    height: 87% !important;
  }

  .h-sm-86 {
    height: 86% !important;
  }

  .h-sm-85 {
    height: 85% !important;
  }

  .h-sm-84 {
    height: 84% !important;
  }

  .h-sm-83 {
    height: 83% !important;
  }

  .h-sm-82 {
    height: 82% !important;
  }

  .h-sm-81 {
    height: 81% !important;
  }

  .h-sm-80 {
    height: 80% !important;
  }

  .h-sm-79 {
    height: 79% !important;
  }

  .h-sm-78 {
    height: 78% !important;
  }

  .h-sm-77 {
    height: 77% !important;
  }

  .h-sm-76 {
    height: 76% !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-74 {
    height: 74% !important;
  }

  .h-sm-73 {
    height: 73% !important;
  }

  .h-sm-72 {
    height: 72% !important;
  }

  .h-sm-71 {
    height: 71% !important;
  }

  .h-sm-70 {
    height: 70% !important;
  }

  .h-sm-69 {
    height: 69% !important;
  }

  .h-sm-68 {
    height: 68% !important;
  }

  .h-sm-67 {
    height: 67% !important;
  }

  .h-sm-66 {
    height: 66% !important;
  }

  .h-sm-65 {
    height: 65% !important;
  }

  .h-sm-64 {
    height: 64% !important;
  }

  .h-sm-63 {
    height: 63% !important;
  }

  .h-sm-62 {
    height: 62% !important;
  }

  .h-sm-61 {
    height: 61% !important;
  }

  .h-sm-60 {
    height: 60% !important;
  }

  .h-sm-59 {
    height: 59% !important;
  }

  .h-sm-58 {
    height: 58% !important;
  }

  .h-sm-57 {
    height: 57% !important;
  }

  .h-sm-56 {
    height: 56% !important;
  }

  .h-sm-55 {
    height: 55% !important;
  }

  .h-sm-54 {
    height: 54% !important;
  }

  .h-sm-53 {
    height: 53% !important;
  }

  .h-sm-52 {
    height: 52% !important;
  }

  .h-sm-51 {
    height: 51% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-49 {
    height: 49% !important;
  }

  .h-sm-48 {
    height: 48% !important;
  }

  .h-sm-47 {
    height: 47% !important;
  }

  .h-sm-46 {
    height: 46% !important;
  }

  .h-sm-45 {
    height: 45% !important;
  }

  .h-sm-44 {
    height: 44% !important;
  }

  .h-sm-43 {
    height: 43% !important;
  }

  .h-sm-42 {
    height: 42% !important;
  }

  .h-sm-41 {
    height: 41% !important;
  }

  .h-sm-40 {
    height: 40% !important;
  }

  .h-sm-39 {
    height: 39% !important;
  }

  .h-sm-38 {
    height: 38% !important;
  }

  .h-sm-37 {
    height: 37% !important;
  }

  .h-sm-36 {
    height: 36% !important;
  }

  .h-sm-35 {
    height: 35% !important;
  }

  .h-sm-34 {
    height: 34% !important;
  }

  .h-sm-33 {
    height: 33% !important;
  }

  .h-sm-32 {
    height: 32% !important;
  }

  .h-sm-31 {
    height: 31% !important;
  }

  .h-sm-30 {
    height: 30% !important;
  }

  .h-sm-29 {
    height: 29% !important;
  }

  .h-sm-28 {
    height: 28% !important;
  }

  .h-sm-27 {
    height: 27% !important;
  }

  .h-sm-26 {
    height: 26% !important;
  }

  .h-sm-25 {
    height: 25% !important;
  }

  .h-sm-24 {
    height: 24% !important;
  }

  .h-sm-23 {
    height: 23% !important;
  }

  .h-sm-22 {
    height: 22% !important;
  }

  .h-sm-21 {
    height: 21% !important;
  }

  .h-sm-20 {
    height: 20% !important;
  }

  .h-sm-19 {
    height: 19% !important;
  }

  .h-sm-18 {
    height: 18% !important;
  }

  .h-sm-17 {
    height: 17% !important;
  }

  .h-sm-16 {
    height: 16% !important;
  }

  .h-sm-15 {
    height: 15% !important;
  }

  .h-sm-14 {
    height: 14% !important;
  }

  .h-sm-13 {
    height: 13% !important;
  }

  .h-sm-12 {
    height: 12% !important;
  }

  .h-sm-11 {
    height: 11% !important;
  }

  .h-sm-10 {
    height: 10% !important;
  }

  .h-sm-9 {
    height: 9% !important;
  }

  .h-sm-8 {
    height: 8% !important;
  }

  .h-sm-7 {
    height: 7% !important;
  }

  .h-sm-6 {
    height: 6% !important;
  }

  .h-sm-5 {
    height: 5% !important;
  }

  .h-sm-4 {
    height: 4% !important;
  }

  .h-sm-3 {
    height: 3% !important;
  }

  .h-sm-2 {
    height: 2% !important;
  }

  .h-sm-1 {
    height: 1% !important;
  }

  .h-sm-0 {
    height: 0% !important;
  }
}
@media (min-width: 768.02px) {
  .w-md-100 {
    width: 100% !important;
  }

  .w-md-99 {
    width: 99% !important;
  }

  .w-md-98 {
    width: 98% !important;
  }

  .w-md-97 {
    width: 97% !important;
  }

  .w-md-96 {
    width: 96% !important;
  }

  .w-md-95 {
    width: 95% !important;
  }

  .w-md-94 {
    width: 94% !important;
  }

  .w-md-93 {
    width: 93% !important;
  }

  .w-md-92 {
    width: 92% !important;
  }

  .w-md-91 {
    width: 91% !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .w-md-89 {
    width: 89% !important;
  }

  .w-md-88 {
    width: 88% !important;
  }

  .w-md-87 {
    width: 87% !important;
  }

  .w-md-86 {
    width: 86% !important;
  }

  .w-md-85 {
    width: 85% !important;
  }

  .w-md-84 {
    width: 84% !important;
  }

  .w-md-83 {
    width: 83% !important;
  }

  .w-md-82 {
    width: 82% !important;
  }

  .w-md-81 {
    width: 81% !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

  .w-md-79 {
    width: 79% !important;
  }

  .w-md-78 {
    width: 78% !important;
  }

  .w-md-77 {
    width: 77% !important;
  }

  .w-md-76 {
    width: 76% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-74 {
    width: 74% !important;
  }

  .w-md-73 {
    width: 73% !important;
  }

  .w-md-72 {
    width: 72% !important;
  }

  .w-md-71 {
    width: 71% !important;
  }

  .w-md-70 {
    width: 70% !important;
  }

  .w-md-69 {
    width: 69% !important;
  }

  .w-md-68 {
    width: 68% !important;
  }

  .w-md-67 {
    width: 67% !important;
  }

  .w-md-66 {
    width: 66% !important;
  }

  .w-md-65 {
    width: 65% !important;
  }

  .w-md-64 {
    width: 64% !important;
  }

  .w-md-63 {
    width: 63% !important;
  }

  .w-md-62 {
    width: 62% !important;
  }

  .w-md-61 {
    width: 61% !important;
  }

  .w-md-60 {
    width: 60% !important;
  }

  .w-md-59 {
    width: 59% !important;
  }

  .w-md-58 {
    width: 58% !important;
  }

  .w-md-57 {
    width: 57% !important;
  }

  .w-md-56 {
    width: 56% !important;
  }

  .w-md-55 {
    width: 55% !important;
  }

  .w-md-54 {
    width: 54% !important;
  }

  .w-md-53 {
    width: 53% !important;
  }

  .w-md-52 {
    width: 52% !important;
  }

  .w-md-51 {
    width: 51% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-49 {
    width: 49% !important;
  }

  .w-md-48 {
    width: 48% !important;
  }

  .w-md-47 {
    width: 47% !important;
  }

  .w-md-46 {
    width: 46% !important;
  }

  .w-md-45 {
    width: 45% !important;
  }

  .w-md-44 {
    width: 44% !important;
  }

  .w-md-43 {
    width: 43% !important;
  }

  .w-md-42 {
    width: 42% !important;
  }

  .w-md-41 {
    width: 41% !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .w-md-39 {
    width: 39% !important;
  }

  .w-md-38 {
    width: 38% !important;
  }

  .w-md-37 {
    width: 37% !important;
  }

  .w-md-36 {
    width: 36% !important;
  }

  .w-md-35 {
    width: 35% !important;
  }

  .w-md-34 {
    width: 34% !important;
  }

  .w-md-33 {
    width: 33% !important;
  }

  .w-md-32 {
    width: 32% !important;
  }

  .w-md-31 {
    width: 31% !important;
  }

  .w-md-30 {
    width: 30% !important;
  }

  .w-md-29 {
    width: 29% !important;
  }

  .w-md-28 {
    width: 28% !important;
  }

  .w-md-27 {
    width: 27% !important;
  }

  .w-md-26 {
    width: 26% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .w-md-24 {
    width: 24% !important;
  }

  .w-md-23 {
    width: 23% !important;
  }

  .w-md-22 {
    width: 22% !important;
  }

  .w-md-21 {
    width: 21% !important;
  }

  .w-md-20 {
    width: 20% !important;
  }

  .w-md-19 {
    width: 19% !important;
  }

  .w-md-18 {
    width: 18% !important;
  }

  .w-md-17 {
    width: 17% !important;
  }

  .w-md-16 {
    width: 16% !important;
  }

  .w-md-15 {
    width: 15% !important;
  }

  .w-md-14 {
    width: 14% !important;
  }

  .w-md-13 {
    width: 13% !important;
  }

  .w-md-12 {
    width: 12% !important;
  }

  .w-md-11 {
    width: 11% !important;
  }

  .w-md-10 {
    width: 10% !important;
  }

  .w-md-9 {
    width: 9% !important;
  }

  .w-md-8 {
    width: 8% !important;
  }

  .w-md-7 {
    width: 7% !important;
  }

  .w-md-6 {
    width: 6% !important;
  }

  .w-md-5 {
    width: 5% !important;
  }

  .w-md-4 {
    width: 4% !important;
  }

  .w-md-3 {
    width: 3% !important;
  }

  .w-md-2 {
    width: 2% !important;
  }

  .w-md-1 {
    width: 1% !important;
  }

  .w-md-0 {
    width: 0% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-99 {
    height: 99% !important;
  }

  .h-md-98 {
    height: 98% !important;
  }

  .h-md-97 {
    height: 97% !important;
  }

  .h-md-96 {
    height: 96% !important;
  }

  .h-md-95 {
    height: 95% !important;
  }

  .h-md-94 {
    height: 94% !important;
  }

  .h-md-93 {
    height: 93% !important;
  }

  .h-md-92 {
    height: 92% !important;
  }

  .h-md-91 {
    height: 91% !important;
  }

  .h-md-90 {
    height: 90% !important;
  }

  .h-md-89 {
    height: 89% !important;
  }

  .h-md-88 {
    height: 88% !important;
  }

  .h-md-87 {
    height: 87% !important;
  }

  .h-md-86 {
    height: 86% !important;
  }

  .h-md-85 {
    height: 85% !important;
  }

  .h-md-84 {
    height: 84% !important;
  }

  .h-md-83 {
    height: 83% !important;
  }

  .h-md-82 {
    height: 82% !important;
  }

  .h-md-81 {
    height: 81% !important;
  }

  .h-md-80 {
    height: 80% !important;
  }

  .h-md-79 {
    height: 79% !important;
  }

  .h-md-78 {
    height: 78% !important;
  }

  .h-md-77 {
    height: 77% !important;
  }

  .h-md-76 {
    height: 76% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-74 {
    height: 74% !important;
  }

  .h-md-73 {
    height: 73% !important;
  }

  .h-md-72 {
    height: 72% !important;
  }

  .h-md-71 {
    height: 71% !important;
  }

  .h-md-70 {
    height: 70% !important;
  }

  .h-md-69 {
    height: 69% !important;
  }

  .h-md-68 {
    height: 68% !important;
  }

  .h-md-67 {
    height: 67% !important;
  }

  .h-md-66 {
    height: 66% !important;
  }

  .h-md-65 {
    height: 65% !important;
  }

  .h-md-64 {
    height: 64% !important;
  }

  .h-md-63 {
    height: 63% !important;
  }

  .h-md-62 {
    height: 62% !important;
  }

  .h-md-61 {
    height: 61% !important;
  }

  .h-md-60 {
    height: 60% !important;
  }

  .h-md-59 {
    height: 59% !important;
  }

  .h-md-58 {
    height: 58% !important;
  }

  .h-md-57 {
    height: 57% !important;
  }

  .h-md-56 {
    height: 56% !important;
  }

  .h-md-55 {
    height: 55% !important;
  }

  .h-md-54 {
    height: 54% !important;
  }

  .h-md-53 {
    height: 53% !important;
  }

  .h-md-52 {
    height: 52% !important;
  }

  .h-md-51 {
    height: 51% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-49 {
    height: 49% !important;
  }

  .h-md-48 {
    height: 48% !important;
  }

  .h-md-47 {
    height: 47% !important;
  }

  .h-md-46 {
    height: 46% !important;
  }

  .h-md-45 {
    height: 45% !important;
  }

  .h-md-44 {
    height: 44% !important;
  }

  .h-md-43 {
    height: 43% !important;
  }

  .h-md-42 {
    height: 42% !important;
  }

  .h-md-41 {
    height: 41% !important;
  }

  .h-md-40 {
    height: 40% !important;
  }

  .h-md-39 {
    height: 39% !important;
  }

  .h-md-38 {
    height: 38% !important;
  }

  .h-md-37 {
    height: 37% !important;
  }

  .h-md-36 {
    height: 36% !important;
  }

  .h-md-35 {
    height: 35% !important;
  }

  .h-md-34 {
    height: 34% !important;
  }

  .h-md-33 {
    height: 33% !important;
  }

  .h-md-32 {
    height: 32% !important;
  }

  .h-md-31 {
    height: 31% !important;
  }

  .h-md-30 {
    height: 30% !important;
  }

  .h-md-29 {
    height: 29% !important;
  }

  .h-md-28 {
    height: 28% !important;
  }

  .h-md-27 {
    height: 27% !important;
  }

  .h-md-26 {
    height: 26% !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .h-md-24 {
    height: 24% !important;
  }

  .h-md-23 {
    height: 23% !important;
  }

  .h-md-22 {
    height: 22% !important;
  }

  .h-md-21 {
    height: 21% !important;
  }

  .h-md-20 {
    height: 20% !important;
  }

  .h-md-19 {
    height: 19% !important;
  }

  .h-md-18 {
    height: 18% !important;
  }

  .h-md-17 {
    height: 17% !important;
  }

  .h-md-16 {
    height: 16% !important;
  }

  .h-md-15 {
    height: 15% !important;
  }

  .h-md-14 {
    height: 14% !important;
  }

  .h-md-13 {
    height: 13% !important;
  }

  .h-md-12 {
    height: 12% !important;
  }

  .h-md-11 {
    height: 11% !important;
  }

  .h-md-10 {
    height: 10% !important;
  }

  .h-md-9 {
    height: 9% !important;
  }

  .h-md-8 {
    height: 8% !important;
  }

  .h-md-7 {
    height: 7% !important;
  }

  .h-md-6 {
    height: 6% !important;
  }

  .h-md-5 {
    height: 5% !important;
  }

  .h-md-4 {
    height: 4% !important;
  }

  .h-md-3 {
    height: 3% !important;
  }

  .h-md-2 {
    height: 2% !important;
  }

  .h-md-1 {
    height: 1% !important;
  }

  .h-md-0 {
    height: 0% !important;
  }
}
@media (min-width: 1024.02px) {
  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-99 {
    width: 99% !important;
  }

  .w-lg-98 {
    width: 98% !important;
  }

  .w-lg-97 {
    width: 97% !important;
  }

  .w-lg-96 {
    width: 96% !important;
  }

  .w-lg-95 {
    width: 95% !important;
  }

  .w-lg-94 {
    width: 94% !important;
  }

  .w-lg-93 {
    width: 93% !important;
  }

  .w-lg-92 {
    width: 92% !important;
  }

  .w-lg-91 {
    width: 91% !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .w-lg-89 {
    width: 89% !important;
  }

  .w-lg-88 {
    width: 88% !important;
  }

  .w-lg-87 {
    width: 87% !important;
  }

  .w-lg-86 {
    width: 86% !important;
  }

  .w-lg-85 {
    width: 85% !important;
  }

  .w-lg-84 {
    width: 84% !important;
  }

  .w-lg-83 {
    width: 83% !important;
  }

  .w-lg-82 {
    width: 82% !important;
  }

  .w-lg-81 {
    width: 81% !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

  .w-lg-79 {
    width: 79% !important;
  }

  .w-lg-78 {
    width: 78% !important;
  }

  .w-lg-77 {
    width: 77% !important;
  }

  .w-lg-76 {
    width: 76% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-74 {
    width: 74% !important;
  }

  .w-lg-73 {
    width: 73% !important;
  }

  .w-lg-72 {
    width: 72% !important;
  }

  .w-lg-71 {
    width: 71% !important;
  }

  .w-lg-70 {
    width: 70% !important;
  }

  .w-lg-69 {
    width: 69% !important;
  }

  .w-lg-68 {
    width: 68% !important;
  }

  .w-lg-67 {
    width: 67% !important;
  }

  .w-lg-66 {
    width: 66% !important;
  }

  .w-lg-65 {
    width: 65% !important;
  }

  .w-lg-64 {
    width: 64% !important;
  }

  .w-lg-63 {
    width: 63% !important;
  }

  .w-lg-62 {
    width: 62% !important;
  }

  .w-lg-61 {
    width: 61% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-59 {
    width: 59% !important;
  }

  .w-lg-58 {
    width: 58% !important;
  }

  .w-lg-57 {
    width: 57% !important;
  }

  .w-lg-56 {
    width: 56% !important;
  }

  .w-lg-55 {
    width: 55% !important;
  }

  .w-lg-54 {
    width: 54% !important;
  }

  .w-lg-53 {
    width: 53% !important;
  }

  .w-lg-52 {
    width: 52% !important;
  }

  .w-lg-51 {
    width: 51% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-49 {
    width: 49% !important;
  }

  .w-lg-48 {
    width: 48% !important;
  }

  .w-lg-47 {
    width: 47% !important;
  }

  .w-lg-46 {
    width: 46% !important;
  }

  .w-lg-45 {
    width: 45% !important;
  }

  .w-lg-44 {
    width: 44% !important;
  }

  .w-lg-43 {
    width: 43% !important;
  }

  .w-lg-42 {
    width: 42% !important;
  }

  .w-lg-41 {
    width: 41% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-lg-39 {
    width: 39% !important;
  }

  .w-lg-38 {
    width: 38% !important;
  }

  .w-lg-37 {
    width: 37% !important;
  }

  .w-lg-36 {
    width: 36% !important;
  }

  .w-lg-35 {
    width: 35% !important;
  }

  .w-lg-34 {
    width: 34% !important;
  }

  .w-lg-33 {
    width: 33% !important;
  }

  .w-lg-32 {
    width: 32% !important;
  }

  .w-lg-31 {
    width: 31% !important;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  .w-lg-29 {
    width: 29% !important;
  }

  .w-lg-28 {
    width: 28% !important;
  }

  .w-lg-27 {
    width: 27% !important;
  }

  .w-lg-26 {
    width: 26% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-24 {
    width: 24% !important;
  }

  .w-lg-23 {
    width: 23% !important;
  }

  .w-lg-22 {
    width: 22% !important;
  }

  .w-lg-21 {
    width: 21% !important;
  }

  .w-lg-20 {
    width: 20% !important;
  }

  .w-lg-19 {
    width: 19% !important;
  }

  .w-lg-18 {
    width: 18% !important;
  }

  .w-lg-17 {
    width: 17% !important;
  }

  .w-lg-16 {
    width: 16% !important;
  }

  .w-lg-15 {
    width: 15% !important;
  }

  .w-lg-14 {
    width: 14% !important;
  }

  .w-lg-13 {
    width: 13% !important;
  }

  .w-lg-12 {
    width: 12% !important;
  }

  .w-lg-11 {
    width: 11% !important;
  }

  .w-lg-10 {
    width: 10% !important;
  }

  .w-lg-9 {
    width: 9% !important;
  }

  .w-lg-8 {
    width: 8% !important;
  }

  .w-lg-7 {
    width: 7% !important;
  }

  .w-lg-6 {
    width: 6% !important;
  }

  .w-lg-5 {
    width: 5% !important;
  }

  .w-lg-4 {
    width: 4% !important;
  }

  .w-lg-3 {
    width: 3% !important;
  }

  .w-lg-2 {
    width: 2% !important;
  }

  .w-lg-1 {
    width: 1% !important;
  }

  .w-lg-0 {
    width: 0% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-99 {
    height: 99% !important;
  }

  .h-lg-98 {
    height: 98% !important;
  }

  .h-lg-97 {
    height: 97% !important;
  }

  .h-lg-96 {
    height: 96% !important;
  }

  .h-lg-95 {
    height: 95% !important;
  }

  .h-lg-94 {
    height: 94% !important;
  }

  .h-lg-93 {
    height: 93% !important;
  }

  .h-lg-92 {
    height: 92% !important;
  }

  .h-lg-91 {
    height: 91% !important;
  }

  .h-lg-90 {
    height: 90% !important;
  }

  .h-lg-89 {
    height: 89% !important;
  }

  .h-lg-88 {
    height: 88% !important;
  }

  .h-lg-87 {
    height: 87% !important;
  }

  .h-lg-86 {
    height: 86% !important;
  }

  .h-lg-85 {
    height: 85% !important;
  }

  .h-lg-84 {
    height: 84% !important;
  }

  .h-lg-83 {
    height: 83% !important;
  }

  .h-lg-82 {
    height: 82% !important;
  }

  .h-lg-81 {
    height: 81% !important;
  }

  .h-lg-80 {
    height: 80% !important;
  }

  .h-lg-79 {
    height: 79% !important;
  }

  .h-lg-78 {
    height: 78% !important;
  }

  .h-lg-77 {
    height: 77% !important;
  }

  .h-lg-76 {
    height: 76% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-74 {
    height: 74% !important;
  }

  .h-lg-73 {
    height: 73% !important;
  }

  .h-lg-72 {
    height: 72% !important;
  }

  .h-lg-71 {
    height: 71% !important;
  }

  .h-lg-70 {
    height: 70% !important;
  }

  .h-lg-69 {
    height: 69% !important;
  }

  .h-lg-68 {
    height: 68% !important;
  }

  .h-lg-67 {
    height: 67% !important;
  }

  .h-lg-66 {
    height: 66% !important;
  }

  .h-lg-65 {
    height: 65% !important;
  }

  .h-lg-64 {
    height: 64% !important;
  }

  .h-lg-63 {
    height: 63% !important;
  }

  .h-lg-62 {
    height: 62% !important;
  }

  .h-lg-61 {
    height: 61% !important;
  }

  .h-lg-60 {
    height: 60% !important;
  }

  .h-lg-59 {
    height: 59% !important;
  }

  .h-lg-58 {
    height: 58% !important;
  }

  .h-lg-57 {
    height: 57% !important;
  }

  .h-lg-56 {
    height: 56% !important;
  }

  .h-lg-55 {
    height: 55% !important;
  }

  .h-lg-54 {
    height: 54% !important;
  }

  .h-lg-53 {
    height: 53% !important;
  }

  .h-lg-52 {
    height: 52% !important;
  }

  .h-lg-51 {
    height: 51% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-49 {
    height: 49% !important;
  }

  .h-lg-48 {
    height: 48% !important;
  }

  .h-lg-47 {
    height: 47% !important;
  }

  .h-lg-46 {
    height: 46% !important;
  }

  .h-lg-45 {
    height: 45% !important;
  }

  .h-lg-44 {
    height: 44% !important;
  }

  .h-lg-43 {
    height: 43% !important;
  }

  .h-lg-42 {
    height: 42% !important;
  }

  .h-lg-41 {
    height: 41% !important;
  }

  .h-lg-40 {
    height: 40% !important;
  }

  .h-lg-39 {
    height: 39% !important;
  }

  .h-lg-38 {
    height: 38% !important;
  }

  .h-lg-37 {
    height: 37% !important;
  }

  .h-lg-36 {
    height: 36% !important;
  }

  .h-lg-35 {
    height: 35% !important;
  }

  .h-lg-34 {
    height: 34% !important;
  }

  .h-lg-33 {
    height: 33% !important;
  }

  .h-lg-32 {
    height: 32% !important;
  }

  .h-lg-31 {
    height: 31% !important;
  }

  .h-lg-30 {
    height: 30% !important;
  }

  .h-lg-29 {
    height: 29% !important;
  }

  .h-lg-28 {
    height: 28% !important;
  }

  .h-lg-27 {
    height: 27% !important;
  }

  .h-lg-26 {
    height: 26% !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .h-lg-24 {
    height: 24% !important;
  }

  .h-lg-23 {
    height: 23% !important;
  }

  .h-lg-22 {
    height: 22% !important;
  }

  .h-lg-21 {
    height: 21% !important;
  }

  .h-lg-20 {
    height: 20% !important;
  }

  .h-lg-19 {
    height: 19% !important;
  }

  .h-lg-18 {
    height: 18% !important;
  }

  .h-lg-17 {
    height: 17% !important;
  }

  .h-lg-16 {
    height: 16% !important;
  }

  .h-lg-15 {
    height: 15% !important;
  }

  .h-lg-14 {
    height: 14% !important;
  }

  .h-lg-13 {
    height: 13% !important;
  }

  .h-lg-12 {
    height: 12% !important;
  }

  .h-lg-11 {
    height: 11% !important;
  }

  .h-lg-10 {
    height: 10% !important;
  }

  .h-lg-9 {
    height: 9% !important;
  }

  .h-lg-8 {
    height: 8% !important;
  }

  .h-lg-7 {
    height: 7% !important;
  }

  .h-lg-6 {
    height: 6% !important;
  }

  .h-lg-5 {
    height: 5% !important;
  }

  .h-lg-4 {
    height: 4% !important;
  }

  .h-lg-3 {
    height: 3% !important;
  }

  .h-lg-2 {
    height: 2% !important;
  }

  .h-lg-1 {
    height: 1% !important;
  }

  .h-lg-0 {
    height: 0% !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-35 {
  margin: 8.75rem !important;
}

.mt-35,
.my-35 {
  margin-top: 8.75rem !important;
}

.mr-35,
.mx-35 {
  margin-right: 8.75rem !important;
}

.mb-35,
.my-35 {
  margin-bottom: 8.75rem !important;
}

.ml-35,
.mx-35 {
  margin-left: 8.75rem !important;
}

.m-34 {
  margin: 8.5rem !important;
}

.mt-34,
.my-34 {
  margin-top: 8.5rem !important;
}

.mr-34,
.mx-34 {
  margin-right: 8.5rem !important;
}

.mb-34,
.my-34 {
  margin-bottom: 8.5rem !important;
}

.ml-34,
.mx-34 {
  margin-left: 8.5rem !important;
}

.m-33 {
  margin: 8.25rem !important;
}

.mt-33,
.my-33 {
  margin-top: 8.25rem !important;
}

.mr-33,
.mx-33 {
  margin-right: 8.25rem !important;
}

.mb-33,
.my-33 {
  margin-bottom: 8.25rem !important;
}

.ml-33,
.mx-33 {
  margin-left: 8.25rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.mt-32,
.my-32 {
  margin-top: 8rem !important;
}

.mr-32,
.mx-32 {
  margin-right: 8rem !important;
}

.mb-32,
.my-32 {
  margin-bottom: 8rem !important;
}

.ml-32,
.mx-32 {
  margin-left: 8rem !important;
}

.m-31 {
  margin: 7.75rem !important;
}

.mt-31,
.my-31 {
  margin-top: 7.75rem !important;
}

.mr-31,
.mx-31 {
  margin-right: 7.75rem !important;
}

.mb-31,
.my-31 {
  margin-bottom: 7.75rem !important;
}

.ml-31,
.mx-31 {
  margin-left: 7.75rem !important;
}

.m-30 {
  margin: 7.5rem !important;
}

.mt-30,
.my-30 {
  margin-top: 7.5rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 7.5rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 7.5rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 7.5rem !important;
}

.m-29 {
  margin: 7.25rem !important;
}

.mt-29,
.my-29 {
  margin-top: 7.25rem !important;
}

.mr-29,
.mx-29 {
  margin-right: 7.25rem !important;
}

.mb-29,
.my-29 {
  margin-bottom: 7.25rem !important;
}

.ml-29,
.mx-29 {
  margin-left: 7.25rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.mt-28,
.my-28 {
  margin-top: 7rem !important;
}

.mr-28,
.mx-28 {
  margin-right: 7rem !important;
}

.mb-28,
.my-28 {
  margin-bottom: 7rem !important;
}

.ml-28,
.mx-28 {
  margin-left: 7rem !important;
}

.m-27 {
  margin: 6.75rem !important;
}

.mt-27,
.my-27 {
  margin-top: 6.75rem !important;
}

.mr-27,
.mx-27 {
  margin-right: 6.75rem !important;
}

.mb-27,
.my-27 {
  margin-bottom: 6.75rem !important;
}

.ml-27,
.mx-27 {
  margin-left: 6.75rem !important;
}

.m-26 {
  margin: 6.5rem !important;
}

.mt-26,
.my-26 {
  margin-top: 6.5rem !important;
}

.mr-26,
.mx-26 {
  margin-right: 6.5rem !important;
}

.mb-26,
.my-26 {
  margin-bottom: 6.5rem !important;
}

.ml-26,
.mx-26 {
  margin-left: 6.5rem !important;
}

.m-25 {
  margin: 6.25rem !important;
}

.mt-25,
.my-25 {
  margin-top: 6.25rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 6.25rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 6.25rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 6.25rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.mt-24,
.my-24 {
  margin-top: 6rem !important;
}

.mr-24,
.mx-24 {
  margin-right: 6rem !important;
}

.mb-24,
.my-24 {
  margin-bottom: 6rem !important;
}

.ml-24,
.mx-24 {
  margin-left: 6rem !important;
}

.m-23 {
  margin: 5.75rem !important;
}

.mt-23,
.my-23 {
  margin-top: 5.75rem !important;
}

.mr-23,
.mx-23 {
  margin-right: 5.75rem !important;
}

.mb-23,
.my-23 {
  margin-bottom: 5.75rem !important;
}

.ml-23,
.mx-23 {
  margin-left: 5.75rem !important;
}

.m-22 {
  margin: 5.5rem !important;
}

.mt-22,
.my-22 {
  margin-top: 5.5rem !important;
}

.mr-22,
.mx-22 {
  margin-right: 5.5rem !important;
}

.mb-22,
.my-22 {
  margin-bottom: 5.5rem !important;
}

.ml-22,
.mx-22 {
  margin-left: 5.5rem !important;
}

.m-21 {
  margin: 5.25rem !important;
}

.mt-21,
.my-21 {
  margin-top: 5.25rem !important;
}

.mr-21,
.mx-21 {
  margin-right: 5.25rem !important;
}

.mb-21,
.my-21 {
  margin-bottom: 5.25rem !important;
}

.ml-21,
.mx-21 {
  margin-left: 5.25rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.mt-20,
.my-20 {
  margin-top: 5rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 5rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 5rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 5rem !important;
}

.m-19 {
  margin: 4.75rem !important;
}

.mt-19,
.my-19 {
  margin-top: 4.75rem !important;
}

.mr-19,
.mx-19 {
  margin-right: 4.75rem !important;
}

.mb-19,
.my-19 {
  margin-bottom: 4.75rem !important;
}

.ml-19,
.mx-19 {
  margin-left: 4.75rem !important;
}

.m-18 {
  margin: 4.5rem !important;
}

.mt-18,
.my-18 {
  margin-top: 4.5rem !important;
}

.mr-18,
.mx-18 {
  margin-right: 4.5rem !important;
}

.mb-18,
.my-18 {
  margin-bottom: 4.5rem !important;
}

.ml-18,
.mx-18 {
  margin-left: 4.5rem !important;
}

.m-17 {
  margin: 4.25rem !important;
}

.mt-17,
.my-17 {
  margin-top: 4.25rem !important;
}

.mr-17,
.mx-17 {
  margin-right: 4.25rem !important;
}

.mb-17,
.my-17 {
  margin-bottom: 4.25rem !important;
}

.ml-17,
.mx-17 {
  margin-left: 4.25rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.mt-16,
.my-16 {
  margin-top: 4rem !important;
}

.mr-16,
.mx-16 {
  margin-right: 4rem !important;
}

.mb-16,
.my-16 {
  margin-bottom: 4rem !important;
}

.ml-16,
.mx-16 {
  margin-left: 4rem !important;
}

.m-15 {
  margin: 3.75rem !important;
}

.mt-15,
.my-15 {
  margin-top: 3.75rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 3.75rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 3.75rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 3.75rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.mt-14,
.my-14 {
  margin-top: 3.5rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 3.5rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 3.5rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 3.5rem !important;
}

.m-13 {
  margin: 3.25rem !important;
}

.mt-13,
.my-13 {
  margin-top: 3.25rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 3.25rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 3.25rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 3.25rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.mt-12,
.my-12 {
  margin-top: 3rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 3rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 3rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 3rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.mt-11,
.my-11 {
  margin-top: 2.75rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 2.75rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 2.75rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 2.75rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 2.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 2.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 2.5rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.mt-9,
.my-9 {
  margin-top: 2.25rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 2.25rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 2.25rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mt-8,
.my-8 {
  margin-top: 2rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 2rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 2rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 2rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.mt-7,
.my-7 {
  margin-top: 1.75rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 1.75rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 1.75rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 1.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 1.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mt-5,
.my-5 {
  margin-top: 1.25rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.25rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.25rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-0 {
  margin: 0rem !important;
}

.mt-0,
.my-0 {
  margin-top: 0rem !important;
}

.mr-0,
.mx-0 {
  margin-right: 0rem !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0rem !important;
}

.ml-0,
.mx-0 {
  margin-left: 0rem !important;
}

.p-35 {
  padding: 8.75rem !important;
}

.pt-35,
.py-35 {
  padding-top: 8.75rem !important;
}

.pr-35,
.px-35 {
  padding-right: 8.75rem !important;
}

.pb-35,
.py-35 {
  padding-bottom: 8.75rem !important;
}

.pl-35,
.px-35 {
  padding-left: 8.75rem !important;
}

.p-34 {
  padding: 8.5rem !important;
}

.pt-34,
.py-34 {
  padding-top: 8.5rem !important;
}

.pr-34,
.px-34 {
  padding-right: 8.5rem !important;
}

.pb-34,
.py-34 {
  padding-bottom: 8.5rem !important;
}

.pl-34,
.px-34 {
  padding-left: 8.5rem !important;
}

.p-33 {
  padding: 8.25rem !important;
}

.pt-33,
.py-33 {
  padding-top: 8.25rem !important;
}

.pr-33,
.px-33 {
  padding-right: 8.25rem !important;
}

.pb-33,
.py-33 {
  padding-bottom: 8.25rem !important;
}

.pl-33,
.px-33 {
  padding-left: 8.25rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.pt-32,
.py-32 {
  padding-top: 8rem !important;
}

.pr-32,
.px-32 {
  padding-right: 8rem !important;
}

.pb-32,
.py-32 {
  padding-bottom: 8rem !important;
}

.pl-32,
.px-32 {
  padding-left: 8rem !important;
}

.p-31 {
  padding: 7.75rem !important;
}

.pt-31,
.py-31 {
  padding-top: 7.75rem !important;
}

.pr-31,
.px-31 {
  padding-right: 7.75rem !important;
}

.pb-31,
.py-31 {
  padding-bottom: 7.75rem !important;
}

.pl-31,
.px-31 {
  padding-left: 7.75rem !important;
}

.p-30 {
  padding: 7.5rem !important;
}

.pt-30,
.py-30 {
  padding-top: 7.5rem !important;
}

.pr-30,
.px-30 {
  padding-right: 7.5rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 7.5rem !important;
}

.pl-30,
.px-30 {
  padding-left: 7.5rem !important;
}

.p-29 {
  padding: 7.25rem !important;
}

.pt-29,
.py-29 {
  padding-top: 7.25rem !important;
}

.pr-29,
.px-29 {
  padding-right: 7.25rem !important;
}

.pb-29,
.py-29 {
  padding-bottom: 7.25rem !important;
}

.pl-29,
.px-29 {
  padding-left: 7.25rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.pt-28,
.py-28 {
  padding-top: 7rem !important;
}

.pr-28,
.px-28 {
  padding-right: 7rem !important;
}

.pb-28,
.py-28 {
  padding-bottom: 7rem !important;
}

.pl-28,
.px-28 {
  padding-left: 7rem !important;
}

.p-27 {
  padding: 6.75rem !important;
}

.pt-27,
.py-27 {
  padding-top: 6.75rem !important;
}

.pr-27,
.px-27 {
  padding-right: 6.75rem !important;
}

.pb-27,
.py-27 {
  padding-bottom: 6.75rem !important;
}

.pl-27,
.px-27 {
  padding-left: 6.75rem !important;
}

.p-26 {
  padding: 6.5rem !important;
}

.pt-26,
.py-26 {
  padding-top: 6.5rem !important;
}

.pr-26,
.px-26 {
  padding-right: 6.5rem !important;
}

.pb-26,
.py-26 {
  padding-bottom: 6.5rem !important;
}

.pl-26,
.px-26 {
  padding-left: 6.5rem !important;
}

.p-25 {
  padding: 6.25rem !important;
}

.pt-25,
.py-25 {
  padding-top: 6.25rem !important;
}

.pr-25,
.px-25 {
  padding-right: 6.25rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 6.25rem !important;
}

.pl-25,
.px-25 {
  padding-left: 6.25rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.pt-24,
.py-24 {
  padding-top: 6rem !important;
}

.pr-24,
.px-24 {
  padding-right: 6rem !important;
}

.pb-24,
.py-24 {
  padding-bottom: 6rem !important;
}

.pl-24,
.px-24 {
  padding-left: 6rem !important;
}

.p-23 {
  padding: 5.75rem !important;
}

.pt-23,
.py-23 {
  padding-top: 5.75rem !important;
}

.pr-23,
.px-23 {
  padding-right: 5.75rem !important;
}

.pb-23,
.py-23 {
  padding-bottom: 5.75rem !important;
}

.pl-23,
.px-23 {
  padding-left: 5.75rem !important;
}

.p-22 {
  padding: 5.5rem !important;
}

.pt-22,
.py-22 {
  padding-top: 5.5rem !important;
}

.pr-22,
.px-22 {
  padding-right: 5.5rem !important;
}

.pb-22,
.py-22 {
  padding-bottom: 5.5rem !important;
}

.pl-22,
.px-22 {
  padding-left: 5.5rem !important;
}

.p-21 {
  padding: 5.25rem !important;
}

.pt-21,
.py-21 {
  padding-top: 5.25rem !important;
}

.pr-21,
.px-21 {
  padding-right: 5.25rem !important;
}

.pb-21,
.py-21 {
  padding-bottom: 5.25rem !important;
}

.pl-21,
.px-21 {
  padding-left: 5.25rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.pt-20,
.py-20 {
  padding-top: 5rem !important;
}

.pr-20,
.px-20 {
  padding-right: 5rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 5rem !important;
}

.pl-20,
.px-20 {
  padding-left: 5rem !important;
}

.p-19 {
  padding: 4.75rem !important;
}

.pt-19,
.py-19 {
  padding-top: 4.75rem !important;
}

.pr-19,
.px-19 {
  padding-right: 4.75rem !important;
}

.pb-19,
.py-19 {
  padding-bottom: 4.75rem !important;
}

.pl-19,
.px-19 {
  padding-left: 4.75rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.pt-18,
.py-18 {
  padding-top: 4.5rem !important;
}

.pr-18,
.px-18 {
  padding-right: 4.5rem !important;
}

.pb-18,
.py-18 {
  padding-bottom: 4.5rem !important;
}

.pl-18,
.px-18 {
  padding-left: 4.5rem !important;
}

.p-17 {
  padding: 4.25rem !important;
}

.pt-17,
.py-17 {
  padding-top: 4.25rem !important;
}

.pr-17,
.px-17 {
  padding-right: 4.25rem !important;
}

.pb-17,
.py-17 {
  padding-bottom: 4.25rem !important;
}

.pl-17,
.px-17 {
  padding-left: 4.25rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.pt-16,
.py-16 {
  padding-top: 4rem !important;
}

.pr-16,
.px-16 {
  padding-right: 4rem !important;
}

.pb-16,
.py-16 {
  padding-bottom: 4rem !important;
}

.pl-16,
.px-16 {
  padding-left: 4rem !important;
}

.p-15 {
  padding: 3.75rem !important;
}

.pt-15,
.py-15 {
  padding-top: 3.75rem !important;
}

.pr-15,
.px-15 {
  padding-right: 3.75rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 3.75rem !important;
}

.pl-15,
.px-15 {
  padding-left: 3.75rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.pt-14,
.py-14 {
  padding-top: 3.5rem !important;
}

.pr-14,
.px-14 {
  padding-right: 3.5rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 3.5rem !important;
}

.pl-14,
.px-14 {
  padding-left: 3.5rem !important;
}

.p-13 {
  padding: 3.25rem !important;
}

.pt-13,
.py-13 {
  padding-top: 3.25rem !important;
}

.pr-13,
.px-13 {
  padding-right: 3.25rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 3.25rem !important;
}

.pl-13,
.px-13 {
  padding-left: 3.25rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.pt-12,
.py-12 {
  padding-top: 3rem !important;
}

.pr-12,
.px-12 {
  padding-right: 3rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 3rem !important;
}

.pl-12,
.px-12 {
  padding-left: 3rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.pt-11,
.py-11 {
  padding-top: 2.75rem !important;
}

.pr-11,
.px-11 {
  padding-right: 2.75rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 2.75rem !important;
}

.pl-11,
.px-11 {
  padding-left: 2.75rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 2.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 2.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 2.5rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.pt-9,
.py-9 {
  padding-top: 2.25rem !important;
}

.pr-9,
.px-9 {
  padding-right: 2.25rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9,
.px-9 {
  padding-left: 2.25rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pt-8,
.py-8 {
  padding-top: 2rem !important;
}

.pr-8,
.px-8 {
  padding-right: 2rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 2rem !important;
}

.pl-8,
.px-8 {
  padding-left: 2rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.pt-7,
.py-7 {
  padding-top: 1.75rem !important;
}

.pr-7,
.px-7 {
  padding-right: 1.75rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7,
.px-7 {
  padding-left: 1.75rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 1.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 1.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1.25rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.25rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.25rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pt-0,
.py-0 {
  padding-top: 0rem !important;
}

.pr-0,
.px-0 {
  padding-right: 0rem !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0rem !important;
}

.pl-0,
.px-0 {
  padding-left: 0rem !important;
}

.m-n35 {
  margin: -8.75rem !important;
}

.mt-n35,
.my-n35 {
  margin-top: -8.75rem !important;
}

.mr-n35,
.mx-n35 {
  margin-right: -8.75rem !important;
}

.mb-n35,
.my-n35 {
  margin-bottom: -8.75rem !important;
}

.ml-n35,
.mx-n35 {
  margin-left: -8.75rem !important;
}

.m-n34 {
  margin: -8.5rem !important;
}

.mt-n34,
.my-n34 {
  margin-top: -8.5rem !important;
}

.mr-n34,
.mx-n34 {
  margin-right: -8.5rem !important;
}

.mb-n34,
.my-n34 {
  margin-bottom: -8.5rem !important;
}

.ml-n34,
.mx-n34 {
  margin-left: -8.5rem !important;
}

.m-n33 {
  margin: -8.25rem !important;
}

.mt-n33,
.my-n33 {
  margin-top: -8.25rem !important;
}

.mr-n33,
.mx-n33 {
  margin-right: -8.25rem !important;
}

.mb-n33,
.my-n33 {
  margin-bottom: -8.25rem !important;
}

.ml-n33,
.mx-n33 {
  margin-left: -8.25rem !important;
}

.m-n32 {
  margin: -8rem !important;
}

.mt-n32,
.my-n32 {
  margin-top: -8rem !important;
}

.mr-n32,
.mx-n32 {
  margin-right: -8rem !important;
}

.mb-n32,
.my-n32 {
  margin-bottom: -8rem !important;
}

.ml-n32,
.mx-n32 {
  margin-left: -8rem !important;
}

.m-n31 {
  margin: -7.75rem !important;
}

.mt-n31,
.my-n31 {
  margin-top: -7.75rem !important;
}

.mr-n31,
.mx-n31 {
  margin-right: -7.75rem !important;
}

.mb-n31,
.my-n31 {
  margin-bottom: -7.75rem !important;
}

.ml-n31,
.mx-n31 {
  margin-left: -7.75rem !important;
}

.m-n30 {
  margin: -7.5rem !important;
}

.mt-n30,
.my-n30 {
  margin-top: -7.5rem !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -7.5rem !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -7.5rem !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -7.5rem !important;
}

.m-n29 {
  margin: -7.25rem !important;
}

.mt-n29,
.my-n29 {
  margin-top: -7.25rem !important;
}

.mr-n29,
.mx-n29 {
  margin-right: -7.25rem !important;
}

.mb-n29,
.my-n29 {
  margin-bottom: -7.25rem !important;
}

.ml-n29,
.mx-n29 {
  margin-left: -7.25rem !important;
}

.m-n28 {
  margin: -7rem !important;
}

.mt-n28,
.my-n28 {
  margin-top: -7rem !important;
}

.mr-n28,
.mx-n28 {
  margin-right: -7rem !important;
}

.mb-n28,
.my-n28 {
  margin-bottom: -7rem !important;
}

.ml-n28,
.mx-n28 {
  margin-left: -7rem !important;
}

.m-n27 {
  margin: -6.75rem !important;
}

.mt-n27,
.my-n27 {
  margin-top: -6.75rem !important;
}

.mr-n27,
.mx-n27 {
  margin-right: -6.75rem !important;
}

.mb-n27,
.my-n27 {
  margin-bottom: -6.75rem !important;
}

.ml-n27,
.mx-n27 {
  margin-left: -6.75rem !important;
}

.m-n26 {
  margin: -6.5rem !important;
}

.mt-n26,
.my-n26 {
  margin-top: -6.5rem !important;
}

.mr-n26,
.mx-n26 {
  margin-right: -6.5rem !important;
}

.mb-n26,
.my-n26 {
  margin-bottom: -6.5rem !important;
}

.ml-n26,
.mx-n26 {
  margin-left: -6.5rem !important;
}

.m-n25 {
  margin: -6.25rem !important;
}

.mt-n25,
.my-n25 {
  margin-top: -6.25rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -6.25rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -6.25rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -6.25rem !important;
}

.m-n24 {
  margin: -6rem !important;
}

.mt-n24,
.my-n24 {
  margin-top: -6rem !important;
}

.mr-n24,
.mx-n24 {
  margin-right: -6rem !important;
}

.mb-n24,
.my-n24 {
  margin-bottom: -6rem !important;
}

.ml-n24,
.mx-n24 {
  margin-left: -6rem !important;
}

.m-n23 {
  margin: -5.75rem !important;
}

.mt-n23,
.my-n23 {
  margin-top: -5.75rem !important;
}

.mr-n23,
.mx-n23 {
  margin-right: -5.75rem !important;
}

.mb-n23,
.my-n23 {
  margin-bottom: -5.75rem !important;
}

.ml-n23,
.mx-n23 {
  margin-left: -5.75rem !important;
}

.m-n22 {
  margin: -5.5rem !important;
}

.mt-n22,
.my-n22 {
  margin-top: -5.5rem !important;
}

.mr-n22,
.mx-n22 {
  margin-right: -5.5rem !important;
}

.mb-n22,
.my-n22 {
  margin-bottom: -5.5rem !important;
}

.ml-n22,
.mx-n22 {
  margin-left: -5.5rem !important;
}

.m-n21 {
  margin: -5.25rem !important;
}

.mt-n21,
.my-n21 {
  margin-top: -5.25rem !important;
}

.mr-n21,
.mx-n21 {
  margin-right: -5.25rem !important;
}

.mb-n21,
.my-n21 {
  margin-bottom: -5.25rem !important;
}

.ml-n21,
.mx-n21 {
  margin-left: -5.25rem !important;
}

.m-n20 {
  margin: -5rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -5rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -5rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -5rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -5rem !important;
}

.m-n19 {
  margin: -4.75rem !important;
}

.mt-n19,
.my-n19 {
  margin-top: -4.75rem !important;
}

.mr-n19,
.mx-n19 {
  margin-right: -4.75rem !important;
}

.mb-n19,
.my-n19 {
  margin-bottom: -4.75rem !important;
}

.ml-n19,
.mx-n19 {
  margin-left: -4.75rem !important;
}

.m-n18 {
  margin: -4.5rem !important;
}

.mt-n18,
.my-n18 {
  margin-top: -4.5rem !important;
}

.mr-n18,
.mx-n18 {
  margin-right: -4.5rem !important;
}

.mb-n18,
.my-n18 {
  margin-bottom: -4.5rem !important;
}

.ml-n18,
.mx-n18 {
  margin-left: -4.5rem !important;
}

.m-n17 {
  margin: -4.25rem !important;
}

.mt-n17,
.my-n17 {
  margin-top: -4.25rem !important;
}

.mr-n17,
.mx-n17 {
  margin-right: -4.25rem !important;
}

.mb-n17,
.my-n17 {
  margin-bottom: -4.25rem !important;
}

.ml-n17,
.mx-n17 {
  margin-left: -4.25rem !important;
}

.m-n16 {
  margin: -4rem !important;
}

.mt-n16,
.my-n16 {
  margin-top: -4rem !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -4rem !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -4rem !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -4rem !important;
}

.m-n15 {
  margin: -3.75rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -3.75rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -3.75rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -3.75rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -3.75rem !important;
}

.m-n14 {
  margin: -3.5rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -3.5rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -3.5rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -3.5rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -3.5rem !important;
}

.m-n13 {
  margin: -3.25rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -3.25rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -3.25rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -3.25rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -3.25rem !important;
}

.m-n12 {
  margin: -3rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -3rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -3rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -3rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -3rem !important;
}

.m-n11 {
  margin: -2.75rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -2.75rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -2.75rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -2.75rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -2.75rem !important;
}

.m-n10 {
  margin: -2.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -2.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -2.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -2.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -2.5rem !important;
}

.m-n9 {
  margin: -2.25rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -2.25rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -2.25rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -2.25rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -2.25rem !important;
}

.m-n8 {
  margin: -2rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -2rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -2rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -2rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -2rem !important;
}

.m-n7 {
  margin: -1.75rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -1.75rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -1.75rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -1.75rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -1.75rem !important;
}

.m-n6 {
  margin: -1.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -1.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -1.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -1.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -1.25rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -1.25rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.25rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.25rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.25rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !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-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n0 {
  margin: 0rem !important;
}

.mt-n0,
.my-n0 {
  margin-top: 0rem !important;
}

.mr-n0,
.mx-n0 {
  margin-right: 0rem !important;
}

.mb-n0,
.my-n0 {
  margin-bottom: 0rem !important;
}

.ml-n0,
.mx-n0 {
  margin-left: 0rem !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: 320.02px) {
  .m-xxs-35 {
    margin: 8.75rem !important;
  }

  .mt-xxs-35,
.my-xxs-35 {
    margin-top: 8.75rem !important;
  }

  .mr-xxs-35,
.mx-xxs-35 {
    margin-right: 8.75rem !important;
  }

  .mb-xxs-35,
.my-xxs-35 {
    margin-bottom: 8.75rem !important;
  }

  .ml-xxs-35,
.mx-xxs-35 {
    margin-left: 8.75rem !important;
  }

  .m-xxs-34 {
    margin: 8.5rem !important;
  }

  .mt-xxs-34,
.my-xxs-34 {
    margin-top: 8.5rem !important;
  }

  .mr-xxs-34,
.mx-xxs-34 {
    margin-right: 8.5rem !important;
  }

  .mb-xxs-34,
.my-xxs-34 {
    margin-bottom: 8.5rem !important;
  }

  .ml-xxs-34,
.mx-xxs-34 {
    margin-left: 8.5rem !important;
  }

  .m-xxs-33 {
    margin: 8.25rem !important;
  }

  .mt-xxs-33,
.my-xxs-33 {
    margin-top: 8.25rem !important;
  }

  .mr-xxs-33,
.mx-xxs-33 {
    margin-right: 8.25rem !important;
  }

  .mb-xxs-33,
.my-xxs-33 {
    margin-bottom: 8.25rem !important;
  }

  .ml-xxs-33,
.mx-xxs-33 {
    margin-left: 8.25rem !important;
  }

  .m-xxs-32 {
    margin: 8rem !important;
  }

  .mt-xxs-32,
.my-xxs-32 {
    margin-top: 8rem !important;
  }

  .mr-xxs-32,
.mx-xxs-32 {
    margin-right: 8rem !important;
  }

  .mb-xxs-32,
.my-xxs-32 {
    margin-bottom: 8rem !important;
  }

  .ml-xxs-32,
.mx-xxs-32 {
    margin-left: 8rem !important;
  }

  .m-xxs-31 {
    margin: 7.75rem !important;
  }

  .mt-xxs-31,
.my-xxs-31 {
    margin-top: 7.75rem !important;
  }

  .mr-xxs-31,
.mx-xxs-31 {
    margin-right: 7.75rem !important;
  }

  .mb-xxs-31,
.my-xxs-31 {
    margin-bottom: 7.75rem !important;
  }

  .ml-xxs-31,
.mx-xxs-31 {
    margin-left: 7.75rem !important;
  }

  .m-xxs-30 {
    margin: 7.5rem !important;
  }

  .mt-xxs-30,
.my-xxs-30 {
    margin-top: 7.5rem !important;
  }

  .mr-xxs-30,
.mx-xxs-30 {
    margin-right: 7.5rem !important;
  }

  .mb-xxs-30,
.my-xxs-30 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xxs-30,
.mx-xxs-30 {
    margin-left: 7.5rem !important;
  }

  .m-xxs-29 {
    margin: 7.25rem !important;
  }

  .mt-xxs-29,
.my-xxs-29 {
    margin-top: 7.25rem !important;
  }

  .mr-xxs-29,
.mx-xxs-29 {
    margin-right: 7.25rem !important;
  }

  .mb-xxs-29,
.my-xxs-29 {
    margin-bottom: 7.25rem !important;
  }

  .ml-xxs-29,
.mx-xxs-29 {
    margin-left: 7.25rem !important;
  }

  .m-xxs-28 {
    margin: 7rem !important;
  }

  .mt-xxs-28,
.my-xxs-28 {
    margin-top: 7rem !important;
  }

  .mr-xxs-28,
.mx-xxs-28 {
    margin-right: 7rem !important;
  }

  .mb-xxs-28,
.my-xxs-28 {
    margin-bottom: 7rem !important;
  }

  .ml-xxs-28,
.mx-xxs-28 {
    margin-left: 7rem !important;
  }

  .m-xxs-27 {
    margin: 6.75rem !important;
  }

  .mt-xxs-27,
.my-xxs-27 {
    margin-top: 6.75rem !important;
  }

  .mr-xxs-27,
.mx-xxs-27 {
    margin-right: 6.75rem !important;
  }

  .mb-xxs-27,
.my-xxs-27 {
    margin-bottom: 6.75rem !important;
  }

  .ml-xxs-27,
.mx-xxs-27 {
    margin-left: 6.75rem !important;
  }

  .m-xxs-26 {
    margin: 6.5rem !important;
  }

  .mt-xxs-26,
.my-xxs-26 {
    margin-top: 6.5rem !important;
  }

  .mr-xxs-26,
.mx-xxs-26 {
    margin-right: 6.5rem !important;
  }

  .mb-xxs-26,
.my-xxs-26 {
    margin-bottom: 6.5rem !important;
  }

  .ml-xxs-26,
.mx-xxs-26 {
    margin-left: 6.5rem !important;
  }

  .m-xxs-25 {
    margin: 6.25rem !important;
  }

  .mt-xxs-25,
.my-xxs-25 {
    margin-top: 6.25rem !important;
  }

  .mr-xxs-25,
.mx-xxs-25 {
    margin-right: 6.25rem !important;
  }

  .mb-xxs-25,
.my-xxs-25 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xxs-25,
.mx-xxs-25 {
    margin-left: 6.25rem !important;
  }

  .m-xxs-24 {
    margin: 6rem !important;
  }

  .mt-xxs-24,
.my-xxs-24 {
    margin-top: 6rem !important;
  }

  .mr-xxs-24,
.mx-xxs-24 {
    margin-right: 6rem !important;
  }

  .mb-xxs-24,
.my-xxs-24 {
    margin-bottom: 6rem !important;
  }

  .ml-xxs-24,
.mx-xxs-24 {
    margin-left: 6rem !important;
  }

  .m-xxs-23 {
    margin: 5.75rem !important;
  }

  .mt-xxs-23,
.my-xxs-23 {
    margin-top: 5.75rem !important;
  }

  .mr-xxs-23,
.mx-xxs-23 {
    margin-right: 5.75rem !important;
  }

  .mb-xxs-23,
.my-xxs-23 {
    margin-bottom: 5.75rem !important;
  }

  .ml-xxs-23,
.mx-xxs-23 {
    margin-left: 5.75rem !important;
  }

  .m-xxs-22 {
    margin: 5.5rem !important;
  }

  .mt-xxs-22,
.my-xxs-22 {
    margin-top: 5.5rem !important;
  }

  .mr-xxs-22,
.mx-xxs-22 {
    margin-right: 5.5rem !important;
  }

  .mb-xxs-22,
.my-xxs-22 {
    margin-bottom: 5.5rem !important;
  }

  .ml-xxs-22,
.mx-xxs-22 {
    margin-left: 5.5rem !important;
  }

  .m-xxs-21 {
    margin: 5.25rem !important;
  }

  .mt-xxs-21,
.my-xxs-21 {
    margin-top: 5.25rem !important;
  }

  .mr-xxs-21,
.mx-xxs-21 {
    margin-right: 5.25rem !important;
  }

  .mb-xxs-21,
.my-xxs-21 {
    margin-bottom: 5.25rem !important;
  }

  .ml-xxs-21,
.mx-xxs-21 {
    margin-left: 5.25rem !important;
  }

  .m-xxs-20 {
    margin: 5rem !important;
  }

  .mt-xxs-20,
.my-xxs-20 {
    margin-top: 5rem !important;
  }

  .mr-xxs-20,
.mx-xxs-20 {
    margin-right: 5rem !important;
  }

  .mb-xxs-20,
.my-xxs-20 {
    margin-bottom: 5rem !important;
  }

  .ml-xxs-20,
.mx-xxs-20 {
    margin-left: 5rem !important;
  }

  .m-xxs-19 {
    margin: 4.75rem !important;
  }

  .mt-xxs-19,
.my-xxs-19 {
    margin-top: 4.75rem !important;
  }

  .mr-xxs-19,
.mx-xxs-19 {
    margin-right: 4.75rem !important;
  }

  .mb-xxs-19,
.my-xxs-19 {
    margin-bottom: 4.75rem !important;
  }

  .ml-xxs-19,
.mx-xxs-19 {
    margin-left: 4.75rem !important;
  }

  .m-xxs-18 {
    margin: 4.5rem !important;
  }

  .mt-xxs-18,
.my-xxs-18 {
    margin-top: 4.5rem !important;
  }

  .mr-xxs-18,
.mx-xxs-18 {
    margin-right: 4.5rem !important;
  }

  .mb-xxs-18,
.my-xxs-18 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xxs-18,
.mx-xxs-18 {
    margin-left: 4.5rem !important;
  }

  .m-xxs-17 {
    margin: 4.25rem !important;
  }

  .mt-xxs-17,
.my-xxs-17 {
    margin-top: 4.25rem !important;
  }

  .mr-xxs-17,
.mx-xxs-17 {
    margin-right: 4.25rem !important;
  }

  .mb-xxs-17,
.my-xxs-17 {
    margin-bottom: 4.25rem !important;
  }

  .ml-xxs-17,
.mx-xxs-17 {
    margin-left: 4.25rem !important;
  }

  .m-xxs-16 {
    margin: 4rem !important;
  }

  .mt-xxs-16,
.my-xxs-16 {
    margin-top: 4rem !important;
  }

  .mr-xxs-16,
.mx-xxs-16 {
    margin-right: 4rem !important;
  }

  .mb-xxs-16,
.my-xxs-16 {
    margin-bottom: 4rem !important;
  }

  .ml-xxs-16,
.mx-xxs-16 {
    margin-left: 4rem !important;
  }

  .m-xxs-15 {
    margin: 3.75rem !important;
  }

  .mt-xxs-15,
.my-xxs-15 {
    margin-top: 3.75rem !important;
  }

  .mr-xxs-15,
.mx-xxs-15 {
    margin-right: 3.75rem !important;
  }

  .mb-xxs-15,
.my-xxs-15 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xxs-15,
.mx-xxs-15 {
    margin-left: 3.75rem !important;
  }

  .m-xxs-14 {
    margin: 3.5rem !important;
  }

  .mt-xxs-14,
.my-xxs-14 {
    margin-top: 3.5rem !important;
  }

  .mr-xxs-14,
.mx-xxs-14 {
    margin-right: 3.5rem !important;
  }

  .mb-xxs-14,
.my-xxs-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xxs-14,
.mx-xxs-14 {
    margin-left: 3.5rem !important;
  }

  .m-xxs-13 {
    margin: 3.25rem !important;
  }

  .mt-xxs-13,
.my-xxs-13 {
    margin-top: 3.25rem !important;
  }

  .mr-xxs-13,
.mx-xxs-13 {
    margin-right: 3.25rem !important;
  }

  .mb-xxs-13,
.my-xxs-13 {
    margin-bottom: 3.25rem !important;
  }

  .ml-xxs-13,
.mx-xxs-13 {
    margin-left: 3.25rem !important;
  }

  .m-xxs-12 {
    margin: 3rem !important;
  }

  .mt-xxs-12,
.my-xxs-12 {
    margin-top: 3rem !important;
  }

  .mr-xxs-12,
.mx-xxs-12 {
    margin-right: 3rem !important;
  }

  .mb-xxs-12,
.my-xxs-12 {
    margin-bottom: 3rem !important;
  }

  .ml-xxs-12,
.mx-xxs-12 {
    margin-left: 3rem !important;
  }

  .m-xxs-11 {
    margin: 2.75rem !important;
  }

  .mt-xxs-11,
.my-xxs-11 {
    margin-top: 2.75rem !important;
  }

  .mr-xxs-11,
.mx-xxs-11 {
    margin-right: 2.75rem !important;
  }

  .mb-xxs-11,
.my-xxs-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-xxs-11,
.mx-xxs-11 {
    margin-left: 2.75rem !important;
  }

  .m-xxs-10 {
    margin: 2.5rem !important;
  }

  .mt-xxs-10,
.my-xxs-10 {
    margin-top: 2.5rem !important;
  }

  .mr-xxs-10,
.mx-xxs-10 {
    margin-right: 2.5rem !important;
  }

  .mb-xxs-10,
.my-xxs-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxs-10,
.mx-xxs-10 {
    margin-left: 2.5rem !important;
  }

  .m-xxs-9 {
    margin: 2.25rem !important;
  }

  .mt-xxs-9,
.my-xxs-9 {
    margin-top: 2.25rem !important;
  }

  .mr-xxs-9,
.mx-xxs-9 {
    margin-right: 2.25rem !important;
  }

  .mb-xxs-9,
.my-xxs-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xxs-9,
.mx-xxs-9 {
    margin-left: 2.25rem !important;
  }

  .m-xxs-8 {
    margin: 2rem !important;
  }

  .mt-xxs-8,
.my-xxs-8 {
    margin-top: 2rem !important;
  }

  .mr-xxs-8,
.mx-xxs-8 {
    margin-right: 2rem !important;
  }

  .mb-xxs-8,
.my-xxs-8 {
    margin-bottom: 2rem !important;
  }

  .ml-xxs-8,
.mx-xxs-8 {
    margin-left: 2rem !important;
  }

  .m-xxs-7 {
    margin: 1.75rem !important;
  }

  .mt-xxs-7,
.my-xxs-7 {
    margin-top: 1.75rem !important;
  }

  .mr-xxs-7,
.mx-xxs-7 {
    margin-right: 1.75rem !important;
  }

  .mb-xxs-7,
.my-xxs-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-xxs-7,
.mx-xxs-7 {
    margin-left: 1.75rem !important;
  }

  .m-xxs-6 {
    margin: 1.5rem !important;
  }

  .mt-xxs-6,
.my-xxs-6 {
    margin-top: 1.5rem !important;
  }

  .mr-xxs-6,
.mx-xxs-6 {
    margin-right: 1.5rem !important;
  }

  .mb-xxs-6,
.my-xxs-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxs-6,
.mx-xxs-6 {
    margin-left: 1.5rem !important;
  }

  .m-xxs-5 {
    margin: 1.25rem !important;
  }

  .mt-xxs-5,
.my-xxs-5 {
    margin-top: 1.25rem !important;
  }

  .mr-xxs-5,
.mx-xxs-5 {
    margin-right: 1.25rem !important;
  }

  .mb-xxs-5,
.my-xxs-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxs-5,
.mx-xxs-5 {
    margin-left: 1.25rem !important;
  }

  .m-xxs-4 {
    margin: 1rem !important;
  }

  .mt-xxs-4,
.my-xxs-4 {
    margin-top: 1rem !important;
  }

  .mr-xxs-4,
.mx-xxs-4 {
    margin-right: 1rem !important;
  }

  .mb-xxs-4,
.my-xxs-4 {
    margin-bottom: 1rem !important;
  }

  .ml-xxs-4,
.mx-xxs-4 {
    margin-left: 1rem !important;
  }

  .m-xxs-3 {
    margin: 0.75rem !important;
  }

  .mt-xxs-3,
.my-xxs-3 {
    margin-top: 0.75rem !important;
  }

  .mr-xxs-3,
.mx-xxs-3 {
    margin-right: 0.75rem !important;
  }

  .mb-xxs-3,
.my-xxs-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xxs-3,
.mx-xxs-3 {
    margin-left: 0.75rem !important;
  }

  .m-xxs-2 {
    margin: 0.5rem !important;
  }

  .mt-xxs-2,
.my-xxs-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxs-2,
.mx-xxs-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxs-2,
.my-xxs-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxs-2,
.mx-xxs-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxs-1 {
    margin: 0.25rem !important;
  }

  .mt-xxs-1,
.my-xxs-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxs-1,
.mx-xxs-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxs-1,
.my-xxs-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxs-1,
.mx-xxs-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxs-0 {
    margin: 0rem !important;
  }

  .mt-xxs-0,
.my-xxs-0 {
    margin-top: 0rem !important;
  }

  .mr-xxs-0,
.mx-xxs-0 {
    margin-right: 0rem !important;
  }

  .mb-xxs-0,
.my-xxs-0 {
    margin-bottom: 0rem !important;
  }

  .ml-xxs-0,
.mx-xxs-0 {
    margin-left: 0rem !important;
  }

  .p-xxs-35 {
    padding: 8.75rem !important;
  }

  .pt-xxs-35,
.py-xxs-35 {
    padding-top: 8.75rem !important;
  }

  .pr-xxs-35,
.px-xxs-35 {
    padding-right: 8.75rem !important;
  }

  .pb-xxs-35,
.py-xxs-35 {
    padding-bottom: 8.75rem !important;
  }

  .pl-xxs-35,
.px-xxs-35 {
    padding-left: 8.75rem !important;
  }

  .p-xxs-34 {
    padding: 8.5rem !important;
  }

  .pt-xxs-34,
.py-xxs-34 {
    padding-top: 8.5rem !important;
  }

  .pr-xxs-34,
.px-xxs-34 {
    padding-right: 8.5rem !important;
  }

  .pb-xxs-34,
.py-xxs-34 {
    padding-bottom: 8.5rem !important;
  }

  .pl-xxs-34,
.px-xxs-34 {
    padding-left: 8.5rem !important;
  }

  .p-xxs-33 {
    padding: 8.25rem !important;
  }

  .pt-xxs-33,
.py-xxs-33 {
    padding-top: 8.25rem !important;
  }

  .pr-xxs-33,
.px-xxs-33 {
    padding-right: 8.25rem !important;
  }

  .pb-xxs-33,
.py-xxs-33 {
    padding-bottom: 8.25rem !important;
  }

  .pl-xxs-33,
.px-xxs-33 {
    padding-left: 8.25rem !important;
  }

  .p-xxs-32 {
    padding: 8rem !important;
  }

  .pt-xxs-32,
.py-xxs-32 {
    padding-top: 8rem !important;
  }

  .pr-xxs-32,
.px-xxs-32 {
    padding-right: 8rem !important;
  }

  .pb-xxs-32,
.py-xxs-32 {
    padding-bottom: 8rem !important;
  }

  .pl-xxs-32,
.px-xxs-32 {
    padding-left: 8rem !important;
  }

  .p-xxs-31 {
    padding: 7.75rem !important;
  }

  .pt-xxs-31,
.py-xxs-31 {
    padding-top: 7.75rem !important;
  }

  .pr-xxs-31,
.px-xxs-31 {
    padding-right: 7.75rem !important;
  }

  .pb-xxs-31,
.py-xxs-31 {
    padding-bottom: 7.75rem !important;
  }

  .pl-xxs-31,
.px-xxs-31 {
    padding-left: 7.75rem !important;
  }

  .p-xxs-30 {
    padding: 7.5rem !important;
  }

  .pt-xxs-30,
.py-xxs-30 {
    padding-top: 7.5rem !important;
  }

  .pr-xxs-30,
.px-xxs-30 {
    padding-right: 7.5rem !important;
  }

  .pb-xxs-30,
.py-xxs-30 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xxs-30,
.px-xxs-30 {
    padding-left: 7.5rem !important;
  }

  .p-xxs-29 {
    padding: 7.25rem !important;
  }

  .pt-xxs-29,
.py-xxs-29 {
    padding-top: 7.25rem !important;
  }

  .pr-xxs-29,
.px-xxs-29 {
    padding-right: 7.25rem !important;
  }

  .pb-xxs-29,
.py-xxs-29 {
    padding-bottom: 7.25rem !important;
  }

  .pl-xxs-29,
.px-xxs-29 {
    padding-left: 7.25rem !important;
  }

  .p-xxs-28 {
    padding: 7rem !important;
  }

  .pt-xxs-28,
.py-xxs-28 {
    padding-top: 7rem !important;
  }

  .pr-xxs-28,
.px-xxs-28 {
    padding-right: 7rem !important;
  }

  .pb-xxs-28,
.py-xxs-28 {
    padding-bottom: 7rem !important;
  }

  .pl-xxs-28,
.px-xxs-28 {
    padding-left: 7rem !important;
  }

  .p-xxs-27 {
    padding: 6.75rem !important;
  }

  .pt-xxs-27,
.py-xxs-27 {
    padding-top: 6.75rem !important;
  }

  .pr-xxs-27,
.px-xxs-27 {
    padding-right: 6.75rem !important;
  }

  .pb-xxs-27,
.py-xxs-27 {
    padding-bottom: 6.75rem !important;
  }

  .pl-xxs-27,
.px-xxs-27 {
    padding-left: 6.75rem !important;
  }

  .p-xxs-26 {
    padding: 6.5rem !important;
  }

  .pt-xxs-26,
.py-xxs-26 {
    padding-top: 6.5rem !important;
  }

  .pr-xxs-26,
.px-xxs-26 {
    padding-right: 6.5rem !important;
  }

  .pb-xxs-26,
.py-xxs-26 {
    padding-bottom: 6.5rem !important;
  }

  .pl-xxs-26,
.px-xxs-26 {
    padding-left: 6.5rem !important;
  }

  .p-xxs-25 {
    padding: 6.25rem !important;
  }

  .pt-xxs-25,
.py-xxs-25 {
    padding-top: 6.25rem !important;
  }

  .pr-xxs-25,
.px-xxs-25 {
    padding-right: 6.25rem !important;
  }

  .pb-xxs-25,
.py-xxs-25 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xxs-25,
.px-xxs-25 {
    padding-left: 6.25rem !important;
  }

  .p-xxs-24 {
    padding: 6rem !important;
  }

  .pt-xxs-24,
.py-xxs-24 {
    padding-top: 6rem !important;
  }

  .pr-xxs-24,
.px-xxs-24 {
    padding-right: 6rem !important;
  }

  .pb-xxs-24,
.py-xxs-24 {
    padding-bottom: 6rem !important;
  }

  .pl-xxs-24,
.px-xxs-24 {
    padding-left: 6rem !important;
  }

  .p-xxs-23 {
    padding: 5.75rem !important;
  }

  .pt-xxs-23,
.py-xxs-23 {
    padding-top: 5.75rem !important;
  }

  .pr-xxs-23,
.px-xxs-23 {
    padding-right: 5.75rem !important;
  }

  .pb-xxs-23,
.py-xxs-23 {
    padding-bottom: 5.75rem !important;
  }

  .pl-xxs-23,
.px-xxs-23 {
    padding-left: 5.75rem !important;
  }

  .p-xxs-22 {
    padding: 5.5rem !important;
  }

  .pt-xxs-22,
.py-xxs-22 {
    padding-top: 5.5rem !important;
  }

  .pr-xxs-22,
.px-xxs-22 {
    padding-right: 5.5rem !important;
  }

  .pb-xxs-22,
.py-xxs-22 {
    padding-bottom: 5.5rem !important;
  }

  .pl-xxs-22,
.px-xxs-22 {
    padding-left: 5.5rem !important;
  }

  .p-xxs-21 {
    padding: 5.25rem !important;
  }

  .pt-xxs-21,
.py-xxs-21 {
    padding-top: 5.25rem !important;
  }

  .pr-xxs-21,
.px-xxs-21 {
    padding-right: 5.25rem !important;
  }

  .pb-xxs-21,
.py-xxs-21 {
    padding-bottom: 5.25rem !important;
  }

  .pl-xxs-21,
.px-xxs-21 {
    padding-left: 5.25rem !important;
  }

  .p-xxs-20 {
    padding: 5rem !important;
  }

  .pt-xxs-20,
.py-xxs-20 {
    padding-top: 5rem !important;
  }

  .pr-xxs-20,
.px-xxs-20 {
    padding-right: 5rem !important;
  }

  .pb-xxs-20,
.py-xxs-20 {
    padding-bottom: 5rem !important;
  }

  .pl-xxs-20,
.px-xxs-20 {
    padding-left: 5rem !important;
  }

  .p-xxs-19 {
    padding: 4.75rem !important;
  }

  .pt-xxs-19,
.py-xxs-19 {
    padding-top: 4.75rem !important;
  }

  .pr-xxs-19,
.px-xxs-19 {
    padding-right: 4.75rem !important;
  }

  .pb-xxs-19,
.py-xxs-19 {
    padding-bottom: 4.75rem !important;
  }

  .pl-xxs-19,
.px-xxs-19 {
    padding-left: 4.75rem !important;
  }

  .p-xxs-18 {
    padding: 4.5rem !important;
  }

  .pt-xxs-18,
.py-xxs-18 {
    padding-top: 4.5rem !important;
  }

  .pr-xxs-18,
.px-xxs-18 {
    padding-right: 4.5rem !important;
  }

  .pb-xxs-18,
.py-xxs-18 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xxs-18,
.px-xxs-18 {
    padding-left: 4.5rem !important;
  }

  .p-xxs-17 {
    padding: 4.25rem !important;
  }

  .pt-xxs-17,
.py-xxs-17 {
    padding-top: 4.25rem !important;
  }

  .pr-xxs-17,
.px-xxs-17 {
    padding-right: 4.25rem !important;
  }

  .pb-xxs-17,
.py-xxs-17 {
    padding-bottom: 4.25rem !important;
  }

  .pl-xxs-17,
.px-xxs-17 {
    padding-left: 4.25rem !important;
  }

  .p-xxs-16 {
    padding: 4rem !important;
  }

  .pt-xxs-16,
.py-xxs-16 {
    padding-top: 4rem !important;
  }

  .pr-xxs-16,
.px-xxs-16 {
    padding-right: 4rem !important;
  }

  .pb-xxs-16,
.py-xxs-16 {
    padding-bottom: 4rem !important;
  }

  .pl-xxs-16,
.px-xxs-16 {
    padding-left: 4rem !important;
  }

  .p-xxs-15 {
    padding: 3.75rem !important;
  }

  .pt-xxs-15,
.py-xxs-15 {
    padding-top: 3.75rem !important;
  }

  .pr-xxs-15,
.px-xxs-15 {
    padding-right: 3.75rem !important;
  }

  .pb-xxs-15,
.py-xxs-15 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xxs-15,
.px-xxs-15 {
    padding-left: 3.75rem !important;
  }

  .p-xxs-14 {
    padding: 3.5rem !important;
  }

  .pt-xxs-14,
.py-xxs-14 {
    padding-top: 3.5rem !important;
  }

  .pr-xxs-14,
.px-xxs-14 {
    padding-right: 3.5rem !important;
  }

  .pb-xxs-14,
.py-xxs-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xxs-14,
.px-xxs-14 {
    padding-left: 3.5rem !important;
  }

  .p-xxs-13 {
    padding: 3.25rem !important;
  }

  .pt-xxs-13,
.py-xxs-13 {
    padding-top: 3.25rem !important;
  }

  .pr-xxs-13,
.px-xxs-13 {
    padding-right: 3.25rem !important;
  }

  .pb-xxs-13,
.py-xxs-13 {
    padding-bottom: 3.25rem !important;
  }

  .pl-xxs-13,
.px-xxs-13 {
    padding-left: 3.25rem !important;
  }

  .p-xxs-12 {
    padding: 3rem !important;
  }

  .pt-xxs-12,
.py-xxs-12 {
    padding-top: 3rem !important;
  }

  .pr-xxs-12,
.px-xxs-12 {
    padding-right: 3rem !important;
  }

  .pb-xxs-12,
.py-xxs-12 {
    padding-bottom: 3rem !important;
  }

  .pl-xxs-12,
.px-xxs-12 {
    padding-left: 3rem !important;
  }

  .p-xxs-11 {
    padding: 2.75rem !important;
  }

  .pt-xxs-11,
.py-xxs-11 {
    padding-top: 2.75rem !important;
  }

  .pr-xxs-11,
.px-xxs-11 {
    padding-right: 2.75rem !important;
  }

  .pb-xxs-11,
.py-xxs-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-xxs-11,
.px-xxs-11 {
    padding-left: 2.75rem !important;
  }

  .p-xxs-10 {
    padding: 2.5rem !important;
  }

  .pt-xxs-10,
.py-xxs-10 {
    padding-top: 2.5rem !important;
  }

  .pr-xxs-10,
.px-xxs-10 {
    padding-right: 2.5rem !important;
  }

  .pb-xxs-10,
.py-xxs-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxs-10,
.px-xxs-10 {
    padding-left: 2.5rem !important;
  }

  .p-xxs-9 {
    padding: 2.25rem !important;
  }

  .pt-xxs-9,
.py-xxs-9 {
    padding-top: 2.25rem !important;
  }

  .pr-xxs-9,
.px-xxs-9 {
    padding-right: 2.25rem !important;
  }

  .pb-xxs-9,
.py-xxs-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xxs-9,
.px-xxs-9 {
    padding-left: 2.25rem !important;
  }

  .p-xxs-8 {
    padding: 2rem !important;
  }

  .pt-xxs-8,
.py-xxs-8 {
    padding-top: 2rem !important;
  }

  .pr-xxs-8,
.px-xxs-8 {
    padding-right: 2rem !important;
  }

  .pb-xxs-8,
.py-xxs-8 {
    padding-bottom: 2rem !important;
  }

  .pl-xxs-8,
.px-xxs-8 {
    padding-left: 2rem !important;
  }

  .p-xxs-7 {
    padding: 1.75rem !important;
  }

  .pt-xxs-7,
.py-xxs-7 {
    padding-top: 1.75rem !important;
  }

  .pr-xxs-7,
.px-xxs-7 {
    padding-right: 1.75rem !important;
  }

  .pb-xxs-7,
.py-xxs-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-xxs-7,
.px-xxs-7 {
    padding-left: 1.75rem !important;
  }

  .p-xxs-6 {
    padding: 1.5rem !important;
  }

  .pt-xxs-6,
.py-xxs-6 {
    padding-top: 1.5rem !important;
  }

  .pr-xxs-6,
.px-xxs-6 {
    padding-right: 1.5rem !important;
  }

  .pb-xxs-6,
.py-xxs-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxs-6,
.px-xxs-6 {
    padding-left: 1.5rem !important;
  }

  .p-xxs-5 {
    padding: 1.25rem !important;
  }

  .pt-xxs-5,
.py-xxs-5 {
    padding-top: 1.25rem !important;
  }

  .pr-xxs-5,
.px-xxs-5 {
    padding-right: 1.25rem !important;
  }

  .pb-xxs-5,
.py-xxs-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxs-5,
.px-xxs-5 {
    padding-left: 1.25rem !important;
  }

  .p-xxs-4 {
    padding: 1rem !important;
  }

  .pt-xxs-4,
.py-xxs-4 {
    padding-top: 1rem !important;
  }

  .pr-xxs-4,
.px-xxs-4 {
    padding-right: 1rem !important;
  }

  .pb-xxs-4,
.py-xxs-4 {
    padding-bottom: 1rem !important;
  }

  .pl-xxs-4,
.px-xxs-4 {
    padding-left: 1rem !important;
  }

  .p-xxs-3 {
    padding: 0.75rem !important;
  }

  .pt-xxs-3,
.py-xxs-3 {
    padding-top: 0.75rem !important;
  }

  .pr-xxs-3,
.px-xxs-3 {
    padding-right: 0.75rem !important;
  }

  .pb-xxs-3,
.py-xxs-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xxs-3,
.px-xxs-3 {
    padding-left: 0.75rem !important;
  }

  .p-xxs-2 {
    padding: 0.5rem !important;
  }

  .pt-xxs-2,
.py-xxs-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxs-2,
.px-xxs-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxs-2,
.py-xxs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxs-2,
.px-xxs-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxs-1 {
    padding: 0.25rem !important;
  }

  .pt-xxs-1,
.py-xxs-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxs-1,
.px-xxs-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxs-1,
.py-xxs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxs-1,
.px-xxs-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxs-0 {
    padding: 0rem !important;
  }

  .pt-xxs-0,
.py-xxs-0 {
    padding-top: 0rem !important;
  }

  .pr-xxs-0,
.px-xxs-0 {
    padding-right: 0rem !important;
  }

  .pb-xxs-0,
.py-xxs-0 {
    padding-bottom: 0rem !important;
  }

  .pl-xxs-0,
.px-xxs-0 {
    padding-left: 0rem !important;
  }

  .m-xxs-n35 {
    margin: -8.75rem !important;
  }

  .mt-xxs-n35,
.my-xxs-n35 {
    margin-top: -8.75rem !important;
  }

  .mr-xxs-n35,
.mx-xxs-n35 {
    margin-right: -8.75rem !important;
  }

  .mb-xxs-n35,
.my-xxs-n35 {
    margin-bottom: -8.75rem !important;
  }

  .ml-xxs-n35,
.mx-xxs-n35 {
    margin-left: -8.75rem !important;
  }

  .m-xxs-n34 {
    margin: -8.5rem !important;
  }

  .mt-xxs-n34,
.my-xxs-n34 {
    margin-top: -8.5rem !important;
  }

  .mr-xxs-n34,
.mx-xxs-n34 {
    margin-right: -8.5rem !important;
  }

  .mb-xxs-n34,
.my-xxs-n34 {
    margin-bottom: -8.5rem !important;
  }

  .ml-xxs-n34,
.mx-xxs-n34 {
    margin-left: -8.5rem !important;
  }

  .m-xxs-n33 {
    margin: -8.25rem !important;
  }

  .mt-xxs-n33,
.my-xxs-n33 {
    margin-top: -8.25rem !important;
  }

  .mr-xxs-n33,
.mx-xxs-n33 {
    margin-right: -8.25rem !important;
  }

  .mb-xxs-n33,
.my-xxs-n33 {
    margin-bottom: -8.25rem !important;
  }

  .ml-xxs-n33,
.mx-xxs-n33 {
    margin-left: -8.25rem !important;
  }

  .m-xxs-n32 {
    margin: -8rem !important;
  }

  .mt-xxs-n32,
.my-xxs-n32 {
    margin-top: -8rem !important;
  }

  .mr-xxs-n32,
.mx-xxs-n32 {
    margin-right: -8rem !important;
  }

  .mb-xxs-n32,
.my-xxs-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-xxs-n32,
.mx-xxs-n32 {
    margin-left: -8rem !important;
  }

  .m-xxs-n31 {
    margin: -7.75rem !important;
  }

  .mt-xxs-n31,
.my-xxs-n31 {
    margin-top: -7.75rem !important;
  }

  .mr-xxs-n31,
.mx-xxs-n31 {
    margin-right: -7.75rem !important;
  }

  .mb-xxs-n31,
.my-xxs-n31 {
    margin-bottom: -7.75rem !important;
  }

  .ml-xxs-n31,
.mx-xxs-n31 {
    margin-left: -7.75rem !important;
  }

  .m-xxs-n30 {
    margin: -7.5rem !important;
  }

  .mt-xxs-n30,
.my-xxs-n30 {
    margin-top: -7.5rem !important;
  }

  .mr-xxs-n30,
.mx-xxs-n30 {
    margin-right: -7.5rem !important;
  }

  .mb-xxs-n30,
.my-xxs-n30 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xxs-n30,
.mx-xxs-n30 {
    margin-left: -7.5rem !important;
  }

  .m-xxs-n29 {
    margin: -7.25rem !important;
  }

  .mt-xxs-n29,
.my-xxs-n29 {
    margin-top: -7.25rem !important;
  }

  .mr-xxs-n29,
.mx-xxs-n29 {
    margin-right: -7.25rem !important;
  }

  .mb-xxs-n29,
.my-xxs-n29 {
    margin-bottom: -7.25rem !important;
  }

  .ml-xxs-n29,
.mx-xxs-n29 {
    margin-left: -7.25rem !important;
  }

  .m-xxs-n28 {
    margin: -7rem !important;
  }

  .mt-xxs-n28,
.my-xxs-n28 {
    margin-top: -7rem !important;
  }

  .mr-xxs-n28,
.mx-xxs-n28 {
    margin-right: -7rem !important;
  }

  .mb-xxs-n28,
.my-xxs-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-xxs-n28,
.mx-xxs-n28 {
    margin-left: -7rem !important;
  }

  .m-xxs-n27 {
    margin: -6.75rem !important;
  }

  .mt-xxs-n27,
.my-xxs-n27 {
    margin-top: -6.75rem !important;
  }

  .mr-xxs-n27,
.mx-xxs-n27 {
    margin-right: -6.75rem !important;
  }

  .mb-xxs-n27,
.my-xxs-n27 {
    margin-bottom: -6.75rem !important;
  }

  .ml-xxs-n27,
.mx-xxs-n27 {
    margin-left: -6.75rem !important;
  }

  .m-xxs-n26 {
    margin: -6.5rem !important;
  }

  .mt-xxs-n26,
.my-xxs-n26 {
    margin-top: -6.5rem !important;
  }

  .mr-xxs-n26,
.mx-xxs-n26 {
    margin-right: -6.5rem !important;
  }

  .mb-xxs-n26,
.my-xxs-n26 {
    margin-bottom: -6.5rem !important;
  }

  .ml-xxs-n26,
.mx-xxs-n26 {
    margin-left: -6.5rem !important;
  }

  .m-xxs-n25 {
    margin: -6.25rem !important;
  }

  .mt-xxs-n25,
.my-xxs-n25 {
    margin-top: -6.25rem !important;
  }

  .mr-xxs-n25,
.mx-xxs-n25 {
    margin-right: -6.25rem !important;
  }

  .mb-xxs-n25,
.my-xxs-n25 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xxs-n25,
.mx-xxs-n25 {
    margin-left: -6.25rem !important;
  }

  .m-xxs-n24 {
    margin: -6rem !important;
  }

  .mt-xxs-n24,
.my-xxs-n24 {
    margin-top: -6rem !important;
  }

  .mr-xxs-n24,
.mx-xxs-n24 {
    margin-right: -6rem !important;
  }

  .mb-xxs-n24,
.my-xxs-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-xxs-n24,
.mx-xxs-n24 {
    margin-left: -6rem !important;
  }

  .m-xxs-n23 {
    margin: -5.75rem !important;
  }

  .mt-xxs-n23,
.my-xxs-n23 {
    margin-top: -5.75rem !important;
  }

  .mr-xxs-n23,
.mx-xxs-n23 {
    margin-right: -5.75rem !important;
  }

  .mb-xxs-n23,
.my-xxs-n23 {
    margin-bottom: -5.75rem !important;
  }

  .ml-xxs-n23,
.mx-xxs-n23 {
    margin-left: -5.75rem !important;
  }

  .m-xxs-n22 {
    margin: -5.5rem !important;
  }

  .mt-xxs-n22,
.my-xxs-n22 {
    margin-top: -5.5rem !important;
  }

  .mr-xxs-n22,
.mx-xxs-n22 {
    margin-right: -5.5rem !important;
  }

  .mb-xxs-n22,
.my-xxs-n22 {
    margin-bottom: -5.5rem !important;
  }

  .ml-xxs-n22,
.mx-xxs-n22 {
    margin-left: -5.5rem !important;
  }

  .m-xxs-n21 {
    margin: -5.25rem !important;
  }

  .mt-xxs-n21,
.my-xxs-n21 {
    margin-top: -5.25rem !important;
  }

  .mr-xxs-n21,
.mx-xxs-n21 {
    margin-right: -5.25rem !important;
  }

  .mb-xxs-n21,
.my-xxs-n21 {
    margin-bottom: -5.25rem !important;
  }

  .ml-xxs-n21,
.mx-xxs-n21 {
    margin-left: -5.25rem !important;
  }

  .m-xxs-n20 {
    margin: -5rem !important;
  }

  .mt-xxs-n20,
.my-xxs-n20 {
    margin-top: -5rem !important;
  }

  .mr-xxs-n20,
.mx-xxs-n20 {
    margin-right: -5rem !important;
  }

  .mb-xxs-n20,
.my-xxs-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-xxs-n20,
.mx-xxs-n20 {
    margin-left: -5rem !important;
  }

  .m-xxs-n19 {
    margin: -4.75rem !important;
  }

  .mt-xxs-n19,
.my-xxs-n19 {
    margin-top: -4.75rem !important;
  }

  .mr-xxs-n19,
.mx-xxs-n19 {
    margin-right: -4.75rem !important;
  }

  .mb-xxs-n19,
.my-xxs-n19 {
    margin-bottom: -4.75rem !important;
  }

  .ml-xxs-n19,
.mx-xxs-n19 {
    margin-left: -4.75rem !important;
  }

  .m-xxs-n18 {
    margin: -4.5rem !important;
  }

  .mt-xxs-n18,
.my-xxs-n18 {
    margin-top: -4.5rem !important;
  }

  .mr-xxs-n18,
.mx-xxs-n18 {
    margin-right: -4.5rem !important;
  }

  .mb-xxs-n18,
.my-xxs-n18 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xxs-n18,
.mx-xxs-n18 {
    margin-left: -4.5rem !important;
  }

  .m-xxs-n17 {
    margin: -4.25rem !important;
  }

  .mt-xxs-n17,
.my-xxs-n17 {
    margin-top: -4.25rem !important;
  }

  .mr-xxs-n17,
.mx-xxs-n17 {
    margin-right: -4.25rem !important;
  }

  .mb-xxs-n17,
.my-xxs-n17 {
    margin-bottom: -4.25rem !important;
  }

  .ml-xxs-n17,
.mx-xxs-n17 {
    margin-left: -4.25rem !important;
  }

  .m-xxs-n16 {
    margin: -4rem !important;
  }

  .mt-xxs-n16,
.my-xxs-n16 {
    margin-top: -4rem !important;
  }

  .mr-xxs-n16,
.mx-xxs-n16 {
    margin-right: -4rem !important;
  }

  .mb-xxs-n16,
.my-xxs-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-xxs-n16,
.mx-xxs-n16 {
    margin-left: -4rem !important;
  }

  .m-xxs-n15 {
    margin: -3.75rem !important;
  }

  .mt-xxs-n15,
.my-xxs-n15 {
    margin-top: -3.75rem !important;
  }

  .mr-xxs-n15,
.mx-xxs-n15 {
    margin-right: -3.75rem !important;
  }

  .mb-xxs-n15,
.my-xxs-n15 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xxs-n15,
.mx-xxs-n15 {
    margin-left: -3.75rem !important;
  }

  .m-xxs-n14 {
    margin: -3.5rem !important;
  }

  .mt-xxs-n14,
.my-xxs-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-xxs-n14,
.mx-xxs-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-xxs-n14,
.my-xxs-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xxs-n14,
.mx-xxs-n14 {
    margin-left: -3.5rem !important;
  }

  .m-xxs-n13 {
    margin: -3.25rem !important;
  }

  .mt-xxs-n13,
.my-xxs-n13 {
    margin-top: -3.25rem !important;
  }

  .mr-xxs-n13,
.mx-xxs-n13 {
    margin-right: -3.25rem !important;
  }

  .mb-xxs-n13,
.my-xxs-n13 {
    margin-bottom: -3.25rem !important;
  }

  .ml-xxs-n13,
.mx-xxs-n13 {
    margin-left: -3.25rem !important;
  }

  .m-xxs-n12 {
    margin: -3rem !important;
  }

  .mt-xxs-n12,
.my-xxs-n12 {
    margin-top: -3rem !important;
  }

  .mr-xxs-n12,
.mx-xxs-n12 {
    margin-right: -3rem !important;
  }

  .mb-xxs-n12,
.my-xxs-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-xxs-n12,
.mx-xxs-n12 {
    margin-left: -3rem !important;
  }

  .m-xxs-n11 {
    margin: -2.75rem !important;
  }

  .mt-xxs-n11,
.my-xxs-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-xxs-n11,
.mx-xxs-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-xxs-n11,
.my-xxs-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-xxs-n11,
.mx-xxs-n11 {
    margin-left: -2.75rem !important;
  }

  .m-xxs-n10 {
    margin: -2.5rem !important;
  }

  .mt-xxs-n10,
.my-xxs-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-xxs-n10,
.mx-xxs-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-xxs-n10,
.my-xxs-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxs-n10,
.mx-xxs-n10 {
    margin-left: -2.5rem !important;
  }

  .m-xxs-n9 {
    margin: -2.25rem !important;
  }

  .mt-xxs-n9,
.my-xxs-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-xxs-n9,
.mx-xxs-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-xxs-n9,
.my-xxs-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xxs-n9,
.mx-xxs-n9 {
    margin-left: -2.25rem !important;
  }

  .m-xxs-n8 {
    margin: -2rem !important;
  }

  .mt-xxs-n8,
.my-xxs-n8 {
    margin-top: -2rem !important;
  }

  .mr-xxs-n8,
.mx-xxs-n8 {
    margin-right: -2rem !important;
  }

  .mb-xxs-n8,
.my-xxs-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-xxs-n8,
.mx-xxs-n8 {
    margin-left: -2rem !important;
  }

  .m-xxs-n7 {
    margin: -1.75rem !important;
  }

  .mt-xxs-n7,
.my-xxs-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-xxs-n7,
.mx-xxs-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-xxs-n7,
.my-xxs-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-xxs-n7,
.mx-xxs-n7 {
    margin-left: -1.75rem !important;
  }

  .m-xxs-n6 {
    margin: -1.5rem !important;
  }

  .mt-xxs-n6,
.my-xxs-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-xxs-n6,
.mx-xxs-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-xxs-n6,
.my-xxs-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxs-n6,
.mx-xxs-n6 {
    margin-left: -1.5rem !important;
  }

  .m-xxs-n5 {
    margin: -1.25rem !important;
  }

  .mt-xxs-n5,
.my-xxs-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-xxs-n5,
.mx-xxs-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-xxs-n5,
.my-xxs-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxs-n5,
.mx-xxs-n5 {
    margin-left: -1.25rem !important;
  }

  .m-xxs-n4 {
    margin: -1rem !important;
  }

  .mt-xxs-n4,
.my-xxs-n4 {
    margin-top: -1rem !important;
  }

  .mr-xxs-n4,
.mx-xxs-n4 {
    margin-right: -1rem !important;
  }

  .mb-xxs-n4,
.my-xxs-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-xxs-n4,
.mx-xxs-n4 {
    margin-left: -1rem !important;
  }

  .m-xxs-n3 {
    margin: -0.75rem !important;
  }

  .mt-xxs-n3,
.my-xxs-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-xxs-n3,
.mx-xxs-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-xxs-n3,
.my-xxs-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xxs-n3,
.mx-xxs-n3 {
    margin-left: -0.75rem !important;
  }

  .m-xxs-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxs-n2,
.my-xxs-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxs-n2,
.mx-xxs-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxs-n2,
.my-xxs-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxs-n2,
.mx-xxs-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxs-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxs-n1,
.my-xxs-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxs-n1,
.mx-xxs-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxs-n1,
.my-xxs-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxs-n1,
.mx-xxs-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxs-n0 {
    margin: 0rem !important;
  }

  .mt-xxs-n0,
.my-xxs-n0 {
    margin-top: 0rem !important;
  }

  .mr-xxs-n0,
.mx-xxs-n0 {
    margin-right: 0rem !important;
  }

  .mb-xxs-n0,
.my-xxs-n0 {
    margin-bottom: 0rem !important;
  }

  .ml-xxs-n0,
.mx-xxs-n0 {
    margin-left: 0rem !important;
  }

  .m-xxs-auto {
    margin: auto !important;
  }

  .mt-xxs-auto,
.my-xxs-auto {
    margin-top: auto !important;
  }

  .mr-xxs-auto,
.mx-xxs-auto {
    margin-right: auto !important;
  }

  .mb-xxs-auto,
.my-xxs-auto {
    margin-bottom: auto !important;
  }

  .ml-xxs-auto,
.mx-xxs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 375.02px) {
  .m-xs-35 {
    margin: 8.75rem !important;
  }

  .mt-xs-35,
.my-xs-35 {
    margin-top: 8.75rem !important;
  }

  .mr-xs-35,
.mx-xs-35 {
    margin-right: 8.75rem !important;
  }

  .mb-xs-35,
.my-xs-35 {
    margin-bottom: 8.75rem !important;
  }

  .ml-xs-35,
.mx-xs-35 {
    margin-left: 8.75rem !important;
  }

  .m-xs-34 {
    margin: 8.5rem !important;
  }

  .mt-xs-34,
.my-xs-34 {
    margin-top: 8.5rem !important;
  }

  .mr-xs-34,
.mx-xs-34 {
    margin-right: 8.5rem !important;
  }

  .mb-xs-34,
.my-xs-34 {
    margin-bottom: 8.5rem !important;
  }

  .ml-xs-34,
.mx-xs-34 {
    margin-left: 8.5rem !important;
  }

  .m-xs-33 {
    margin: 8.25rem !important;
  }

  .mt-xs-33,
.my-xs-33 {
    margin-top: 8.25rem !important;
  }

  .mr-xs-33,
.mx-xs-33 {
    margin-right: 8.25rem !important;
  }

  .mb-xs-33,
.my-xs-33 {
    margin-bottom: 8.25rem !important;
  }

  .ml-xs-33,
.mx-xs-33 {
    margin-left: 8.25rem !important;
  }

  .m-xs-32 {
    margin: 8rem !important;
  }

  .mt-xs-32,
.my-xs-32 {
    margin-top: 8rem !important;
  }

  .mr-xs-32,
.mx-xs-32 {
    margin-right: 8rem !important;
  }

  .mb-xs-32,
.my-xs-32 {
    margin-bottom: 8rem !important;
  }

  .ml-xs-32,
.mx-xs-32 {
    margin-left: 8rem !important;
  }

  .m-xs-31 {
    margin: 7.75rem !important;
  }

  .mt-xs-31,
.my-xs-31 {
    margin-top: 7.75rem !important;
  }

  .mr-xs-31,
.mx-xs-31 {
    margin-right: 7.75rem !important;
  }

  .mb-xs-31,
.my-xs-31 {
    margin-bottom: 7.75rem !important;
  }

  .ml-xs-31,
.mx-xs-31 {
    margin-left: 7.75rem !important;
  }

  .m-xs-30 {
    margin: 7.5rem !important;
  }

  .mt-xs-30,
.my-xs-30 {
    margin-top: 7.5rem !important;
  }

  .mr-xs-30,
.mx-xs-30 {
    margin-right: 7.5rem !important;
  }

  .mb-xs-30,
.my-xs-30 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xs-30,
.mx-xs-30 {
    margin-left: 7.5rem !important;
  }

  .m-xs-29 {
    margin: 7.25rem !important;
  }

  .mt-xs-29,
.my-xs-29 {
    margin-top: 7.25rem !important;
  }

  .mr-xs-29,
.mx-xs-29 {
    margin-right: 7.25rem !important;
  }

  .mb-xs-29,
.my-xs-29 {
    margin-bottom: 7.25rem !important;
  }

  .ml-xs-29,
.mx-xs-29 {
    margin-left: 7.25rem !important;
  }

  .m-xs-28 {
    margin: 7rem !important;
  }

  .mt-xs-28,
.my-xs-28 {
    margin-top: 7rem !important;
  }

  .mr-xs-28,
.mx-xs-28 {
    margin-right: 7rem !important;
  }

  .mb-xs-28,
.my-xs-28 {
    margin-bottom: 7rem !important;
  }

  .ml-xs-28,
.mx-xs-28 {
    margin-left: 7rem !important;
  }

  .m-xs-27 {
    margin: 6.75rem !important;
  }

  .mt-xs-27,
.my-xs-27 {
    margin-top: 6.75rem !important;
  }

  .mr-xs-27,
.mx-xs-27 {
    margin-right: 6.75rem !important;
  }

  .mb-xs-27,
.my-xs-27 {
    margin-bottom: 6.75rem !important;
  }

  .ml-xs-27,
.mx-xs-27 {
    margin-left: 6.75rem !important;
  }

  .m-xs-26 {
    margin: 6.5rem !important;
  }

  .mt-xs-26,
.my-xs-26 {
    margin-top: 6.5rem !important;
  }

  .mr-xs-26,
.mx-xs-26 {
    margin-right: 6.5rem !important;
  }

  .mb-xs-26,
.my-xs-26 {
    margin-bottom: 6.5rem !important;
  }

  .ml-xs-26,
.mx-xs-26 {
    margin-left: 6.5rem !important;
  }

  .m-xs-25 {
    margin: 6.25rem !important;
  }

  .mt-xs-25,
.my-xs-25 {
    margin-top: 6.25rem !important;
  }

  .mr-xs-25,
.mx-xs-25 {
    margin-right: 6.25rem !important;
  }

  .mb-xs-25,
.my-xs-25 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xs-25,
.mx-xs-25 {
    margin-left: 6.25rem !important;
  }

  .m-xs-24 {
    margin: 6rem !important;
  }

  .mt-xs-24,
.my-xs-24 {
    margin-top: 6rem !important;
  }

  .mr-xs-24,
.mx-xs-24 {
    margin-right: 6rem !important;
  }

  .mb-xs-24,
.my-xs-24 {
    margin-bottom: 6rem !important;
  }

  .ml-xs-24,
.mx-xs-24 {
    margin-left: 6rem !important;
  }

  .m-xs-23 {
    margin: 5.75rem !important;
  }

  .mt-xs-23,
.my-xs-23 {
    margin-top: 5.75rem !important;
  }

  .mr-xs-23,
.mx-xs-23 {
    margin-right: 5.75rem !important;
  }

  .mb-xs-23,
.my-xs-23 {
    margin-bottom: 5.75rem !important;
  }

  .ml-xs-23,
.mx-xs-23 {
    margin-left: 5.75rem !important;
  }

  .m-xs-22 {
    margin: 5.5rem !important;
  }

  .mt-xs-22,
.my-xs-22 {
    margin-top: 5.5rem !important;
  }

  .mr-xs-22,
.mx-xs-22 {
    margin-right: 5.5rem !important;
  }

  .mb-xs-22,
.my-xs-22 {
    margin-bottom: 5.5rem !important;
  }

  .ml-xs-22,
.mx-xs-22 {
    margin-left: 5.5rem !important;
  }

  .m-xs-21 {
    margin: 5.25rem !important;
  }

  .mt-xs-21,
.my-xs-21 {
    margin-top: 5.25rem !important;
  }

  .mr-xs-21,
.mx-xs-21 {
    margin-right: 5.25rem !important;
  }

  .mb-xs-21,
.my-xs-21 {
    margin-bottom: 5.25rem !important;
  }

  .ml-xs-21,
.mx-xs-21 {
    margin-left: 5.25rem !important;
  }

  .m-xs-20 {
    margin: 5rem !important;
  }

  .mt-xs-20,
.my-xs-20 {
    margin-top: 5rem !important;
  }

  .mr-xs-20,
.mx-xs-20 {
    margin-right: 5rem !important;
  }

  .mb-xs-20,
.my-xs-20 {
    margin-bottom: 5rem !important;
  }

  .ml-xs-20,
.mx-xs-20 {
    margin-left: 5rem !important;
  }

  .m-xs-19 {
    margin: 4.75rem !important;
  }

  .mt-xs-19,
.my-xs-19 {
    margin-top: 4.75rem !important;
  }

  .mr-xs-19,
.mx-xs-19 {
    margin-right: 4.75rem !important;
  }

  .mb-xs-19,
.my-xs-19 {
    margin-bottom: 4.75rem !important;
  }

  .ml-xs-19,
.mx-xs-19 {
    margin-left: 4.75rem !important;
  }

  .m-xs-18 {
    margin: 4.5rem !important;
  }

  .mt-xs-18,
.my-xs-18 {
    margin-top: 4.5rem !important;
  }

  .mr-xs-18,
.mx-xs-18 {
    margin-right: 4.5rem !important;
  }

  .mb-xs-18,
.my-xs-18 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xs-18,
.mx-xs-18 {
    margin-left: 4.5rem !important;
  }

  .m-xs-17 {
    margin: 4.25rem !important;
  }

  .mt-xs-17,
.my-xs-17 {
    margin-top: 4.25rem !important;
  }

  .mr-xs-17,
.mx-xs-17 {
    margin-right: 4.25rem !important;
  }

  .mb-xs-17,
.my-xs-17 {
    margin-bottom: 4.25rem !important;
  }

  .ml-xs-17,
.mx-xs-17 {
    margin-left: 4.25rem !important;
  }

  .m-xs-16 {
    margin: 4rem !important;
  }

  .mt-xs-16,
.my-xs-16 {
    margin-top: 4rem !important;
  }

  .mr-xs-16,
.mx-xs-16 {
    margin-right: 4rem !important;
  }

  .mb-xs-16,
.my-xs-16 {
    margin-bottom: 4rem !important;
  }

  .ml-xs-16,
.mx-xs-16 {
    margin-left: 4rem !important;
  }

  .m-xs-15 {
    margin: 3.75rem !important;
  }

  .mt-xs-15,
.my-xs-15 {
    margin-top: 3.75rem !important;
  }

  .mr-xs-15,
.mx-xs-15 {
    margin-right: 3.75rem !important;
  }

  .mb-xs-15,
.my-xs-15 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xs-15,
.mx-xs-15 {
    margin-left: 3.75rem !important;
  }

  .m-xs-14 {
    margin: 3.5rem !important;
  }

  .mt-xs-14,
.my-xs-14 {
    margin-top: 3.5rem !important;
  }

  .mr-xs-14,
.mx-xs-14 {
    margin-right: 3.5rem !important;
  }

  .mb-xs-14,
.my-xs-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xs-14,
.mx-xs-14 {
    margin-left: 3.5rem !important;
  }

  .m-xs-13 {
    margin: 3.25rem !important;
  }

  .mt-xs-13,
.my-xs-13 {
    margin-top: 3.25rem !important;
  }

  .mr-xs-13,
.mx-xs-13 {
    margin-right: 3.25rem !important;
  }

  .mb-xs-13,
.my-xs-13 {
    margin-bottom: 3.25rem !important;
  }

  .ml-xs-13,
.mx-xs-13 {
    margin-left: 3.25rem !important;
  }

  .m-xs-12 {
    margin: 3rem !important;
  }

  .mt-xs-12,
.my-xs-12 {
    margin-top: 3rem !important;
  }

  .mr-xs-12,
.mx-xs-12 {
    margin-right: 3rem !important;
  }

  .mb-xs-12,
.my-xs-12 {
    margin-bottom: 3rem !important;
  }

  .ml-xs-12,
.mx-xs-12 {
    margin-left: 3rem !important;
  }

  .m-xs-11 {
    margin: 2.75rem !important;
  }

  .mt-xs-11,
.my-xs-11 {
    margin-top: 2.75rem !important;
  }

  .mr-xs-11,
.mx-xs-11 {
    margin-right: 2.75rem !important;
  }

  .mb-xs-11,
.my-xs-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-xs-11,
.mx-xs-11 {
    margin-left: 2.75rem !important;
  }

  .m-xs-10 {
    margin: 2.5rem !important;
  }

  .mt-xs-10,
.my-xs-10 {
    margin-top: 2.5rem !important;
  }

  .mr-xs-10,
.mx-xs-10 {
    margin-right: 2.5rem !important;
  }

  .mb-xs-10,
.my-xs-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xs-10,
.mx-xs-10 {
    margin-left: 2.5rem !important;
  }

  .m-xs-9 {
    margin: 2.25rem !important;
  }

  .mt-xs-9,
.my-xs-9 {
    margin-top: 2.25rem !important;
  }

  .mr-xs-9,
.mx-xs-9 {
    margin-right: 2.25rem !important;
  }

  .mb-xs-9,
.my-xs-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xs-9,
.mx-xs-9 {
    margin-left: 2.25rem !important;
  }

  .m-xs-8 {
    margin: 2rem !important;
  }

  .mt-xs-8,
.my-xs-8 {
    margin-top: 2rem !important;
  }

  .mr-xs-8,
.mx-xs-8 {
    margin-right: 2rem !important;
  }

  .mb-xs-8,
.my-xs-8 {
    margin-bottom: 2rem !important;
  }

  .ml-xs-8,
.mx-xs-8 {
    margin-left: 2rem !important;
  }

  .m-xs-7 {
    margin: 1.75rem !important;
  }

  .mt-xs-7,
.my-xs-7 {
    margin-top: 1.75rem !important;
  }

  .mr-xs-7,
.mx-xs-7 {
    margin-right: 1.75rem !important;
  }

  .mb-xs-7,
.my-xs-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-xs-7,
.mx-xs-7 {
    margin-left: 1.75rem !important;
  }

  .m-xs-6 {
    margin: 1.5rem !important;
  }

  .mt-xs-6,
.my-xs-6 {
    margin-top: 1.5rem !important;
  }

  .mr-xs-6,
.mx-xs-6 {
    margin-right: 1.5rem !important;
  }

  .mb-xs-6,
.my-xs-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xs-6,
.mx-xs-6 {
    margin-left: 1.5rem !important;
  }

  .m-xs-5 {
    margin: 1.25rem !important;
  }

  .mt-xs-5,
.my-xs-5 {
    margin-top: 1.25rem !important;
  }

  .mr-xs-5,
.mx-xs-5 {
    margin-right: 1.25rem !important;
  }

  .mb-xs-5,
.my-xs-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xs-5,
.mx-xs-5 {
    margin-left: 1.25rem !important;
  }

  .m-xs-4 {
    margin: 1rem !important;
  }

  .mt-xs-4,
.my-xs-4 {
    margin-top: 1rem !important;
  }

  .mr-xs-4,
.mx-xs-4 {
    margin-right: 1rem !important;
  }

  .mb-xs-4,
.my-xs-4 {
    margin-bottom: 1rem !important;
  }

  .ml-xs-4,
.mx-xs-4 {
    margin-left: 1rem !important;
  }

  .m-xs-3 {
    margin: 0.75rem !important;
  }

  .mt-xs-3,
.my-xs-3 {
    margin-top: 0.75rem !important;
  }

  .mr-xs-3,
.mx-xs-3 {
    margin-right: 0.75rem !important;
  }

  .mb-xs-3,
.my-xs-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xs-3,
.mx-xs-3 {
    margin-left: 0.75rem !important;
  }

  .m-xs-2 {
    margin: 0.5rem !important;
  }

  .mt-xs-2,
.my-xs-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xs-2,
.mx-xs-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xs-2,
.my-xs-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xs-2,
.mx-xs-2 {
    margin-left: 0.5rem !important;
  }

  .m-xs-1 {
    margin: 0.25rem !important;
  }

  .mt-xs-1,
.my-xs-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xs-1,
.mx-xs-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xs-1,
.my-xs-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xs-1,
.mx-xs-1 {
    margin-left: 0.25rem !important;
  }

  .m-xs-0 {
    margin: 0rem !important;
  }

  .mt-xs-0,
.my-xs-0 {
    margin-top: 0rem !important;
  }

  .mr-xs-0,
.mx-xs-0 {
    margin-right: 0rem !important;
  }

  .mb-xs-0,
.my-xs-0 {
    margin-bottom: 0rem !important;
  }

  .ml-xs-0,
.mx-xs-0 {
    margin-left: 0rem !important;
  }

  .p-xs-35 {
    padding: 8.75rem !important;
  }

  .pt-xs-35,
.py-xs-35 {
    padding-top: 8.75rem !important;
  }

  .pr-xs-35,
.px-xs-35 {
    padding-right: 8.75rem !important;
  }

  .pb-xs-35,
.py-xs-35 {
    padding-bottom: 8.75rem !important;
  }

  .pl-xs-35,
.px-xs-35 {
    padding-left: 8.75rem !important;
  }

  .p-xs-34 {
    padding: 8.5rem !important;
  }

  .pt-xs-34,
.py-xs-34 {
    padding-top: 8.5rem !important;
  }

  .pr-xs-34,
.px-xs-34 {
    padding-right: 8.5rem !important;
  }

  .pb-xs-34,
.py-xs-34 {
    padding-bottom: 8.5rem !important;
  }

  .pl-xs-34,
.px-xs-34 {
    padding-left: 8.5rem !important;
  }

  .p-xs-33 {
    padding: 8.25rem !important;
  }

  .pt-xs-33,
.py-xs-33 {
    padding-top: 8.25rem !important;
  }

  .pr-xs-33,
.px-xs-33 {
    padding-right: 8.25rem !important;
  }

  .pb-xs-33,
.py-xs-33 {
    padding-bottom: 8.25rem !important;
  }

  .pl-xs-33,
.px-xs-33 {
    padding-left: 8.25rem !important;
  }

  .p-xs-32 {
    padding: 8rem !important;
  }

  .pt-xs-32,
.py-xs-32 {
    padding-top: 8rem !important;
  }

  .pr-xs-32,
.px-xs-32 {
    padding-right: 8rem !important;
  }

  .pb-xs-32,
.py-xs-32 {
    padding-bottom: 8rem !important;
  }

  .pl-xs-32,
.px-xs-32 {
    padding-left: 8rem !important;
  }

  .p-xs-31 {
    padding: 7.75rem !important;
  }

  .pt-xs-31,
.py-xs-31 {
    padding-top: 7.75rem !important;
  }

  .pr-xs-31,
.px-xs-31 {
    padding-right: 7.75rem !important;
  }

  .pb-xs-31,
.py-xs-31 {
    padding-bottom: 7.75rem !important;
  }

  .pl-xs-31,
.px-xs-31 {
    padding-left: 7.75rem !important;
  }

  .p-xs-30 {
    padding: 7.5rem !important;
  }

  .pt-xs-30,
.py-xs-30 {
    padding-top: 7.5rem !important;
  }

  .pr-xs-30,
.px-xs-30 {
    padding-right: 7.5rem !important;
  }

  .pb-xs-30,
.py-xs-30 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xs-30,
.px-xs-30 {
    padding-left: 7.5rem !important;
  }

  .p-xs-29 {
    padding: 7.25rem !important;
  }

  .pt-xs-29,
.py-xs-29 {
    padding-top: 7.25rem !important;
  }

  .pr-xs-29,
.px-xs-29 {
    padding-right: 7.25rem !important;
  }

  .pb-xs-29,
.py-xs-29 {
    padding-bottom: 7.25rem !important;
  }

  .pl-xs-29,
.px-xs-29 {
    padding-left: 7.25rem !important;
  }

  .p-xs-28 {
    padding: 7rem !important;
  }

  .pt-xs-28,
.py-xs-28 {
    padding-top: 7rem !important;
  }

  .pr-xs-28,
.px-xs-28 {
    padding-right: 7rem !important;
  }

  .pb-xs-28,
.py-xs-28 {
    padding-bottom: 7rem !important;
  }

  .pl-xs-28,
.px-xs-28 {
    padding-left: 7rem !important;
  }

  .p-xs-27 {
    padding: 6.75rem !important;
  }

  .pt-xs-27,
.py-xs-27 {
    padding-top: 6.75rem !important;
  }

  .pr-xs-27,
.px-xs-27 {
    padding-right: 6.75rem !important;
  }

  .pb-xs-27,
.py-xs-27 {
    padding-bottom: 6.75rem !important;
  }

  .pl-xs-27,
.px-xs-27 {
    padding-left: 6.75rem !important;
  }

  .p-xs-26 {
    padding: 6.5rem !important;
  }

  .pt-xs-26,
.py-xs-26 {
    padding-top: 6.5rem !important;
  }

  .pr-xs-26,
.px-xs-26 {
    padding-right: 6.5rem !important;
  }

  .pb-xs-26,
.py-xs-26 {
    padding-bottom: 6.5rem !important;
  }

  .pl-xs-26,
.px-xs-26 {
    padding-left: 6.5rem !important;
  }

  .p-xs-25 {
    padding: 6.25rem !important;
  }

  .pt-xs-25,
.py-xs-25 {
    padding-top: 6.25rem !important;
  }

  .pr-xs-25,
.px-xs-25 {
    padding-right: 6.25rem !important;
  }

  .pb-xs-25,
.py-xs-25 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xs-25,
.px-xs-25 {
    padding-left: 6.25rem !important;
  }

  .p-xs-24 {
    padding: 6rem !important;
  }

  .pt-xs-24,
.py-xs-24 {
    padding-top: 6rem !important;
  }

  .pr-xs-24,
.px-xs-24 {
    padding-right: 6rem !important;
  }

  .pb-xs-24,
.py-xs-24 {
    padding-bottom: 6rem !important;
  }

  .pl-xs-24,
.px-xs-24 {
    padding-left: 6rem !important;
  }

  .p-xs-23 {
    padding: 5.75rem !important;
  }

  .pt-xs-23,
.py-xs-23 {
    padding-top: 5.75rem !important;
  }

  .pr-xs-23,
.px-xs-23 {
    padding-right: 5.75rem !important;
  }

  .pb-xs-23,
.py-xs-23 {
    padding-bottom: 5.75rem !important;
  }

  .pl-xs-23,
.px-xs-23 {
    padding-left: 5.75rem !important;
  }

  .p-xs-22 {
    padding: 5.5rem !important;
  }

  .pt-xs-22,
.py-xs-22 {
    padding-top: 5.5rem !important;
  }

  .pr-xs-22,
.px-xs-22 {
    padding-right: 5.5rem !important;
  }

  .pb-xs-22,
.py-xs-22 {
    padding-bottom: 5.5rem !important;
  }

  .pl-xs-22,
.px-xs-22 {
    padding-left: 5.5rem !important;
  }

  .p-xs-21 {
    padding: 5.25rem !important;
  }

  .pt-xs-21,
.py-xs-21 {
    padding-top: 5.25rem !important;
  }

  .pr-xs-21,
.px-xs-21 {
    padding-right: 5.25rem !important;
  }

  .pb-xs-21,
.py-xs-21 {
    padding-bottom: 5.25rem !important;
  }

  .pl-xs-21,
.px-xs-21 {
    padding-left: 5.25rem !important;
  }

  .p-xs-20 {
    padding: 5rem !important;
  }

  .pt-xs-20,
.py-xs-20 {
    padding-top: 5rem !important;
  }

  .pr-xs-20,
.px-xs-20 {
    padding-right: 5rem !important;
  }

  .pb-xs-20,
.py-xs-20 {
    padding-bottom: 5rem !important;
  }

  .pl-xs-20,
.px-xs-20 {
    padding-left: 5rem !important;
  }

  .p-xs-19 {
    padding: 4.75rem !important;
  }

  .pt-xs-19,
.py-xs-19 {
    padding-top: 4.75rem !important;
  }

  .pr-xs-19,
.px-xs-19 {
    padding-right: 4.75rem !important;
  }

  .pb-xs-19,
.py-xs-19 {
    padding-bottom: 4.75rem !important;
  }

  .pl-xs-19,
.px-xs-19 {
    padding-left: 4.75rem !important;
  }

  .p-xs-18 {
    padding: 4.5rem !important;
  }

  .pt-xs-18,
.py-xs-18 {
    padding-top: 4.5rem !important;
  }

  .pr-xs-18,
.px-xs-18 {
    padding-right: 4.5rem !important;
  }

  .pb-xs-18,
.py-xs-18 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xs-18,
.px-xs-18 {
    padding-left: 4.5rem !important;
  }

  .p-xs-17 {
    padding: 4.25rem !important;
  }

  .pt-xs-17,
.py-xs-17 {
    padding-top: 4.25rem !important;
  }

  .pr-xs-17,
.px-xs-17 {
    padding-right: 4.25rem !important;
  }

  .pb-xs-17,
.py-xs-17 {
    padding-bottom: 4.25rem !important;
  }

  .pl-xs-17,
.px-xs-17 {
    padding-left: 4.25rem !important;
  }

  .p-xs-16 {
    padding: 4rem !important;
  }

  .pt-xs-16,
.py-xs-16 {
    padding-top: 4rem !important;
  }

  .pr-xs-16,
.px-xs-16 {
    padding-right: 4rem !important;
  }

  .pb-xs-16,
.py-xs-16 {
    padding-bottom: 4rem !important;
  }

  .pl-xs-16,
.px-xs-16 {
    padding-left: 4rem !important;
  }

  .p-xs-15 {
    padding: 3.75rem !important;
  }

  .pt-xs-15,
.py-xs-15 {
    padding-top: 3.75rem !important;
  }

  .pr-xs-15,
.px-xs-15 {
    padding-right: 3.75rem !important;
  }

  .pb-xs-15,
.py-xs-15 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xs-15,
.px-xs-15 {
    padding-left: 3.75rem !important;
  }

  .p-xs-14 {
    padding: 3.5rem !important;
  }

  .pt-xs-14,
.py-xs-14 {
    padding-top: 3.5rem !important;
  }

  .pr-xs-14,
.px-xs-14 {
    padding-right: 3.5rem !important;
  }

  .pb-xs-14,
.py-xs-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xs-14,
.px-xs-14 {
    padding-left: 3.5rem !important;
  }

  .p-xs-13 {
    padding: 3.25rem !important;
  }

  .pt-xs-13,
.py-xs-13 {
    padding-top: 3.25rem !important;
  }

  .pr-xs-13,
.px-xs-13 {
    padding-right: 3.25rem !important;
  }

  .pb-xs-13,
.py-xs-13 {
    padding-bottom: 3.25rem !important;
  }

  .pl-xs-13,
.px-xs-13 {
    padding-left: 3.25rem !important;
  }

  .p-xs-12 {
    padding: 3rem !important;
  }

  .pt-xs-12,
.py-xs-12 {
    padding-top: 3rem !important;
  }

  .pr-xs-12,
.px-xs-12 {
    padding-right: 3rem !important;
  }

  .pb-xs-12,
.py-xs-12 {
    padding-bottom: 3rem !important;
  }

  .pl-xs-12,
.px-xs-12 {
    padding-left: 3rem !important;
  }

  .p-xs-11 {
    padding: 2.75rem !important;
  }

  .pt-xs-11,
.py-xs-11 {
    padding-top: 2.75rem !important;
  }

  .pr-xs-11,
.px-xs-11 {
    padding-right: 2.75rem !important;
  }

  .pb-xs-11,
.py-xs-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-xs-11,
.px-xs-11 {
    padding-left: 2.75rem !important;
  }

  .p-xs-10 {
    padding: 2.5rem !important;
  }

  .pt-xs-10,
.py-xs-10 {
    padding-top: 2.5rem !important;
  }

  .pr-xs-10,
.px-xs-10 {
    padding-right: 2.5rem !important;
  }

  .pb-xs-10,
.py-xs-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xs-10,
.px-xs-10 {
    padding-left: 2.5rem !important;
  }

  .p-xs-9 {
    padding: 2.25rem !important;
  }

  .pt-xs-9,
.py-xs-9 {
    padding-top: 2.25rem !important;
  }

  .pr-xs-9,
.px-xs-9 {
    padding-right: 2.25rem !important;
  }

  .pb-xs-9,
.py-xs-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xs-9,
.px-xs-9 {
    padding-left: 2.25rem !important;
  }

  .p-xs-8 {
    padding: 2rem !important;
  }

  .pt-xs-8,
.py-xs-8 {
    padding-top: 2rem !important;
  }

  .pr-xs-8,
.px-xs-8 {
    padding-right: 2rem !important;
  }

  .pb-xs-8,
.py-xs-8 {
    padding-bottom: 2rem !important;
  }

  .pl-xs-8,
.px-xs-8 {
    padding-left: 2rem !important;
  }

  .p-xs-7 {
    padding: 1.75rem !important;
  }

  .pt-xs-7,
.py-xs-7 {
    padding-top: 1.75rem !important;
  }

  .pr-xs-7,
.px-xs-7 {
    padding-right: 1.75rem !important;
  }

  .pb-xs-7,
.py-xs-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-xs-7,
.px-xs-7 {
    padding-left: 1.75rem !important;
  }

  .p-xs-6 {
    padding: 1.5rem !important;
  }

  .pt-xs-6,
.py-xs-6 {
    padding-top: 1.5rem !important;
  }

  .pr-xs-6,
.px-xs-6 {
    padding-right: 1.5rem !important;
  }

  .pb-xs-6,
.py-xs-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xs-6,
.px-xs-6 {
    padding-left: 1.5rem !important;
  }

  .p-xs-5 {
    padding: 1.25rem !important;
  }

  .pt-xs-5,
.py-xs-5 {
    padding-top: 1.25rem !important;
  }

  .pr-xs-5,
.px-xs-5 {
    padding-right: 1.25rem !important;
  }

  .pb-xs-5,
.py-xs-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xs-5,
.px-xs-5 {
    padding-left: 1.25rem !important;
  }

  .p-xs-4 {
    padding: 1rem !important;
  }

  .pt-xs-4,
.py-xs-4 {
    padding-top: 1rem !important;
  }

  .pr-xs-4,
.px-xs-4 {
    padding-right: 1rem !important;
  }

  .pb-xs-4,
.py-xs-4 {
    padding-bottom: 1rem !important;
  }

  .pl-xs-4,
.px-xs-4 {
    padding-left: 1rem !important;
  }

  .p-xs-3 {
    padding: 0.75rem !important;
  }

  .pt-xs-3,
.py-xs-3 {
    padding-top: 0.75rem !important;
  }

  .pr-xs-3,
.px-xs-3 {
    padding-right: 0.75rem !important;
  }

  .pb-xs-3,
.py-xs-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xs-3,
.px-xs-3 {
    padding-left: 0.75rem !important;
  }

  .p-xs-2 {
    padding: 0.5rem !important;
  }

  .pt-xs-2,
.py-xs-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xs-2,
.px-xs-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xs-2,
.py-xs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xs-2,
.px-xs-2 {
    padding-left: 0.5rem !important;
  }

  .p-xs-1 {
    padding: 0.25rem !important;
  }

  .pt-xs-1,
.py-xs-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xs-1,
.px-xs-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xs-1,
.py-xs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xs-1,
.px-xs-1 {
    padding-left: 0.25rem !important;
  }

  .p-xs-0 {
    padding: 0rem !important;
  }

  .pt-xs-0,
.py-xs-0 {
    padding-top: 0rem !important;
  }

  .pr-xs-0,
.px-xs-0 {
    padding-right: 0rem !important;
  }

  .pb-xs-0,
.py-xs-0 {
    padding-bottom: 0rem !important;
  }

  .pl-xs-0,
.px-xs-0 {
    padding-left: 0rem !important;
  }

  .m-xs-n35 {
    margin: -8.75rem !important;
  }

  .mt-xs-n35,
.my-xs-n35 {
    margin-top: -8.75rem !important;
  }

  .mr-xs-n35,
.mx-xs-n35 {
    margin-right: -8.75rem !important;
  }

  .mb-xs-n35,
.my-xs-n35 {
    margin-bottom: -8.75rem !important;
  }

  .ml-xs-n35,
.mx-xs-n35 {
    margin-left: -8.75rem !important;
  }

  .m-xs-n34 {
    margin: -8.5rem !important;
  }

  .mt-xs-n34,
.my-xs-n34 {
    margin-top: -8.5rem !important;
  }

  .mr-xs-n34,
.mx-xs-n34 {
    margin-right: -8.5rem !important;
  }

  .mb-xs-n34,
.my-xs-n34 {
    margin-bottom: -8.5rem !important;
  }

  .ml-xs-n34,
.mx-xs-n34 {
    margin-left: -8.5rem !important;
  }

  .m-xs-n33 {
    margin: -8.25rem !important;
  }

  .mt-xs-n33,
.my-xs-n33 {
    margin-top: -8.25rem !important;
  }

  .mr-xs-n33,
.mx-xs-n33 {
    margin-right: -8.25rem !important;
  }

  .mb-xs-n33,
.my-xs-n33 {
    margin-bottom: -8.25rem !important;
  }

  .ml-xs-n33,
.mx-xs-n33 {
    margin-left: -8.25rem !important;
  }

  .m-xs-n32 {
    margin: -8rem !important;
  }

  .mt-xs-n32,
.my-xs-n32 {
    margin-top: -8rem !important;
  }

  .mr-xs-n32,
.mx-xs-n32 {
    margin-right: -8rem !important;
  }

  .mb-xs-n32,
.my-xs-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-xs-n32,
.mx-xs-n32 {
    margin-left: -8rem !important;
  }

  .m-xs-n31 {
    margin: -7.75rem !important;
  }

  .mt-xs-n31,
.my-xs-n31 {
    margin-top: -7.75rem !important;
  }

  .mr-xs-n31,
.mx-xs-n31 {
    margin-right: -7.75rem !important;
  }

  .mb-xs-n31,
.my-xs-n31 {
    margin-bottom: -7.75rem !important;
  }

  .ml-xs-n31,
.mx-xs-n31 {
    margin-left: -7.75rem !important;
  }

  .m-xs-n30 {
    margin: -7.5rem !important;
  }

  .mt-xs-n30,
.my-xs-n30 {
    margin-top: -7.5rem !important;
  }

  .mr-xs-n30,
.mx-xs-n30 {
    margin-right: -7.5rem !important;
  }

  .mb-xs-n30,
.my-xs-n30 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xs-n30,
.mx-xs-n30 {
    margin-left: -7.5rem !important;
  }

  .m-xs-n29 {
    margin: -7.25rem !important;
  }

  .mt-xs-n29,
.my-xs-n29 {
    margin-top: -7.25rem !important;
  }

  .mr-xs-n29,
.mx-xs-n29 {
    margin-right: -7.25rem !important;
  }

  .mb-xs-n29,
.my-xs-n29 {
    margin-bottom: -7.25rem !important;
  }

  .ml-xs-n29,
.mx-xs-n29 {
    margin-left: -7.25rem !important;
  }

  .m-xs-n28 {
    margin: -7rem !important;
  }

  .mt-xs-n28,
.my-xs-n28 {
    margin-top: -7rem !important;
  }

  .mr-xs-n28,
.mx-xs-n28 {
    margin-right: -7rem !important;
  }

  .mb-xs-n28,
.my-xs-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-xs-n28,
.mx-xs-n28 {
    margin-left: -7rem !important;
  }

  .m-xs-n27 {
    margin: -6.75rem !important;
  }

  .mt-xs-n27,
.my-xs-n27 {
    margin-top: -6.75rem !important;
  }

  .mr-xs-n27,
.mx-xs-n27 {
    margin-right: -6.75rem !important;
  }

  .mb-xs-n27,
.my-xs-n27 {
    margin-bottom: -6.75rem !important;
  }

  .ml-xs-n27,
.mx-xs-n27 {
    margin-left: -6.75rem !important;
  }

  .m-xs-n26 {
    margin: -6.5rem !important;
  }

  .mt-xs-n26,
.my-xs-n26 {
    margin-top: -6.5rem !important;
  }

  .mr-xs-n26,
.mx-xs-n26 {
    margin-right: -6.5rem !important;
  }

  .mb-xs-n26,
.my-xs-n26 {
    margin-bottom: -6.5rem !important;
  }

  .ml-xs-n26,
.mx-xs-n26 {
    margin-left: -6.5rem !important;
  }

  .m-xs-n25 {
    margin: -6.25rem !important;
  }

  .mt-xs-n25,
.my-xs-n25 {
    margin-top: -6.25rem !important;
  }

  .mr-xs-n25,
.mx-xs-n25 {
    margin-right: -6.25rem !important;
  }

  .mb-xs-n25,
.my-xs-n25 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xs-n25,
.mx-xs-n25 {
    margin-left: -6.25rem !important;
  }

  .m-xs-n24 {
    margin: -6rem !important;
  }

  .mt-xs-n24,
.my-xs-n24 {
    margin-top: -6rem !important;
  }

  .mr-xs-n24,
.mx-xs-n24 {
    margin-right: -6rem !important;
  }

  .mb-xs-n24,
.my-xs-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-xs-n24,
.mx-xs-n24 {
    margin-left: -6rem !important;
  }

  .m-xs-n23 {
    margin: -5.75rem !important;
  }

  .mt-xs-n23,
.my-xs-n23 {
    margin-top: -5.75rem !important;
  }

  .mr-xs-n23,
.mx-xs-n23 {
    margin-right: -5.75rem !important;
  }

  .mb-xs-n23,
.my-xs-n23 {
    margin-bottom: -5.75rem !important;
  }

  .ml-xs-n23,
.mx-xs-n23 {
    margin-left: -5.75rem !important;
  }

  .m-xs-n22 {
    margin: -5.5rem !important;
  }

  .mt-xs-n22,
.my-xs-n22 {
    margin-top: -5.5rem !important;
  }

  .mr-xs-n22,
.mx-xs-n22 {
    margin-right: -5.5rem !important;
  }

  .mb-xs-n22,
.my-xs-n22 {
    margin-bottom: -5.5rem !important;
  }

  .ml-xs-n22,
.mx-xs-n22 {
    margin-left: -5.5rem !important;
  }

  .m-xs-n21 {
    margin: -5.25rem !important;
  }

  .mt-xs-n21,
.my-xs-n21 {
    margin-top: -5.25rem !important;
  }

  .mr-xs-n21,
.mx-xs-n21 {
    margin-right: -5.25rem !important;
  }

  .mb-xs-n21,
.my-xs-n21 {
    margin-bottom: -5.25rem !important;
  }

  .ml-xs-n21,
.mx-xs-n21 {
    margin-left: -5.25rem !important;
  }

  .m-xs-n20 {
    margin: -5rem !important;
  }

  .mt-xs-n20,
.my-xs-n20 {
    margin-top: -5rem !important;
  }

  .mr-xs-n20,
.mx-xs-n20 {
    margin-right: -5rem !important;
  }

  .mb-xs-n20,
.my-xs-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-xs-n20,
.mx-xs-n20 {
    margin-left: -5rem !important;
  }

  .m-xs-n19 {
    margin: -4.75rem !important;
  }

  .mt-xs-n19,
.my-xs-n19 {
    margin-top: -4.75rem !important;
  }

  .mr-xs-n19,
.mx-xs-n19 {
    margin-right: -4.75rem !important;
  }

  .mb-xs-n19,
.my-xs-n19 {
    margin-bottom: -4.75rem !important;
  }

  .ml-xs-n19,
.mx-xs-n19 {
    margin-left: -4.75rem !important;
  }

  .m-xs-n18 {
    margin: -4.5rem !important;
  }

  .mt-xs-n18,
.my-xs-n18 {
    margin-top: -4.5rem !important;
  }

  .mr-xs-n18,
.mx-xs-n18 {
    margin-right: -4.5rem !important;
  }

  .mb-xs-n18,
.my-xs-n18 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xs-n18,
.mx-xs-n18 {
    margin-left: -4.5rem !important;
  }

  .m-xs-n17 {
    margin: -4.25rem !important;
  }

  .mt-xs-n17,
.my-xs-n17 {
    margin-top: -4.25rem !important;
  }

  .mr-xs-n17,
.mx-xs-n17 {
    margin-right: -4.25rem !important;
  }

  .mb-xs-n17,
.my-xs-n17 {
    margin-bottom: -4.25rem !important;
  }

  .ml-xs-n17,
.mx-xs-n17 {
    margin-left: -4.25rem !important;
  }

  .m-xs-n16 {
    margin: -4rem !important;
  }

  .mt-xs-n16,
.my-xs-n16 {
    margin-top: -4rem !important;
  }

  .mr-xs-n16,
.mx-xs-n16 {
    margin-right: -4rem !important;
  }

  .mb-xs-n16,
.my-xs-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-xs-n16,
.mx-xs-n16 {
    margin-left: -4rem !important;
  }

  .m-xs-n15 {
    margin: -3.75rem !important;
  }

  .mt-xs-n15,
.my-xs-n15 {
    margin-top: -3.75rem !important;
  }

  .mr-xs-n15,
.mx-xs-n15 {
    margin-right: -3.75rem !important;
  }

  .mb-xs-n15,
.my-xs-n15 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xs-n15,
.mx-xs-n15 {
    margin-left: -3.75rem !important;
  }

  .m-xs-n14 {
    margin: -3.5rem !important;
  }

  .mt-xs-n14,
.my-xs-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-xs-n14,
.mx-xs-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-xs-n14,
.my-xs-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xs-n14,
.mx-xs-n14 {
    margin-left: -3.5rem !important;
  }

  .m-xs-n13 {
    margin: -3.25rem !important;
  }

  .mt-xs-n13,
.my-xs-n13 {
    margin-top: -3.25rem !important;
  }

  .mr-xs-n13,
.mx-xs-n13 {
    margin-right: -3.25rem !important;
  }

  .mb-xs-n13,
.my-xs-n13 {
    margin-bottom: -3.25rem !important;
  }

  .ml-xs-n13,
.mx-xs-n13 {
    margin-left: -3.25rem !important;
  }

  .m-xs-n12 {
    margin: -3rem !important;
  }

  .mt-xs-n12,
.my-xs-n12 {
    margin-top: -3rem !important;
  }

  .mr-xs-n12,
.mx-xs-n12 {
    margin-right: -3rem !important;
  }

  .mb-xs-n12,
.my-xs-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-xs-n12,
.mx-xs-n12 {
    margin-left: -3rem !important;
  }

  .m-xs-n11 {
    margin: -2.75rem !important;
  }

  .mt-xs-n11,
.my-xs-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-xs-n11,
.mx-xs-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-xs-n11,
.my-xs-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-xs-n11,
.mx-xs-n11 {
    margin-left: -2.75rem !important;
  }

  .m-xs-n10 {
    margin: -2.5rem !important;
  }

  .mt-xs-n10,
.my-xs-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-xs-n10,
.mx-xs-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-xs-n10,
.my-xs-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xs-n10,
.mx-xs-n10 {
    margin-left: -2.5rem !important;
  }

  .m-xs-n9 {
    margin: -2.25rem !important;
  }

  .mt-xs-n9,
.my-xs-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-xs-n9,
.mx-xs-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-xs-n9,
.my-xs-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xs-n9,
.mx-xs-n9 {
    margin-left: -2.25rem !important;
  }

  .m-xs-n8 {
    margin: -2rem !important;
  }

  .mt-xs-n8,
.my-xs-n8 {
    margin-top: -2rem !important;
  }

  .mr-xs-n8,
.mx-xs-n8 {
    margin-right: -2rem !important;
  }

  .mb-xs-n8,
.my-xs-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-xs-n8,
.mx-xs-n8 {
    margin-left: -2rem !important;
  }

  .m-xs-n7 {
    margin: -1.75rem !important;
  }

  .mt-xs-n7,
.my-xs-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-xs-n7,
.mx-xs-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-xs-n7,
.my-xs-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-xs-n7,
.mx-xs-n7 {
    margin-left: -1.75rem !important;
  }

  .m-xs-n6 {
    margin: -1.5rem !important;
  }

  .mt-xs-n6,
.my-xs-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-xs-n6,
.mx-xs-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-xs-n6,
.my-xs-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xs-n6,
.mx-xs-n6 {
    margin-left: -1.5rem !important;
  }

  .m-xs-n5 {
    margin: -1.25rem !important;
  }

  .mt-xs-n5,
.my-xs-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-xs-n5,
.mx-xs-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-xs-n5,
.my-xs-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xs-n5,
.mx-xs-n5 {
    margin-left: -1.25rem !important;
  }

  .m-xs-n4 {
    margin: -1rem !important;
  }

  .mt-xs-n4,
.my-xs-n4 {
    margin-top: -1rem !important;
  }

  .mr-xs-n4,
.mx-xs-n4 {
    margin-right: -1rem !important;
  }

  .mb-xs-n4,
.my-xs-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-xs-n4,
.mx-xs-n4 {
    margin-left: -1rem !important;
  }

  .m-xs-n3 {
    margin: -0.75rem !important;
  }

  .mt-xs-n3,
.my-xs-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-xs-n3,
.mx-xs-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-xs-n3,
.my-xs-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xs-n3,
.mx-xs-n3 {
    margin-left: -0.75rem !important;
  }

  .m-xs-n2 {
    margin: -0.5rem !important;
  }

  .mt-xs-n2,
.my-xs-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xs-n2,
.mx-xs-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xs-n2,
.my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xs-n2,
.mx-xs-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xs-n1 {
    margin: -0.25rem !important;
  }

  .mt-xs-n1,
.my-xs-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xs-n1,
.mx-xs-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xs-n1,
.my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xs-n1,
.mx-xs-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xs-n0 {
    margin: 0rem !important;
  }

  .mt-xs-n0,
.my-xs-n0 {
    margin-top: 0rem !important;
  }

  .mr-xs-n0,
.mx-xs-n0 {
    margin-right: 0rem !important;
  }

  .mb-xs-n0,
.my-xs-n0 {
    margin-bottom: 0rem !important;
  }

  .ml-xs-n0,
.mx-xs-n0 {
    margin-left: 0rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mt-xs-auto,
.my-xs-auto {
    margin-top: auto !important;
  }

  .mr-xs-auto,
.mx-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-auto,
.my-xs-auto {
    margin-bottom: auto !important;
  }

  .ml-xs-auto,
.mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576.02px) {
  .m-sm-35 {
    margin: 8.75rem !important;
  }

  .mt-sm-35,
.my-sm-35 {
    margin-top: 8.75rem !important;
  }

  .mr-sm-35,
.mx-sm-35 {
    margin-right: 8.75rem !important;
  }

  .mb-sm-35,
.my-sm-35 {
    margin-bottom: 8.75rem !important;
  }

  .ml-sm-35,
.mx-sm-35 {
    margin-left: 8.75rem !important;
  }

  .m-sm-34 {
    margin: 8.5rem !important;
  }

  .mt-sm-34,
.my-sm-34 {
    margin-top: 8.5rem !important;
  }

  .mr-sm-34,
.mx-sm-34 {
    margin-right: 8.5rem !important;
  }

  .mb-sm-34,
.my-sm-34 {
    margin-bottom: 8.5rem !important;
  }

  .ml-sm-34,
.mx-sm-34 {
    margin-left: 8.5rem !important;
  }

  .m-sm-33 {
    margin: 8.25rem !important;
  }

  .mt-sm-33,
.my-sm-33 {
    margin-top: 8.25rem !important;
  }

  .mr-sm-33,
.mx-sm-33 {
    margin-right: 8.25rem !important;
  }

  .mb-sm-33,
.my-sm-33 {
    margin-bottom: 8.25rem !important;
  }

  .ml-sm-33,
.mx-sm-33 {
    margin-left: 8.25rem !important;
  }

  .m-sm-32 {
    margin: 8rem !important;
  }

  .mt-sm-32,
.my-sm-32 {
    margin-top: 8rem !important;
  }

  .mr-sm-32,
.mx-sm-32 {
    margin-right: 8rem !important;
  }

  .mb-sm-32,
.my-sm-32 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-32,
.mx-sm-32 {
    margin-left: 8rem !important;
  }

  .m-sm-31 {
    margin: 7.75rem !important;
  }

  .mt-sm-31,
.my-sm-31 {
    margin-top: 7.75rem !important;
  }

  .mr-sm-31,
.mx-sm-31 {
    margin-right: 7.75rem !important;
  }

  .mb-sm-31,
.my-sm-31 {
    margin-bottom: 7.75rem !important;
  }

  .ml-sm-31,
.mx-sm-31 {
    margin-left: 7.75rem !important;
  }

  .m-sm-30 {
    margin: 7.5rem !important;
  }

  .mt-sm-30,
.my-sm-30 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-30,
.mx-sm-30 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-30,
.my-sm-30 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-30,
.mx-sm-30 {
    margin-left: 7.5rem !important;
  }

  .m-sm-29 {
    margin: 7.25rem !important;
  }

  .mt-sm-29,
.my-sm-29 {
    margin-top: 7.25rem !important;
  }

  .mr-sm-29,
.mx-sm-29 {
    margin-right: 7.25rem !important;
  }

  .mb-sm-29,
.my-sm-29 {
    margin-bottom: 7.25rem !important;
  }

  .ml-sm-29,
.mx-sm-29 {
    margin-left: 7.25rem !important;
  }

  .m-sm-28 {
    margin: 7rem !important;
  }

  .mt-sm-28,
.my-sm-28 {
    margin-top: 7rem !important;
  }

  .mr-sm-28,
.mx-sm-28 {
    margin-right: 7rem !important;
  }

  .mb-sm-28,
.my-sm-28 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-28,
.mx-sm-28 {
    margin-left: 7rem !important;
  }

  .m-sm-27 {
    margin: 6.75rem !important;
  }

  .mt-sm-27,
.my-sm-27 {
    margin-top: 6.75rem !important;
  }

  .mr-sm-27,
.mx-sm-27 {
    margin-right: 6.75rem !important;
  }

  .mb-sm-27,
.my-sm-27 {
    margin-bottom: 6.75rem !important;
  }

  .ml-sm-27,
.mx-sm-27 {
    margin-left: 6.75rem !important;
  }

  .m-sm-26 {
    margin: 6.5rem !important;
  }

  .mt-sm-26,
.my-sm-26 {
    margin-top: 6.5rem !important;
  }

  .mr-sm-26,
.mx-sm-26 {
    margin-right: 6.5rem !important;
  }

  .mb-sm-26,
.my-sm-26 {
    margin-bottom: 6.5rem !important;
  }

  .ml-sm-26,
.mx-sm-26 {
    margin-left: 6.5rem !important;
  }

  .m-sm-25 {
    margin: 6.25rem !important;
  }

  .mt-sm-25,
.my-sm-25 {
    margin-top: 6.25rem !important;
  }

  .mr-sm-25,
.mx-sm-25 {
    margin-right: 6.25rem !important;
  }

  .mb-sm-25,
.my-sm-25 {
    margin-bottom: 6.25rem !important;
  }

  .ml-sm-25,
.mx-sm-25 {
    margin-left: 6.25rem !important;
  }

  .m-sm-24 {
    margin: 6rem !important;
  }

  .mt-sm-24,
.my-sm-24 {
    margin-top: 6rem !important;
  }

  .mr-sm-24,
.mx-sm-24 {
    margin-right: 6rem !important;
  }

  .mb-sm-24,
.my-sm-24 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-24,
.mx-sm-24 {
    margin-left: 6rem !important;
  }

  .m-sm-23 {
    margin: 5.75rem !important;
  }

  .mt-sm-23,
.my-sm-23 {
    margin-top: 5.75rem !important;
  }

  .mr-sm-23,
.mx-sm-23 {
    margin-right: 5.75rem !important;
  }

  .mb-sm-23,
.my-sm-23 {
    margin-bottom: 5.75rem !important;
  }

  .ml-sm-23,
.mx-sm-23 {
    margin-left: 5.75rem !important;
  }

  .m-sm-22 {
    margin: 5.5rem !important;
  }

  .mt-sm-22,
.my-sm-22 {
    margin-top: 5.5rem !important;
  }

  .mr-sm-22,
.mx-sm-22 {
    margin-right: 5.5rem !important;
  }

  .mb-sm-22,
.my-sm-22 {
    margin-bottom: 5.5rem !important;
  }

  .ml-sm-22,
.mx-sm-22 {
    margin-left: 5.5rem !important;
  }

  .m-sm-21 {
    margin: 5.25rem !important;
  }

  .mt-sm-21,
.my-sm-21 {
    margin-top: 5.25rem !important;
  }

  .mr-sm-21,
.mx-sm-21 {
    margin-right: 5.25rem !important;
  }

  .mb-sm-21,
.my-sm-21 {
    margin-bottom: 5.25rem !important;
  }

  .ml-sm-21,
.mx-sm-21 {
    margin-left: 5.25rem !important;
  }

  .m-sm-20 {
    margin: 5rem !important;
  }

  .mt-sm-20,
.my-sm-20 {
    margin-top: 5rem !important;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 5rem !important;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 5rem !important;
  }

  .m-sm-19 {
    margin: 4.75rem !important;
  }

  .mt-sm-19,
.my-sm-19 {
    margin-top: 4.75rem !important;
  }

  .mr-sm-19,
.mx-sm-19 {
    margin-right: 4.75rem !important;
  }

  .mb-sm-19,
.my-sm-19 {
    margin-bottom: 4.75rem !important;
  }

  .ml-sm-19,
.mx-sm-19 {
    margin-left: 4.75rem !important;
  }

  .m-sm-18 {
    margin: 4.5rem !important;
  }

  .mt-sm-18,
.my-sm-18 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-18,
.mx-sm-18 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-18,
.my-sm-18 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-18,
.mx-sm-18 {
    margin-left: 4.5rem !important;
  }

  .m-sm-17 {
    margin: 4.25rem !important;
  }

  .mt-sm-17,
.my-sm-17 {
    margin-top: 4.25rem !important;
  }

  .mr-sm-17,
.mx-sm-17 {
    margin-right: 4.25rem !important;
  }

  .mb-sm-17,
.my-sm-17 {
    margin-bottom: 4.25rem !important;
  }

  .ml-sm-17,
.mx-sm-17 {
    margin-left: 4.25rem !important;
  }

  .m-sm-16 {
    margin: 4rem !important;
  }

  .mt-sm-16,
.my-sm-16 {
    margin-top: 4rem !important;
  }

  .mr-sm-16,
.mx-sm-16 {
    margin-right: 4rem !important;
  }

  .mb-sm-16,
.my-sm-16 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-16,
.mx-sm-16 {
    margin-left: 4rem !important;
  }

  .m-sm-15 {
    margin: 3.75rem !important;
  }

  .mt-sm-15,
.my-sm-15 {
    margin-top: 3.75rem !important;
  }

  .mr-sm-15,
.mx-sm-15 {
    margin-right: 3.75rem !important;
  }

  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 3.75rem !important;
  }

  .ml-sm-15,
.mx-sm-15 {
    margin-left: 3.75rem !important;
  }

  .m-sm-14 {
    margin: 3.5rem !important;
  }

  .mt-sm-14,
.my-sm-14 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-14,
.mx-sm-14 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-14,
.my-sm-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-14,
.mx-sm-14 {
    margin-left: 3.5rem !important;
  }

  .m-sm-13 {
    margin: 3.25rem !important;
  }

  .mt-sm-13,
.my-sm-13 {
    margin-top: 3.25rem !important;
  }

  .mr-sm-13,
.mx-sm-13 {
    margin-right: 3.25rem !important;
  }

  .mb-sm-13,
.my-sm-13 {
    margin-bottom: 3.25rem !important;
  }

  .ml-sm-13,
.mx-sm-13 {
    margin-left: 3.25rem !important;
  }

  .m-sm-12 {
    margin: 3rem !important;
  }

  .mt-sm-12,
.my-sm-12 {
    margin-top: 3rem !important;
  }

  .mr-sm-12,
.mx-sm-12 {
    margin-right: 3rem !important;
  }

  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-12,
.mx-sm-12 {
    margin-left: 3rem !important;
  }

  .m-sm-11 {
    margin: 2.75rem !important;
  }

  .mt-sm-11,
.my-sm-11 {
    margin-top: 2.75rem !important;
  }

  .mr-sm-11,
.mx-sm-11 {
    margin-right: 2.75rem !important;
  }

  .mb-sm-11,
.my-sm-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-sm-11,
.mx-sm-11 {
    margin-left: 2.75rem !important;
  }

  .m-sm-10 {
    margin: 2.5rem !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 2.5rem !important;
  }

  .m-sm-9 {
    margin: 2.25rem !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 2.25rem !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 2.25rem !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 2.25rem !important;
  }

  .m-sm-8 {
    margin: 2rem !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 2rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 2rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 2rem !important;
  }

  .m-sm-7 {
    margin: 1.75rem !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 1.75rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 1.75rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 1.75rem !important;
  }

  .m-sm-6 {
    margin: 1.5rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 1.25rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 1.25rem !important;
  }

  .m-sm-4 {
    margin: 1rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1rem !important;
  }

  .m-sm-3 {
    margin: 0.75rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 0.75rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-0 {
    margin: 0rem !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0rem !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0rem !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0rem !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0rem !important;
  }

  .p-sm-35 {
    padding: 8.75rem !important;
  }

  .pt-sm-35,
.py-sm-35 {
    padding-top: 8.75rem !important;
  }

  .pr-sm-35,
.px-sm-35 {
    padding-right: 8.75rem !important;
  }

  .pb-sm-35,
.py-sm-35 {
    padding-bottom: 8.75rem !important;
  }

  .pl-sm-35,
.px-sm-35 {
    padding-left: 8.75rem !important;
  }

  .p-sm-34 {
    padding: 8.5rem !important;
  }

  .pt-sm-34,
.py-sm-34 {
    padding-top: 8.5rem !important;
  }

  .pr-sm-34,
.px-sm-34 {
    padding-right: 8.5rem !important;
  }

  .pb-sm-34,
.py-sm-34 {
    padding-bottom: 8.5rem !important;
  }

  .pl-sm-34,
.px-sm-34 {
    padding-left: 8.5rem !important;
  }

  .p-sm-33 {
    padding: 8.25rem !important;
  }

  .pt-sm-33,
.py-sm-33 {
    padding-top: 8.25rem !important;
  }

  .pr-sm-33,
.px-sm-33 {
    padding-right: 8.25rem !important;
  }

  .pb-sm-33,
.py-sm-33 {
    padding-bottom: 8.25rem !important;
  }

  .pl-sm-33,
.px-sm-33 {
    padding-left: 8.25rem !important;
  }

  .p-sm-32 {
    padding: 8rem !important;
  }

  .pt-sm-32,
.py-sm-32 {
    padding-top: 8rem !important;
  }

  .pr-sm-32,
.px-sm-32 {
    padding-right: 8rem !important;
  }

  .pb-sm-32,
.py-sm-32 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-32,
.px-sm-32 {
    padding-left: 8rem !important;
  }

  .p-sm-31 {
    padding: 7.75rem !important;
  }

  .pt-sm-31,
.py-sm-31 {
    padding-top: 7.75rem !important;
  }

  .pr-sm-31,
.px-sm-31 {
    padding-right: 7.75rem !important;
  }

  .pb-sm-31,
.py-sm-31 {
    padding-bottom: 7.75rem !important;
  }

  .pl-sm-31,
.px-sm-31 {
    padding-left: 7.75rem !important;
  }

  .p-sm-30 {
    padding: 7.5rem !important;
  }

  .pt-sm-30,
.py-sm-30 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-30,
.px-sm-30 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-30,
.py-sm-30 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-30,
.px-sm-30 {
    padding-left: 7.5rem !important;
  }

  .p-sm-29 {
    padding: 7.25rem !important;
  }

  .pt-sm-29,
.py-sm-29 {
    padding-top: 7.25rem !important;
  }

  .pr-sm-29,
.px-sm-29 {
    padding-right: 7.25rem !important;
  }

  .pb-sm-29,
.py-sm-29 {
    padding-bottom: 7.25rem !important;
  }

  .pl-sm-29,
.px-sm-29 {
    padding-left: 7.25rem !important;
  }

  .p-sm-28 {
    padding: 7rem !important;
  }

  .pt-sm-28,
.py-sm-28 {
    padding-top: 7rem !important;
  }

  .pr-sm-28,
.px-sm-28 {
    padding-right: 7rem !important;
  }

  .pb-sm-28,
.py-sm-28 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-28,
.px-sm-28 {
    padding-left: 7rem !important;
  }

  .p-sm-27 {
    padding: 6.75rem !important;
  }

  .pt-sm-27,
.py-sm-27 {
    padding-top: 6.75rem !important;
  }

  .pr-sm-27,
.px-sm-27 {
    padding-right: 6.75rem !important;
  }

  .pb-sm-27,
.py-sm-27 {
    padding-bottom: 6.75rem !important;
  }

  .pl-sm-27,
.px-sm-27 {
    padding-left: 6.75rem !important;
  }

  .p-sm-26 {
    padding: 6.5rem !important;
  }

  .pt-sm-26,
.py-sm-26 {
    padding-top: 6.5rem !important;
  }

  .pr-sm-26,
.px-sm-26 {
    padding-right: 6.5rem !important;
  }

  .pb-sm-26,
.py-sm-26 {
    padding-bottom: 6.5rem !important;
  }

  .pl-sm-26,
.px-sm-26 {
    padding-left: 6.5rem !important;
  }

  .p-sm-25 {
    padding: 6.25rem !important;
  }

  .pt-sm-25,
.py-sm-25 {
    padding-top: 6.25rem !important;
  }

  .pr-sm-25,
.px-sm-25 {
    padding-right: 6.25rem !important;
  }

  .pb-sm-25,
.py-sm-25 {
    padding-bottom: 6.25rem !important;
  }

  .pl-sm-25,
.px-sm-25 {
    padding-left: 6.25rem !important;
  }

  .p-sm-24 {
    padding: 6rem !important;
  }

  .pt-sm-24,
.py-sm-24 {
    padding-top: 6rem !important;
  }

  .pr-sm-24,
.px-sm-24 {
    padding-right: 6rem !important;
  }

  .pb-sm-24,
.py-sm-24 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-24,
.px-sm-24 {
    padding-left: 6rem !important;
  }

  .p-sm-23 {
    padding: 5.75rem !important;
  }

  .pt-sm-23,
.py-sm-23 {
    padding-top: 5.75rem !important;
  }

  .pr-sm-23,
.px-sm-23 {
    padding-right: 5.75rem !important;
  }

  .pb-sm-23,
.py-sm-23 {
    padding-bottom: 5.75rem !important;
  }

  .pl-sm-23,
.px-sm-23 {
    padding-left: 5.75rem !important;
  }

  .p-sm-22 {
    padding: 5.5rem !important;
  }

  .pt-sm-22,
.py-sm-22 {
    padding-top: 5.5rem !important;
  }

  .pr-sm-22,
.px-sm-22 {
    padding-right: 5.5rem !important;
  }

  .pb-sm-22,
.py-sm-22 {
    padding-bottom: 5.5rem !important;
  }

  .pl-sm-22,
.px-sm-22 {
    padding-left: 5.5rem !important;
  }

  .p-sm-21 {
    padding: 5.25rem !important;
  }

  .pt-sm-21,
.py-sm-21 {
    padding-top: 5.25rem !important;
  }

  .pr-sm-21,
.px-sm-21 {
    padding-right: 5.25rem !important;
  }

  .pb-sm-21,
.py-sm-21 {
    padding-bottom: 5.25rem !important;
  }

  .pl-sm-21,
.px-sm-21 {
    padding-left: 5.25rem !important;
  }

  .p-sm-20 {
    padding: 5rem !important;
  }

  .pt-sm-20,
.py-sm-20 {
    padding-top: 5rem !important;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 5rem !important;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 5rem !important;
  }

  .p-sm-19 {
    padding: 4.75rem !important;
  }

  .pt-sm-19,
.py-sm-19 {
    padding-top: 4.75rem !important;
  }

  .pr-sm-19,
.px-sm-19 {
    padding-right: 4.75rem !important;
  }

  .pb-sm-19,
.py-sm-19 {
    padding-bottom: 4.75rem !important;
  }

  .pl-sm-19,
.px-sm-19 {
    padding-left: 4.75rem !important;
  }

  .p-sm-18 {
    padding: 4.5rem !important;
  }

  .pt-sm-18,
.py-sm-18 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-18,
.px-sm-18 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-18,
.py-sm-18 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-18,
.px-sm-18 {
    padding-left: 4.5rem !important;
  }

  .p-sm-17 {
    padding: 4.25rem !important;
  }

  .pt-sm-17,
.py-sm-17 {
    padding-top: 4.25rem !important;
  }

  .pr-sm-17,
.px-sm-17 {
    padding-right: 4.25rem !important;
  }

  .pb-sm-17,
.py-sm-17 {
    padding-bottom: 4.25rem !important;
  }

  .pl-sm-17,
.px-sm-17 {
    padding-left: 4.25rem !important;
  }

  .p-sm-16 {
    padding: 4rem !important;
  }

  .pt-sm-16,
.py-sm-16 {
    padding-top: 4rem !important;
  }

  .pr-sm-16,
.px-sm-16 {
    padding-right: 4rem !important;
  }

  .pb-sm-16,
.py-sm-16 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-16,
.px-sm-16 {
    padding-left: 4rem !important;
  }

  .p-sm-15 {
    padding: 3.75rem !important;
  }

  .pt-sm-15,
.py-sm-15 {
    padding-top: 3.75rem !important;
  }

  .pr-sm-15,
.px-sm-15 {
    padding-right: 3.75rem !important;
  }

  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 3.75rem !important;
  }

  .pl-sm-15,
.px-sm-15 {
    padding-left: 3.75rem !important;
  }

  .p-sm-14 {
    padding: 3.5rem !important;
  }

  .pt-sm-14,
.py-sm-14 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-14,
.px-sm-14 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-14,
.py-sm-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-14,
.px-sm-14 {
    padding-left: 3.5rem !important;
  }

  .p-sm-13 {
    padding: 3.25rem !important;
  }

  .pt-sm-13,
.py-sm-13 {
    padding-top: 3.25rem !important;
  }

  .pr-sm-13,
.px-sm-13 {
    padding-right: 3.25rem !important;
  }

  .pb-sm-13,
.py-sm-13 {
    padding-bottom: 3.25rem !important;
  }

  .pl-sm-13,
.px-sm-13 {
    padding-left: 3.25rem !important;
  }

  .p-sm-12 {
    padding: 3rem !important;
  }

  .pt-sm-12,
.py-sm-12 {
    padding-top: 3rem !important;
  }

  .pr-sm-12,
.px-sm-12 {
    padding-right: 3rem !important;
  }

  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-12,
.px-sm-12 {
    padding-left: 3rem !important;
  }

  .p-sm-11 {
    padding: 2.75rem !important;
  }

  .pt-sm-11,
.py-sm-11 {
    padding-top: 2.75rem !important;
  }

  .pr-sm-11,
.px-sm-11 {
    padding-right: 2.75rem !important;
  }

  .pb-sm-11,
.py-sm-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-sm-11,
.px-sm-11 {
    padding-left: 2.75rem !important;
  }

  .p-sm-10 {
    padding: 2.5rem !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 2.5rem !important;
  }

  .p-sm-9 {
    padding: 2.25rem !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 2.25rem !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 2.25rem !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 2.25rem !important;
  }

  .p-sm-8 {
    padding: 2rem !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 2rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 2rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 2rem !important;
  }

  .p-sm-7 {
    padding: 1.75rem !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 1.75rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 1.75rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 1.75rem !important;
  }

  .p-sm-6 {
    padding: 1.5rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 1.25rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 1.25rem !important;
  }

  .p-sm-4 {
    padding: 1rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1rem !important;
  }

  .p-sm-3 {
    padding: 0.75rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 0.75rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-0 {
    padding: 0rem !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0rem !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0rem !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0rem !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0rem !important;
  }

  .m-sm-n35 {
    margin: -8.75rem !important;
  }

  .mt-sm-n35,
.my-sm-n35 {
    margin-top: -8.75rem !important;
  }

  .mr-sm-n35,
.mx-sm-n35 {
    margin-right: -8.75rem !important;
  }

  .mb-sm-n35,
.my-sm-n35 {
    margin-bottom: -8.75rem !important;
  }

  .ml-sm-n35,
.mx-sm-n35 {
    margin-left: -8.75rem !important;
  }

  .m-sm-n34 {
    margin: -8.5rem !important;
  }

  .mt-sm-n34,
.my-sm-n34 {
    margin-top: -8.5rem !important;
  }

  .mr-sm-n34,
.mx-sm-n34 {
    margin-right: -8.5rem !important;
  }

  .mb-sm-n34,
.my-sm-n34 {
    margin-bottom: -8.5rem !important;
  }

  .ml-sm-n34,
.mx-sm-n34 {
    margin-left: -8.5rem !important;
  }

  .m-sm-n33 {
    margin: -8.25rem !important;
  }

  .mt-sm-n33,
.my-sm-n33 {
    margin-top: -8.25rem !important;
  }

  .mr-sm-n33,
.mx-sm-n33 {
    margin-right: -8.25rem !important;
  }

  .mb-sm-n33,
.my-sm-n33 {
    margin-bottom: -8.25rem !important;
  }

  .ml-sm-n33,
.mx-sm-n33 {
    margin-left: -8.25rem !important;
  }

  .m-sm-n32 {
    margin: -8rem !important;
  }

  .mt-sm-n32,
.my-sm-n32 {
    margin-top: -8rem !important;
  }

  .mr-sm-n32,
.mx-sm-n32 {
    margin-right: -8rem !important;
  }

  .mb-sm-n32,
.my-sm-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-sm-n32,
.mx-sm-n32 {
    margin-left: -8rem !important;
  }

  .m-sm-n31 {
    margin: -7.75rem !important;
  }

  .mt-sm-n31,
.my-sm-n31 {
    margin-top: -7.75rem !important;
  }

  .mr-sm-n31,
.mx-sm-n31 {
    margin-right: -7.75rem !important;
  }

  .mb-sm-n31,
.my-sm-n31 {
    margin-bottom: -7.75rem !important;
  }

  .ml-sm-n31,
.mx-sm-n31 {
    margin-left: -7.75rem !important;
  }

  .m-sm-n30 {
    margin: -7.5rem !important;
  }

  .mt-sm-n30,
.my-sm-n30 {
    margin-top: -7.5rem !important;
  }

  .mr-sm-n30,
.mx-sm-n30 {
    margin-right: -7.5rem !important;
  }

  .mb-sm-n30,
.my-sm-n30 {
    margin-bottom: -7.5rem !important;
  }

  .ml-sm-n30,
.mx-sm-n30 {
    margin-left: -7.5rem !important;
  }

  .m-sm-n29 {
    margin: -7.25rem !important;
  }

  .mt-sm-n29,
.my-sm-n29 {
    margin-top: -7.25rem !important;
  }

  .mr-sm-n29,
.mx-sm-n29 {
    margin-right: -7.25rem !important;
  }

  .mb-sm-n29,
.my-sm-n29 {
    margin-bottom: -7.25rem !important;
  }

  .ml-sm-n29,
.mx-sm-n29 {
    margin-left: -7.25rem !important;
  }

  .m-sm-n28 {
    margin: -7rem !important;
  }

  .mt-sm-n28,
.my-sm-n28 {
    margin-top: -7rem !important;
  }

  .mr-sm-n28,
.mx-sm-n28 {
    margin-right: -7rem !important;
  }

  .mb-sm-n28,
.my-sm-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-sm-n28,
.mx-sm-n28 {
    margin-left: -7rem !important;
  }

  .m-sm-n27 {
    margin: -6.75rem !important;
  }

  .mt-sm-n27,
.my-sm-n27 {
    margin-top: -6.75rem !important;
  }

  .mr-sm-n27,
.mx-sm-n27 {
    margin-right: -6.75rem !important;
  }

  .mb-sm-n27,
.my-sm-n27 {
    margin-bottom: -6.75rem !important;
  }

  .ml-sm-n27,
.mx-sm-n27 {
    margin-left: -6.75rem !important;
  }

  .m-sm-n26 {
    margin: -6.5rem !important;
  }

  .mt-sm-n26,
.my-sm-n26 {
    margin-top: -6.5rem !important;
  }

  .mr-sm-n26,
.mx-sm-n26 {
    margin-right: -6.5rem !important;
  }

  .mb-sm-n26,
.my-sm-n26 {
    margin-bottom: -6.5rem !important;
  }

  .ml-sm-n26,
.mx-sm-n26 {
    margin-left: -6.5rem !important;
  }

  .m-sm-n25 {
    margin: -6.25rem !important;
  }

  .mt-sm-n25,
.my-sm-n25 {
    margin-top: -6.25rem !important;
  }

  .mr-sm-n25,
.mx-sm-n25 {
    margin-right: -6.25rem !important;
  }

  .mb-sm-n25,
.my-sm-n25 {
    margin-bottom: -6.25rem !important;
  }

  .ml-sm-n25,
.mx-sm-n25 {
    margin-left: -6.25rem !important;
  }

  .m-sm-n24 {
    margin: -6rem !important;
  }

  .mt-sm-n24,
.my-sm-n24 {
    margin-top: -6rem !important;
  }

  .mr-sm-n24,
.mx-sm-n24 {
    margin-right: -6rem !important;
  }

  .mb-sm-n24,
.my-sm-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n24,
.mx-sm-n24 {
    margin-left: -6rem !important;
  }

  .m-sm-n23 {
    margin: -5.75rem !important;
  }

  .mt-sm-n23,
.my-sm-n23 {
    margin-top: -5.75rem !important;
  }

  .mr-sm-n23,
.mx-sm-n23 {
    margin-right: -5.75rem !important;
  }

  .mb-sm-n23,
.my-sm-n23 {
    margin-bottom: -5.75rem !important;
  }

  .ml-sm-n23,
.mx-sm-n23 {
    margin-left: -5.75rem !important;
  }

  .m-sm-n22 {
    margin: -5.5rem !important;
  }

  .mt-sm-n22,
.my-sm-n22 {
    margin-top: -5.5rem !important;
  }

  .mr-sm-n22,
.mx-sm-n22 {
    margin-right: -5.5rem !important;
  }

  .mb-sm-n22,
.my-sm-n22 {
    margin-bottom: -5.5rem !important;
  }

  .ml-sm-n22,
.mx-sm-n22 {
    margin-left: -5.5rem !important;
  }

  .m-sm-n21 {
    margin: -5.25rem !important;
  }

  .mt-sm-n21,
.my-sm-n21 {
    margin-top: -5.25rem !important;
  }

  .mr-sm-n21,
.mx-sm-n21 {
    margin-right: -5.25rem !important;
  }

  .mb-sm-n21,
.my-sm-n21 {
    margin-bottom: -5.25rem !important;
  }

  .ml-sm-n21,
.mx-sm-n21 {
    margin-left: -5.25rem !important;
  }

  .m-sm-n20 {
    margin: -5rem !important;
  }

  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -5rem !important;
  }

  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -5rem !important;
  }

  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -5rem !important;
  }

  .m-sm-n19 {
    margin: -4.75rem !important;
  }

  .mt-sm-n19,
.my-sm-n19 {
    margin-top: -4.75rem !important;
  }

  .mr-sm-n19,
.mx-sm-n19 {
    margin-right: -4.75rem !important;
  }

  .mb-sm-n19,
.my-sm-n19 {
    margin-bottom: -4.75rem !important;
  }

  .ml-sm-n19,
.mx-sm-n19 {
    margin-left: -4.75rem !important;
  }

  .m-sm-n18 {
    margin: -4.5rem !important;
  }

  .mt-sm-n18,
.my-sm-n18 {
    margin-top: -4.5rem !important;
  }

  .mr-sm-n18,
.mx-sm-n18 {
    margin-right: -4.5rem !important;
  }

  .mb-sm-n18,
.my-sm-n18 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm-n18,
.mx-sm-n18 {
    margin-left: -4.5rem !important;
  }

  .m-sm-n17 {
    margin: -4.25rem !important;
  }

  .mt-sm-n17,
.my-sm-n17 {
    margin-top: -4.25rem !important;
  }

  .mr-sm-n17,
.mx-sm-n17 {
    margin-right: -4.25rem !important;
  }

  .mb-sm-n17,
.my-sm-n17 {
    margin-bottom: -4.25rem !important;
  }

  .ml-sm-n17,
.mx-sm-n17 {
    margin-left: -4.25rem !important;
  }

  .m-sm-n16 {
    margin: -4rem !important;
  }

  .mt-sm-n16,
.my-sm-n16 {
    margin-top: -4rem !important;
  }

  .mr-sm-n16,
.mx-sm-n16 {
    margin-right: -4rem !important;
  }

  .mb-sm-n16,
.my-sm-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n16,
.mx-sm-n16 {
    margin-left: -4rem !important;
  }

  .m-sm-n15 {
    margin: -3.75rem !important;
  }

  .mt-sm-n15,
.my-sm-n15 {
    margin-top: -3.75rem !important;
  }

  .mr-sm-n15,
.mx-sm-n15 {
    margin-right: -3.75rem !important;
  }

  .mb-sm-n15,
.my-sm-n15 {
    margin-bottom: -3.75rem !important;
  }

  .ml-sm-n15,
.mx-sm-n15 {
    margin-left: -3.75rem !important;
  }

  .m-sm-n14 {
    margin: -3.5rem !important;
  }

  .mt-sm-n14,
.my-sm-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-sm-n14,
.mx-sm-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-sm-n14,
.my-sm-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-sm-n14,
.mx-sm-n14 {
    margin-left: -3.5rem !important;
  }

  .m-sm-n13 {
    margin: -3.25rem !important;
  }

  .mt-sm-n13,
.my-sm-n13 {
    margin-top: -3.25rem !important;
  }

  .mr-sm-n13,
.mx-sm-n13 {
    margin-right: -3.25rem !important;
  }

  .mb-sm-n13,
.my-sm-n13 {
    margin-bottom: -3.25rem !important;
  }

  .ml-sm-n13,
.mx-sm-n13 {
    margin-left: -3.25rem !important;
  }

  .m-sm-n12 {
    margin: -3rem !important;
  }

  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -3rem !important;
  }

  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -3rem !important;
  }

  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -3rem !important;
  }

  .m-sm-n11 {
    margin: -2.75rem !important;
  }

  .mt-sm-n11,
.my-sm-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-sm-n11,
.mx-sm-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-sm-n11,
.my-sm-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-sm-n11,
.mx-sm-n11 {
    margin-left: -2.75rem !important;
  }

  .m-sm-n10 {
    margin: -2.5rem !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n9 {
    margin: -2.25rem !important;
  }

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -2.25rem !important;
  }

  .m-sm-n8 {
    margin: -2rem !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -2rem !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -2rem !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -2rem !important;
  }

  .m-sm-n7 {
    margin: -1.75rem !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -1.75rem !important;
  }

  .m-sm-n6 {
    margin: -1.5rem !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -1.25rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -1.25rem !important;
  }

  .m-sm-n4 {
    margin: -1rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1rem !important;
  }

  .m-sm-n3 {
    margin: -0.75rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -0.75rem !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-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n0 {
    margin: 0rem !important;
  }

  .mt-sm-n0,
.my-sm-n0 {
    margin-top: 0rem !important;
  }

  .mr-sm-n0,
.mx-sm-n0 {
    margin-right: 0rem !important;
  }

  .mb-sm-n0,
.my-sm-n0 {
    margin-bottom: 0rem !important;
  }

  .ml-sm-n0,
.mx-sm-n0 {
    margin-left: 0rem !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: 768.02px) {
  .m-md-35 {
    margin: 8.75rem !important;
  }

  .mt-md-35,
.my-md-35 {
    margin-top: 8.75rem !important;
  }

  .mr-md-35,
.mx-md-35 {
    margin-right: 8.75rem !important;
  }

  .mb-md-35,
.my-md-35 {
    margin-bottom: 8.75rem !important;
  }

  .ml-md-35,
.mx-md-35 {
    margin-left: 8.75rem !important;
  }

  .m-md-34 {
    margin: 8.5rem !important;
  }

  .mt-md-34,
.my-md-34 {
    margin-top: 8.5rem !important;
  }

  .mr-md-34,
.mx-md-34 {
    margin-right: 8.5rem !important;
  }

  .mb-md-34,
.my-md-34 {
    margin-bottom: 8.5rem !important;
  }

  .ml-md-34,
.mx-md-34 {
    margin-left: 8.5rem !important;
  }

  .m-md-33 {
    margin: 8.25rem !important;
  }

  .mt-md-33,
.my-md-33 {
    margin-top: 8.25rem !important;
  }

  .mr-md-33,
.mx-md-33 {
    margin-right: 8.25rem !important;
  }

  .mb-md-33,
.my-md-33 {
    margin-bottom: 8.25rem !important;
  }

  .ml-md-33,
.mx-md-33 {
    margin-left: 8.25rem !important;
  }

  .m-md-32 {
    margin: 8rem !important;
  }

  .mt-md-32,
.my-md-32 {
    margin-top: 8rem !important;
  }

  .mr-md-32,
.mx-md-32 {
    margin-right: 8rem !important;
  }

  .mb-md-32,
.my-md-32 {
    margin-bottom: 8rem !important;
  }

  .ml-md-32,
.mx-md-32 {
    margin-left: 8rem !important;
  }

  .m-md-31 {
    margin: 7.75rem !important;
  }

  .mt-md-31,
.my-md-31 {
    margin-top: 7.75rem !important;
  }

  .mr-md-31,
.mx-md-31 {
    margin-right: 7.75rem !important;
  }

  .mb-md-31,
.my-md-31 {
    margin-bottom: 7.75rem !important;
  }

  .ml-md-31,
.mx-md-31 {
    margin-left: 7.75rem !important;
  }

  .m-md-30 {
    margin: 7.5rem !important;
  }

  .mt-md-30,
.my-md-30 {
    margin-top: 7.5rem !important;
  }

  .mr-md-30,
.mx-md-30 {
    margin-right: 7.5rem !important;
  }

  .mb-md-30,
.my-md-30 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-30,
.mx-md-30 {
    margin-left: 7.5rem !important;
  }

  .m-md-29 {
    margin: 7.25rem !important;
  }

  .mt-md-29,
.my-md-29 {
    margin-top: 7.25rem !important;
  }

  .mr-md-29,
.mx-md-29 {
    margin-right: 7.25rem !important;
  }

  .mb-md-29,
.my-md-29 {
    margin-bottom: 7.25rem !important;
  }

  .ml-md-29,
.mx-md-29 {
    margin-left: 7.25rem !important;
  }

  .m-md-28 {
    margin: 7rem !important;
  }

  .mt-md-28,
.my-md-28 {
    margin-top: 7rem !important;
  }

  .mr-md-28,
.mx-md-28 {
    margin-right: 7rem !important;
  }

  .mb-md-28,
.my-md-28 {
    margin-bottom: 7rem !important;
  }

  .ml-md-28,
.mx-md-28 {
    margin-left: 7rem !important;
  }

  .m-md-27 {
    margin: 6.75rem !important;
  }

  .mt-md-27,
.my-md-27 {
    margin-top: 6.75rem !important;
  }

  .mr-md-27,
.mx-md-27 {
    margin-right: 6.75rem !important;
  }

  .mb-md-27,
.my-md-27 {
    margin-bottom: 6.75rem !important;
  }

  .ml-md-27,
.mx-md-27 {
    margin-left: 6.75rem !important;
  }

  .m-md-26 {
    margin: 6.5rem !important;
  }

  .mt-md-26,
.my-md-26 {
    margin-top: 6.5rem !important;
  }

  .mr-md-26,
.mx-md-26 {
    margin-right: 6.5rem !important;
  }

  .mb-md-26,
.my-md-26 {
    margin-bottom: 6.5rem !important;
  }

  .ml-md-26,
.mx-md-26 {
    margin-left: 6.5rem !important;
  }

  .m-md-25 {
    margin: 6.25rem !important;
  }

  .mt-md-25,
.my-md-25 {
    margin-top: 6.25rem !important;
  }

  .mr-md-25,
.mx-md-25 {
    margin-right: 6.25rem !important;
  }

  .mb-md-25,
.my-md-25 {
    margin-bottom: 6.25rem !important;
  }

  .ml-md-25,
.mx-md-25 {
    margin-left: 6.25rem !important;
  }

  .m-md-24 {
    margin: 6rem !important;
  }

  .mt-md-24,
.my-md-24 {
    margin-top: 6rem !important;
  }

  .mr-md-24,
.mx-md-24 {
    margin-right: 6rem !important;
  }

  .mb-md-24,
.my-md-24 {
    margin-bottom: 6rem !important;
  }

  .ml-md-24,
.mx-md-24 {
    margin-left: 6rem !important;
  }

  .m-md-23 {
    margin: 5.75rem !important;
  }

  .mt-md-23,
.my-md-23 {
    margin-top: 5.75rem !important;
  }

  .mr-md-23,
.mx-md-23 {
    margin-right: 5.75rem !important;
  }

  .mb-md-23,
.my-md-23 {
    margin-bottom: 5.75rem !important;
  }

  .ml-md-23,
.mx-md-23 {
    margin-left: 5.75rem !important;
  }

  .m-md-22 {
    margin: 5.5rem !important;
  }

  .mt-md-22,
.my-md-22 {
    margin-top: 5.5rem !important;
  }

  .mr-md-22,
.mx-md-22 {
    margin-right: 5.5rem !important;
  }

  .mb-md-22,
.my-md-22 {
    margin-bottom: 5.5rem !important;
  }

  .ml-md-22,
.mx-md-22 {
    margin-left: 5.5rem !important;
  }

  .m-md-21 {
    margin: 5.25rem !important;
  }

  .mt-md-21,
.my-md-21 {
    margin-top: 5.25rem !important;
  }

  .mr-md-21,
.mx-md-21 {
    margin-right: 5.25rem !important;
  }

  .mb-md-21,
.my-md-21 {
    margin-bottom: 5.25rem !important;
  }

  .ml-md-21,
.mx-md-21 {
    margin-left: 5.25rem !important;
  }

  .m-md-20 {
    margin: 5rem !important;
  }

  .mt-md-20,
.my-md-20 {
    margin-top: 5rem !important;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 5rem !important;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 5rem !important;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 5rem !important;
  }

  .m-md-19 {
    margin: 4.75rem !important;
  }

  .mt-md-19,
.my-md-19 {
    margin-top: 4.75rem !important;
  }

  .mr-md-19,
.mx-md-19 {
    margin-right: 4.75rem !important;
  }

  .mb-md-19,
.my-md-19 {
    margin-bottom: 4.75rem !important;
  }

  .ml-md-19,
.mx-md-19 {
    margin-left: 4.75rem !important;
  }

  .m-md-18 {
    margin: 4.5rem !important;
  }

  .mt-md-18,
.my-md-18 {
    margin-top: 4.5rem !important;
  }

  .mr-md-18,
.mx-md-18 {
    margin-right: 4.5rem !important;
  }

  .mb-md-18,
.my-md-18 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-18,
.mx-md-18 {
    margin-left: 4.5rem !important;
  }

  .m-md-17 {
    margin: 4.25rem !important;
  }

  .mt-md-17,
.my-md-17 {
    margin-top: 4.25rem !important;
  }

  .mr-md-17,
.mx-md-17 {
    margin-right: 4.25rem !important;
  }

  .mb-md-17,
.my-md-17 {
    margin-bottom: 4.25rem !important;
  }

  .ml-md-17,
.mx-md-17 {
    margin-left: 4.25rem !important;
  }

  .m-md-16 {
    margin: 4rem !important;
  }

  .mt-md-16,
.my-md-16 {
    margin-top: 4rem !important;
  }

  .mr-md-16,
.mx-md-16 {
    margin-right: 4rem !important;
  }

  .mb-md-16,
.my-md-16 {
    margin-bottom: 4rem !important;
  }

  .ml-md-16,
.mx-md-16 {
    margin-left: 4rem !important;
  }

  .m-md-15 {
    margin: 3.75rem !important;
  }

  .mt-md-15,
.my-md-15 {
    margin-top: 3.75rem !important;
  }

  .mr-md-15,
.mx-md-15 {
    margin-right: 3.75rem !important;
  }

  .mb-md-15,
.my-md-15 {
    margin-bottom: 3.75rem !important;
  }

  .ml-md-15,
.mx-md-15 {
    margin-left: 3.75rem !important;
  }

  .m-md-14 {
    margin: 3.5rem !important;
  }

  .mt-md-14,
.my-md-14 {
    margin-top: 3.5rem !important;
  }

  .mr-md-14,
.mx-md-14 {
    margin-right: 3.5rem !important;
  }

  .mb-md-14,
.my-md-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-14,
.mx-md-14 {
    margin-left: 3.5rem !important;
  }

  .m-md-13 {
    margin: 3.25rem !important;
  }

  .mt-md-13,
.my-md-13 {
    margin-top: 3.25rem !important;
  }

  .mr-md-13,
.mx-md-13 {
    margin-right: 3.25rem !important;
  }

  .mb-md-13,
.my-md-13 {
    margin-bottom: 3.25rem !important;
  }

  .ml-md-13,
.mx-md-13 {
    margin-left: 3.25rem !important;
  }

  .m-md-12 {
    margin: 3rem !important;
  }

  .mt-md-12,
.my-md-12 {
    margin-top: 3rem !important;
  }

  .mr-md-12,
.mx-md-12 {
    margin-right: 3rem !important;
  }

  .mb-md-12,
.my-md-12 {
    margin-bottom: 3rem !important;
  }

  .ml-md-12,
.mx-md-12 {
    margin-left: 3rem !important;
  }

  .m-md-11 {
    margin: 2.75rem !important;
  }

  .mt-md-11,
.my-md-11 {
    margin-top: 2.75rem !important;
  }

  .mr-md-11,
.mx-md-11 {
    margin-right: 2.75rem !important;
  }

  .mb-md-11,
.my-md-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-md-11,
.mx-md-11 {
    margin-left: 2.75rem !important;
  }

  .m-md-10 {
    margin: 2.5rem !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 2.5rem !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 2.5rem !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 2.5rem !important;
  }

  .m-md-9 {
    margin: 2.25rem !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 2.25rem !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 2.25rem !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 2.25rem !important;
  }

  .m-md-8 {
    margin: 2rem !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 2rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 2rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 2rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 2rem !important;
  }

  .m-md-7 {
    margin: 1.75rem !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 1.75rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 1.75rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 1.75rem !important;
  }

  .m-md-6 {
    margin: 1.5rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 1.5rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 1.5rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 1.25rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 1.25rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 1.25rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 1.25rem !important;
  }

  .m-md-4 {
    margin: 1rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1rem !important;
  }

  .m-md-3 {
    margin: 0.75rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 0.75rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 0.75rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 0.75rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-0 {
    margin: 0rem !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0rem !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0rem !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0rem !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0rem !important;
  }

  .p-md-35 {
    padding: 8.75rem !important;
  }

  .pt-md-35,
.py-md-35 {
    padding-top: 8.75rem !important;
  }

  .pr-md-35,
.px-md-35 {
    padding-right: 8.75rem !important;
  }

  .pb-md-35,
.py-md-35 {
    padding-bottom: 8.75rem !important;
  }

  .pl-md-35,
.px-md-35 {
    padding-left: 8.75rem !important;
  }

  .p-md-34 {
    padding: 8.5rem !important;
  }

  .pt-md-34,
.py-md-34 {
    padding-top: 8.5rem !important;
  }

  .pr-md-34,
.px-md-34 {
    padding-right: 8.5rem !important;
  }

  .pb-md-34,
.py-md-34 {
    padding-bottom: 8.5rem !important;
  }

  .pl-md-34,
.px-md-34 {
    padding-left: 8.5rem !important;
  }

  .p-md-33 {
    padding: 8.25rem !important;
  }

  .pt-md-33,
.py-md-33 {
    padding-top: 8.25rem !important;
  }

  .pr-md-33,
.px-md-33 {
    padding-right: 8.25rem !important;
  }

  .pb-md-33,
.py-md-33 {
    padding-bottom: 8.25rem !important;
  }

  .pl-md-33,
.px-md-33 {
    padding-left: 8.25rem !important;
  }

  .p-md-32 {
    padding: 8rem !important;
  }

  .pt-md-32,
.py-md-32 {
    padding-top: 8rem !important;
  }

  .pr-md-32,
.px-md-32 {
    padding-right: 8rem !important;
  }

  .pb-md-32,
.py-md-32 {
    padding-bottom: 8rem !important;
  }

  .pl-md-32,
.px-md-32 {
    padding-left: 8rem !important;
  }

  .p-md-31 {
    padding: 7.75rem !important;
  }

  .pt-md-31,
.py-md-31 {
    padding-top: 7.75rem !important;
  }

  .pr-md-31,
.px-md-31 {
    padding-right: 7.75rem !important;
  }

  .pb-md-31,
.py-md-31 {
    padding-bottom: 7.75rem !important;
  }

  .pl-md-31,
.px-md-31 {
    padding-left: 7.75rem !important;
  }

  .p-md-30 {
    padding: 7.5rem !important;
  }

  .pt-md-30,
.py-md-30 {
    padding-top: 7.5rem !important;
  }

  .pr-md-30,
.px-md-30 {
    padding-right: 7.5rem !important;
  }

  .pb-md-30,
.py-md-30 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-30,
.px-md-30 {
    padding-left: 7.5rem !important;
  }

  .p-md-29 {
    padding: 7.25rem !important;
  }

  .pt-md-29,
.py-md-29 {
    padding-top: 7.25rem !important;
  }

  .pr-md-29,
.px-md-29 {
    padding-right: 7.25rem !important;
  }

  .pb-md-29,
.py-md-29 {
    padding-bottom: 7.25rem !important;
  }

  .pl-md-29,
.px-md-29 {
    padding-left: 7.25rem !important;
  }

  .p-md-28 {
    padding: 7rem !important;
  }

  .pt-md-28,
.py-md-28 {
    padding-top: 7rem !important;
  }

  .pr-md-28,
.px-md-28 {
    padding-right: 7rem !important;
  }

  .pb-md-28,
.py-md-28 {
    padding-bottom: 7rem !important;
  }

  .pl-md-28,
.px-md-28 {
    padding-left: 7rem !important;
  }

  .p-md-27 {
    padding: 6.75rem !important;
  }

  .pt-md-27,
.py-md-27 {
    padding-top: 6.75rem !important;
  }

  .pr-md-27,
.px-md-27 {
    padding-right: 6.75rem !important;
  }

  .pb-md-27,
.py-md-27 {
    padding-bottom: 6.75rem !important;
  }

  .pl-md-27,
.px-md-27 {
    padding-left: 6.75rem !important;
  }

  .p-md-26 {
    padding: 6.5rem !important;
  }

  .pt-md-26,
.py-md-26 {
    padding-top: 6.5rem !important;
  }

  .pr-md-26,
.px-md-26 {
    padding-right: 6.5rem !important;
  }

  .pb-md-26,
.py-md-26 {
    padding-bottom: 6.5rem !important;
  }

  .pl-md-26,
.px-md-26 {
    padding-left: 6.5rem !important;
  }

  .p-md-25 {
    padding: 6.25rem !important;
  }

  .pt-md-25,
.py-md-25 {
    padding-top: 6.25rem !important;
  }

  .pr-md-25,
.px-md-25 {
    padding-right: 6.25rem !important;
  }

  .pb-md-25,
.py-md-25 {
    padding-bottom: 6.25rem !important;
  }

  .pl-md-25,
.px-md-25 {
    padding-left: 6.25rem !important;
  }

  .p-md-24 {
    padding: 6rem !important;
  }

  .pt-md-24,
.py-md-24 {
    padding-top: 6rem !important;
  }

  .pr-md-24,
.px-md-24 {
    padding-right: 6rem !important;
  }

  .pb-md-24,
.py-md-24 {
    padding-bottom: 6rem !important;
  }

  .pl-md-24,
.px-md-24 {
    padding-left: 6rem !important;
  }

  .p-md-23 {
    padding: 5.75rem !important;
  }

  .pt-md-23,
.py-md-23 {
    padding-top: 5.75rem !important;
  }

  .pr-md-23,
.px-md-23 {
    padding-right: 5.75rem !important;
  }

  .pb-md-23,
.py-md-23 {
    padding-bottom: 5.75rem !important;
  }

  .pl-md-23,
.px-md-23 {
    padding-left: 5.75rem !important;
  }

  .p-md-22 {
    padding: 5.5rem !important;
  }

  .pt-md-22,
.py-md-22 {
    padding-top: 5.5rem !important;
  }

  .pr-md-22,
.px-md-22 {
    padding-right: 5.5rem !important;
  }

  .pb-md-22,
.py-md-22 {
    padding-bottom: 5.5rem !important;
  }

  .pl-md-22,
.px-md-22 {
    padding-left: 5.5rem !important;
  }

  .p-md-21 {
    padding: 5.25rem !important;
  }

  .pt-md-21,
.py-md-21 {
    padding-top: 5.25rem !important;
  }

  .pr-md-21,
.px-md-21 {
    padding-right: 5.25rem !important;
  }

  .pb-md-21,
.py-md-21 {
    padding-bottom: 5.25rem !important;
  }

  .pl-md-21,
.px-md-21 {
    padding-left: 5.25rem !important;
  }

  .p-md-20 {
    padding: 5rem !important;
  }

  .pt-md-20,
.py-md-20 {
    padding-top: 5rem !important;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 5rem !important;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 5rem !important;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 5rem !important;
  }

  .p-md-19 {
    padding: 4.75rem !important;
  }

  .pt-md-19,
.py-md-19 {
    padding-top: 4.75rem !important;
  }

  .pr-md-19,
.px-md-19 {
    padding-right: 4.75rem !important;
  }

  .pb-md-19,
.py-md-19 {
    padding-bottom: 4.75rem !important;
  }

  .pl-md-19,
.px-md-19 {
    padding-left: 4.75rem !important;
  }

  .p-md-18 {
    padding: 4.5rem !important;
  }

  .pt-md-18,
.py-md-18 {
    padding-top: 4.5rem !important;
  }

  .pr-md-18,
.px-md-18 {
    padding-right: 4.5rem !important;
  }

  .pb-md-18,
.py-md-18 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-18,
.px-md-18 {
    padding-left: 4.5rem !important;
  }

  .p-md-17 {
    padding: 4.25rem !important;
  }

  .pt-md-17,
.py-md-17 {
    padding-top: 4.25rem !important;
  }

  .pr-md-17,
.px-md-17 {
    padding-right: 4.25rem !important;
  }

  .pb-md-17,
.py-md-17 {
    padding-bottom: 4.25rem !important;
  }

  .pl-md-17,
.px-md-17 {
    padding-left: 4.25rem !important;
  }

  .p-md-16 {
    padding: 4rem !important;
  }

  .pt-md-16,
.py-md-16 {
    padding-top: 4rem !important;
  }

  .pr-md-16,
.px-md-16 {
    padding-right: 4rem !important;
  }

  .pb-md-16,
.py-md-16 {
    padding-bottom: 4rem !important;
  }

  .pl-md-16,
.px-md-16 {
    padding-left: 4rem !important;
  }

  .p-md-15 {
    padding: 3.75rem !important;
  }

  .pt-md-15,
.py-md-15 {
    padding-top: 3.75rem !important;
  }

  .pr-md-15,
.px-md-15 {
    padding-right: 3.75rem !important;
  }

  .pb-md-15,
.py-md-15 {
    padding-bottom: 3.75rem !important;
  }

  .pl-md-15,
.px-md-15 {
    padding-left: 3.75rem !important;
  }

  .p-md-14 {
    padding: 3.5rem !important;
  }

  .pt-md-14,
.py-md-14 {
    padding-top: 3.5rem !important;
  }

  .pr-md-14,
.px-md-14 {
    padding-right: 3.5rem !important;
  }

  .pb-md-14,
.py-md-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-14,
.px-md-14 {
    padding-left: 3.5rem !important;
  }

  .p-md-13 {
    padding: 3.25rem !important;
  }

  .pt-md-13,
.py-md-13 {
    padding-top: 3.25rem !important;
  }

  .pr-md-13,
.px-md-13 {
    padding-right: 3.25rem !important;
  }

  .pb-md-13,
.py-md-13 {
    padding-bottom: 3.25rem !important;
  }

  .pl-md-13,
.px-md-13 {
    padding-left: 3.25rem !important;
  }

  .p-md-12 {
    padding: 3rem !important;
  }

  .pt-md-12,
.py-md-12 {
    padding-top: 3rem !important;
  }

  .pr-md-12,
.px-md-12 {
    padding-right: 3rem !important;
  }

  .pb-md-12,
.py-md-12 {
    padding-bottom: 3rem !important;
  }

  .pl-md-12,
.px-md-12 {
    padding-left: 3rem !important;
  }

  .p-md-11 {
    padding: 2.75rem !important;
  }

  .pt-md-11,
.py-md-11 {
    padding-top: 2.75rem !important;
  }

  .pr-md-11,
.px-md-11 {
    padding-right: 2.75rem !important;
  }

  .pb-md-11,
.py-md-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-md-11,
.px-md-11 {
    padding-left: 2.75rem !important;
  }

  .p-md-10 {
    padding: 2.5rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 2.5rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 2.5rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 2.5rem !important;
  }

  .p-md-9 {
    padding: 2.25rem !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 2.25rem !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 2.25rem !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 2.25rem !important;
  }

  .p-md-8 {
    padding: 2rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 2rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 2rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 2rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 2rem !important;
  }

  .p-md-7 {
    padding: 1.75rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 1.75rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 1.75rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 1.75rem !important;
  }

  .p-md-6 {
    padding: 1.5rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 1.5rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 1.5rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 1.25rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 1.25rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 1.25rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 1.25rem !important;
  }

  .p-md-4 {
    padding: 1rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1rem !important;
  }

  .p-md-3 {
    padding: 0.75rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 0.75rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 0.75rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 0.75rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-0 {
    padding: 0rem !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0rem !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0rem !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0rem !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0rem !important;
  }

  .m-md-n35 {
    margin: -8.75rem !important;
  }

  .mt-md-n35,
.my-md-n35 {
    margin-top: -8.75rem !important;
  }

  .mr-md-n35,
.mx-md-n35 {
    margin-right: -8.75rem !important;
  }

  .mb-md-n35,
.my-md-n35 {
    margin-bottom: -8.75rem !important;
  }

  .ml-md-n35,
.mx-md-n35 {
    margin-left: -8.75rem !important;
  }

  .m-md-n34 {
    margin: -8.5rem !important;
  }

  .mt-md-n34,
.my-md-n34 {
    margin-top: -8.5rem !important;
  }

  .mr-md-n34,
.mx-md-n34 {
    margin-right: -8.5rem !important;
  }

  .mb-md-n34,
.my-md-n34 {
    margin-bottom: -8.5rem !important;
  }

  .ml-md-n34,
.mx-md-n34 {
    margin-left: -8.5rem !important;
  }

  .m-md-n33 {
    margin: -8.25rem !important;
  }

  .mt-md-n33,
.my-md-n33 {
    margin-top: -8.25rem !important;
  }

  .mr-md-n33,
.mx-md-n33 {
    margin-right: -8.25rem !important;
  }

  .mb-md-n33,
.my-md-n33 {
    margin-bottom: -8.25rem !important;
  }

  .ml-md-n33,
.mx-md-n33 {
    margin-left: -8.25rem !important;
  }

  .m-md-n32 {
    margin: -8rem !important;
  }

  .mt-md-n32,
.my-md-n32 {
    margin-top: -8rem !important;
  }

  .mr-md-n32,
.mx-md-n32 {
    margin-right: -8rem !important;
  }

  .mb-md-n32,
.my-md-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-md-n32,
.mx-md-n32 {
    margin-left: -8rem !important;
  }

  .m-md-n31 {
    margin: -7.75rem !important;
  }

  .mt-md-n31,
.my-md-n31 {
    margin-top: -7.75rem !important;
  }

  .mr-md-n31,
.mx-md-n31 {
    margin-right: -7.75rem !important;
  }

  .mb-md-n31,
.my-md-n31 {
    margin-bottom: -7.75rem !important;
  }

  .ml-md-n31,
.mx-md-n31 {
    margin-left: -7.75rem !important;
  }

  .m-md-n30 {
    margin: -7.5rem !important;
  }

  .mt-md-n30,
.my-md-n30 {
    margin-top: -7.5rem !important;
  }

  .mr-md-n30,
.mx-md-n30 {
    margin-right: -7.5rem !important;
  }

  .mb-md-n30,
.my-md-n30 {
    margin-bottom: -7.5rem !important;
  }

  .ml-md-n30,
.mx-md-n30 {
    margin-left: -7.5rem !important;
  }

  .m-md-n29 {
    margin: -7.25rem !important;
  }

  .mt-md-n29,
.my-md-n29 {
    margin-top: -7.25rem !important;
  }

  .mr-md-n29,
.mx-md-n29 {
    margin-right: -7.25rem !important;
  }

  .mb-md-n29,
.my-md-n29 {
    margin-bottom: -7.25rem !important;
  }

  .ml-md-n29,
.mx-md-n29 {
    margin-left: -7.25rem !important;
  }

  .m-md-n28 {
    margin: -7rem !important;
  }

  .mt-md-n28,
.my-md-n28 {
    margin-top: -7rem !important;
  }

  .mr-md-n28,
.mx-md-n28 {
    margin-right: -7rem !important;
  }

  .mb-md-n28,
.my-md-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-md-n28,
.mx-md-n28 {
    margin-left: -7rem !important;
  }

  .m-md-n27 {
    margin: -6.75rem !important;
  }

  .mt-md-n27,
.my-md-n27 {
    margin-top: -6.75rem !important;
  }

  .mr-md-n27,
.mx-md-n27 {
    margin-right: -6.75rem !important;
  }

  .mb-md-n27,
.my-md-n27 {
    margin-bottom: -6.75rem !important;
  }

  .ml-md-n27,
.mx-md-n27 {
    margin-left: -6.75rem !important;
  }

  .m-md-n26 {
    margin: -6.5rem !important;
  }

  .mt-md-n26,
.my-md-n26 {
    margin-top: -6.5rem !important;
  }

  .mr-md-n26,
.mx-md-n26 {
    margin-right: -6.5rem !important;
  }

  .mb-md-n26,
.my-md-n26 {
    margin-bottom: -6.5rem !important;
  }

  .ml-md-n26,
.mx-md-n26 {
    margin-left: -6.5rem !important;
  }

  .m-md-n25 {
    margin: -6.25rem !important;
  }

  .mt-md-n25,
.my-md-n25 {
    margin-top: -6.25rem !important;
  }

  .mr-md-n25,
.mx-md-n25 {
    margin-right: -6.25rem !important;
  }

  .mb-md-n25,
.my-md-n25 {
    margin-bottom: -6.25rem !important;
  }

  .ml-md-n25,
.mx-md-n25 {
    margin-left: -6.25rem !important;
  }

  .m-md-n24 {
    margin: -6rem !important;
  }

  .mt-md-n24,
.my-md-n24 {
    margin-top: -6rem !important;
  }

  .mr-md-n24,
.mx-md-n24 {
    margin-right: -6rem !important;
  }

  .mb-md-n24,
.my-md-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n24,
.mx-md-n24 {
    margin-left: -6rem !important;
  }

  .m-md-n23 {
    margin: -5.75rem !important;
  }

  .mt-md-n23,
.my-md-n23 {
    margin-top: -5.75rem !important;
  }

  .mr-md-n23,
.mx-md-n23 {
    margin-right: -5.75rem !important;
  }

  .mb-md-n23,
.my-md-n23 {
    margin-bottom: -5.75rem !important;
  }

  .ml-md-n23,
.mx-md-n23 {
    margin-left: -5.75rem !important;
  }

  .m-md-n22 {
    margin: -5.5rem !important;
  }

  .mt-md-n22,
.my-md-n22 {
    margin-top: -5.5rem !important;
  }

  .mr-md-n22,
.mx-md-n22 {
    margin-right: -5.5rem !important;
  }

  .mb-md-n22,
.my-md-n22 {
    margin-bottom: -5.5rem !important;
  }

  .ml-md-n22,
.mx-md-n22 {
    margin-left: -5.5rem !important;
  }

  .m-md-n21 {
    margin: -5.25rem !important;
  }

  .mt-md-n21,
.my-md-n21 {
    margin-top: -5.25rem !important;
  }

  .mr-md-n21,
.mx-md-n21 {
    margin-right: -5.25rem !important;
  }

  .mb-md-n21,
.my-md-n21 {
    margin-bottom: -5.25rem !important;
  }

  .ml-md-n21,
.mx-md-n21 {
    margin-left: -5.25rem !important;
  }

  .m-md-n20 {
    margin: -5rem !important;
  }

  .mt-md-n20,
.my-md-n20 {
    margin-top: -5rem !important;
  }

  .mr-md-n20,
.mx-md-n20 {
    margin-right: -5rem !important;
  }

  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n20,
.mx-md-n20 {
    margin-left: -5rem !important;
  }

  .m-md-n19 {
    margin: -4.75rem !important;
  }

  .mt-md-n19,
.my-md-n19 {
    margin-top: -4.75rem !important;
  }

  .mr-md-n19,
.mx-md-n19 {
    margin-right: -4.75rem !important;
  }

  .mb-md-n19,
.my-md-n19 {
    margin-bottom: -4.75rem !important;
  }

  .ml-md-n19,
.mx-md-n19 {
    margin-left: -4.75rem !important;
  }

  .m-md-n18 {
    margin: -4.5rem !important;
  }

  .mt-md-n18,
.my-md-n18 {
    margin-top: -4.5rem !important;
  }

  .mr-md-n18,
.mx-md-n18 {
    margin-right: -4.5rem !important;
  }

  .mb-md-n18,
.my-md-n18 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md-n18,
.mx-md-n18 {
    margin-left: -4.5rem !important;
  }

  .m-md-n17 {
    margin: -4.25rem !important;
  }

  .mt-md-n17,
.my-md-n17 {
    margin-top: -4.25rem !important;
  }

  .mr-md-n17,
.mx-md-n17 {
    margin-right: -4.25rem !important;
  }

  .mb-md-n17,
.my-md-n17 {
    margin-bottom: -4.25rem !important;
  }

  .ml-md-n17,
.mx-md-n17 {
    margin-left: -4.25rem !important;
  }

  .m-md-n16 {
    margin: -4rem !important;
  }

  .mt-md-n16,
.my-md-n16 {
    margin-top: -4rem !important;
  }

  .mr-md-n16,
.mx-md-n16 {
    margin-right: -4rem !important;
  }

  .mb-md-n16,
.my-md-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n16,
.mx-md-n16 {
    margin-left: -4rem !important;
  }

  .m-md-n15 {
    margin: -3.75rem !important;
  }

  .mt-md-n15,
.my-md-n15 {
    margin-top: -3.75rem !important;
  }

  .mr-md-n15,
.mx-md-n15 {
    margin-right: -3.75rem !important;
  }

  .mb-md-n15,
.my-md-n15 {
    margin-bottom: -3.75rem !important;
  }

  .ml-md-n15,
.mx-md-n15 {
    margin-left: -3.75rem !important;
  }

  .m-md-n14 {
    margin: -3.5rem !important;
  }

  .mt-md-n14,
.my-md-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-md-n14,
.mx-md-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-md-n14,
.my-md-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-md-n14,
.mx-md-n14 {
    margin-left: -3.5rem !important;
  }

  .m-md-n13 {
    margin: -3.25rem !important;
  }

  .mt-md-n13,
.my-md-n13 {
    margin-top: -3.25rem !important;
  }

  .mr-md-n13,
.mx-md-n13 {
    margin-right: -3.25rem !important;
  }

  .mb-md-n13,
.my-md-n13 {
    margin-bottom: -3.25rem !important;
  }

  .ml-md-n13,
.mx-md-n13 {
    margin-left: -3.25rem !important;
  }

  .m-md-n12 {
    margin: -3rem !important;
  }

  .mt-md-n12,
.my-md-n12 {
    margin-top: -3rem !important;
  }

  .mr-md-n12,
.mx-md-n12 {
    margin-right: -3rem !important;
  }

  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n12,
.mx-md-n12 {
    margin-left: -3rem !important;
  }

  .m-md-n11 {
    margin: -2.75rem !important;
  }

  .mt-md-n11,
.my-md-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-md-n11,
.mx-md-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-md-n11,
.my-md-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-md-n11,
.mx-md-n11 {
    margin-left: -2.75rem !important;
  }

  .m-md-n10 {
    margin: -2.5rem !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -2.5rem !important;
  }

  .m-md-n9 {
    margin: -2.25rem !important;
  }

  .mt-md-n9,
.my-md-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-left: -2.25rem !important;
  }

  .m-md-n8 {
    margin: -2rem !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -2rem !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -2rem !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -2rem !important;
  }

  .m-md-n7 {
    margin: -1.75rem !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -1.75rem !important;
  }

  .m-md-n6 {
    margin: -1.5rem !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -1.25rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -1.25rem !important;
  }

  .m-md-n4 {
    margin: -1rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1rem !important;
  }

  .m-md-n3 {
    margin: -0.75rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -0.75rem !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-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n0 {
    margin: 0rem !important;
  }

  .mt-md-n0,
.my-md-n0 {
    margin-top: 0rem !important;
  }

  .mr-md-n0,
.mx-md-n0 {
    margin-right: 0rem !important;
  }

  .mb-md-n0,
.my-md-n0 {
    margin-bottom: 0rem !important;
  }

  .ml-md-n0,
.mx-md-n0 {
    margin-left: 0rem !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: 1024.02px) {
  .m-lg-35 {
    margin: 8.75rem !important;
  }

  .mt-lg-35,
.my-lg-35 {
    margin-top: 8.75rem !important;
  }

  .mr-lg-35,
.mx-lg-35 {
    margin-right: 8.75rem !important;
  }

  .mb-lg-35,
.my-lg-35 {
    margin-bottom: 8.75rem !important;
  }

  .ml-lg-35,
.mx-lg-35 {
    margin-left: 8.75rem !important;
  }

  .m-lg-34 {
    margin: 8.5rem !important;
  }

  .mt-lg-34,
.my-lg-34 {
    margin-top: 8.5rem !important;
  }

  .mr-lg-34,
.mx-lg-34 {
    margin-right: 8.5rem !important;
  }

  .mb-lg-34,
.my-lg-34 {
    margin-bottom: 8.5rem !important;
  }

  .ml-lg-34,
.mx-lg-34 {
    margin-left: 8.5rem !important;
  }

  .m-lg-33 {
    margin: 8.25rem !important;
  }

  .mt-lg-33,
.my-lg-33 {
    margin-top: 8.25rem !important;
  }

  .mr-lg-33,
.mx-lg-33 {
    margin-right: 8.25rem !important;
  }

  .mb-lg-33,
.my-lg-33 {
    margin-bottom: 8.25rem !important;
  }

  .ml-lg-33,
.mx-lg-33 {
    margin-left: 8.25rem !important;
  }

  .m-lg-32 {
    margin: 8rem !important;
  }

  .mt-lg-32,
.my-lg-32 {
    margin-top: 8rem !important;
  }

  .mr-lg-32,
.mx-lg-32 {
    margin-right: 8rem !important;
  }

  .mb-lg-32,
.my-lg-32 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-32,
.mx-lg-32 {
    margin-left: 8rem !important;
  }

  .m-lg-31 {
    margin: 7.75rem !important;
  }

  .mt-lg-31,
.my-lg-31 {
    margin-top: 7.75rem !important;
  }

  .mr-lg-31,
.mx-lg-31 {
    margin-right: 7.75rem !important;
  }

  .mb-lg-31,
.my-lg-31 {
    margin-bottom: 7.75rem !important;
  }

  .ml-lg-31,
.mx-lg-31 {
    margin-left: 7.75rem !important;
  }

  .m-lg-30 {
    margin: 7.5rem !important;
  }

  .mt-lg-30,
.my-lg-30 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-30,
.mx-lg-30 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-30,
.my-lg-30 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-30,
.mx-lg-30 {
    margin-left: 7.5rem !important;
  }

  .m-lg-29 {
    margin: 7.25rem !important;
  }

  .mt-lg-29,
.my-lg-29 {
    margin-top: 7.25rem !important;
  }

  .mr-lg-29,
.mx-lg-29 {
    margin-right: 7.25rem !important;
  }

  .mb-lg-29,
.my-lg-29 {
    margin-bottom: 7.25rem !important;
  }

  .ml-lg-29,
.mx-lg-29 {
    margin-left: 7.25rem !important;
  }

  .m-lg-28 {
    margin: 7rem !important;
  }

  .mt-lg-28,
.my-lg-28 {
    margin-top: 7rem !important;
  }

  .mr-lg-28,
.mx-lg-28 {
    margin-right: 7rem !important;
  }

  .mb-lg-28,
.my-lg-28 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-28,
.mx-lg-28 {
    margin-left: 7rem !important;
  }

  .m-lg-27 {
    margin: 6.75rem !important;
  }

  .mt-lg-27,
.my-lg-27 {
    margin-top: 6.75rem !important;
  }

  .mr-lg-27,
.mx-lg-27 {
    margin-right: 6.75rem !important;
  }

  .mb-lg-27,
.my-lg-27 {
    margin-bottom: 6.75rem !important;
  }

  .ml-lg-27,
.mx-lg-27 {
    margin-left: 6.75rem !important;
  }

  .m-lg-26 {
    margin: 6.5rem !important;
  }

  .mt-lg-26,
.my-lg-26 {
    margin-top: 6.5rem !important;
  }

  .mr-lg-26,
.mx-lg-26 {
    margin-right: 6.5rem !important;
  }

  .mb-lg-26,
.my-lg-26 {
    margin-bottom: 6.5rem !important;
  }

  .ml-lg-26,
.mx-lg-26 {
    margin-left: 6.5rem !important;
  }

  .m-lg-25 {
    margin: 6.25rem !important;
  }

  .mt-lg-25,
.my-lg-25 {
    margin-top: 6.25rem !important;
  }

  .mr-lg-25,
.mx-lg-25 {
    margin-right: 6.25rem !important;
  }

  .mb-lg-25,
.my-lg-25 {
    margin-bottom: 6.25rem !important;
  }

  .ml-lg-25,
.mx-lg-25 {
    margin-left: 6.25rem !important;
  }

  .m-lg-24 {
    margin: 6rem !important;
  }

  .mt-lg-24,
.my-lg-24 {
    margin-top: 6rem !important;
  }

  .mr-lg-24,
.mx-lg-24 {
    margin-right: 6rem !important;
  }

  .mb-lg-24,
.my-lg-24 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-24,
.mx-lg-24 {
    margin-left: 6rem !important;
  }

  .m-lg-23 {
    margin: 5.75rem !important;
  }

  .mt-lg-23,
.my-lg-23 {
    margin-top: 5.75rem !important;
  }

  .mr-lg-23,
.mx-lg-23 {
    margin-right: 5.75rem !important;
  }

  .mb-lg-23,
.my-lg-23 {
    margin-bottom: 5.75rem !important;
  }

  .ml-lg-23,
.mx-lg-23 {
    margin-left: 5.75rem !important;
  }

  .m-lg-22 {
    margin: 5.5rem !important;
  }

  .mt-lg-22,
.my-lg-22 {
    margin-top: 5.5rem !important;
  }

  .mr-lg-22,
.mx-lg-22 {
    margin-right: 5.5rem !important;
  }

  .mb-lg-22,
.my-lg-22 {
    margin-bottom: 5.5rem !important;
  }

  .ml-lg-22,
.mx-lg-22 {
    margin-left: 5.5rem !important;
  }

  .m-lg-21 {
    margin: 5.25rem !important;
  }

  .mt-lg-21,
.my-lg-21 {
    margin-top: 5.25rem !important;
  }

  .mr-lg-21,
.mx-lg-21 {
    margin-right: 5.25rem !important;
  }

  .mb-lg-21,
.my-lg-21 {
    margin-bottom: 5.25rem !important;
  }

  .ml-lg-21,
.mx-lg-21 {
    margin-left: 5.25rem !important;
  }

  .m-lg-20 {
    margin: 5rem !important;
  }

  .mt-lg-20,
.my-lg-20 {
    margin-top: 5rem !important;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 5rem !important;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 5rem !important;
  }

  .m-lg-19 {
    margin: 4.75rem !important;
  }

  .mt-lg-19,
.my-lg-19 {
    margin-top: 4.75rem !important;
  }

  .mr-lg-19,
.mx-lg-19 {
    margin-right: 4.75rem !important;
  }

  .mb-lg-19,
.my-lg-19 {
    margin-bottom: 4.75rem !important;
  }

  .ml-lg-19,
.mx-lg-19 {
    margin-left: 4.75rem !important;
  }

  .m-lg-18 {
    margin: 4.5rem !important;
  }

  .mt-lg-18,
.my-lg-18 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-18,
.mx-lg-18 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-18,
.my-lg-18 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-18,
.mx-lg-18 {
    margin-left: 4.5rem !important;
  }

  .m-lg-17 {
    margin: 4.25rem !important;
  }

  .mt-lg-17,
.my-lg-17 {
    margin-top: 4.25rem !important;
  }

  .mr-lg-17,
.mx-lg-17 {
    margin-right: 4.25rem !important;
  }

  .mb-lg-17,
.my-lg-17 {
    margin-bottom: 4.25rem !important;
  }

  .ml-lg-17,
.mx-lg-17 {
    margin-left: 4.25rem !important;
  }

  .m-lg-16 {
    margin: 4rem !important;
  }

  .mt-lg-16,
.my-lg-16 {
    margin-top: 4rem !important;
  }

  .mr-lg-16,
.mx-lg-16 {
    margin-right: 4rem !important;
  }

  .mb-lg-16,
.my-lg-16 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-16,
.mx-lg-16 {
    margin-left: 4rem !important;
  }

  .m-lg-15 {
    margin: 3.75rem !important;
  }

  .mt-lg-15,
.my-lg-15 {
    margin-top: 3.75rem !important;
  }

  .mr-lg-15,
.mx-lg-15 {
    margin-right: 3.75rem !important;
  }

  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 3.75rem !important;
  }

  .ml-lg-15,
.mx-lg-15 {
    margin-left: 3.75rem !important;
  }

  .m-lg-14 {
    margin: 3.5rem !important;
  }

  .mt-lg-14,
.my-lg-14 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-14,
.mx-lg-14 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-14,
.my-lg-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-14,
.mx-lg-14 {
    margin-left: 3.5rem !important;
  }

  .m-lg-13 {
    margin: 3.25rem !important;
  }

  .mt-lg-13,
.my-lg-13 {
    margin-top: 3.25rem !important;
  }

  .mr-lg-13,
.mx-lg-13 {
    margin-right: 3.25rem !important;
  }

  .mb-lg-13,
.my-lg-13 {
    margin-bottom: 3.25rem !important;
  }

  .ml-lg-13,
.mx-lg-13 {
    margin-left: 3.25rem !important;
  }

  .m-lg-12 {
    margin: 3rem !important;
  }

  .mt-lg-12,
.my-lg-12 {
    margin-top: 3rem !important;
  }

  .mr-lg-12,
.mx-lg-12 {
    margin-right: 3rem !important;
  }

  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-12,
.mx-lg-12 {
    margin-left: 3rem !important;
  }

  .m-lg-11 {
    margin: 2.75rem !important;
  }

  .mt-lg-11,
.my-lg-11 {
    margin-top: 2.75rem !important;
  }

  .mr-lg-11,
.mx-lg-11 {
    margin-right: 2.75rem !important;
  }

  .mb-lg-11,
.my-lg-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-lg-11,
.mx-lg-11 {
    margin-left: 2.75rem !important;
  }

  .m-lg-10 {
    margin: 2.5rem !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 2.5rem !important;
  }

  .m-lg-9 {
    margin: 2.25rem !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 2.25rem !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 2.25rem !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 2.25rem !important;
  }

  .m-lg-8 {
    margin: 2rem !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 2rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 2rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 2rem !important;
  }

  .m-lg-7 {
    margin: 1.75rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 1.75rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 1.75rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 1.75rem !important;
  }

  .m-lg-6 {
    margin: 1.5rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 1.25rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 1.25rem !important;
  }

  .m-lg-4 {
    margin: 1rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1rem !important;
  }

  .m-lg-3 {
    margin: 0.75rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 0.75rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-0 {
    margin: 0rem !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0rem !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0rem !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0rem !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0rem !important;
  }

  .p-lg-35 {
    padding: 8.75rem !important;
  }

  .pt-lg-35,
.py-lg-35 {
    padding-top: 8.75rem !important;
  }

  .pr-lg-35,
.px-lg-35 {
    padding-right: 8.75rem !important;
  }

  .pb-lg-35,
.py-lg-35 {
    padding-bottom: 8.75rem !important;
  }

  .pl-lg-35,
.px-lg-35 {
    padding-left: 8.75rem !important;
  }

  .p-lg-34 {
    padding: 8.5rem !important;
  }

  .pt-lg-34,
.py-lg-34 {
    padding-top: 8.5rem !important;
  }

  .pr-lg-34,
.px-lg-34 {
    padding-right: 8.5rem !important;
  }

  .pb-lg-34,
.py-lg-34 {
    padding-bottom: 8.5rem !important;
  }

  .pl-lg-34,
.px-lg-34 {
    padding-left: 8.5rem !important;
  }

  .p-lg-33 {
    padding: 8.25rem !important;
  }

  .pt-lg-33,
.py-lg-33 {
    padding-top: 8.25rem !important;
  }

  .pr-lg-33,
.px-lg-33 {
    padding-right: 8.25rem !important;
  }

  .pb-lg-33,
.py-lg-33 {
    padding-bottom: 8.25rem !important;
  }

  .pl-lg-33,
.px-lg-33 {
    padding-left: 8.25rem !important;
  }

  .p-lg-32 {
    padding: 8rem !important;
  }

  .pt-lg-32,
.py-lg-32 {
    padding-top: 8rem !important;
  }

  .pr-lg-32,
.px-lg-32 {
    padding-right: 8rem !important;
  }

  .pb-lg-32,
.py-lg-32 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-32,
.px-lg-32 {
    padding-left: 8rem !important;
  }

  .p-lg-31 {
    padding: 7.75rem !important;
  }

  .pt-lg-31,
.py-lg-31 {
    padding-top: 7.75rem !important;
  }

  .pr-lg-31,
.px-lg-31 {
    padding-right: 7.75rem !important;
  }

  .pb-lg-31,
.py-lg-31 {
    padding-bottom: 7.75rem !important;
  }

  .pl-lg-31,
.px-lg-31 {
    padding-left: 7.75rem !important;
  }

  .p-lg-30 {
    padding: 7.5rem !important;
  }

  .pt-lg-30,
.py-lg-30 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-30,
.px-lg-30 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-30,
.py-lg-30 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-30,
.px-lg-30 {
    padding-left: 7.5rem !important;
  }

  .p-lg-29 {
    padding: 7.25rem !important;
  }

  .pt-lg-29,
.py-lg-29 {
    padding-top: 7.25rem !important;
  }

  .pr-lg-29,
.px-lg-29 {
    padding-right: 7.25rem !important;
  }

  .pb-lg-29,
.py-lg-29 {
    padding-bottom: 7.25rem !important;
  }

  .pl-lg-29,
.px-lg-29 {
    padding-left: 7.25rem !important;
  }

  .p-lg-28 {
    padding: 7rem !important;
  }

  .pt-lg-28,
.py-lg-28 {
    padding-top: 7rem !important;
  }

  .pr-lg-28,
.px-lg-28 {
    padding-right: 7rem !important;
  }

  .pb-lg-28,
.py-lg-28 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-28,
.px-lg-28 {
    padding-left: 7rem !important;
  }

  .p-lg-27 {
    padding: 6.75rem !important;
  }

  .pt-lg-27,
.py-lg-27 {
    padding-top: 6.75rem !important;
  }

  .pr-lg-27,
.px-lg-27 {
    padding-right: 6.75rem !important;
  }

  .pb-lg-27,
.py-lg-27 {
    padding-bottom: 6.75rem !important;
  }

  .pl-lg-27,
.px-lg-27 {
    padding-left: 6.75rem !important;
  }

  .p-lg-26 {
    padding: 6.5rem !important;
  }

  .pt-lg-26,
.py-lg-26 {
    padding-top: 6.5rem !important;
  }

  .pr-lg-26,
.px-lg-26 {
    padding-right: 6.5rem !important;
  }

  .pb-lg-26,
.py-lg-26 {
    padding-bottom: 6.5rem !important;
  }

  .pl-lg-26,
.px-lg-26 {
    padding-left: 6.5rem !important;
  }

  .p-lg-25 {
    padding: 6.25rem !important;
  }

  .pt-lg-25,
.py-lg-25 {
    padding-top: 6.25rem !important;
  }

  .pr-lg-25,
.px-lg-25 {
    padding-right: 6.25rem !important;
  }

  .pb-lg-25,
.py-lg-25 {
    padding-bottom: 6.25rem !important;
  }

  .pl-lg-25,
.px-lg-25 {
    padding-left: 6.25rem !important;
  }

  .p-lg-24 {
    padding: 6rem !important;
  }

  .pt-lg-24,
.py-lg-24 {
    padding-top: 6rem !important;
  }

  .pr-lg-24,
.px-lg-24 {
    padding-right: 6rem !important;
  }

  .pb-lg-24,
.py-lg-24 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-24,
.px-lg-24 {
    padding-left: 6rem !important;
  }

  .p-lg-23 {
    padding: 5.75rem !important;
  }

  .pt-lg-23,
.py-lg-23 {
    padding-top: 5.75rem !important;
  }

  .pr-lg-23,
.px-lg-23 {
    padding-right: 5.75rem !important;
  }

  .pb-lg-23,
.py-lg-23 {
    padding-bottom: 5.75rem !important;
  }

  .pl-lg-23,
.px-lg-23 {
    padding-left: 5.75rem !important;
  }

  .p-lg-22 {
    padding: 5.5rem !important;
  }

  .pt-lg-22,
.py-lg-22 {
    padding-top: 5.5rem !important;
  }

  .pr-lg-22,
.px-lg-22 {
    padding-right: 5.5rem !important;
  }

  .pb-lg-22,
.py-lg-22 {
    padding-bottom: 5.5rem !important;
  }

  .pl-lg-22,
.px-lg-22 {
    padding-left: 5.5rem !important;
  }

  .p-lg-21 {
    padding: 5.25rem !important;
  }

  .pt-lg-21,
.py-lg-21 {
    padding-top: 5.25rem !important;
  }

  .pr-lg-21,
.px-lg-21 {
    padding-right: 5.25rem !important;
  }

  .pb-lg-21,
.py-lg-21 {
    padding-bottom: 5.25rem !important;
  }

  .pl-lg-21,
.px-lg-21 {
    padding-left: 5.25rem !important;
  }

  .p-lg-20 {
    padding: 5rem !important;
  }

  .pt-lg-20,
.py-lg-20 {
    padding-top: 5rem !important;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 5rem !important;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 5rem !important;
  }

  .p-lg-19 {
    padding: 4.75rem !important;
  }

  .pt-lg-19,
.py-lg-19 {
    padding-top: 4.75rem !important;
  }

  .pr-lg-19,
.px-lg-19 {
    padding-right: 4.75rem !important;
  }

  .pb-lg-19,
.py-lg-19 {
    padding-bottom: 4.75rem !important;
  }

  .pl-lg-19,
.px-lg-19 {
    padding-left: 4.75rem !important;
  }

  .p-lg-18 {
    padding: 4.5rem !important;
  }

  .pt-lg-18,
.py-lg-18 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-18,
.px-lg-18 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-18,
.py-lg-18 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-18,
.px-lg-18 {
    padding-left: 4.5rem !important;
  }

  .p-lg-17 {
    padding: 4.25rem !important;
  }

  .pt-lg-17,
.py-lg-17 {
    padding-top: 4.25rem !important;
  }

  .pr-lg-17,
.px-lg-17 {
    padding-right: 4.25rem !important;
  }

  .pb-lg-17,
.py-lg-17 {
    padding-bottom: 4.25rem !important;
  }

  .pl-lg-17,
.px-lg-17 {
    padding-left: 4.25rem !important;
  }

  .p-lg-16 {
    padding: 4rem !important;
  }

  .pt-lg-16,
.py-lg-16 {
    padding-top: 4rem !important;
  }

  .pr-lg-16,
.px-lg-16 {
    padding-right: 4rem !important;
  }

  .pb-lg-16,
.py-lg-16 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-16,
.px-lg-16 {
    padding-left: 4rem !important;
  }

  .p-lg-15 {
    padding: 3.75rem !important;
  }

  .pt-lg-15,
.py-lg-15 {
    padding-top: 3.75rem !important;
  }

  .pr-lg-15,
.px-lg-15 {
    padding-right: 3.75rem !important;
  }

  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 3.75rem !important;
  }

  .pl-lg-15,
.px-lg-15 {
    padding-left: 3.75rem !important;
  }

  .p-lg-14 {
    padding: 3.5rem !important;
  }

  .pt-lg-14,
.py-lg-14 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-14,
.px-lg-14 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-14,
.py-lg-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-14,
.px-lg-14 {
    padding-left: 3.5rem !important;
  }

  .p-lg-13 {
    padding: 3.25rem !important;
  }

  .pt-lg-13,
.py-lg-13 {
    padding-top: 3.25rem !important;
  }

  .pr-lg-13,
.px-lg-13 {
    padding-right: 3.25rem !important;
  }

  .pb-lg-13,
.py-lg-13 {
    padding-bottom: 3.25rem !important;
  }

  .pl-lg-13,
.px-lg-13 {
    padding-left: 3.25rem !important;
  }

  .p-lg-12 {
    padding: 3rem !important;
  }

  .pt-lg-12,
.py-lg-12 {
    padding-top: 3rem !important;
  }

  .pr-lg-12,
.px-lg-12 {
    padding-right: 3rem !important;
  }

  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-12,
.px-lg-12 {
    padding-left: 3rem !important;
  }

  .p-lg-11 {
    padding: 2.75rem !important;
  }

  .pt-lg-11,
.py-lg-11 {
    padding-top: 2.75rem !important;
  }

  .pr-lg-11,
.px-lg-11 {
    padding-right: 2.75rem !important;
  }

  .pb-lg-11,
.py-lg-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-lg-11,
.px-lg-11 {
    padding-left: 2.75rem !important;
  }

  .p-lg-10 {
    padding: 2.5rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 2.5rem !important;
  }

  .p-lg-9 {
    padding: 2.25rem !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 2.25rem !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 2.25rem !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 2.25rem !important;
  }

  .p-lg-8 {
    padding: 2rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 2rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 2rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 2rem !important;
  }

  .p-lg-7 {
    padding: 1.75rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 1.75rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 1.75rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 1.75rem !important;
  }

  .p-lg-6 {
    padding: 1.5rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 1.25rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 1.25rem !important;
  }

  .p-lg-4 {
    padding: 1rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1rem !important;
  }

  .p-lg-3 {
    padding: 0.75rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 0.75rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-0 {
    padding: 0rem !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0rem !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0rem !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0rem !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0rem !important;
  }

  .m-lg-n35 {
    margin: -8.75rem !important;
  }

  .mt-lg-n35,
.my-lg-n35 {
    margin-top: -8.75rem !important;
  }

  .mr-lg-n35,
.mx-lg-n35 {
    margin-right: -8.75rem !important;
  }

  .mb-lg-n35,
.my-lg-n35 {
    margin-bottom: -8.75rem !important;
  }

  .ml-lg-n35,
.mx-lg-n35 {
    margin-left: -8.75rem !important;
  }

  .m-lg-n34 {
    margin: -8.5rem !important;
  }

  .mt-lg-n34,
.my-lg-n34 {
    margin-top: -8.5rem !important;
  }

  .mr-lg-n34,
.mx-lg-n34 {
    margin-right: -8.5rem !important;
  }

  .mb-lg-n34,
.my-lg-n34 {
    margin-bottom: -8.5rem !important;
  }

  .ml-lg-n34,
.mx-lg-n34 {
    margin-left: -8.5rem !important;
  }

  .m-lg-n33 {
    margin: -8.25rem !important;
  }

  .mt-lg-n33,
.my-lg-n33 {
    margin-top: -8.25rem !important;
  }

  .mr-lg-n33,
.mx-lg-n33 {
    margin-right: -8.25rem !important;
  }

  .mb-lg-n33,
.my-lg-n33 {
    margin-bottom: -8.25rem !important;
  }

  .ml-lg-n33,
.mx-lg-n33 {
    margin-left: -8.25rem !important;
  }

  .m-lg-n32 {
    margin: -8rem !important;
  }

  .mt-lg-n32,
.my-lg-n32 {
    margin-top: -8rem !important;
  }

  .mr-lg-n32,
.mx-lg-n32 {
    margin-right: -8rem !important;
  }

  .mb-lg-n32,
.my-lg-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-lg-n32,
.mx-lg-n32 {
    margin-left: -8rem !important;
  }

  .m-lg-n31 {
    margin: -7.75rem !important;
  }

  .mt-lg-n31,
.my-lg-n31 {
    margin-top: -7.75rem !important;
  }

  .mr-lg-n31,
.mx-lg-n31 {
    margin-right: -7.75rem !important;
  }

  .mb-lg-n31,
.my-lg-n31 {
    margin-bottom: -7.75rem !important;
  }

  .ml-lg-n31,
.mx-lg-n31 {
    margin-left: -7.75rem !important;
  }

  .m-lg-n30 {
    margin: -7.5rem !important;
  }

  .mt-lg-n30,
.my-lg-n30 {
    margin-top: -7.5rem !important;
  }

  .mr-lg-n30,
.mx-lg-n30 {
    margin-right: -7.5rem !important;
  }

  .mb-lg-n30,
.my-lg-n30 {
    margin-bottom: -7.5rem !important;
  }

  .ml-lg-n30,
.mx-lg-n30 {
    margin-left: -7.5rem !important;
  }

  .m-lg-n29 {
    margin: -7.25rem !important;
  }

  .mt-lg-n29,
.my-lg-n29 {
    margin-top: -7.25rem !important;
  }

  .mr-lg-n29,
.mx-lg-n29 {
    margin-right: -7.25rem !important;
  }

  .mb-lg-n29,
.my-lg-n29 {
    margin-bottom: -7.25rem !important;
  }

  .ml-lg-n29,
.mx-lg-n29 {
    margin-left: -7.25rem !important;
  }

  .m-lg-n28 {
    margin: -7rem !important;
  }

  .mt-lg-n28,
.my-lg-n28 {
    margin-top: -7rem !important;
  }

  .mr-lg-n28,
.mx-lg-n28 {
    margin-right: -7rem !important;
  }

  .mb-lg-n28,
.my-lg-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-lg-n28,
.mx-lg-n28 {
    margin-left: -7rem !important;
  }

  .m-lg-n27 {
    margin: -6.75rem !important;
  }

  .mt-lg-n27,
.my-lg-n27 {
    margin-top: -6.75rem !important;
  }

  .mr-lg-n27,
.mx-lg-n27 {
    margin-right: -6.75rem !important;
  }

  .mb-lg-n27,
.my-lg-n27 {
    margin-bottom: -6.75rem !important;
  }

  .ml-lg-n27,
.mx-lg-n27 {
    margin-left: -6.75rem !important;
  }

  .m-lg-n26 {
    margin: -6.5rem !important;
  }

  .mt-lg-n26,
.my-lg-n26 {
    margin-top: -6.5rem !important;
  }

  .mr-lg-n26,
.mx-lg-n26 {
    margin-right: -6.5rem !important;
  }

  .mb-lg-n26,
.my-lg-n26 {
    margin-bottom: -6.5rem !important;
  }

  .ml-lg-n26,
.mx-lg-n26 {
    margin-left: -6.5rem !important;
  }

  .m-lg-n25 {
    margin: -6.25rem !important;
  }

  .mt-lg-n25,
.my-lg-n25 {
    margin-top: -6.25rem !important;
  }

  .mr-lg-n25,
.mx-lg-n25 {
    margin-right: -6.25rem !important;
  }

  .mb-lg-n25,
.my-lg-n25 {
    margin-bottom: -6.25rem !important;
  }

  .ml-lg-n25,
.mx-lg-n25 {
    margin-left: -6.25rem !important;
  }

  .m-lg-n24 {
    margin: -6rem !important;
  }

  .mt-lg-n24,
.my-lg-n24 {
    margin-top: -6rem !important;
  }

  .mr-lg-n24,
.mx-lg-n24 {
    margin-right: -6rem !important;
  }

  .mb-lg-n24,
.my-lg-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n24,
.mx-lg-n24 {
    margin-left: -6rem !important;
  }

  .m-lg-n23 {
    margin: -5.75rem !important;
  }

  .mt-lg-n23,
.my-lg-n23 {
    margin-top: -5.75rem !important;
  }

  .mr-lg-n23,
.mx-lg-n23 {
    margin-right: -5.75rem !important;
  }

  .mb-lg-n23,
.my-lg-n23 {
    margin-bottom: -5.75rem !important;
  }

  .ml-lg-n23,
.mx-lg-n23 {
    margin-left: -5.75rem !important;
  }

  .m-lg-n22 {
    margin: -5.5rem !important;
  }

  .mt-lg-n22,
.my-lg-n22 {
    margin-top: -5.5rem !important;
  }

  .mr-lg-n22,
.mx-lg-n22 {
    margin-right: -5.5rem !important;
  }

  .mb-lg-n22,
.my-lg-n22 {
    margin-bottom: -5.5rem !important;
  }

  .ml-lg-n22,
.mx-lg-n22 {
    margin-left: -5.5rem !important;
  }

  .m-lg-n21 {
    margin: -5.25rem !important;
  }

  .mt-lg-n21,
.my-lg-n21 {
    margin-top: -5.25rem !important;
  }

  .mr-lg-n21,
.mx-lg-n21 {
    margin-right: -5.25rem !important;
  }

  .mb-lg-n21,
.my-lg-n21 {
    margin-bottom: -5.25rem !important;
  }

  .ml-lg-n21,
.mx-lg-n21 {
    margin-left: -5.25rem !important;
  }

  .m-lg-n20 {
    margin: -5rem !important;
  }

  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -5rem !important;
  }

  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -5rem !important;
  }

  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -5rem !important;
  }

  .m-lg-n19 {
    margin: -4.75rem !important;
  }

  .mt-lg-n19,
.my-lg-n19 {
    margin-top: -4.75rem !important;
  }

  .mr-lg-n19,
.mx-lg-n19 {
    margin-right: -4.75rem !important;
  }

  .mb-lg-n19,
.my-lg-n19 {
    margin-bottom: -4.75rem !important;
  }

  .ml-lg-n19,
.mx-lg-n19 {
    margin-left: -4.75rem !important;
  }

  .m-lg-n18 {
    margin: -4.5rem !important;
  }

  .mt-lg-n18,
.my-lg-n18 {
    margin-top: -4.5rem !important;
  }

  .mr-lg-n18,
.mx-lg-n18 {
    margin-right: -4.5rem !important;
  }

  .mb-lg-n18,
.my-lg-n18 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg-n18,
.mx-lg-n18 {
    margin-left: -4.5rem !important;
  }

  .m-lg-n17 {
    margin: -4.25rem !important;
  }

  .mt-lg-n17,
.my-lg-n17 {
    margin-top: -4.25rem !important;
  }

  .mr-lg-n17,
.mx-lg-n17 {
    margin-right: -4.25rem !important;
  }

  .mb-lg-n17,
.my-lg-n17 {
    margin-bottom: -4.25rem !important;
  }

  .ml-lg-n17,
.mx-lg-n17 {
    margin-left: -4.25rem !important;
  }

  .m-lg-n16 {
    margin: -4rem !important;
  }

  .mt-lg-n16,
.my-lg-n16 {
    margin-top: -4rem !important;
  }

  .mr-lg-n16,
.mx-lg-n16 {
    margin-right: -4rem !important;
  }

  .mb-lg-n16,
.my-lg-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n16,
.mx-lg-n16 {
    margin-left: -4rem !important;
  }

  .m-lg-n15 {
    margin: -3.75rem !important;
  }

  .mt-lg-n15,
.my-lg-n15 {
    margin-top: -3.75rem !important;
  }

  .mr-lg-n15,
.mx-lg-n15 {
    margin-right: -3.75rem !important;
  }

  .mb-lg-n15,
.my-lg-n15 {
    margin-bottom: -3.75rem !important;
  }

  .ml-lg-n15,
.mx-lg-n15 {
    margin-left: -3.75rem !important;
  }

  .m-lg-n14 {
    margin: -3.5rem !important;
  }

  .mt-lg-n14,
.my-lg-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-lg-n14,
.mx-lg-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n14,
.my-lg-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-lg-n14,
.mx-lg-n14 {
    margin-left: -3.5rem !important;
  }

  .m-lg-n13 {
    margin: -3.25rem !important;
  }

  .mt-lg-n13,
.my-lg-n13 {
    margin-top: -3.25rem !important;
  }

  .mr-lg-n13,
.mx-lg-n13 {
    margin-right: -3.25rem !important;
  }

  .mb-lg-n13,
.my-lg-n13 {
    margin-bottom: -3.25rem !important;
  }

  .ml-lg-n13,
.mx-lg-n13 {
    margin-left: -3.25rem !important;
  }

  .m-lg-n12 {
    margin: -3rem !important;
  }

  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -3rem !important;
  }

  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -3rem !important;
  }

  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -3rem !important;
  }

  .m-lg-n11 {
    margin: -2.75rem !important;
  }

  .mt-lg-n11,
.my-lg-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-lg-n11,
.mx-lg-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-lg-n11,
.my-lg-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-lg-n11,
.mx-lg-n11 {
    margin-left: -2.75rem !important;
  }

  .m-lg-n10 {
    margin: -2.5rem !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n9 {
    margin: -2.25rem !important;
  }

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -2.25rem !important;
  }

  .m-lg-n8 {
    margin: -2rem !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -2rem !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -2rem !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -2rem !important;
  }

  .m-lg-n7 {
    margin: -1.75rem !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -1.75rem !important;
  }

  .m-lg-n6 {
    margin: -1.5rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -1.25rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n4 {
    margin: -1rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1rem !important;
  }

  .m-lg-n3 {
    margin: -0.75rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -0.75rem !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-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n0 {
    margin: 0rem !important;
  }

  .mt-lg-n0,
.my-lg-n0 {
    margin-top: 0rem !important;
  }

  .mr-lg-n0,
.mx-lg-n0 {
    margin-right: 0rem !important;
  }

  .mb-lg-n0,
.my-lg-n0 {
    margin-bottom: 0rem !important;
  }

  .ml-lg-n0,
.mx-lg-n0 {
    margin-left: 0rem !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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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: 320.02px) {
  .text-xxs-left {
    text-align: left !important;
  }

  .text-xxs-right {
    text-align: right !important;
  }

  .text-xxs-center {
    text-align: center !important;
  }
}
@media (min-width: 375.02px) {
  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576.02px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768.02px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024.02px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-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-thin {
  font-weight: 100 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #00a1e0 !important;
}

.text-secondary {
  color: #ff6600 !important;
}

.text-success {
  color: #5cb85c !important;
}

.text-info {
  color: #17a2b8 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f5f5f5 !important;
}

.text-dark {
  color: #666 !important;
}

.text-gray {
  color: #777 !important;
}

.text-color-blue {
  color: #009fde !important;
}

.text-color-gray {
  color: #8a8c8e !important;
}

.text-color-dark-gray {
  color: #394250 !important;
}

.text-color-sub-blue {
  color: #3cb4e7 !important;
}

.text-color-sub-gray {
  color: #a7a9ab !important;
}

.text-color-beige {
  color: #f2f1e6 !important;
}

.text-color-light-gray {
  color: #d9d8d6 !important;
}

.text-color-gold {
  color: #8a7e70 !important;
}

.text-color-silver {
  color: #8a8d8f !important;
}

.text-product-396 {
  color: #115bbe !important;
}

.text-product-498 {
  color: #66ac47 !important;
}

.text-product-450 {
  color: #fcaf17 !important;
}

.text-product-490 {
  color: #d93e3d !important;
}

.text-product-600 {
  color: #ab9569 !important;
}

.text-product-1 {
  color: #115bbe !important;
}

.text-product-2 {
  color: #66ac47 !important;
}

.text-product-3 {
  color: #fcaf17 !important;
}

.text-product-4 {
  color: #d93e3d !important;
}

.text-product-5 {
  color: #3cb4e7 !important;
}

.text-product-6 {
  color: #ba68c8 !important;
}

.text-product-7 {
  color: #ab9569 !important;
}

.text-gray-0 {
  color: #000 !important;
}

.text-gray-1 {
  color: #111 !important;
}

.text-gray-2 {
  color: #222 !important;
}

.text-gray-3 {
  color: #333 !important;
}

.text-gray-4 {
  color: #444 !important;
}

.text-gray-5 {
  color: #555 !important;
}

.text-gray-6 {
  color: #666 !important;
}

.text-gray-7 {
  color: #777 !important;
}

.text-gray-8 {
  color: #888 !important;
}

.text-gray-9 {
  color: #999 !important;
}

.text-gray-a {
  color: #aaa !important;
}

.text-gray-b {
  color: #bbb !important;
}

.text-gray-c {
  color: #ccc !important;
}

.text-gray-d {
  color: #ddd !important;
}

.text-gray-e {
  color: #eee !important;
}

.text-gray-f {
  color: #fff !important;
}

.text-body {
  color: #333 !important;
}

.text-muted {
  color: #666 !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-wrap: break-word !important;
}

.text-keep {
  word-break: keep-all !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* 
  Custom Utilities
  Made by Masstige Publishing Team
*/
html {
  font-size: 15px;
}

@media (min-width: 576.02px) {
  html {
    font-size: 16px;
  }
}

.font-size-35 {
  font-size: 8.75rem !important;
}

.font-size-34 {
  font-size: 8.5rem !important;
}

.font-size-33 {
  font-size: 8.25rem !important;
}

.font-size-32 {
  font-size: 8rem !important;
}

.font-size-31 {
  font-size: 7.75rem !important;
}

.font-size-30 {
  font-size: 7.5rem !important;
}

.font-size-29 {
  font-size: 7.25rem !important;
}

.font-size-28 {
  font-size: 7rem !important;
}

.font-size-27 {
  font-size: 6.75rem !important;
}

.font-size-26 {
  font-size: 6.5rem !important;
}

.font-size-25 {
  font-size: 6.25rem !important;
}

.font-size-24 {
  font-size: 6rem !important;
}

.font-size-23 {
  font-size: 5.75rem !important;
}

.font-size-22 {
  font-size: 5.5rem !important;
}

.font-size-21 {
  font-size: 5.25rem !important;
}

.font-size-20 {
  font-size: 5rem !important;
}

.font-size-19 {
  font-size: 4.75rem !important;
}

.font-size-18 {
  font-size: 4.5rem !important;
}

.font-size-17 {
  font-size: 4.25rem !important;
}

.font-size-16 {
  font-size: 4rem !important;
}

.font-size-15 {
  font-size: 3.75rem !important;
}

.font-size-14 {
  font-size: 3.5rem !important;
}

.font-size-13 {
  font-size: 3.25rem !important;
}

.font-size-12 {
  font-size: 3rem !important;
}

.font-size-11 {
  font-size: 2.75rem !important;
}

.font-size-10 {
  font-size: 2.5rem !important;
}

.font-size-9 {
  font-size: 2.25rem !important;
}

.font-size-8 {
  font-size: 2rem !important;
}

.font-size-7 {
  font-size: 1.75rem !important;
}

.font-size-6 {
  font-size: 1.5rem !important;
}

.font-size-5 {
  font-size: 1.25rem !important;
}

.font-size-4 {
  font-size: 1rem !important;
}

.font-size-3 {
  font-size: 0.75rem !important;
}

.font-size-2 {
  font-size: 0.5rem !important;
}

.font-size-1 {
  font-size: 0.25rem !important;
}

.font-size-0 {
  font-size: 0rem !important;
}

@media (min-width: 320.02px) {
  .font-size-xxs-35 {
    font-size: 8.75rem !important;
  }

  .font-size-xxs-34 {
    font-size: 8.5rem !important;
  }

  .font-size-xxs-33 {
    font-size: 8.25rem !important;
  }

  .font-size-xxs-32 {
    font-size: 8rem !important;
  }

  .font-size-xxs-31 {
    font-size: 7.75rem !important;
  }

  .font-size-xxs-30 {
    font-size: 7.5rem !important;
  }

  .font-size-xxs-29 {
    font-size: 7.25rem !important;
  }

  .font-size-xxs-28 {
    font-size: 7rem !important;
  }

  .font-size-xxs-27 {
    font-size: 6.75rem !important;
  }

  .font-size-xxs-26 {
    font-size: 6.5rem !important;
  }

  .font-size-xxs-25 {
    font-size: 6.25rem !important;
  }

  .font-size-xxs-24 {
    font-size: 6rem !important;
  }

  .font-size-xxs-23 {
    font-size: 5.75rem !important;
  }

  .font-size-xxs-22 {
    font-size: 5.5rem !important;
  }

  .font-size-xxs-21 {
    font-size: 5.25rem !important;
  }

  .font-size-xxs-20 {
    font-size: 5rem !important;
  }

  .font-size-xxs-19 {
    font-size: 4.75rem !important;
  }

  .font-size-xxs-18 {
    font-size: 4.5rem !important;
  }

  .font-size-xxs-17 {
    font-size: 4.25rem !important;
  }

  .font-size-xxs-16 {
    font-size: 4rem !important;
  }

  .font-size-xxs-15 {
    font-size: 3.75rem !important;
  }

  .font-size-xxs-14 {
    font-size: 3.5rem !important;
  }

  .font-size-xxs-13 {
    font-size: 3.25rem !important;
  }

  .font-size-xxs-12 {
    font-size: 3rem !important;
  }

  .font-size-xxs-11 {
    font-size: 2.75rem !important;
  }

  .font-size-xxs-10 {
    font-size: 2.5rem !important;
  }

  .font-size-xxs-9 {
    font-size: 2.25rem !important;
  }

  .font-size-xxs-8 {
    font-size: 2rem !important;
  }

  .font-size-xxs-7 {
    font-size: 1.75rem !important;
  }

  .font-size-xxs-6 {
    font-size: 1.5rem !important;
  }

  .font-size-xxs-5 {
    font-size: 1.25rem !important;
  }

  .font-size-xxs-4 {
    font-size: 1rem !important;
  }

  .font-size-xxs-3 {
    font-size: 0.75rem !important;
  }

  .font-size-xxs-2 {
    font-size: 0.5rem !important;
  }

  .font-size-xxs-1 {
    font-size: 0.25rem !important;
  }

  .font-size-xxs-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 375.02px) {
  .font-size-xs-35 {
    font-size: 8.75rem !important;
  }

  .font-size-xs-34 {
    font-size: 8.5rem !important;
  }

  .font-size-xs-33 {
    font-size: 8.25rem !important;
  }

  .font-size-xs-32 {
    font-size: 8rem !important;
  }

  .font-size-xs-31 {
    font-size: 7.75rem !important;
  }

  .font-size-xs-30 {
    font-size: 7.5rem !important;
  }

  .font-size-xs-29 {
    font-size: 7.25rem !important;
  }

  .font-size-xs-28 {
    font-size: 7rem !important;
  }

  .font-size-xs-27 {
    font-size: 6.75rem !important;
  }

  .font-size-xs-26 {
    font-size: 6.5rem !important;
  }

  .font-size-xs-25 {
    font-size: 6.25rem !important;
  }

  .font-size-xs-24 {
    font-size: 6rem !important;
  }

  .font-size-xs-23 {
    font-size: 5.75rem !important;
  }

  .font-size-xs-22 {
    font-size: 5.5rem !important;
  }

  .font-size-xs-21 {
    font-size: 5.25rem !important;
  }

  .font-size-xs-20 {
    font-size: 5rem !important;
  }

  .font-size-xs-19 {
    font-size: 4.75rem !important;
  }

  .font-size-xs-18 {
    font-size: 4.5rem !important;
  }

  .font-size-xs-17 {
    font-size: 4.25rem !important;
  }

  .font-size-xs-16 {
    font-size: 4rem !important;
  }

  .font-size-xs-15 {
    font-size: 3.75rem !important;
  }

  .font-size-xs-14 {
    font-size: 3.5rem !important;
  }

  .font-size-xs-13 {
    font-size: 3.25rem !important;
  }

  .font-size-xs-12 {
    font-size: 3rem !important;
  }

  .font-size-xs-11 {
    font-size: 2.75rem !important;
  }

  .font-size-xs-10 {
    font-size: 2.5rem !important;
  }

  .font-size-xs-9 {
    font-size: 2.25rem !important;
  }

  .font-size-xs-8 {
    font-size: 2rem !important;
  }

  .font-size-xs-7 {
    font-size: 1.75rem !important;
  }

  .font-size-xs-6 {
    font-size: 1.5rem !important;
  }

  .font-size-xs-5 {
    font-size: 1.25rem !important;
  }

  .font-size-xs-4 {
    font-size: 1rem !important;
  }

  .font-size-xs-3 {
    font-size: 0.75rem !important;
  }

  .font-size-xs-2 {
    font-size: 0.5rem !important;
  }

  .font-size-xs-1 {
    font-size: 0.25rem !important;
  }

  .font-size-xs-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 576.02px) {
  .font-size-sm-35 {
    font-size: 8.75rem !important;
  }

  .font-size-sm-34 {
    font-size: 8.5rem !important;
  }

  .font-size-sm-33 {
    font-size: 8.25rem !important;
  }

  .font-size-sm-32 {
    font-size: 8rem !important;
  }

  .font-size-sm-31 {
    font-size: 7.75rem !important;
  }

  .font-size-sm-30 {
    font-size: 7.5rem !important;
  }

  .font-size-sm-29 {
    font-size: 7.25rem !important;
  }

  .font-size-sm-28 {
    font-size: 7rem !important;
  }

  .font-size-sm-27 {
    font-size: 6.75rem !important;
  }

  .font-size-sm-26 {
    font-size: 6.5rem !important;
  }

  .font-size-sm-25 {
    font-size: 6.25rem !important;
  }

  .font-size-sm-24 {
    font-size: 6rem !important;
  }

  .font-size-sm-23 {
    font-size: 5.75rem !important;
  }

  .font-size-sm-22 {
    font-size: 5.5rem !important;
  }

  .font-size-sm-21 {
    font-size: 5.25rem !important;
  }

  .font-size-sm-20 {
    font-size: 5rem !important;
  }

  .font-size-sm-19 {
    font-size: 4.75rem !important;
  }

  .font-size-sm-18 {
    font-size: 4.5rem !important;
  }

  .font-size-sm-17 {
    font-size: 4.25rem !important;
  }

  .font-size-sm-16 {
    font-size: 4rem !important;
  }

  .font-size-sm-15 {
    font-size: 3.75rem !important;
  }

  .font-size-sm-14 {
    font-size: 3.5rem !important;
  }

  .font-size-sm-13 {
    font-size: 3.25rem !important;
  }

  .font-size-sm-12 {
    font-size: 3rem !important;
  }

  .font-size-sm-11 {
    font-size: 2.75rem !important;
  }

  .font-size-sm-10 {
    font-size: 2.5rem !important;
  }

  .font-size-sm-9 {
    font-size: 2.25rem !important;
  }

  .font-size-sm-8 {
    font-size: 2rem !important;
  }

  .font-size-sm-7 {
    font-size: 1.75rem !important;
  }

  .font-size-sm-6 {
    font-size: 1.5rem !important;
  }

  .font-size-sm-5 {
    font-size: 1.25rem !important;
  }

  .font-size-sm-4 {
    font-size: 1rem !important;
  }

  .font-size-sm-3 {
    font-size: 0.75rem !important;
  }

  .font-size-sm-2 {
    font-size: 0.5rem !important;
  }

  .font-size-sm-1 {
    font-size: 0.25rem !important;
  }

  .font-size-sm-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 768.02px) {
  .font-size-md-35 {
    font-size: 8.75rem !important;
  }

  .font-size-md-34 {
    font-size: 8.5rem !important;
  }

  .font-size-md-33 {
    font-size: 8.25rem !important;
  }

  .font-size-md-32 {
    font-size: 8rem !important;
  }

  .font-size-md-31 {
    font-size: 7.75rem !important;
  }

  .font-size-md-30 {
    font-size: 7.5rem !important;
  }

  .font-size-md-29 {
    font-size: 7.25rem !important;
  }

  .font-size-md-28 {
    font-size: 7rem !important;
  }

  .font-size-md-27 {
    font-size: 6.75rem !important;
  }

  .font-size-md-26 {
    font-size: 6.5rem !important;
  }

  .font-size-md-25 {
    font-size: 6.25rem !important;
  }

  .font-size-md-24 {
    font-size: 6rem !important;
  }

  .font-size-md-23 {
    font-size: 5.75rem !important;
  }

  .font-size-md-22 {
    font-size: 5.5rem !important;
  }

  .font-size-md-21 {
    font-size: 5.25rem !important;
  }

  .font-size-md-20 {
    font-size: 5rem !important;
  }

  .font-size-md-19 {
    font-size: 4.75rem !important;
  }

  .font-size-md-18 {
    font-size: 4.5rem !important;
  }

  .font-size-md-17 {
    font-size: 4.25rem !important;
  }

  .font-size-md-16 {
    font-size: 4rem !important;
  }

  .font-size-md-15 {
    font-size: 3.75rem !important;
  }

  .font-size-md-14 {
    font-size: 3.5rem !important;
  }

  .font-size-md-13 {
    font-size: 3.25rem !important;
  }

  .font-size-md-12 {
    font-size: 3rem !important;
  }

  .font-size-md-11 {
    font-size: 2.75rem !important;
  }

  .font-size-md-10 {
    font-size: 2.5rem !important;
  }

  .font-size-md-9 {
    font-size: 2.25rem !important;
  }

  .font-size-md-8 {
    font-size: 2rem !important;
  }

  .font-size-md-7 {
    font-size: 1.75rem !important;
  }

  .font-size-md-6 {
    font-size: 1.5rem !important;
  }

  .font-size-md-5 {
    font-size: 1.25rem !important;
  }

  .font-size-md-4 {
    font-size: 1rem !important;
  }

  .font-size-md-3 {
    font-size: 0.75rem !important;
  }

  .font-size-md-2 {
    font-size: 0.5rem !important;
  }

  .font-size-md-1 {
    font-size: 0.25rem !important;
  }

  .font-size-md-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 1024.02px) {
  .font-size-lg-35 {
    font-size: 8.75rem !important;
  }

  .font-size-lg-34 {
    font-size: 8.5rem !important;
  }

  .font-size-lg-33 {
    font-size: 8.25rem !important;
  }

  .font-size-lg-32 {
    font-size: 8rem !important;
  }

  .font-size-lg-31 {
    font-size: 7.75rem !important;
  }

  .font-size-lg-30 {
    font-size: 7.5rem !important;
  }

  .font-size-lg-29 {
    font-size: 7.25rem !important;
  }

  .font-size-lg-28 {
    font-size: 7rem !important;
  }

  .font-size-lg-27 {
    font-size: 6.75rem !important;
  }

  .font-size-lg-26 {
    font-size: 6.5rem !important;
  }

  .font-size-lg-25 {
    font-size: 6.25rem !important;
  }

  .font-size-lg-24 {
    font-size: 6rem !important;
  }

  .font-size-lg-23 {
    font-size: 5.75rem !important;
  }

  .font-size-lg-22 {
    font-size: 5.5rem !important;
  }

  .font-size-lg-21 {
    font-size: 5.25rem !important;
  }

  .font-size-lg-20 {
    font-size: 5rem !important;
  }

  .font-size-lg-19 {
    font-size: 4.75rem !important;
  }

  .font-size-lg-18 {
    font-size: 4.5rem !important;
  }

  .font-size-lg-17 {
    font-size: 4.25rem !important;
  }

  .font-size-lg-16 {
    font-size: 4rem !important;
  }

  .font-size-lg-15 {
    font-size: 3.75rem !important;
  }

  .font-size-lg-14 {
    font-size: 3.5rem !important;
  }

  .font-size-lg-13 {
    font-size: 3.25rem !important;
  }

  .font-size-lg-12 {
    font-size: 3rem !important;
  }

  .font-size-lg-11 {
    font-size: 2.75rem !important;
  }

  .font-size-lg-10 {
    font-size: 2.5rem !important;
  }

  .font-size-lg-9 {
    font-size: 2.25rem !important;
  }

  .font-size-lg-8 {
    font-size: 2rem !important;
  }

  .font-size-lg-7 {
    font-size: 1.75rem !important;
  }

  .font-size-lg-6 {
    font-size: 1.5rem !important;
  }

  .font-size-lg-5 {
    font-size: 1.25rem !important;
  }

  .font-size-lg-4 {
    font-size: 1rem !important;
  }

  .font-size-lg-3 {
    font-size: 0.75rem !important;
  }

  .font-size-lg-2 {
    font-size: 0.5rem !important;
  }

  .font-size-lg-1 {
    font-size: 0.25rem !important;
  }

  .font-size-lg-0 {
    font-size: 0rem !important;
  }
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansKR-Thin.woff2) format("woff2"), url(../fonts/NotoSansKR-Thin.woff) format("woff"), url(../fonts/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansKR-Light.woff2) format("woff2"), url(../fonts/NotoSansKR-Light.woff) format("woff"), url(../fonts/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansKR-Regular.woff2) format("woff2"), url(../fonts/NotoSansKR-Regular.woff) format("woff"), url(../fonts/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansKR-Medium.woff2) format("woff2"), url(../fonts/NotoSansKR-Medium.woff) format("woff"), url(../fonts/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansKR-Bold.woff2) format("woff2"), url(../fonts/NotoSansKR-Bold.woff) format("woff"), url(../fonts/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSansKR-Black.woff2) format("woff2"), url(../fonts/NotoSansKR-Black.woff) format("woff"), url(../fonts/NotoSansKR-Black.otf) format("opentype");
}
.ff-eng-sans-serif {
  font-family: "Roboto", "Noto Sans KR", sans-serif;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype");
}
/* montserrat-100 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/montserrat-v14-latin-100.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url("../fonts/montserrat-v14-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-latin-100.woff2") format("woff2"), url("../fonts/montserrat-v14-latin-100.woff") format("woff"), url("../fonts/montserrat-v14-latin-100.ttf") format("truetype"), url("../fonts/montserrat-v14-latin-100.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-200 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/montserrat-v14-latin-200.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url("../fonts/montserrat-v14-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-latin-200.woff2") format("woff2"), url("../fonts/montserrat-v14-latin-200.woff") format("woff"), url("../fonts/montserrat-v14-latin-200.ttf") format("truetype"), url("../fonts/montserrat-v14-latin-200.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v14-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/montserrat-v14-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-latin-300.woff2") format("woff2"), url("../fonts/montserrat-v14-latin-300.woff") format("woff"), url("../fonts/montserrat-v14-latin-300.ttf") format("truetype"), url("../fonts/montserrat-v14-latin-300.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v14-latin-regular.woff") format("woff"), url("../fonts/montserrat-v14-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v14-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v14-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/montserrat-v14-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v14-latin-500.woff") format("woff"), url("../fonts/montserrat-v14-latin-500.ttf") format("truetype"), url("../fonts/montserrat-v14-latin-500.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v14-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/montserrat-v14-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v14-latin-600.woff") format("woff"), url("../fonts/montserrat-v14-latin-600.ttf") format("truetype"), url("../fonts/montserrat-v14-latin-600.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v14-latin-700.woff") format("woff"), url("../fonts/montserrat-v14-latin-700.ttf") format("truetype"), url("../fonts/montserrat-v14-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-800 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v14-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../fonts/montserrat-v14-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-latin-800.woff2") format("woff2"), url("../fonts/montserrat-v14-latin-800.woff") format("woff"), url("../fonts/montserrat-v14-latin-800.ttf") format("truetype"), url("../fonts/montserrat-v14-latin-800.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-900 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/montserrat-v14-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Black"), local("Montserrat-Black"), url("../fonts/montserrat-v14-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-latin-900.woff2") format("woff2"), url("../fonts/montserrat-v14-latin-900.woff") format("woff"), url("../fonts/montserrat-v14-latin-900.ttf") format("truetype"), url("../fonts/montserrat-v14-latin-900.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Headings font size
 */
.h1 {
  font-size: 2.5rem !important;
}

h1 {
  font-size: 2.5rem;
}

.h2 {
  font-size: 2rem !important;
}

h2 {
  font-size: 2rem;
}

.h3 {
  font-size: 1.75rem !important;
}

h3 {
  font-size: 1.75rem;
}

.h4 {
  font-size: 1.5rem !important;
}

h4 {
  font-size: 1.5rem;
}

.h5 {
  font-size: 1.25rem !important;
}

h5 {
  font-size: 1.25rem;
}

.h6 {
  font-size: 1rem !important;
}

h6 {
  font-size: 1rem;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title],
dfn[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 1rem;
  font-family: inherit;
  /* 1 */
  line-height: 1.2;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  vertical-align: middle;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  border: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Margin, Padding reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
select,
optgroup,
button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
 * HTML5 Tags reset for older browsers
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*
 * List
 */
ol,
ul,
li {
  list-style: none;
}

/**
 * Table
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Blockquote, q
 */
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

input {
  font: inherit;
  margin: 0;
  line-height: normal;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  border-radius: 0;
  resize: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  zoom: 1;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

input[type=submit], input[type=button], input[type=reset] {
  cursor: pointer;
  -webkit-appearance: none;
}

img,
fieldset {
  border: 0;
  outline: none;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}

select {
  margin: 0;
  resize: none;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  text-overflow: "";
  zoom: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-image: url(../images/icons/select_icon.svg);
  text-indent: 5px;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
  display: none;
}

/* Outline */
* {
  outline: none !important;
}

textarea:focus {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

input:focus {
  outline: none !important;
}

html,
a,
button {
  color: #555;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #00a1e0;
}

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1;
}

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #e83e8c;
}

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #dc3545;
}

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #fd7e14;
}

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #ffc107;
}

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #5cb85c;
}

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997;
}

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #17a2b8;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: #666;
}

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #888;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #00a1e0;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #e83e8c;
}

.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #5cb85c;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #17a2b8;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #666;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #888;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

#header,
.header__wrap {
  height: 60px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.header__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.header .logo__link {
  display: flex;
  align-items: flex-start;
}
.header .logo__img {
  height: 40px;
}
.header__util {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.header__util__item {
  margin-left: 5px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 30px;
  position: relative;
}
.header__util__item img {
  width: 24px;
}
.header__util__item--alarm {
  width: 30px;
  position: relative;
}
.header__util__item__number {
  width: 18px;
  height: 18px;
  font-size: 9.6px;
  border-radius: 50%;
  color: #fff;
  background-color: #37b8eb;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
}

#loading {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#loading img {
  width: 70px;
  opacity: 0.7;
  animation: loading_spin 3s infinite linear;
}
@keyframes loading_spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.footer .top-btn {
  z-index: 20;
  display: none;
  bottom: 0;
  right: 1.875rem;
  margin-bottom: 1.875rem;
  position: fixed;
  opacity: 0.5;
  transition: 300ms opacity;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: rgba(51, 51, 51, 0.3);
  color: #fff;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .footer .top-btn {
    right: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.footer .top-btn.fix {
  position: absolute;
  bottom: 100%;
}
.footer .top-btn.show {
  display: flex;
  opacity: 1;
}

.nav-mobile {
  z-index: 101;
  background-color: #fff;
  max-width: 400px;
  width: 95%;
  height: 100%;
  transition: 500ms all;
  text-align: left;
  position: fixed;
  top: 0;
  left: -100%;
}
.nav-mobile.active {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3);
  left: 0;
}
.nav-mobile__btn {
  z-index: 300;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  position: absolute;
}
.nav-mobile__bg {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 500ms all;
  z-index: 9;
}
.nav-mobile__bg.active {
  visibility: visible;
  z-index: 9;
  opacity: 1;
}
.nav-mobile__head {
  position: relative;
  height: 60px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-mobile__head a {
  color: #333;
}
.nav-mobile__body {
  padding-bottom: 80px;
  height: 100%;
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 60px);
}
.nav-mobile__body .nav-list__item > .link {
  width: 100%;
  text-align: left;
  color: #000;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  display: block;
  padding: 1rem 15px;
  position: relative;
}
.nav-mobile__body .nav-list__item > .link:before {
  position: absolute;
  top: 50%;
  font-size: 1rem;
  margin-top: -0.5rem;
  right: 1rem;
}
.nav-mobile__body .nav-list__item > .link.active {
  background-color: #00a1e0;
  color: #fff;
}
.nav-mobile__body .nav-list__item._down > .link:before {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.nav-mobile__body .nav-list__item._down > .link.active:before {
  content: "";
}
.nav-mobile__body .depth2 {
  font-size: 0.9em;
}
.nav-mobile__body .depth2 > .link {
  display: block;
  padding: 0.8rem 15px;
  padding-left: 2em;
  background-color: #f2f2f2;
  color: #555;
}
.nav-mobile__body .nav-list--depth1 {
  border-top: 1px solid rgba(102, 102, 102, 0.2);
}
.nav-mobile__body .nav-list--depth2, .nav-mobile__body .nav-list--depth3 {
  display: none;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.75em;
  font-size: 1em;
}
.badge.badge-sm {
  font-size: 0.75em;
}
.badge.badge-lg {
  font-size: 1.125em;
}
.badge.badge-pill {
  border-radius: 0.5em;
}

.badge-primary {
  color: #fff;
  background-color: #00a1e0;
}

.badge-secondary {
  color: #fff;
  background-color: #ff6600;
}

.badge-success {
  color: #fff;
  background-color: #5cb85c;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-light {
  color: #111;
  background-color: #f5f5f5;
}

.badge-dark {
  color: #fff;
  background-color: #666;
}

.badge-gray {
  color: #fff;
  background-color: #777;
}

.badge-color-blue {
  color: #fff;
  background-color: #009fde;
}

.badge-color-gray {
  color: #fff;
  background-color: #8a8c8e;
}

.badge-color-dark-gray {
  color: #fff;
  background-color: #394250;
}

.badge-color-sub-blue {
  color: #fff;
  background-color: #3cb4e7;
}

.badge-color-sub-gray {
  color: #111;
  background-color: #a7a9ab;
}

.badge-color-beige {
  color: #111;
  background-color: #f2f1e6;
}

.badge-color-light-gray {
  color: #111;
  background-color: #d9d8d6;
}

.badge-color-gold {
  color: #fff;
  background-color: #8a7e70;
}

.badge-color-silver {
  color: #fff;
  background-color: #8a8d8f;
}

.badge-product-396 {
  color: #fff;
  background-color: #115bbe;
}

.badge-product-498 {
  color: #fff;
  background-color: #66ac47;
}

.badge-product-450 {
  color: #111;
  background-color: #fcaf17;
}

.badge-product-490 {
  color: #fff;
  background-color: #d93e3d;
}

.badge-product-600 {
  color: #111;
  background-color: #ab9569;
}

.badge-product-1 {
  color: #fff;
  background-color: #115bbe;
}

.badge-product-2 {
  color: #fff;
  background-color: #66ac47;
}

.badge-product-3 {
  color: #111;
  background-color: #fcaf17;
}

.badge-product-4 {
  color: #fff;
  background-color: #d93e3d;
}

.badge-product-5 {
  color: #fff;
  background-color: #3cb4e7;
}

.badge-product-6 {
  color: #fff;
  background-color: #ba68c8;
}

.badge-product-7 {
  color: #111;
  background-color: #ab9569;
}

[class*=list-style--] {
  text-align: left;
}
[class*=list-style--] > li {
  margin-top: 0.3em;
  padding-left: 0.5em;
  position: relative;
}
[class*=list-style--] > li:first-child {
  margin-top: 0;
}
[class*=list-style--] > li:before {
  position: absolute;
  top: 0;
  left: 0;
}

.list-style--dot > li {
  padding-left: 0.5em;
}
.list-style--dot > li:before {
  content: "· ";
}
.list-style--hyphen > li {
  padding-left: 0.5em;
}
.list-style--hyphen > li:before {
  content: "- ";
}
.list-style--txt > li {
  padding-left: 1em;
}
.list-style--txt > li:before {
  content: attr(data-txt);
}
.list-style--circle--primary > li:before {
  background-color: #00a9b4;
}
.list-style--circle--secondary > li:before {
  background-color: #2bdca4;
}
.list-style--circle--third > li:before {
  background-color: #049bdb;
}
.list-style--circle > li {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding-left: 2.5rem;
  min-height: 2.25rem;
}
.list-style--circle > li * {
  width: 100%;
}
.list-style--circle > li:before {
  flex-shrink: 0;
  top: 50%;
  transform: translateY(-50%);
  content: attr(data-txt);
  font-family: "Roboto", "Noto Sans KR", sans-serif;
  color: #fff;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.list-style--decimal {
  padding-left: 1em;
}
.list-style--decimal,
.list-style--decimal > li {
  list-style: decimal;
}

.tab--box .tab-header {
  word-break: keep-all;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.tab--box .tab-header .tab-item {
  flex: 1 0 auto;
  padding: 0 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  min-height: 5rem;
  letter-spacing: -0.03em;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 1.25em;
  line-height: 1.2;
  color: #555;
  height: 100%;
  width: calc(100% + 2px);
}
@media screen and (max-width: 1024px) {
  .tab--box .tab-header .tab-item {
    min-height: 3.75rem;
    font-size: 1.125em;
  }
}
.tab--box .tab-header .tab-item:not(.on):hover {
  color: #00a1e0;
}
.tab--box .tab-header .tab-item.on {
  color: #fff;
  background-color: #00a1e0;
  font-weight: 500;
}
.tab--border .tab-header {
  text-align: center;
  display: flex;
  align-items: center;
}
.tab--border .tab-header .tab-item {
  line-height: 1.3;
  height: 3.125rem;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  color: #222;
  background-color: #fff;
  border-bottom: 1px solid #d0d0d0;
}
.tab--border .tab-header .tab-item.on {
  color: var(--color);
  border-bottom: 2px solid var(--color);
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type=button],
.waves-effect input[type=reset],
.waves-effect input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

.waves-effect .waves-ripple {
  z-index: -1;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768.02px) {
  .container {
    max-width: 1024px;
  }
}

.container-fluid, .container-md {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768.02px) {
  .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1024px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xxs,
.col-xxs-auto, .col-xxs-12, .col-xxs-11, .col-xxs-10, .col-xxs-9, .col-xxs-8, .col-xxs-7, .col-xxs-6, .col-xxs-5, .col-xxs-4, .col-xxs-3, .col-xxs-2, .col-xxs-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-1-5 {
  flex: 0 0 12.3333333333%;
  max-width: 12.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-5-5 {
  flex: 0 0 37.6666666667%;
  max-width: 37.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 320.02px) {
  .col-xxs {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xxs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxs-first {
    order: -1;
  }

  .order-xxs-last {
    order: 13;
  }

  .order-xxs-0 {
    order: 0;
  }

  .order-xxs-1 {
    order: 1;
  }

  .order-xxs-2 {
    order: 2;
  }

  .order-xxs-3 {
    order: 3;
  }

  .order-xxs-4 {
    order: 4;
  }

  .order-xxs-5 {
    order: 5;
  }

  .order-xxs-6 {
    order: 6;
  }

  .order-xxs-7 {
    order: 7;
  }

  .order-xxs-8 {
    order: 8;
  }

  .order-xxs-9 {
    order: 9;
  }

  .order-xxs-10 {
    order: 10;
  }

  .order-xxs-11 {
    order: 11;
  }

  .order-xxs-12 {
    order: 12;
  }

  .offset-xxs-0 {
    margin-left: 0;
  }

  .offset-xxs-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxs-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxs-3 {
    margin-left: 25%;
  }

  .offset-xxs-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxs-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxs-6 {
    margin-left: 50%;
  }

  .offset-xxs-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxs-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxs-9 {
    margin-left: 75%;
  }

  .offset-xxs-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 375.02px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576.02px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768.02px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024.02px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576.02px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024.02px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
.modal-xl {
  max-width: 1140px;
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  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: #222;
}

.hamburger-box {
  width: 27px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 27px;
  height: 3px;
  background-color: #222;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

select {
  text-overflow: ellipsis;
  width: 100%;
  background: url(../images/icon/select_down.png) no-repeat;
  background-position: 100% 50%;
  background-size: auto 0.9375rem;
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  font-family: inherit;
  background: none;
  padding: 0;
}
.lt-ie10 select:before {
  display: block;
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  height: 1em;
  width: 1em;
  margin: 2px;
  z-index: 5;
}

.lt-ie9 select {
  font-family: inherit;
  background: none;
  padding: 6px;
}

textarea {
  overflow: auto;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type=checkbox] {
  line-height: 1.25rem;
}
input[type=checkbox] + label {
  padding-left: calc(1.25rem + 0.5em);
}
input[type=checkbox] + label:before {
  font-size: calc(1.25rem / 1.2);
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  margin-top: -0.625rem;
  content: "";
  position: absolute;
  left: 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  border: 1px solid #ddd;
  background-color: #fff;
}
input[type=checkbox] + label:hover:before {
  border-color: #00a1e0;
}
input[type=checkbox]:checked + label:before {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0;
}

input[type=radio] {
  line-height: 1.0625rem;
}
input[type=radio] + label {
  padding-left: 1.2625rem;
}
input[type=radio] + label:before {
  top: 50%;
  margin-top: -0.53125rem;
  width: 1.0625rem;
  height: 1.0625rem;
  content: "";
  border: 1px solid #ddd;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  left: 0;
}
input[type=radio]:hover + label:before {
  border-color: #222;
}
input[type=radio]:checked + label:before {
  border: 0.3125rem solid #00a1e0;
}

.tbl_scrollwrap {
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}
.tbl_scrollwrap_txt {
  text-align: left;
  display: none;
  color: #888;
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 0.8em;
}

.btn-type-01,
.btn-type-02,
.btn-type-03,
.btn-type-04 {
  min-width: 5em;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5rem;
  padding: 0 2em;
  border-radius: 0.3125rem;
}

.btn-type-01 {
  background-color: #00a1e0;
  color: #fff;
}

.btn-type-02 {
  background-color: #ff6600;
  color: #fff;
}

.btn-type-03 {
  background-color: #999999;
  color: #fff;
}

.btn-type-04 {
  background-color: #222;
  color: #fff;
}

.paging-area {
  position: relative;
  margin-top: 30px;
  font-size: 0;
}
.paging-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.paging-area li {
  display: inline-block;
  margin-left: 2px;
  padding: 0;
}
.paging-area li:nth-child(1) {
  margin-left: 0;
}
.paging-area a {
  font-size: 14px;
  position: relative;
  display: block;
  width: 36.6666666667px;
  height: 36.6666666667px;
  line-height: 36.6666666667px;
  border-radius: 50%;
  background-size: 23.3333333333px;
  background-repeat: no-repeat;
  background-position: center;
  color: #999;
}
.paging-area a span {
  display: inline-block;
  text-indent: -9999px;
}
.paging-area a.active {
  background-color: #00a1e0;
  text-decoration: none;
  color: #fff;
}
.paging-area a.prev:before {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.paging-area a.next:before {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.qna {
  border-top: 1px solid #f0f0f0;
  text-align: left;
  line-height: 1.4;
}
.qna .qna-header,
.qna .qna-body {
  padding: 20px;
  padding-left: 50px;
  border-bottom: solid 1px #f0f0f0;
  position: relative;
}
.qna .qna-header:before,
.qna .qna-body:before {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  position: absolute;
  top: 50%;
  font-size: 20px;
  line-height: 1;
  margin-top: -10px;
  left: 0;
  width: 50px;
  text-align: center;
  font-weight: 500;
}
.qna .qna-header {
  font-size: 17.3333333333px;
  padding-right: 50px;
  line-height: 1.3;
}
.qna .qna-header,
.qna .qna-header a {
  color: #333;
}
.qna .qna-header:after {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.qna .qna-header:after {
  width: 50px;
  text-align: center;
  color: #b0b0b0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.qna .qna-header.active:after {
  transform: translateY(-50%) rotateX(-180deg);
}
.qna .qna-header:before {
  content: "Q.";
}
.qna .qna-header a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  color: #222;
}
.qna .qna-body {
  display: none;
  color: #333;
  background-color: #f9f9f9;
}
.qna .qna-body:before {
  content: "A.";
  color: #00a1e0;
}
.hide {
	display: none;
}
/*# sourceMappingURL=common.css.map */



/* Modal */
.datepicker-modal {
  max-width: 325px;
  min-width: 300px;
  max-height: none;
}

.datepicker-container.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.datepicker-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}

.datepicker-controls .selects-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.datepicker-controls .select-wrapper input {
  border-bottom: none;
  text-align: center;
  margin: 0;
  border:none;
  
}

.datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}

.datepicker-controls .select-wrapper .caret {
  display: none;
}

.datepicker-controls .select-year input {
  width: 50px;
}

.datepicker-controls .select-month input {
  width: 70px;
}

.month-prev, .month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* Date Display */
.datepicker-date-display {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  background-color: #007aff;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500;
}

.datepicker-date-display .year-text {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

.datepicker-date-display .date-text {
  display: block;
  font-size: 2.3rem;
  line-height: 47px;
  font-weight: 500;
}

/* Calendar */
.datepicker-calendar-container {
  -webkit-box-flex: 2.5;
  -webkit-flex: 2.5 auto;
      -ms-flex: 2.5 auto;
          flex: 2.5 auto;
}

.datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto;
}

.datepicker-table thead {
  border-bottom: none;
  background-color : #fff!important;
}

.datepicker-table th {
  padding: 10px 5px;
  text-align: center;
  background-color : #fff!important;
  border : none;
}

.datepicker-table tr {
  border: none;
  background-color : #fff!important;
}

.datepicker-table abbr {
  text-decoration: none;
  color: #999;
}

.datepicker-table td {
  border-radius: 50%;
  padding: 0;

  border : none;
}

.datepicker-table td.is-today {
  color: #007aff;
}

.datepicker-table td.is-selected {
  background-color: #007aff;
  color: #fff;
}

.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.datepicker-day-button {
  background-color: transparent;
  border: none;
  line-height: 38px;
  display: block;
  width: 100%;
  border-radius: 50%;
  padding: 0 5px;
  cursor: pointer;
  color: inherit;
}

.datepicker-day-button:focus {
  background-color: rgba(43, 161, 150, 0.25);
}

/* Footer */
.datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #007aff;
  padding: 0 1rem;
}

.datepicker-clear {
  color: #F44336;
}

/* Media Queries */
@media only screen and (min-width: 601px) {
  .datepicker-modal {
    max-width: 625px;
  }
  .datepicker-container.modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .datepicker-date-display {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 270px;
        -ms-flex: 0 1 270px;
            flex: 0 1 270px;
  }
  .datepicker-controls,
  .datepicker-table,
  .datepicker-footer {
    width: 320px;
  }
  .datepicker-day-button {
    line-height: 44px;
  }
}

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}

.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: #eee;
}

.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #03a9f4;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}
.sanction__wrap {
 
  overflow-y: auto;
  position: relative;
}