@charset "UTF-8";
/*#region Rem */
/*#endregion */
/*#region Rem */
/*#endregion */
/*#region Rem */
/*#endregion */
/*#region Rem */
/*#endregion */
/*#region Buttons */
/*#endregion */
/*#region Forms */
/*#endregion */
/*#region Typography */
/*#endregion */
/*#region Dropdown */
/*#endregion */
/*#region Accordion */
/*#endregion */
@import "../icons/iconfont.css";
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/*bug fix*/
.wp-front .block-grid.with-bg-image:before
{
	background-color: rgba(0,0,0,0.3) !important;
}

.link-white {
  color: #ffffff;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-black {
  color: #201F1F;
}
.link-black:hover, .link-black:focus {
  color: #1a1919;
}

.link-gray-100 {
  color: #F7F7F7;
}
.link-gray-100:hover, .link-gray-100:focus {
  color: #f9f9f9;
}

.link-gray-200 {
  color: #F2F2F2;
}
.link-gray-200:hover, .link-gray-200:focus {
  color: whitesmoke;
}

.link-gray-300 {
  color: #E9E9E9;
}
.link-gray-300:hover, .link-gray-300:focus {
  color: #ededed;
}

.link-gray-400 {
  color: #ABABAB;
}
.link-gray-400:hover, .link-gray-400:focus {
  color: #bcbcbc;
}

.link-gray-500 {
  color: #DBDBDB;
}
.link-gray-500:hover, .link-gray-500:focus {
  color: #e2e2e2;
}

.link-gray-600 {
  color: #797979;
}
.link-gray-600:hover, .link-gray-600:focus {
  color: #616161;
}

.link-gray-700 {
  color: #201F1F;
}
.link-gray-700:hover, .link-gray-700:focus {
  color: #1a1919;
}

.link-gray-800 {
  color: #333333;
}
.link-gray-800:hover, .link-gray-800:focus {
  color: #292929;
}

.link-gray-900 {
  color: #222222;
}
.link-gray-900:hover, .link-gray-900:focus {
  color: #1b1b1b;
}

.link-purple {
  color: #6f42c1;
}
.link-purple:hover, .link-purple:focus {
  color: #59359a;
}

.link-pink {
  color: #d63384;
}
.link-pink:hover, .link-pink:focus {
  color: #ab296a;
}

.link-red {
  color: #EA0C0C;
}
.link-red:hover, .link-red:focus {
  color: #bb0a0a;
}

.link-yellow {
  color: #FFCD01;
}
.link-yellow:hover, .link-yellow:focus {
  color: #ffd734;
}

.link-green {
  color: #23B900;
}
.link-green:hover, .link-green:focus {
  color: #4fc733;
}

.link-teal {
  color: #20c997;
}
.link-teal:hover, .link-teal:focus {
  color: #4dd4ac;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.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;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1500px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(32, 31, 31, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(32, 31, 31, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(32, 31, 31, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(32, 31, 31, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(32, 31, 31, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(32, 31, 31, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-black {
  border-color: #201F1F !important;
}

.border-gray-100 {
  border-color: #F7F7F7 !important;
}

.border-gray-200 {
  border-color: #F2F2F2 !important;
}

.border-gray-300 {
  border-color: #E9E9E9 !important;
}

.border-gray-400 {
  border-color: #ABABAB !important;
}

.border-gray-500 {
  border-color: #DBDBDB !important;
}

.border-gray-600 {
  border-color: #797979 !important;
}

.border-gray-700 {
  border-color: #201F1F !important;
}

.border-gray-800 {
  border-color: #333333 !important;
}

.border-gray-900 {
  border-color: #222222 !important;
}

.border-purple {
  border-color: #6f42c1 !important;
}

.border-pink {
  border-color: #d63384 !important;
}

.border-red {
  border-color: #EA0C0C !important;
}

.border-yellow {
  border-color: #FFCD01 !important;
}

.border-green {
  border-color: #23B900 !important;
}

.border-teal {
  border-color: #20c997 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.0625rem !important;
}

.gap-2 {
  gap: 0.125rem !important;
}

.gap-3 {
  gap: 0.1875rem !important;
}

.gap-4 {
  gap: 0.25rem !important;
}

.gap-5 {
  gap: 0.3125rem !important;
}

.gap-10 {
  gap: 0.625rem !important;
}

.gap-15 {
  gap: 0.9375rem !important;
}

.gap-20 {
  gap: 1.25rem !important;
}

.gap-30 {
  gap: 1.875rem !important;
}

.gap-40 {
  gap: 2.5rem !important;
}

.gap-50 {
  gap: 3.125rem !important;
}

.gap-60 {
  gap: 3.75rem !important;
}

.gap-80 {
  gap: 5rem !important;
}

.gap-100 {
  gap: 6.25rem !important;
}

.gap-120 {
  gap: 7.5rem !important;
}

.gap-160 {
  gap: 10rem !important;
}

.gap-200 {
  gap: 12.5rem !important;
}

.gap-240 {
  gap: 15rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-100 {
  margin: 6.25rem !important;
}

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

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

.m-200 {
  margin: 12.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-100 {
  margin-right: 6.25rem !important;
}

.me-120 {
  margin-right: 7.5rem !important;
}

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

.me-200 {
  margin-right: 12.5rem !important;
}

.me-240 {
  margin-right: 15rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-100 {
  margin-left: 6.25rem !important;
}

.ms-120 {
  margin-left: 7.5rem !important;
}

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

.ms-200 {
  margin-left: 12.5rem !important;
}

.ms-240 {
  margin-left: 15rem !important;
}

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

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

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

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

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

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

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

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

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

.p-20 {
  padding: 1.25rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

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

.p-50 {
  padding: 3.125rem !important;
}

.p-60 {
  padding: 3.75rem !important;
}

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

.p-100 {
  padding: 6.25rem !important;
}

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

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

.p-200 {
  padding: 12.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-100 {
  padding-right: 6.25rem !important;
}

.pe-120 {
  padding-right: 7.5rem !important;
}

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

.pe-200 {
  padding-right: 12.5rem !important;
}

.pe-240 {
  padding-right: 15rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-100 {
  padding-left: 6.25rem !important;
}

.ps-120 {
  padding-left: 7.5rem !important;
}

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

.ps-200 {
  padding-left: 12.5rem !important;
}

.ps-240 {
  padding-left: 15rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-2 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: 1.25rem !important;
}

.fs-5 {
  font-size: 1rem !important;
}

.fs-6 {
  font-size: 0.875rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.7 !important;
}

.lh-base {
  line-height: 1.55 !important;
}

.lh-lg {
  line-height: 1.5 !important;
}

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

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

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

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

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

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

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

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

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #201F1F !important;
}

.text-gray-100 {
  color: #F7F7F7 !important;
}

.text-gray-200 {
  color: #F2F2F2 !important;
}

.text-gray-300 {
  color: #E9E9E9 !important;
}

.text-gray-400 {
  color: #ABABAB !important;
}

.text-gray-500 {
  color: #DBDBDB !important;
}

.text-gray-600 {
  color: #797979 !important;
}

.text-gray-700 {
  color: #201F1F !important;
}

.text-gray-800 {
  color: #333333 !important;
}

.text-gray-900 {
  color: #222222 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

.text-pink {
  color: #d63384 !important;
}

.text-red {
  color: #EA0C0C !important;
}

.text-yellow {
  color: #FFCD01 !important;
}

.text-green {
  color: #23B900 !important;
}

.text-teal {
  color: #20c997 !important;
}

.text-body {
  color: #797979 !important;
}

.text-muted {
  color: #797979 !important;
}

.text-black-50 {
  color: rgba(32, 31, 31, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

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

.bg-black {
  background-color: #201F1F !important;
}

.bg-gray-100 {
  background-color: #F7F7F7 !important;
}

.bg-gray-200 {
  background-color: #F2F2F2 !important;
}

.bg-gray-300 {
  background-color: #E9E9E9 !important;
}

.bg-gray-400 {
  background-color: #ABABAB !important;
}

.bg-gray-500 {
  background-color: #DBDBDB !important;
}

.bg-gray-600 {
  background-color: #797979 !important;
}

.bg-gray-700 {
  background-color: #201F1F !important;
}

.bg-gray-800 {
  background-color: #333333 !important;
}

.bg-gray-900 {
  background-color: #222222 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.bg-pink {
  background-color: #d63384 !important;
}

.bg-red {
  background-color: #EA0C0C !important;
}

.bg-yellow {
  background-color: #FFCD01 !important;
}

.bg-green {
  background-color: #23B900 !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

.bg-body {
  background-color: #F7F7F7 !important;
}

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.0625rem !important;
  }

  .gap-sm-2 {
    gap: 0.125rem !important;
  }

  .gap-sm-3 {
    gap: 0.1875rem !important;
  }

  .gap-sm-4 {
    gap: 0.25rem !important;
  }

  .gap-sm-5 {
    gap: 0.3125rem !important;
  }

  .gap-sm-10 {
    gap: 0.625rem !important;
  }

  .gap-sm-15 {
    gap: 0.9375rem !important;
  }

  .gap-sm-20 {
    gap: 1.25rem !important;
  }

  .gap-sm-30 {
    gap: 1.875rem !important;
  }

  .gap-sm-40 {
    gap: 2.5rem !important;
  }

  .gap-sm-50 {
    gap: 3.125rem !important;
  }

  .gap-sm-60 {
    gap: 3.75rem !important;
  }

  .gap-sm-80 {
    gap: 5rem !important;
  }

  .gap-sm-100 {
    gap: 6.25rem !important;
  }

  .gap-sm-120 {
    gap: 7.5rem !important;
  }

  .gap-sm-160 {
    gap: 10rem !important;
  }

  .gap-sm-200 {
    gap: 12.5rem !important;
  }

  .gap-sm-240 {
    gap: 15rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

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

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

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

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

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

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

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

  .m-sm-20 {
    margin: 1.25rem !important;
  }

  .m-sm-30 {
    margin: 1.875rem !important;
  }

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

  .m-sm-50 {
    margin: 3.125rem !important;
  }

  .m-sm-60 {
    margin: 3.75rem !important;
  }

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

  .m-sm-100 {
    margin: 6.25rem !important;
  }

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

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

  .m-sm-200 {
    margin: 12.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .mx-sm-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }

  .mx-sm-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-sm-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-sm-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  .mx-sm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

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

  .mx-sm-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .mx-sm-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

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

  .mx-sm-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  .mx-sm-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

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

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

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

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

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

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

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

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

  .my-sm-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

  .my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-sm-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-sm-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

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

  .my-sm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .my-sm-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

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

  .my-sm-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .my-sm-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-100 {
    margin-top: 6.25rem !important;
  }

  .mt-sm-120 {
    margin-top: 7.5rem !important;
  }

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

  .mt-sm-200 {
    margin-top: 12.5rem !important;
  }

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

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .me-sm-80 {
    margin-right: 5rem !important;
  }

  .me-sm-100 {
    margin-right: 6.25rem !important;
  }

  .me-sm-120 {
    margin-right: 7.5rem !important;
  }

  .me-sm-160 {
    margin-right: 10rem !important;
  }

  .me-sm-200 {
    margin-right: 12.5rem !important;
  }

  .me-sm-240 {
    margin-right: 15rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-sm-100 {
    margin-bottom: 6.25rem !important;
  }

  .mb-sm-120 {
    margin-bottom: 7.5rem !important;
  }

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

  .mb-sm-200 {
    margin-bottom: 12.5rem !important;
  }

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

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-sm-80 {
    margin-left: 5rem !important;
  }

  .ms-sm-100 {
    margin-left: 6.25rem !important;
  }

  .ms-sm-120 {
    margin-left: 7.5rem !important;
  }

  .ms-sm-160 {
    margin-left: 10rem !important;
  }

  .ms-sm-200 {
    margin-left: 12.5rem !important;
  }

  .ms-sm-240 {
    margin-left: 15rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

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

  .p-sm-20 {
    padding: 1.25rem !important;
  }

  .p-sm-30 {
    padding: 1.875rem !important;
  }

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

  .p-sm-50 {
    padding: 3.125rem !important;
  }

  .p-sm-60 {
    padding: 3.75rem !important;
  }

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

  .p-sm-100 {
    padding: 6.25rem !important;
  }

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

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

  .p-sm-200 {
    padding: 12.5rem !important;
  }

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

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

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

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

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

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

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

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

  .px-sm-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }

  .px-sm-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-sm-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .px-sm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-sm-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  .px-sm-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

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

  .px-sm-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .px-sm-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

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

  .px-sm-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  .px-sm-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

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

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

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

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

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

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

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

  .py-sm-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

  .py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-sm-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-sm-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .py-sm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

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

  .py-sm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .py-sm-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

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

  .py-sm-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .py-sm-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

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

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

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

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

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

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

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

  .pt-sm-15 {
    padding-top: 0.9375rem !important;
  }

  .pt-sm-20 {
    padding-top: 1.25rem !important;
  }

  .pt-sm-30 {
    padding-top: 1.875rem !important;
  }

  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }

  .pt-sm-50 {
    padding-top: 3.125rem !important;
  }

  .pt-sm-60 {
    padding-top: 3.75rem !important;
  }

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

  .pt-sm-100 {
    padding-top: 6.25rem !important;
  }

  .pt-sm-120 {
    padding-top: 7.5rem !important;
  }

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

  .pt-sm-200 {
    padding-top: 12.5rem !important;
  }

  .pt-sm-240 {
    padding-top: 15rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.0625rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.125rem !important;
  }

  .pe-sm-3 {
    padding-right: 0.1875rem !important;
  }

  .pe-sm-4 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-5 {
    padding-right: 0.3125rem !important;
  }

  .pe-sm-10 {
    padding-right: 0.625rem !important;
  }

  .pe-sm-15 {
    padding-right: 0.9375rem !important;
  }

  .pe-sm-20 {
    padding-right: 1.25rem !important;
  }

  .pe-sm-30 {
    padding-right: 1.875rem !important;
  }

  .pe-sm-40 {
    padding-right: 2.5rem !important;
  }

  .pe-sm-50 {
    padding-right: 3.125rem !important;
  }

  .pe-sm-60 {
    padding-right: 3.75rem !important;
  }

  .pe-sm-80 {
    padding-right: 5rem !important;
  }

  .pe-sm-100 {
    padding-right: 6.25rem !important;
  }

  .pe-sm-120 {
    padding-right: 7.5rem !important;
  }

  .pe-sm-160 {
    padding-right: 10rem !important;
  }

  .pe-sm-200 {
    padding-right: 12.5rem !important;
  }

  .pe-sm-240 {
    padding-right: 15rem !important;
  }

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

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

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

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

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

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

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

  .pb-sm-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .pb-sm-30 {
    padding-bottom: 1.875rem !important;
  }

  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sm-50 {
    padding-bottom: 3.125rem !important;
  }

  .pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }

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

  .pb-sm-100 {
    padding-bottom: 6.25rem !important;
  }

  .pb-sm-120 {
    padding-bottom: 7.5rem !important;
  }

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

  .pb-sm-200 {
    padding-bottom: 12.5rem !important;
  }

  .pb-sm-240 {
    padding-bottom: 15rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.0625rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.125rem !important;
  }

  .ps-sm-3 {
    padding-left: 0.1875rem !important;
  }

  .ps-sm-4 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-5 {
    padding-left: 0.3125rem !important;
  }

  .ps-sm-10 {
    padding-left: 0.625rem !important;
  }

  .ps-sm-15 {
    padding-left: 0.9375rem !important;
  }

  .ps-sm-20 {
    padding-left: 1.25rem !important;
  }

  .ps-sm-30 {
    padding-left: 1.875rem !important;
  }

  .ps-sm-40 {
    padding-left: 2.5rem !important;
  }

  .ps-sm-50 {
    padding-left: 3.125rem !important;
  }

  .ps-sm-60 {
    padding-left: 3.75rem !important;
  }

  .ps-sm-80 {
    padding-left: 5rem !important;
  }

  .ps-sm-100 {
    padding-left: 6.25rem !important;
  }

  .ps-sm-120 {
    padding-left: 7.5rem !important;
  }

  .ps-sm-160 {
    padding-left: 10rem !important;
  }

  .ps-sm-200 {
    padding-left: 12.5rem !important;
  }

  .ps-sm-240 {
    padding-left: 15rem !important;
  }

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.0625rem !important;
  }

  .gap-md-2 {
    gap: 0.125rem !important;
  }

  .gap-md-3 {
    gap: 0.1875rem !important;
  }

  .gap-md-4 {
    gap: 0.25rem !important;
  }

  .gap-md-5 {
    gap: 0.3125rem !important;
  }

  .gap-md-10 {
    gap: 0.625rem !important;
  }

  .gap-md-15 {
    gap: 0.9375rem !important;
  }

  .gap-md-20 {
    gap: 1.25rem !important;
  }

  .gap-md-30 {
    gap: 1.875rem !important;
  }

  .gap-md-40 {
    gap: 2.5rem !important;
  }

  .gap-md-50 {
    gap: 3.125rem !important;
  }

  .gap-md-60 {
    gap: 3.75rem !important;
  }

  .gap-md-80 {
    gap: 5rem !important;
  }

  .gap-md-100 {
    gap: 6.25rem !important;
  }

  .gap-md-120 {
    gap: 7.5rem !important;
  }

  .gap-md-160 {
    gap: 10rem !important;
  }

  .gap-md-200 {
    gap: 12.5rem !important;
  }

  .gap-md-240 {
    gap: 15rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

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

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

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

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

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

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

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

  .m-md-20 {
    margin: 1.25rem !important;
  }

  .m-md-30 {
    margin: 1.875rem !important;
  }

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

  .m-md-50 {
    margin: 3.125rem !important;
  }

  .m-md-60 {
    margin: 3.75rem !important;
  }

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

  .m-md-100 {
    margin: 6.25rem !important;
  }

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

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

  .m-md-200 {
    margin: 12.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .mx-md-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }

  .mx-md-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-md-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-md-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  .mx-md-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

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

  .mx-md-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .mx-md-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

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

  .mx-md-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  .mx-md-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

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

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

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

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

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

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

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

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

  .my-md-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

  .my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-md-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-md-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

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

  .my-md-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .my-md-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

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

  .my-md-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .my-md-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-100 {
    margin-top: 6.25rem !important;
  }

  .mt-md-120 {
    margin-top: 7.5rem !important;
  }

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

  .mt-md-200 {
    margin-top: 12.5rem !important;
  }

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

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

  .me-md-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .me-md-80 {
    margin-right: 5rem !important;
  }

  .me-md-100 {
    margin-right: 6.25rem !important;
  }

  .me-md-120 {
    margin-right: 7.5rem !important;
  }

  .me-md-160 {
    margin-right: 10rem !important;
  }

  .me-md-200 {
    margin-right: 12.5rem !important;
  }

  .me-md-240 {
    margin-right: 15rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-md-100 {
    margin-bottom: 6.25rem !important;
  }

  .mb-md-120 {
    margin-bottom: 7.5rem !important;
  }

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

  .mb-md-200 {
    margin-bottom: 12.5rem !important;
  }

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

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-md-80 {
    margin-left: 5rem !important;
  }

  .ms-md-100 {
    margin-left: 6.25rem !important;
  }

  .ms-md-120 {
    margin-left: 7.5rem !important;
  }

  .ms-md-160 {
    margin-left: 10rem !important;
  }

  .ms-md-200 {
    margin-left: 12.5rem !important;
  }

  .ms-md-240 {
    margin-left: 15rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

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

  .p-md-20 {
    padding: 1.25rem !important;
  }

  .p-md-30 {
    padding: 1.875rem !important;
  }

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

  .p-md-50 {
    padding: 3.125rem !important;
  }

  .p-md-60 {
    padding: 3.75rem !important;
  }

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

  .p-md-100 {
    padding: 6.25rem !important;
  }

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

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

  .p-md-200 {
    padding: 12.5rem !important;
  }

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

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

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

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

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

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

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

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

  .px-md-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }

  .px-md-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-md-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .px-md-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-md-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  .px-md-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

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

  .px-md-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .px-md-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

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

  .px-md-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  .px-md-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

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

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

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

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

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

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

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

  .py-md-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

  .py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-md-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-md-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .py-md-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

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

  .py-md-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .py-md-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

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

  .py-md-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .py-md-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

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

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

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

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

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

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

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

  .pt-md-15 {
    padding-top: 0.9375rem !important;
  }

  .pt-md-20 {
    padding-top: 1.25rem !important;
  }

  .pt-md-30 {
    padding-top: 1.875rem !important;
  }

  .pt-md-40 {
    padding-top: 2.5rem !important;
  }

  .pt-md-50 {
    padding-top: 3.125rem !important;
  }

  .pt-md-60 {
    padding-top: 3.75rem !important;
  }

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

  .pt-md-100 {
    padding-top: 6.25rem !important;
  }

  .pt-md-120 {
    padding-top: 7.5rem !important;
  }

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

  .pt-md-200 {
    padding-top: 12.5rem !important;
  }

  .pt-md-240 {
    padding-top: 15rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.0625rem !important;
  }

  .pe-md-2 {
    padding-right: 0.125rem !important;
  }

  .pe-md-3 {
    padding-right: 0.1875rem !important;
  }

  .pe-md-4 {
    padding-right: 0.25rem !important;
  }

  .pe-md-5 {
    padding-right: 0.3125rem !important;
  }

  .pe-md-10 {
    padding-right: 0.625rem !important;
  }

  .pe-md-15 {
    padding-right: 0.9375rem !important;
  }

  .pe-md-20 {
    padding-right: 1.25rem !important;
  }

  .pe-md-30 {
    padding-right: 1.875rem !important;
  }

  .pe-md-40 {
    padding-right: 2.5rem !important;
  }

  .pe-md-50 {
    padding-right: 3.125rem !important;
  }

  .pe-md-60 {
    padding-right: 3.75rem !important;
  }

  .pe-md-80 {
    padding-right: 5rem !important;
  }

  .pe-md-100 {
    padding-right: 6.25rem !important;
  }

  .pe-md-120 {
    padding-right: 7.5rem !important;
  }

  .pe-md-160 {
    padding-right: 10rem !important;
  }

  .pe-md-200 {
    padding-right: 12.5rem !important;
  }

  .pe-md-240 {
    padding-right: 15rem !important;
  }

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

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

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

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

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

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

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

  .pb-md-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .pb-md-30 {
    padding-bottom: 1.875rem !important;
  }

  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-50 {
    padding-bottom: 3.125rem !important;
  }

  .pb-md-60 {
    padding-bottom: 3.75rem !important;
  }

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

  .pb-md-100 {
    padding-bottom: 6.25rem !important;
  }

  .pb-md-120 {
    padding-bottom: 7.5rem !important;
  }

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

  .pb-md-200 {
    padding-bottom: 12.5rem !important;
  }

  .pb-md-240 {
    padding-bottom: 15rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.0625rem !important;
  }

  .ps-md-2 {
    padding-left: 0.125rem !important;
  }

  .ps-md-3 {
    padding-left: 0.1875rem !important;
  }

  .ps-md-4 {
    padding-left: 0.25rem !important;
  }

  .ps-md-5 {
    padding-left: 0.3125rem !important;
  }

  .ps-md-10 {
    padding-left: 0.625rem !important;
  }

  .ps-md-15 {
    padding-left: 0.9375rem !important;
  }

  .ps-md-20 {
    padding-left: 1.25rem !important;
  }

  .ps-md-30 {
    padding-left: 1.875rem !important;
  }

  .ps-md-40 {
    padding-left: 2.5rem !important;
  }

  .ps-md-50 {
    padding-left: 3.125rem !important;
  }

  .ps-md-60 {
    padding-left: 3.75rem !important;
  }

  .ps-md-80 {
    padding-left: 5rem !important;
  }

  .ps-md-100 {
    padding-left: 6.25rem !important;
  }

  .ps-md-120 {
    padding-left: 7.5rem !important;
  }

  .ps-md-160 {
    padding-left: 10rem !important;
  }

  .ps-md-200 {
    padding-left: 12.5rem !important;
  }

  .ps-md-240 {
    padding-left: 15rem !important;
  }

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.0625rem !important;
  }

  .gap-lg-2 {
    gap: 0.125rem !important;
  }

  .gap-lg-3 {
    gap: 0.1875rem !important;
  }

  .gap-lg-4 {
    gap: 0.25rem !important;
  }

  .gap-lg-5 {
    gap: 0.3125rem !important;
  }

  .gap-lg-10 {
    gap: 0.625rem !important;
  }

  .gap-lg-15 {
    gap: 0.9375rem !important;
  }

  .gap-lg-20 {
    gap: 1.25rem !important;
  }

  .gap-lg-30 {
    gap: 1.875rem !important;
  }

  .gap-lg-40 {
    gap: 2.5rem !important;
  }

  .gap-lg-50 {
    gap: 3.125rem !important;
  }

  .gap-lg-60 {
    gap: 3.75rem !important;
  }

  .gap-lg-80 {
    gap: 5rem !important;
  }

  .gap-lg-100 {
    gap: 6.25rem !important;
  }

  .gap-lg-120 {
    gap: 7.5rem !important;
  }

  .gap-lg-160 {
    gap: 10rem !important;
  }

  .gap-lg-200 {
    gap: 12.5rem !important;
  }

  .gap-lg-240 {
    gap: 15rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

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

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

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

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

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

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

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

  .m-lg-20 {
    margin: 1.25rem !important;
  }

  .m-lg-30 {
    margin: 1.875rem !important;
  }

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

  .m-lg-50 {
    margin: 3.125rem !important;
  }

  .m-lg-60 {
    margin: 3.75rem !important;
  }

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

  .m-lg-100 {
    margin: 6.25rem !important;
  }

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

  .m-lg-160 {
    margin: 10rem !important;
  }

  .m-lg-200 {
    margin: 12.5rem !important;
  }

  .m-lg-240 {
    margin: 15rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }

  .mx-lg-3 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }

  .mx-lg-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }

  .mx-lg-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .mx-lg-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }

  .mx-lg-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-lg-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-lg-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  .mx-lg-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .mx-lg-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-lg-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .mx-lg-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-lg-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-lg-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  .mx-lg-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important;
  }

  .my-lg-2 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .my-lg-3 {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }

  .my-lg-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }

  .my-lg-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .my-lg-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

  .my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-lg-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-lg-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .my-lg-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-lg-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .my-lg-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-lg-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-lg-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .my-lg-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.0625rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.125rem !important;
  }

  .mt-lg-3 {
    margin-top: 0.1875rem !important;
  }

  .mt-lg-4 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-5 {
    margin-top: 0.3125rem !important;
  }

  .mt-lg-10 {
    margin-top: 0.625rem !important;
  }

  .mt-lg-15 {
    margin-top: 0.9375rem !important;
  }

  .mt-lg-20 {
    margin-top: 1.25rem !important;
  }

  .mt-lg-30 {
    margin-top: 1.875rem !important;
  }

  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-50 {
    margin-top: 3.125rem !important;
  }

  .mt-lg-60 {
    margin-top: 3.75rem !important;
  }

  .mt-lg-80 {
    margin-top: 5rem !important;
  }

  .mt-lg-100 {
    margin-top: 6.25rem !important;
  }

  .mt-lg-120 {
    margin-top: 7.5rem !important;
  }

  .mt-lg-160 {
    margin-top: 10rem !important;
  }

  .mt-lg-200 {
    margin-top: 12.5rem !important;
  }

  .mt-lg-240 {
    margin-top: 15rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.0625rem !important;
  }

  .me-lg-2 {
    margin-right: 0.125rem !important;
  }

  .me-lg-3 {
    margin-right: 0.1875rem !important;
  }

  .me-lg-4 {
    margin-right: 0.25rem !important;
  }

  .me-lg-5 {
    margin-right: 0.3125rem !important;
  }

  .me-lg-10 {
    margin-right: 0.625rem !important;
  }

  .me-lg-15 {
    margin-right: 0.9375rem !important;
  }

  .me-lg-20 {
    margin-right: 1.25rem !important;
  }

  .me-lg-30 {
    margin-right: 1.875rem !important;
  }

  .me-lg-40 {
    margin-right: 2.5rem !important;
  }

  .me-lg-50 {
    margin-right: 3.125rem !important;
  }

  .me-lg-60 {
    margin-right: 3.75rem !important;
  }

  .me-lg-80 {
    margin-right: 5rem !important;
  }

  .me-lg-100 {
    margin-right: 6.25rem !important;
  }

  .me-lg-120 {
    margin-right: 7.5rem !important;
  }

  .me-lg-160 {
    margin-right: 10rem !important;
  }

  .me-lg-200 {
    margin-right: 12.5rem !important;
  }

  .me-lg-240 {
    margin-right: 15rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.0625rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.125rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 0.1875rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 0.3125rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 0.625rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 0.9375rem !important;
  }

  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }

  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-50 {
    margin-bottom: 3.125rem !important;
  }

  .mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }

  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }

  .mb-lg-120 {
    margin-bottom: 7.5rem !important;
  }

  .mb-lg-160 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-200 {
    margin-bottom: 12.5rem !important;
  }

  .mb-lg-240 {
    margin-bottom: 15rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.0625rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.125rem !important;
  }

  .ms-lg-3 {
    margin-left: 0.1875rem !important;
  }

  .ms-lg-4 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-5 {
    margin-left: 0.3125rem !important;
  }

  .ms-lg-10 {
    margin-left: 0.625rem !important;
  }

  .ms-lg-15 {
    margin-left: 0.9375rem !important;
  }

  .ms-lg-20 {
    margin-left: 1.25rem !important;
  }

  .ms-lg-30 {
    margin-left: 1.875rem !important;
  }

  .ms-lg-40 {
    margin-left: 2.5rem !important;
  }

  .ms-lg-50 {
    margin-left: 3.125rem !important;
  }

  .ms-lg-60 {
    margin-left: 3.75rem !important;
  }

  .ms-lg-80 {
    margin-left: 5rem !important;
  }

  .ms-lg-100 {
    margin-left: 6.25rem !important;
  }

  .ms-lg-120 {
    margin-left: 7.5rem !important;
  }

  .ms-lg-160 {
    margin-left: 10rem !important;
  }

  .ms-lg-200 {
    margin-left: 12.5rem !important;
  }

  .ms-lg-240 {
    margin-left: 15rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.0625rem !important;
  }

  .p-lg-2 {
    padding: 0.125rem !important;
  }

  .p-lg-3 {
    padding: 0.1875rem !important;
  }

  .p-lg-4 {
    padding: 0.25rem !important;
  }

  .p-lg-5 {
    padding: 0.3125rem !important;
  }

  .p-lg-10 {
    padding: 0.625rem !important;
  }

  .p-lg-15 {
    padding: 0.9375rem !important;
  }

  .p-lg-20 {
    padding: 1.25rem !important;
  }

  .p-lg-30 {
    padding: 1.875rem !important;
  }

  .p-lg-40 {
    padding: 2.5rem !important;
  }

  .p-lg-50 {
    padding: 3.125rem !important;
  }

  .p-lg-60 {
    padding: 3.75rem !important;
  }

  .p-lg-80 {
    padding: 5rem !important;
  }

  .p-lg-100 {
    padding: 6.25rem !important;
  }

  .p-lg-120 {
    padding: 7.5rem !important;
  }

  .p-lg-160 {
    padding: 10rem !important;
  }

  .p-lg-200 {
    padding: 12.5rem !important;
  }

  .p-lg-240 {
    padding: 15rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important;
  }

  .px-lg-2 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }

  .px-lg-3 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }

  .px-lg-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }

  .px-lg-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .px-lg-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }

  .px-lg-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-lg-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-lg-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  .px-lg-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .px-lg-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-lg-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .px-lg-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-lg-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-lg-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  .px-lg-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important;
  }

  .py-lg-2 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .py-lg-3 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }

  .py-lg-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }

  .py-lg-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .py-lg-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

  .py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-lg-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-lg-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-lg-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .py-lg-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-lg-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-lg-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .py-lg-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.0625rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.125rem !important;
  }

  .pt-lg-3 {
    padding-top: 0.1875rem !important;
  }

  .pt-lg-4 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-5 {
    padding-top: 0.3125rem !important;
  }

  .pt-lg-10 {
    padding-top: 0.625rem !important;
  }

  .pt-lg-15 {
    padding-top: 0.9375rem !important;
  }

  .pt-lg-20 {
    padding-top: 1.25rem !important;
  }

  .pt-lg-30 {
    padding-top: 1.875rem !important;
  }

  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-50 {
    padding-top: 3.125rem !important;
  }

  .pt-lg-60 {
    padding-top: 3.75rem !important;
  }

  .pt-lg-80 {
    padding-top: 5rem !important;
  }

  .pt-lg-100 {
    padding-top: 6.25rem !important;
  }

  .pt-lg-120 {
    padding-top: 7.5rem !important;
  }

  .pt-lg-160 {
    padding-top: 10rem !important;
  }

  .pt-lg-200 {
    padding-top: 12.5rem !important;
  }

  .pt-lg-240 {
    padding-top: 15rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.0625rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.125rem !important;
  }

  .pe-lg-3 {
    padding-right: 0.1875rem !important;
  }

  .pe-lg-4 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-5 {
    padding-right: 0.3125rem !important;
  }

  .pe-lg-10 {
    padding-right: 0.625rem !important;
  }

  .pe-lg-15 {
    padding-right: 0.9375rem !important;
  }

  .pe-lg-20 {
    padding-right: 1.25rem !important;
  }

  .pe-lg-30 {
    padding-right: 1.875rem !important;
  }

  .pe-lg-40 {
    padding-right: 2.5rem !important;
  }

  .pe-lg-50 {
    padding-right: 3.125rem !important;
  }

  .pe-lg-60 {
    padding-right: 3.75rem !important;
  }

  .pe-lg-80 {
    padding-right: 5rem !important;
  }

  .pe-lg-100 {
    padding-right: 6.25rem !important;
  }

  .pe-lg-120 {
    padding-right: 7.5rem !important;
  }

  .pe-lg-160 {
    padding-right: 10rem !important;
  }

  .pe-lg-200 {
    padding-right: 12.5rem !important;
  }

  .pe-lg-240 {
    padding-right: 15rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.0625rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.125rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 0.1875rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 0.625rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .pb-lg-30 {
    padding-bottom: 1.875rem !important;
  }

  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-50 {
    padding-bottom: 3.125rem !important;
  }

  .pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }

  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }

  .pb-lg-120 {
    padding-bottom: 7.5rem !important;
  }

  .pb-lg-160 {
    padding-bottom: 10rem !important;
  }

  .pb-lg-200 {
    padding-bottom: 12.5rem !important;
  }

  .pb-lg-240 {
    padding-bottom: 15rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.0625rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.125rem !important;
  }

  .ps-lg-3 {
    padding-left: 0.1875rem !important;
  }

  .ps-lg-4 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-5 {
    padding-left: 0.3125rem !important;
  }

  .ps-lg-10 {
    padding-left: 0.625rem !important;
  }

  .ps-lg-15 {
    padding-left: 0.9375rem !important;
  }

  .ps-lg-20 {
    padding-left: 1.25rem !important;
  }

  .ps-lg-30 {
    padding-left: 1.875rem !important;
  }

  .ps-lg-40 {
    padding-left: 2.5rem !important;
  }

  .ps-lg-50 {
    padding-left: 3.125rem !important;
  }

  .ps-lg-60 {
    padding-left: 3.75rem !important;
  }

  .ps-lg-80 {
    padding-left: 5rem !important;
  }

  .ps-lg-100 {
    padding-left: 6.25rem !important;
  }

  .ps-lg-120 {
    padding-left: 7.5rem !important;
  }

  .ps-lg-160 {
    padding-left: 10rem !important;
  }

  .ps-lg-200 {
    padding-left: 12.5rem !important;
  }

  .ps-lg-240 {
    padding-left: 15rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.0625rem !important;
  }

  .gap-xl-2 {
    gap: 0.125rem !important;
  }

  .gap-xl-3 {
    gap: 0.1875rem !important;
  }

  .gap-xl-4 {
    gap: 0.25rem !important;
  }

  .gap-xl-5 {
    gap: 0.3125rem !important;
  }

  .gap-xl-10 {
    gap: 0.625rem !important;
  }

  .gap-xl-15 {
    gap: 0.9375rem !important;
  }

  .gap-xl-20 {
    gap: 1.25rem !important;
  }

  .gap-xl-30 {
    gap: 1.875rem !important;
  }

  .gap-xl-40 {
    gap: 2.5rem !important;
  }

  .gap-xl-50 {
    gap: 3.125rem !important;
  }

  .gap-xl-60 {
    gap: 3.75rem !important;
  }

  .gap-xl-80 {
    gap: 5rem !important;
  }

  .gap-xl-100 {
    gap: 6.25rem !important;
  }

  .gap-xl-120 {
    gap: 7.5rem !important;
  }

  .gap-xl-160 {
    gap: 10rem !important;
  }

  .gap-xl-200 {
    gap: 12.5rem !important;
  }

  .gap-xl-240 {
    gap: 15rem !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.0625rem !important;
  }

  .m-xl-2 {
    margin: 0.125rem !important;
  }

  .m-xl-3 {
    margin: 0.1875rem !important;
  }

  .m-xl-4 {
    margin: 0.25rem !important;
  }

  .m-xl-5 {
    margin: 0.3125rem !important;
  }

  .m-xl-10 {
    margin: 0.625rem !important;
  }

  .m-xl-15 {
    margin: 0.9375rem !important;
  }

  .m-xl-20 {
    margin: 1.25rem !important;
  }

  .m-xl-30 {
    margin: 1.875rem !important;
  }

  .m-xl-40 {
    margin: 2.5rem !important;
  }

  .m-xl-50 {
    margin: 3.125rem !important;
  }

  .m-xl-60 {
    margin: 3.75rem !important;
  }

  .m-xl-80 {
    margin: 5rem !important;
  }

  .m-xl-100 {
    margin: 6.25rem !important;
  }

  .m-xl-120 {
    margin: 7.5rem !important;
  }

  .m-xl-160 {
    margin: 10rem !important;
  }

  .m-xl-200 {
    margin: 12.5rem !important;
  }

  .m-xl-240 {
    margin: 15rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }

  .mx-xl-3 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }

  .mx-xl-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }

  .mx-xl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .mx-xl-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }

  .mx-xl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-xl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .mx-xl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  .mx-xl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .mx-xl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .mx-xl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-xl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xl-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  .mx-xl-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important;
  }

  .my-xl-2 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .my-xl-3 {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }

  .my-xl-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }

  .my-xl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .my-xl-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

  .my-xl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-xl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .my-xl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .my-xl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .my-xl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-xl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xl-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .my-xl-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.0625rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.125rem !important;
  }

  .mt-xl-3 {
    margin-top: 0.1875rem !important;
  }

  .mt-xl-4 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-5 {
    margin-top: 0.3125rem !important;
  }

  .mt-xl-10 {
    margin-top: 0.625rem !important;
  }

  .mt-xl-15 {
    margin-top: 0.9375rem !important;
  }

  .mt-xl-20 {
    margin-top: 1.25rem !important;
  }

  .mt-xl-30 {
    margin-top: 1.875rem !important;
  }

  .mt-xl-40 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-50 {
    margin-top: 3.125rem !important;
  }

  .mt-xl-60 {
    margin-top: 3.75rem !important;
  }

  .mt-xl-80 {
    margin-top: 5rem !important;
  }

  .mt-xl-100 {
    margin-top: 6.25rem !important;
  }

  .mt-xl-120 {
    margin-top: 7.5rem !important;
  }

  .mt-xl-160 {
    margin-top: 10rem !important;
  }

  .mt-xl-200 {
    margin-top: 12.5rem !important;
  }

  .mt-xl-240 {
    margin-top: 15rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.0625rem !important;
  }

  .me-xl-2 {
    margin-right: 0.125rem !important;
  }

  .me-xl-3 {
    margin-right: 0.1875rem !important;
  }

  .me-xl-4 {
    margin-right: 0.25rem !important;
  }

  .me-xl-5 {
    margin-right: 0.3125rem !important;
  }

  .me-xl-10 {
    margin-right: 0.625rem !important;
  }

  .me-xl-15 {
    margin-right: 0.9375rem !important;
  }

  .me-xl-20 {
    margin-right: 1.25rem !important;
  }

  .me-xl-30 {
    margin-right: 1.875rem !important;
  }

  .me-xl-40 {
    margin-right: 2.5rem !important;
  }

  .me-xl-50 {
    margin-right: 3.125rem !important;
  }

  .me-xl-60 {
    margin-right: 3.75rem !important;
  }

  .me-xl-80 {
    margin-right: 5rem !important;
  }

  .me-xl-100 {
    margin-right: 6.25rem !important;
  }

  .me-xl-120 {
    margin-right: 7.5rem !important;
  }

  .me-xl-160 {
    margin-right: 10rem !important;
  }

  .me-xl-200 {
    margin-right: 12.5rem !important;
  }

  .me-xl-240 {
    margin-right: 15rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.0625rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.125rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 0.1875rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 0.3125rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 0.625rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 0.9375rem !important;
  }

  .mb-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .mb-xl-30 {
    margin-bottom: 1.875rem !important;
  }

  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-50 {
    margin-bottom: 3.125rem !important;
  }

  .mb-xl-60 {
    margin-bottom: 3.75rem !important;
  }

  .mb-xl-80 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-100 {
    margin-bottom: 6.25rem !important;
  }

  .mb-xl-120 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xl-160 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-200 {
    margin-bottom: 12.5rem !important;
  }

  .mb-xl-240 {
    margin-bottom: 15rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.0625rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.125rem !important;
  }

  .ms-xl-3 {
    margin-left: 0.1875rem !important;
  }

  .ms-xl-4 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-5 {
    margin-left: 0.3125rem !important;
  }

  .ms-xl-10 {
    margin-left: 0.625rem !important;
  }

  .ms-xl-15 {
    margin-left: 0.9375rem !important;
  }

  .ms-xl-20 {
    margin-left: 1.25rem !important;
  }

  .ms-xl-30 {
    margin-left: 1.875rem !important;
  }

  .ms-xl-40 {
    margin-left: 2.5rem !important;
  }

  .ms-xl-50 {
    margin-left: 3.125rem !important;
  }

  .ms-xl-60 {
    margin-left: 3.75rem !important;
  }

  .ms-xl-80 {
    margin-left: 5rem !important;
  }

  .ms-xl-100 {
    margin-left: 6.25rem !important;
  }

  .ms-xl-120 {
    margin-left: 7.5rem !important;
  }

  .ms-xl-160 {
    margin-left: 10rem !important;
  }

  .ms-xl-200 {
    margin-left: 12.5rem !important;
  }

  .ms-xl-240 {
    margin-left: 15rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.0625rem !important;
  }

  .p-xl-2 {
    padding: 0.125rem !important;
  }

  .p-xl-3 {
    padding: 0.1875rem !important;
  }

  .p-xl-4 {
    padding: 0.25rem !important;
  }

  .p-xl-5 {
    padding: 0.3125rem !important;
  }

  .p-xl-10 {
    padding: 0.625rem !important;
  }

  .p-xl-15 {
    padding: 0.9375rem !important;
  }

  .p-xl-20 {
    padding: 1.25rem !important;
  }

  .p-xl-30 {
    padding: 1.875rem !important;
  }

  .p-xl-40 {
    padding: 2.5rem !important;
  }

  .p-xl-50 {
    padding: 3.125rem !important;
  }

  .p-xl-60 {
    padding: 3.75rem !important;
  }

  .p-xl-80 {
    padding: 5rem !important;
  }

  .p-xl-100 {
    padding: 6.25rem !important;
  }

  .p-xl-120 {
    padding: 7.5rem !important;
  }

  .p-xl-160 {
    padding: 10rem !important;
  }

  .p-xl-200 {
    padding: 12.5rem !important;
  }

  .p-xl-240 {
    padding: 15rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important;
  }

  .px-xl-2 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }

  .px-xl-3 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }

  .px-xl-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }

  .px-xl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .px-xl-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }

  .px-xl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-xl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .px-xl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  .px-xl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .px-xl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .px-xl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-xl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xl-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  .px-xl-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important;
  }

  .py-xl-2 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .py-xl-3 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }

  .py-xl-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }

  .py-xl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .py-xl-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

  .py-xl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-xl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .py-xl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .py-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .py-xl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-xl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xl-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .py-xl-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.0625rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.125rem !important;
  }

  .pt-xl-3 {
    padding-top: 0.1875rem !important;
  }

  .pt-xl-4 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-5 {
    padding-top: 0.3125rem !important;
  }

  .pt-xl-10 {
    padding-top: 0.625rem !important;
  }

  .pt-xl-15 {
    padding-top: 0.9375rem !important;
  }

  .pt-xl-20 {
    padding-top: 1.25rem !important;
  }

  .pt-xl-30 {
    padding-top: 1.875rem !important;
  }

  .pt-xl-40 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-50 {
    padding-top: 3.125rem !important;
  }

  .pt-xl-60 {
    padding-top: 3.75rem !important;
  }

  .pt-xl-80 {
    padding-top: 5rem !important;
  }

  .pt-xl-100 {
    padding-top: 6.25rem !important;
  }

  .pt-xl-120 {
    padding-top: 7.5rem !important;
  }

  .pt-xl-160 {
    padding-top: 10rem !important;
  }

  .pt-xl-200 {
    padding-top: 12.5rem !important;
  }

  .pt-xl-240 {
    padding-top: 15rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.0625rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.125rem !important;
  }

  .pe-xl-3 {
    padding-right: 0.1875rem !important;
  }

  .pe-xl-4 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-5 {
    padding-right: 0.3125rem !important;
  }

  .pe-xl-10 {
    padding-right: 0.625rem !important;
  }

  .pe-xl-15 {
    padding-right: 0.9375rem !important;
  }

  .pe-xl-20 {
    padding-right: 1.25rem !important;
  }

  .pe-xl-30 {
    padding-right: 1.875rem !important;
  }

  .pe-xl-40 {
    padding-right: 2.5rem !important;
  }

  .pe-xl-50 {
    padding-right: 3.125rem !important;
  }

  .pe-xl-60 {
    padding-right: 3.75rem !important;
  }

  .pe-xl-80 {
    padding-right: 5rem !important;
  }

  .pe-xl-100 {
    padding-right: 6.25rem !important;
  }

  .pe-xl-120 {
    padding-right: 7.5rem !important;
  }

  .pe-xl-160 {
    padding-right: 10rem !important;
  }

  .pe-xl-200 {
    padding-right: 12.5rem !important;
  }

  .pe-xl-240 {
    padding-right: 15rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.0625rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.125rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 0.1875rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pb-xl-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pb-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pb-xl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-50 {
    padding-bottom: 3.125rem !important;
  }

  .pb-xl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pb-xl-80 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pb-xl-120 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xl-160 {
    padding-bottom: 10rem !important;
  }

  .pb-xl-200 {
    padding-bottom: 12.5rem !important;
  }

  .pb-xl-240 {
    padding-bottom: 15rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.0625rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.125rem !important;
  }

  .ps-xl-3 {
    padding-left: 0.1875rem !important;
  }

  .ps-xl-4 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-5 {
    padding-left: 0.3125rem !important;
  }

  .ps-xl-10 {
    padding-left: 0.625rem !important;
  }

  .ps-xl-15 {
    padding-left: 0.9375rem !important;
  }

  .ps-xl-20 {
    padding-left: 1.25rem !important;
  }

  .ps-xl-30 {
    padding-left: 1.875rem !important;
  }

  .ps-xl-40 {
    padding-left: 2.5rem !important;
  }

  .ps-xl-50 {
    padding-left: 3.125rem !important;
  }

  .ps-xl-60 {
    padding-left: 3.75rem !important;
  }

  .ps-xl-80 {
    padding-left: 5rem !important;
  }

  .ps-xl-100 {
    padding-left: 6.25rem !important;
  }

  .ps-xl-120 {
    padding-left: 7.5rem !important;
  }

  .ps-xl-160 {
    padding-left: 10rem !important;
  }

  .ps-xl-200 {
    padding-left: 12.5rem !important;
  }

  .ps-xl-240 {
    padding-left: 15rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.0625rem !important;
  }

  .gap-xxl-2 {
    gap: 0.125rem !important;
  }

  .gap-xxl-3 {
    gap: 0.1875rem !important;
  }

  .gap-xxl-4 {
    gap: 0.25rem !important;
  }

  .gap-xxl-5 {
    gap: 0.3125rem !important;
  }

  .gap-xxl-10 {
    gap: 0.625rem !important;
  }

  .gap-xxl-15 {
    gap: 0.9375rem !important;
  }

  .gap-xxl-20 {
    gap: 1.25rem !important;
  }

  .gap-xxl-30 {
    gap: 1.875rem !important;
  }

  .gap-xxl-40 {
    gap: 2.5rem !important;
  }

  .gap-xxl-50 {
    gap: 3.125rem !important;
  }

  .gap-xxl-60 {
    gap: 3.75rem !important;
  }

  .gap-xxl-80 {
    gap: 5rem !important;
  }

  .gap-xxl-100 {
    gap: 6.25rem !important;
  }

  .gap-xxl-120 {
    gap: 7.5rem !important;
  }

  .gap-xxl-160 {
    gap: 10rem !important;
  }

  .gap-xxl-200 {
    gap: 12.5rem !important;
  }

  .gap-xxl-240 {
    gap: 15rem !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.0625rem !important;
  }

  .m-xxl-2 {
    margin: 0.125rem !important;
  }

  .m-xxl-3 {
    margin: 0.1875rem !important;
  }

  .m-xxl-4 {
    margin: 0.25rem !important;
  }

  .m-xxl-5 {
    margin: 0.3125rem !important;
  }

  .m-xxl-10 {
    margin: 0.625rem !important;
  }

  .m-xxl-15 {
    margin: 0.9375rem !important;
  }

  .m-xxl-20 {
    margin: 1.25rem !important;
  }

  .m-xxl-30 {
    margin: 1.875rem !important;
  }

  .m-xxl-40 {
    margin: 2.5rem !important;
  }

  .m-xxl-50 {
    margin: 3.125rem !important;
  }

  .m-xxl-60 {
    margin: 3.75rem !important;
  }

  .m-xxl-80 {
    margin: 5rem !important;
  }

  .m-xxl-100 {
    margin: 6.25rem !important;
  }

  .m-xxl-120 {
    margin: 7.5rem !important;
  }

  .m-xxl-160 {
    margin: 10rem !important;
  }

  .m-xxl-200 {
    margin: 12.5rem !important;
  }

  .m-xxl-240 {
    margin: 15rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }

  .mx-xxl-3 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }

  .mx-xxl-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }

  .mx-xxl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .mx-xxl-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }

  .mx-xxl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-xxl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .mx-xxl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xxl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  .mx-xxl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .mx-xxl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xxl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .mx-xxl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-xxl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xxl-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  .mx-xxl-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .my-xxl-3 {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }

  .my-xxl-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }

  .my-xxl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .my-xxl-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

  .my-xxl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-xxl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .my-xxl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xxl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .my-xxl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .my-xxl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .my-xxl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-xxl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xxl-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .my-xxl-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.0625rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.125rem !important;
  }

  .mt-xxl-3 {
    margin-top: 0.1875rem !important;
  }

  .mt-xxl-4 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-5 {
    margin-top: 0.3125rem !important;
  }

  .mt-xxl-10 {
    margin-top: 0.625rem !important;
  }

  .mt-xxl-15 {
    margin-top: 0.9375rem !important;
  }

  .mt-xxl-20 {
    margin-top: 1.25rem !important;
  }

  .mt-xxl-30 {
    margin-top: 1.875rem !important;
  }

  .mt-xxl-40 {
    margin-top: 2.5rem !important;
  }

  .mt-xxl-50 {
    margin-top: 3.125rem !important;
  }

  .mt-xxl-60 {
    margin-top: 3.75rem !important;
  }

  .mt-xxl-80 {
    margin-top: 5rem !important;
  }

  .mt-xxl-100 {
    margin-top: 6.25rem !important;
  }

  .mt-xxl-120 {
    margin-top: 7.5rem !important;
  }

  .mt-xxl-160 {
    margin-top: 10rem !important;
  }

  .mt-xxl-200 {
    margin-top: 12.5rem !important;
  }

  .mt-xxl-240 {
    margin-top: 15rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.0625rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.125rem !important;
  }

  .me-xxl-3 {
    margin-right: 0.1875rem !important;
  }

  .me-xxl-4 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-5 {
    margin-right: 0.3125rem !important;
  }

  .me-xxl-10 {
    margin-right: 0.625rem !important;
  }

  .me-xxl-15 {
    margin-right: 0.9375rem !important;
  }

  .me-xxl-20 {
    margin-right: 1.25rem !important;
  }

  .me-xxl-30 {
    margin-right: 1.875rem !important;
  }

  .me-xxl-40 {
    margin-right: 2.5rem !important;
  }

  .me-xxl-50 {
    margin-right: 3.125rem !important;
  }

  .me-xxl-60 {
    margin-right: 3.75rem !important;
  }

  .me-xxl-80 {
    margin-right: 5rem !important;
  }

  .me-xxl-100 {
    margin-right: 6.25rem !important;
  }

  .me-xxl-120 {
    margin-right: 7.5rem !important;
  }

  .me-xxl-160 {
    margin-right: 10rem !important;
  }

  .me-xxl-200 {
    margin-right: 12.5rem !important;
  }

  .me-xxl-240 {
    margin-right: 15rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.0625rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.125rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 0.1875rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 0.3125rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 0.625rem !important;
  }

  .mb-xxl-15 {
    margin-bottom: 0.9375rem !important;
  }

  .mb-xxl-20 {
    margin-bottom: 1.25rem !important;
  }

  .mb-xxl-30 {
    margin-bottom: 1.875rem !important;
  }

  .mb-xxl-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xxl-50 {
    margin-bottom: 3.125rem !important;
  }

  .mb-xxl-60 {
    margin-bottom: 3.75rem !important;
  }

  .mb-xxl-80 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-100 {
    margin-bottom: 6.25rem !important;
  }

  .mb-xxl-120 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xxl-160 {
    margin-bottom: 10rem !important;
  }

  .mb-xxl-200 {
    margin-bottom: 12.5rem !important;
  }

  .mb-xxl-240 {
    margin-bottom: 15rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.0625rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.125rem !important;
  }

  .ms-xxl-3 {
    margin-left: 0.1875rem !important;
  }

  .ms-xxl-4 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-5 {
    margin-left: 0.3125rem !important;
  }

  .ms-xxl-10 {
    margin-left: 0.625rem !important;
  }

  .ms-xxl-15 {
    margin-left: 0.9375rem !important;
  }

  .ms-xxl-20 {
    margin-left: 1.25rem !important;
  }

  .ms-xxl-30 {
    margin-left: 1.875rem !important;
  }

  .ms-xxl-40 {
    margin-left: 2.5rem !important;
  }

  .ms-xxl-50 {
    margin-left: 3.125rem !important;
  }

  .ms-xxl-60 {
    margin-left: 3.75rem !important;
  }

  .ms-xxl-80 {
    margin-left: 5rem !important;
  }

  .ms-xxl-100 {
    margin-left: 6.25rem !important;
  }

  .ms-xxl-120 {
    margin-left: 7.5rem !important;
  }

  .ms-xxl-160 {
    margin-left: 10rem !important;
  }

  .ms-xxl-200 {
    margin-left: 12.5rem !important;
  }

  .ms-xxl-240 {
    margin-left: 15rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.0625rem !important;
  }

  .p-xxl-2 {
    padding: 0.125rem !important;
  }

  .p-xxl-3 {
    padding: 0.1875rem !important;
  }

  .p-xxl-4 {
    padding: 0.25rem !important;
  }

  .p-xxl-5 {
    padding: 0.3125rem !important;
  }

  .p-xxl-10 {
    padding: 0.625rem !important;
  }

  .p-xxl-15 {
    padding: 0.9375rem !important;
  }

  .p-xxl-20 {
    padding: 1.25rem !important;
  }

  .p-xxl-30 {
    padding: 1.875rem !important;
  }

  .p-xxl-40 {
    padding: 2.5rem !important;
  }

  .p-xxl-50 {
    padding: 3.125rem !important;
  }

  .p-xxl-60 {
    padding: 3.75rem !important;
  }

  .p-xxl-80 {
    padding: 5rem !important;
  }

  .p-xxl-100 {
    padding: 6.25rem !important;
  }

  .p-xxl-120 {
    padding: 7.5rem !important;
  }

  .p-xxl-160 {
    padding: 10rem !important;
  }

  .p-xxl-200 {
    padding: 12.5rem !important;
  }

  .p-xxl-240 {
    padding: 15rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }

  .px-xxl-3 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }

  .px-xxl-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }

  .px-xxl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .px-xxl-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }

  .px-xxl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-xxl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .px-xxl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xxl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  .px-xxl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .px-xxl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xxl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .px-xxl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-xxl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xxl-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  .px-xxl-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .py-xxl-3 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }

  .py-xxl-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }

  .py-xxl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .py-xxl-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

  .py-xxl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-xxl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .py-xxl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xxl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .py-xxl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .py-xxl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xxl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .py-xxl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-xxl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xxl-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .py-xxl-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.0625rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.125rem !important;
  }

  .pt-xxl-3 {
    padding-top: 0.1875rem !important;
  }

  .pt-xxl-4 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-5 {
    padding-top: 0.3125rem !important;
  }

  .pt-xxl-10 {
    padding-top: 0.625rem !important;
  }

  .pt-xxl-15 {
    padding-top: 0.9375rem !important;
  }

  .pt-xxl-20 {
    padding-top: 1.25rem !important;
  }

  .pt-xxl-30 {
    padding-top: 1.875rem !important;
  }

  .pt-xxl-40 {
    padding-top: 2.5rem !important;
  }

  .pt-xxl-50 {
    padding-top: 3.125rem !important;
  }

  .pt-xxl-60 {
    padding-top: 3.75rem !important;
  }

  .pt-xxl-80 {
    padding-top: 5rem !important;
  }

  .pt-xxl-100 {
    padding-top: 6.25rem !important;
  }

  .pt-xxl-120 {
    padding-top: 7.5rem !important;
  }

  .pt-xxl-160 {
    padding-top: 10rem !important;
  }

  .pt-xxl-200 {
    padding-top: 12.5rem !important;
  }

  .pt-xxl-240 {
    padding-top: 15rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.0625rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.125rem !important;
  }

  .pe-xxl-3 {
    padding-right: 0.1875rem !important;
  }

  .pe-xxl-4 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-5 {
    padding-right: 0.3125rem !important;
  }

  .pe-xxl-10 {
    padding-right: 0.625rem !important;
  }

  .pe-xxl-15 {
    padding-right: 0.9375rem !important;
  }

  .pe-xxl-20 {
    padding-right: 1.25rem !important;
  }

  .pe-xxl-30 {
    padding-right: 1.875rem !important;
  }

  .pe-xxl-40 {
    padding-right: 2.5rem !important;
  }

  .pe-xxl-50 {
    padding-right: 3.125rem !important;
  }

  .pe-xxl-60 {
    padding-right: 3.75rem !important;
  }

  .pe-xxl-80 {
    padding-right: 5rem !important;
  }

  .pe-xxl-100 {
    padding-right: 6.25rem !important;
  }

  .pe-xxl-120 {
    padding-right: 7.5rem !important;
  }

  .pe-xxl-160 {
    padding-right: 10rem !important;
  }

  .pe-xxl-200 {
    padding-right: 12.5rem !important;
  }

  .pe-xxl-240 {
    padding-right: 15rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.0625rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.125rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 0.1875rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pb-xxl-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pb-xxl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pb-xxl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pb-xxl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xxl-50 {
    padding-bottom: 3.125rem !important;
  }

  .pb-xxl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pb-xxl-80 {
    padding-bottom: 5rem !important;
  }

  .pb-xxl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pb-xxl-120 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xxl-160 {
    padding-bottom: 10rem !important;
  }

  .pb-xxl-200 {
    padding-bottom: 12.5rem !important;
  }

  .pb-xxl-240 {
    padding-bottom: 15rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.0625rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.125rem !important;
  }

  .ps-xxl-3 {
    padding-left: 0.1875rem !important;
  }

  .ps-xxl-4 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-5 {
    padding-left: 0.3125rem !important;
  }

  .ps-xxl-10 {
    padding-left: 0.625rem !important;
  }

  .ps-xxl-15 {
    padding-left: 0.9375rem !important;
  }

  .ps-xxl-20 {
    padding-left: 1.25rem !important;
  }

  .ps-xxl-30 {
    padding-left: 1.875rem !important;
  }

  .ps-xxl-40 {
    padding-left: 2.5rem !important;
  }

  .ps-xxl-50 {
    padding-left: 3.125rem !important;
  }

  .ps-xxl-60 {
    padding-left: 3.75rem !important;
  }

  .ps-xxl-80 {
    padding-left: 5rem !important;
  }

  .ps-xxl-100 {
    padding-left: 6.25rem !important;
  }

  .ps-xxl-120 {
    padding-left: 7.5rem !important;
  }

  .ps-xxl-160 {
    padding-left: 10rem !important;
  }

  .ps-xxl-200 {
    padding-left: 12.5rem !important;
  }

  .ps-xxl-240 {
    padding-left: 15rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.5rem !important;
  }

  .fs-2 {
    font-size: 3rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*#region Rem */
/*#endregion */
/*#region Rem */
/*#endregion */
[class^=icon-],
[class*=" icon-"] {
  font-family: "iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}

:root {
  --scale: 1;
}
@media (min-width: 1500px) {
  :root {
    --scale: 1.1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --scale: 0.9;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --scale: 0.8;
  }
}
@media (max-width: 767.98px) {
  :root {
    --scale: 0.6;
  }
}

html {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  color: #797979;
  background-color: #F7F7F7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.app-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  padding-top: 160px;
}
@media (max-width: 1199px) {
  .app-wrapper {
    padding-top: 77px;
  }
}
.app-wrapper.no-spacing {
  padding-top: 0;
}

block {
  display: block;
}

.is-root-container.block-editor-block-list__layout > *:not(.modal) {
  max-width: 1248px !important;
}

/* React multiselect styles */
.multiselect-container .search-wrapper .chip {
  white-space: normal;
}

.multiselect-container .optionListContainer > ul > li {
  font-weight: 500;
  color: #000;
}

.multiselect-container .optionListContainer > ul > li > input[type=checkbox] {
  margin-right: 8px;
  margin-bottom: 5px;
  border: 1px solid #444;
}

.multiselect-container .optionListContainer > ul > li.option {
  font-weight: 400;
}

.multiselect-container .optionListContainer > ul > li.option:hover {
  background: #f2f2f2;
}

/**
 * Swiper 7.3.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 22, 2021
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev: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-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.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%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          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;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.wp-front {
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Buttons */
  /*#endregion */
  /*#region Forms */
  /*#endregion */
  /*#region Typography */
  /*#endregion */
  /*#region Dropdown */
  /*#endregion */
  /*#region Accordion */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Buttons */
  /*#endregion */
  /*#region Forms */
  /*#endregion */
  /*#region Typography */
  /*#endregion */
  /*#region Dropdown */
  /*#endregion */
  /*#region Accordion */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
  /*#region Rem */
  /*#endregion */
}
.wp-front :root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #EA0C0C;
  --bs-orange: #fd7e14;
  --bs-yellow: #FFCD01;
  --bs-green: #23B900;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #797979;
  --bs-gray-dark: #333333;
  --bs-white: #ffffff;
  --bs-black: #201F1F;
  --bs-gray-100: #F7F7F7;
  --bs-gray-200: #F2F2F2;
  --bs-gray-300: #E9E9E9;
  --bs-gray-400: #ABABAB;
  --bs-gray-500: #DBDBDB;
  --bs-gray-600: #797979;
  --bs-gray-700: #201F1F;
  --bs-gray-800: #333333;
  --bs-gray-900: #222222;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #EA0C0C;
  --bs-yellow: #FFCD01;
  --bs-green: #23B900;
  --bs-teal: #20c997;
  --bs-font-sans-serif: "Open Sans", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
.wp-front *,
.wp-front *::before,
.wp-front *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .wp-front :root {
    scroll-behavior: smooth;
  }
}
.wp-front body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  color: #797979;
  background-color: #F7F7F7;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(32, 31, 31, 0);
}
.wp-front hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
.wp-front hr:not([size]) {
  height: 1px;
}
.wp-front h6, .wp-front .h6, .wp-front h5, .wp-front .h5, .wp-front h4, .wp-front .h4, .wp-front h3, .wp-front .h3, .wp-front h2, .wp-front .h2, .wp-front h1, .wp-front .h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.33;
}
.wp-front h1, .wp-front .h1 {
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .wp-front h1, .wp-front .h1 {
    font-size: 3.5rem;
  }
}
.wp-front h2, .wp-front .h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .wp-front h2, .wp-front .h2 {
    font-size: 3rem;
  }
}
.wp-front h3, .wp-front .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .wp-front h3, .wp-front .h3 {
    font-size: 1.75rem;
  }
}
.wp-front h4, .wp-front .h4 {
  font-size: 1.25rem;
}
.wp-front h5, .wp-front .h5 {
  font-size: 1rem;
}
.wp-front h6, .wp-front .h6 {
  font-size: 0.875rem;
}
.wp-front p {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-front abbr[title],
.wp-front abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.wp-front address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.wp-front ol,
.wp-front ul {
  padding-left: 2rem;
}
.wp-front ol,
.wp-front ul,
.wp-front dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.wp-front ol ol,
.wp-front ul ul,
.wp-front ol ul,
.wp-front ul ol {
  margin-bottom: 0;
}
.wp-front dt {
  font-weight: 700;
}
.wp-front dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.wp-front blockquote {
  margin: 0 0 1rem;
}
.wp-front b,
.wp-front strong {
  font-weight: bolder;
}
.wp-front small, .wp-front .small {
  font-size: 0.875em;
}
.wp-front mark, .wp-front .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.wp-front sub,
.wp-front sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.wp-front sub {
  bottom: -0.25em;
}
.wp-front sup {
  top: -0.5em;
}
.wp-front a {
  color: #0d6efd;
  text-decoration: underline;
}
.wp-front a:hover {
  color: #0a58ca;
  text-decoration: none;
}
.wp-front a:not([href]):not([class]), .wp-front a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.wp-front pre,
.wp-front code,
.wp-front kbd,
.wp-front samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
.wp-front pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.wp-front pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.wp-front code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > .wp-front code {
  color: inherit;
}
.wp-front kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #222222;
}
.wp-front kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
.wp-front figure {
  margin: 0 0 1rem;
}
.wp-front img,
.wp-front svg {
  vertical-align: middle;
}
.wp-front table {
  caption-side: bottom;
  border-collapse: collapse;
}
.wp-front caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #797979;
  text-align: left;
}
.wp-front th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.wp-front thead,
.wp-front tbody,
.wp-front tfoot,
.wp-front tr,
.wp-front td,
.wp-front th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.wp-front label {
  display: inline-block;
}
.wp-front button {
  border-radius: 0;
}
.wp-front button:focus:not(:focus-visible) {
  outline: 0;
}
.wp-front input,
.wp-front button,
.wp-front select,
.wp-front optgroup,
.wp-front textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.wp-front button,
.wp-front select {
  text-transform: none;
}
.wp-front [role=button] {
  cursor: pointer;
}
.wp-front select {
  word-wrap: normal;
}
.wp-front select:disabled {
  opacity: 1;
}
.wp-front [list]::-webkit-calendar-picker-indicator {
  display: none;
}
.wp-front button,
.wp-front [type=button],
.wp-front [type=reset],
.wp-front [type=submit] {
  -webkit-appearance: button;
}
.wp-front button:not(:disabled),
.wp-front [type=button]:not(:disabled),
.wp-front [type=reset]:not(:disabled),
.wp-front [type=submit]:not(:disabled) {
  cursor: pointer;
}
.wp-front ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.wp-front textarea {
  resize: vertical;
}
.wp-front fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.wp-front legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  .wp-front legend {
    font-size: 1.5rem;
  }
}
.wp-front legend + * {
  clear: left;
}
.wp-front ::-webkit-datetime-edit-fields-wrapper,
.wp-front ::-webkit-datetime-edit-text,
.wp-front ::-webkit-datetime-edit-minute,
.wp-front ::-webkit-datetime-edit-hour-field,
.wp-front ::-webkit-datetime-edit-day-field,
.wp-front ::-webkit-datetime-edit-month-field,
.wp-front ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.wp-front ::-webkit-inner-spin-button {
  height: auto;
}
.wp-front [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
.wp-front ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.wp-front ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.wp-front ::-webkit-file-upload-button {
  font: inherit;
}
.wp-front ::file-selector-button {
  font: inherit;
}
.wp-front ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.wp-front output {
  display: inline-block;
}
.wp-front iframe {
  border: 0;
}
.wp-front summary {
  display: list-item;
  cursor: pointer;
}
.wp-front progress {
  vertical-align: baseline;
}
.wp-front [hidden] {
  display: none !important;
}
.wp-front .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.wp-front .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.33;
}
@media (min-width: 1200px) {
  .wp-front .display-1 {
    font-size: 5rem;
  }
}
.wp-front .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.33;
}
@media (min-width: 1200px) {
  .wp-front .display-2 {
    font-size: 4.5rem;
  }
}
.wp-front .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.33;
}
@media (min-width: 1200px) {
  .wp-front .display-3 {
    font-size: 4rem;
  }
}
.wp-front .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.33;
}
@media (min-width: 1200px) {
  .wp-front .display-4 {
    font-size: 3.5rem;
  }
}
.wp-front .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.33;
}
@media (min-width: 1200px) {
  .wp-front .display-5 {
    font-size: 3rem;
  }
}
.wp-front .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.33;
}
@media (min-width: 1200px) {
  .wp-front .display-6 {
    font-size: 2.5rem;
  }
}
.wp-front .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.wp-front .list-inline {
  padding-left: 0;
  list-style: none;
}
.wp-front .list-inline-item {
  display: inline-block;
}
.wp-front .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.wp-front .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.wp-front .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.wp-front .blockquote > :last-child {
  margin-bottom: 0;
}
.wp-front .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #797979;
}
.wp-front .blockquote-footer::before {
  content: "— ";
}
.wp-front .container,
.wp-front .container-fluid,
.wp-front .container-xxl,
.wp-front .container-xl,
.wp-front .container-lg,
.wp-front .container-md,
.wp-front .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .wp-front .container-sm, .wp-front .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .wp-front .container-md, .wp-front .container-sm, .wp-front .container {
    max-width: 736px;
  }
}
@media (min-width: 992px) {
  .wp-front .container-lg, .wp-front .container-md, .wp-front .container-sm, .wp-front .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .wp-front .container-xl, .wp-front .container-lg, .wp-front .container-md, .wp-front .container-sm, .wp-front .container {
    max-width: 1216px;
  }
}
@media (min-width: 1500px) {
  .wp-front .container-xxl, .wp-front .container-xl, .wp-front .container-lg, .wp-front .container-md, .wp-front .container-sm, .wp-front .container {
    max-width: 1370px;
  }
}
.wp-front .row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.wp-front .row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.wp-front .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.wp-front .row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.wp-front .row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.wp-front .row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.wp-front .row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}
.wp-front .row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
.wp-front .row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}
.wp-front .row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}
.wp-front .col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.wp-front .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}
.wp-front .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}
.wp-front .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
.wp-front .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}
.wp-front .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}
.wp-front .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.wp-front .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}
.wp-front .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}
.wp-front .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}
.wp-front .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}
.wp-front .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}
.wp-front .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.wp-front .offset-1 {
  margin-left: 8.3333333333%;
}
.wp-front .offset-2 {
  margin-left: 16.6666666667%;
}
.wp-front .offset-3 {
  margin-left: 25%;
}
.wp-front .offset-4 {
  margin-left: 33.3333333333%;
}
.wp-front .offset-5 {
  margin-left: 41.6666666667%;
}
.wp-front .offset-6 {
  margin-left: 50%;
}
.wp-front .offset-7 {
  margin-left: 58.3333333333%;
}
.wp-front .offset-8 {
  margin-left: 66.6666666667%;
}
.wp-front .offset-9 {
  margin-left: 75%;
}
.wp-front .offset-10 {
  margin-left: 83.3333333333%;
}
.wp-front .offset-11 {
  margin-left: 91.6666666667%;
}
.wp-front .g-0,
.wp-front .gx-0 {
  --bs-gutter-x: 0;
}
.wp-front .g-0,
.wp-front .gy-0 {
  --bs-gutter-y: 0;
}
.wp-front .g-10,
.wp-front .gx-10 {
  --bs-gutter-x: 0.625rem;
}
.wp-front .g-10,
.wp-front .gy-10 {
  --bs-gutter-y: 0.625rem;
}
.wp-front .g-15,
.wp-front .gx-15 {
  --bs-gutter-x: 0.9375rem;
}
.wp-front .g-15,
.wp-front .gy-15 {
  --bs-gutter-y: 0.9375rem;
}
.wp-front .g-20,
.wp-front .gx-20 {
  --bs-gutter-x: 1.25rem;
}
.wp-front .g-20,
.wp-front .gy-20 {
  --bs-gutter-y: 1.25rem;
}
.wp-front .g-25,
.wp-front .gx-25 {
  --bs-gutter-x: 1.5625rem;
}
.wp-front .g-25,
.wp-front .gy-25 {
  --bs-gutter-y: 1.5625rem;
}
.wp-front .g-30,
.wp-front .gx-30 {
  --bs-gutter-x: 1.875rem;
}
.wp-front .g-30,
.wp-front .gy-30 {
  --bs-gutter-y: 1.875rem;
}
.wp-front .g-32,
.wp-front .gx-32 {
  --bs-gutter-x: 2rem;
}
.wp-front .g-32,
.wp-front .gy-32 {
  --bs-gutter-y: 2rem;
}
.wp-front .g-35,
.wp-front .gx-35 {
  --bs-gutter-x: 2.1875rem;
}
.wp-front .g-35,
.wp-front .gy-35 {
  --bs-gutter-y: 2.1875rem;
}
.wp-front .g-40,
.wp-front .gx-40 {
  --bs-gutter-x: 2.5rem;
}
.wp-front .g-40,
.wp-front .gy-40 {
  --bs-gutter-y: 2.5rem;
}
.wp-front .g-45,
.wp-front .gx-45 {
  --bs-gutter-x: 2.8125rem;
}
.wp-front .g-45,
.wp-front .gy-45 {
  --bs-gutter-y: 2.8125rem;
}
.wp-front .g-50,
.wp-front .gx-50 {
  --bs-gutter-x: 3.125rem;
}
.wp-front .g-50,
.wp-front .gy-50 {
  --bs-gutter-y: 3.125rem;
}
.wp-front .g-55,
.wp-front .gx-55 {
  --bs-gutter-x: 3.4375rem;
}
.wp-front .g-55,
.wp-front .gy-55 {
  --bs-gutter-y: 3.4375rem;
}
.wp-front .g-60,
.wp-front .gx-60 {
  --bs-gutter-x: 3.75rem;
}
.wp-front .g-60,
.wp-front .gy-60 {
  --bs-gutter-y: 3.75rem;
}
.wp-front .g-65,
.wp-front .gx-65 {
  --bs-gutter-x: 4.0625rem;
}
.wp-front .g-65,
.wp-front .gy-65 {
  --bs-gutter-y: 4.0625rem;
}
.wp-front .g-70,
.wp-front .gx-70 {
  --bs-gutter-x: 4.375rem;
}
.wp-front .g-70,
.wp-front .gy-70 {
  --bs-gutter-y: 4.375rem;
}
.wp-front .g-75,
.wp-front .gx-75 {
  --bs-gutter-x: 4.6875rem;
}
.wp-front .g-75,
.wp-front .gy-75 {
  --bs-gutter-y: 4.6875rem;
}
.wp-front .g-80,
.wp-front .gx-80 {
  --bs-gutter-x: 5rem;
}
.wp-front .g-80,
.wp-front .gy-80 {
  --bs-gutter-y: 5rem;
}
@media (min-width: 576px) {
  .wp-front .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .wp-front .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .wp-front .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .wp-front .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .wp-front .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .wp-front .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .wp-front .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .wp-front .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .wp-front .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .wp-front .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .wp-front .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .wp-front .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .wp-front .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .wp-front .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .wp-front .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .wp-front .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .wp-front .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .wp-front .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .wp-front .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .wp-front .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .wp-front .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .wp-front .offset-sm-0 {
    margin-left: 0;
  }
  .wp-front .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .wp-front .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .wp-front .offset-sm-3 {
    margin-left: 25%;
  }
  .wp-front .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .wp-front .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .wp-front .offset-sm-6 {
    margin-left: 50%;
  }
  .wp-front .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .wp-front .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .wp-front .offset-sm-9 {
    margin-left: 75%;
  }
  .wp-front .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .wp-front .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .wp-front .g-sm-0,
.wp-front .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .wp-front .g-sm-0,
.wp-front .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .wp-front .g-sm-10,
.wp-front .gx-sm-10 {
    --bs-gutter-x: 0.625rem;
  }
  .wp-front .g-sm-10,
.wp-front .gy-sm-10 {
    --bs-gutter-y: 0.625rem;
  }
  .wp-front .g-sm-15,
.wp-front .gx-sm-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .wp-front .g-sm-15,
.wp-front .gy-sm-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .wp-front .g-sm-20,
.wp-front .gx-sm-20 {
    --bs-gutter-x: 1.25rem;
  }
  .wp-front .g-sm-20,
.wp-front .gy-sm-20 {
    --bs-gutter-y: 1.25rem;
  }
  .wp-front .g-sm-25,
.wp-front .gx-sm-25 {
    --bs-gutter-x: 1.5625rem;
  }
  .wp-front .g-sm-25,
.wp-front .gy-sm-25 {
    --bs-gutter-y: 1.5625rem;
  }
  .wp-front .g-sm-30,
.wp-front .gx-sm-30 {
    --bs-gutter-x: 1.875rem;
  }
  .wp-front .g-sm-30,
.wp-front .gy-sm-30 {
    --bs-gutter-y: 1.875rem;
  }
  .wp-front .g-sm-32,
.wp-front .gx-sm-32 {
    --bs-gutter-x: 2rem;
  }
  .wp-front .g-sm-32,
.wp-front .gy-sm-32 {
    --bs-gutter-y: 2rem;
  }
  .wp-front .g-sm-35,
.wp-front .gx-sm-35 {
    --bs-gutter-x: 2.1875rem;
  }
  .wp-front .g-sm-35,
.wp-front .gy-sm-35 {
    --bs-gutter-y: 2.1875rem;
  }
  .wp-front .g-sm-40,
.wp-front .gx-sm-40 {
    --bs-gutter-x: 2.5rem;
  }
  .wp-front .g-sm-40,
.wp-front .gy-sm-40 {
    --bs-gutter-y: 2.5rem;
  }
  .wp-front .g-sm-45,
.wp-front .gx-sm-45 {
    --bs-gutter-x: 2.8125rem;
  }
  .wp-front .g-sm-45,
.wp-front .gy-sm-45 {
    --bs-gutter-y: 2.8125rem;
  }
  .wp-front .g-sm-50,
.wp-front .gx-sm-50 {
    --bs-gutter-x: 3.125rem;
  }
  .wp-front .g-sm-50,
.wp-front .gy-sm-50 {
    --bs-gutter-y: 3.125rem;
  }
  .wp-front .g-sm-55,
.wp-front .gx-sm-55 {
    --bs-gutter-x: 3.4375rem;
  }
  .wp-front .g-sm-55,
.wp-front .gy-sm-55 {
    --bs-gutter-y: 3.4375rem;
  }
  .wp-front .g-sm-60,
.wp-front .gx-sm-60 {
    --bs-gutter-x: 3.75rem;
  }
  .wp-front .g-sm-60,
.wp-front .gy-sm-60 {
    --bs-gutter-y: 3.75rem;
  }
  .wp-front .g-sm-65,
.wp-front .gx-sm-65 {
    --bs-gutter-x: 4.0625rem;
  }
  .wp-front .g-sm-65,
.wp-front .gy-sm-65 {
    --bs-gutter-y: 4.0625rem;
  }
  .wp-front .g-sm-70,
.wp-front .gx-sm-70 {
    --bs-gutter-x: 4.375rem;
  }
  .wp-front .g-sm-70,
.wp-front .gy-sm-70 {
    --bs-gutter-y: 4.375rem;
  }
  .wp-front .g-sm-75,
.wp-front .gx-sm-75 {
    --bs-gutter-x: 4.6875rem;
  }
  .wp-front .g-sm-75,
.wp-front .gy-sm-75 {
    --bs-gutter-y: 4.6875rem;
  }
  .wp-front .g-sm-80,
.wp-front .gx-sm-80 {
    --bs-gutter-x: 5rem;
  }
  .wp-front .g-sm-80,
.wp-front .gy-sm-80 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 768px) {
  .wp-front .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .wp-front .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .wp-front .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .wp-front .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .wp-front .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .wp-front .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .wp-front .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .wp-front .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .wp-front .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .wp-front .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .wp-front .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .wp-front .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .wp-front .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .wp-front .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .wp-front .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .wp-front .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .wp-front .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .wp-front .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .wp-front .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .wp-front .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .wp-front .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .wp-front .offset-md-0 {
    margin-left: 0;
  }
  .wp-front .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .wp-front .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .wp-front .offset-md-3 {
    margin-left: 25%;
  }
  .wp-front .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .wp-front .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .wp-front .offset-md-6 {
    margin-left: 50%;
  }
  .wp-front .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .wp-front .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .wp-front .offset-md-9 {
    margin-left: 75%;
  }
  .wp-front .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .wp-front .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .wp-front .g-md-0,
.wp-front .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .wp-front .g-md-0,
.wp-front .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .wp-front .g-md-10,
.wp-front .gx-md-10 {
    --bs-gutter-x: 0.625rem;
  }
  .wp-front .g-md-10,
.wp-front .gy-md-10 {
    --bs-gutter-y: 0.625rem;
  }
  .wp-front .g-md-15,
.wp-front .gx-md-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .wp-front .g-md-15,
.wp-front .gy-md-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .wp-front .g-md-20,
.wp-front .gx-md-20 {
    --bs-gutter-x: 1.25rem;
  }
  .wp-front .g-md-20,
.wp-front .gy-md-20 {
    --bs-gutter-y: 1.25rem;
  }
  .wp-front .g-md-25,
.wp-front .gx-md-25 {
    --bs-gutter-x: 1.5625rem;
  }
  .wp-front .g-md-25,
.wp-front .gy-md-25 {
    --bs-gutter-y: 1.5625rem;
  }
  .wp-front .g-md-30,
.wp-front .gx-md-30 {
    --bs-gutter-x: 1.875rem;
  }
  .wp-front .g-md-30,
.wp-front .gy-md-30 {
    --bs-gutter-y: 1.875rem;
  }
  .wp-front .g-md-32,
.wp-front .gx-md-32 {
    --bs-gutter-x: 2rem;
  }
  .wp-front .g-md-32,
.wp-front .gy-md-32 {
    --bs-gutter-y: 2rem;
  }
  .wp-front .g-md-35,
.wp-front .gx-md-35 {
    --bs-gutter-x: 2.1875rem;
  }
  .wp-front .g-md-35,
.wp-front .gy-md-35 {
    --bs-gutter-y: 2.1875rem;
  }
  .wp-front .g-md-40,
.wp-front .gx-md-40 {
    --bs-gutter-x: 2.5rem;
  }
  .wp-front .g-md-40,
.wp-front .gy-md-40 {
    --bs-gutter-y: 2.5rem;
  }
  .wp-front .g-md-45,
.wp-front .gx-md-45 {
    --bs-gutter-x: 2.8125rem;
  }
  .wp-front .g-md-45,
.wp-front .gy-md-45 {
    --bs-gutter-y: 2.8125rem;
  }
  .wp-front .g-md-50,
.wp-front .gx-md-50 {
    --bs-gutter-x: 3.125rem;
  }
  .wp-front .g-md-50,
.wp-front .gy-md-50 {
    --bs-gutter-y: 3.125rem;
  }
  .wp-front .g-md-55,
.wp-front .gx-md-55 {
    --bs-gutter-x: 3.4375rem;
  }
  .wp-front .g-md-55,
.wp-front .gy-md-55 {
    --bs-gutter-y: 3.4375rem;
  }
  .wp-front .g-md-60,
.wp-front .gx-md-60 {
    --bs-gutter-x: 3.75rem;
  }
  .wp-front .g-md-60,
.wp-front .gy-md-60 {
    --bs-gutter-y: 3.75rem;
  }
  .wp-front .g-md-65,
.wp-front .gx-md-65 {
    --bs-gutter-x: 4.0625rem;
  }
  .wp-front .g-md-65,
.wp-front .gy-md-65 {
    --bs-gutter-y: 4.0625rem;
  }
  .wp-front .g-md-70,
.wp-front .gx-md-70 {
    --bs-gutter-x: 4.375rem;
  }
  .wp-front .g-md-70,
.wp-front .gy-md-70 {
    --bs-gutter-y: 4.375rem;
  }
  .wp-front .g-md-75,
.wp-front .gx-md-75 {
    --bs-gutter-x: 4.6875rem;
  }
  .wp-front .g-md-75,
.wp-front .gy-md-75 {
    --bs-gutter-y: 4.6875rem;
  }
  .wp-front .g-md-80,
.wp-front .gx-md-80 {
    --bs-gutter-x: 5rem;
  }
  .wp-front .g-md-80,
.wp-front .gy-md-80 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 992px) {
  .wp-front .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .wp-front .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .wp-front .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .wp-front .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .wp-front .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .wp-front .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .wp-front .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .wp-front .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .wp-front .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .wp-front .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .wp-front .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .wp-front .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .wp-front .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .wp-front .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .wp-front .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .wp-front .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .wp-front .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .wp-front .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .wp-front .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .wp-front .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .wp-front .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .wp-front .offset-lg-0 {
    margin-left: 0;
  }
  .wp-front .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .wp-front .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .wp-front .offset-lg-3 {
    margin-left: 25%;
  }
  .wp-front .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .wp-front .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .wp-front .offset-lg-6 {
    margin-left: 50%;
  }
  .wp-front .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .wp-front .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .wp-front .offset-lg-9 {
    margin-left: 75%;
  }
  .wp-front .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .wp-front .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .wp-front .g-lg-0,
.wp-front .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .wp-front .g-lg-0,
.wp-front .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .wp-front .g-lg-10,
.wp-front .gx-lg-10 {
    --bs-gutter-x: 0.625rem;
  }
  .wp-front .g-lg-10,
.wp-front .gy-lg-10 {
    --bs-gutter-y: 0.625rem;
  }
  .wp-front .g-lg-15,
.wp-front .gx-lg-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .wp-front .g-lg-15,
.wp-front .gy-lg-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .wp-front .g-lg-20,
.wp-front .gx-lg-20 {
    --bs-gutter-x: 1.25rem;
  }
  .wp-front .g-lg-20,
.wp-front .gy-lg-20 {
    --bs-gutter-y: 1.25rem;
  }
  .wp-front .g-lg-25,
.wp-front .gx-lg-25 {
    --bs-gutter-x: 1.5625rem;
  }
  .wp-front .g-lg-25,
.wp-front .gy-lg-25 {
    --bs-gutter-y: 1.5625rem;
  }
  .wp-front .g-lg-30,
.wp-front .gx-lg-30 {
    --bs-gutter-x: 1.875rem;
  }
  .wp-front .g-lg-30,
.wp-front .gy-lg-30 {
    --bs-gutter-y: 1.875rem;
  }
  .wp-front .g-lg-32,
.wp-front .gx-lg-32 {
    --bs-gutter-x: 2rem;
  }
  .wp-front .g-lg-32,
.wp-front .gy-lg-32 {
    --bs-gutter-y: 2rem;
  }
  .wp-front .g-lg-35,
.wp-front .gx-lg-35 {
    --bs-gutter-x: 2.1875rem;
  }
  .wp-front .g-lg-35,
.wp-front .gy-lg-35 {
    --bs-gutter-y: 2.1875rem;
  }
  .wp-front .g-lg-40,
.wp-front .gx-lg-40 {
    --bs-gutter-x: 2.5rem;
  }
  .wp-front .g-lg-40,
.wp-front .gy-lg-40 {
    --bs-gutter-y: 2.5rem;
  }
  .wp-front .g-lg-45,
.wp-front .gx-lg-45 {
    --bs-gutter-x: 2.8125rem;
  }
  .wp-front .g-lg-45,
.wp-front .gy-lg-45 {
    --bs-gutter-y: 2.8125rem;
  }
  .wp-front .g-lg-50,
.wp-front .gx-lg-50 {
    --bs-gutter-x: 3.125rem;
  }
  .wp-front .g-lg-50,
.wp-front .gy-lg-50 {
    --bs-gutter-y: 3.125rem;
  }
  .wp-front .g-lg-55,
.wp-front .gx-lg-55 {
    --bs-gutter-x: 3.4375rem;
  }
  .wp-front .g-lg-55,
.wp-front .gy-lg-55 {
    --bs-gutter-y: 3.4375rem;
  }
  .wp-front .g-lg-60,
.wp-front .gx-lg-60 {
    --bs-gutter-x: 3.75rem;
  }
  .wp-front .g-lg-60,
.wp-front .gy-lg-60 {
    --bs-gutter-y: 3.75rem;
  }
  .wp-front .g-lg-65,
.wp-front .gx-lg-65 {
    --bs-gutter-x: 4.0625rem;
  }
  .wp-front .g-lg-65,
.wp-front .gy-lg-65 {
    --bs-gutter-y: 4.0625rem;
  }
  .wp-front .g-lg-70,
.wp-front .gx-lg-70 {
    --bs-gutter-x: 4.375rem;
  }
  .wp-front .g-lg-70,
.wp-front .gy-lg-70 {
    --bs-gutter-y: 4.375rem;
  }
  .wp-front .g-lg-75,
.wp-front .gx-lg-75 {
    --bs-gutter-x: 4.6875rem;
  }
  .wp-front .g-lg-75,
.wp-front .gy-lg-75 {
    --bs-gutter-y: 4.6875rem;
  }
  .wp-front .g-lg-80,
.wp-front .gx-lg-80 {
    --bs-gutter-x: 5rem;
  }
  .wp-front .g-lg-80,
.wp-front .gy-lg-80 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 1200px) {
  .wp-front .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .wp-front .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .wp-front .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .wp-front .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .wp-front .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .wp-front .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .wp-front .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .wp-front .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .wp-front .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .wp-front .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .wp-front .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .wp-front .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .wp-front .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .wp-front .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .wp-front .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .wp-front .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .wp-front .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .wp-front .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .wp-front .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .wp-front .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .wp-front .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .wp-front .offset-xl-0 {
    margin-left: 0;
  }
  .wp-front .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .wp-front .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .wp-front .offset-xl-3 {
    margin-left: 25%;
  }
  .wp-front .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .wp-front .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .wp-front .offset-xl-6 {
    margin-left: 50%;
  }
  .wp-front .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .wp-front .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .wp-front .offset-xl-9 {
    margin-left: 75%;
  }
  .wp-front .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .wp-front .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .wp-front .g-xl-0,
.wp-front .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .wp-front .g-xl-0,
.wp-front .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .wp-front .g-xl-10,
.wp-front .gx-xl-10 {
    --bs-gutter-x: 0.625rem;
  }
  .wp-front .g-xl-10,
.wp-front .gy-xl-10 {
    --bs-gutter-y: 0.625rem;
  }
  .wp-front .g-xl-15,
.wp-front .gx-xl-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .wp-front .g-xl-15,
.wp-front .gy-xl-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .wp-front .g-xl-20,
.wp-front .gx-xl-20 {
    --bs-gutter-x: 1.25rem;
  }
  .wp-front .g-xl-20,
.wp-front .gy-xl-20 {
    --bs-gutter-y: 1.25rem;
  }
  .wp-front .g-xl-25,
.wp-front .gx-xl-25 {
    --bs-gutter-x: 1.5625rem;
  }
  .wp-front .g-xl-25,
.wp-front .gy-xl-25 {
    --bs-gutter-y: 1.5625rem;
  }
  .wp-front .g-xl-30,
.wp-front .gx-xl-30 {
    --bs-gutter-x: 1.875rem;
  }
  .wp-front .g-xl-30,
.wp-front .gy-xl-30 {
    --bs-gutter-y: 1.875rem;
  }
  .wp-front .g-xl-32,
.wp-front .gx-xl-32 {
    --bs-gutter-x: 2rem;
  }
  .wp-front .g-xl-32,
.wp-front .gy-xl-32 {
    --bs-gutter-y: 2rem;
  }
  .wp-front .g-xl-35,
.wp-front .gx-xl-35 {
    --bs-gutter-x: 2.1875rem;
  }
  .wp-front .g-xl-35,
.wp-front .gy-xl-35 {
    --bs-gutter-y: 2.1875rem;
  }
  .wp-front .g-xl-40,
.wp-front .gx-xl-40 {
    --bs-gutter-x: 2.5rem;
  }
  .wp-front .g-xl-40,
.wp-front .gy-xl-40 {
    --bs-gutter-y: 2.5rem;
  }
  .wp-front .g-xl-45,
.wp-front .gx-xl-45 {
    --bs-gutter-x: 2.8125rem;
  }
  .wp-front .g-xl-45,
.wp-front .gy-xl-45 {
    --bs-gutter-y: 2.8125rem;
  }
  .wp-front .g-xl-50,
.wp-front .gx-xl-50 {
    --bs-gutter-x: 3.125rem;
  }
  .wp-front .g-xl-50,
.wp-front .gy-xl-50 {
    --bs-gutter-y: 3.125rem;
  }
  .wp-front .g-xl-55,
.wp-front .gx-xl-55 {
    --bs-gutter-x: 3.4375rem;
  }
  .wp-front .g-xl-55,
.wp-front .gy-xl-55 {
    --bs-gutter-y: 3.4375rem;
  }
  .wp-front .g-xl-60,
.wp-front .gx-xl-60 {
    --bs-gutter-x: 3.75rem;
  }
  .wp-front .g-xl-60,
.wp-front .gy-xl-60 {
    --bs-gutter-y: 3.75rem;
  }
  .wp-front .g-xl-65,
.wp-front .gx-xl-65 {
    --bs-gutter-x: 4.0625rem;
  }
  .wp-front .g-xl-65,
.wp-front .gy-xl-65 {
    --bs-gutter-y: 4.0625rem;
  }
  .wp-front .g-xl-70,
.wp-front .gx-xl-70 {
    --bs-gutter-x: 4.375rem;
  }
  .wp-front .g-xl-70,
.wp-front .gy-xl-70 {
    --bs-gutter-y: 4.375rem;
  }
  .wp-front .g-xl-75,
.wp-front .gx-xl-75 {
    --bs-gutter-x: 4.6875rem;
  }
  .wp-front .g-xl-75,
.wp-front .gy-xl-75 {
    --bs-gutter-y: 4.6875rem;
  }
  .wp-front .g-xl-80,
.wp-front .gx-xl-80 {
    --bs-gutter-x: 5rem;
  }
  .wp-front .g-xl-80,
.wp-front .gy-xl-80 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 1500px) {
  .wp-front .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .wp-front .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .wp-front .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .wp-front .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .wp-front .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .wp-front .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .wp-front .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .wp-front .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .wp-front .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .wp-front .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .wp-front .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .wp-front .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .wp-front .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .wp-front .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .wp-front .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .wp-front .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .wp-front .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .wp-front .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .wp-front .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .wp-front .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .wp-front .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .wp-front .offset-xxl-0 {
    margin-left: 0;
  }
  .wp-front .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .wp-front .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .wp-front .offset-xxl-3 {
    margin-left: 25%;
  }
  .wp-front .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .wp-front .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .wp-front .offset-xxl-6 {
    margin-left: 50%;
  }
  .wp-front .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .wp-front .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .wp-front .offset-xxl-9 {
    margin-left: 75%;
  }
  .wp-front .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .wp-front .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .wp-front .g-xxl-0,
.wp-front .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .wp-front .g-xxl-0,
.wp-front .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .wp-front .g-xxl-10,
.wp-front .gx-xxl-10 {
    --bs-gutter-x: 0.625rem;
  }
  .wp-front .g-xxl-10,
.wp-front .gy-xxl-10 {
    --bs-gutter-y: 0.625rem;
  }
  .wp-front .g-xxl-15,
.wp-front .gx-xxl-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .wp-front .g-xxl-15,
.wp-front .gy-xxl-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .wp-front .g-xxl-20,
.wp-front .gx-xxl-20 {
    --bs-gutter-x: 1.25rem;
  }
  .wp-front .g-xxl-20,
.wp-front .gy-xxl-20 {
    --bs-gutter-y: 1.25rem;
  }
  .wp-front .g-xxl-25,
.wp-front .gx-xxl-25 {
    --bs-gutter-x: 1.5625rem;
  }
  .wp-front .g-xxl-25,
.wp-front .gy-xxl-25 {
    --bs-gutter-y: 1.5625rem;
  }
  .wp-front .g-xxl-30,
.wp-front .gx-xxl-30 {
    --bs-gutter-x: 1.875rem;
  }
  .wp-front .g-xxl-30,
.wp-front .gy-xxl-30 {
    --bs-gutter-y: 1.875rem;
  }
  .wp-front .g-xxl-32,
.wp-front .gx-xxl-32 {
    --bs-gutter-x: 2rem;
  }
  .wp-front .g-xxl-32,
.wp-front .gy-xxl-32 {
    --bs-gutter-y: 2rem;
  }
  .wp-front .g-xxl-35,
.wp-front .gx-xxl-35 {
    --bs-gutter-x: 2.1875rem;
  }
  .wp-front .g-xxl-35,
.wp-front .gy-xxl-35 {
    --bs-gutter-y: 2.1875rem;
  }
  .wp-front .g-xxl-40,
.wp-front .gx-xxl-40 {
    --bs-gutter-x: 2.5rem;
  }
  .wp-front .g-xxl-40,
.wp-front .gy-xxl-40 {
    --bs-gutter-y: 2.5rem;
  }
  .wp-front .g-xxl-45,
.wp-front .gx-xxl-45 {
    --bs-gutter-x: 2.8125rem;
  }
  .wp-front .g-xxl-45,
.wp-front .gy-xxl-45 {
    --bs-gutter-y: 2.8125rem;
  }
  .wp-front .g-xxl-50,
.wp-front .gx-xxl-50 {
    --bs-gutter-x: 3.125rem;
  }
  .wp-front .g-xxl-50,
.wp-front .gy-xxl-50 {
    --bs-gutter-y: 3.125rem;
  }
  .wp-front .g-xxl-55,
.wp-front .gx-xxl-55 {
    --bs-gutter-x: 3.4375rem;
  }
  .wp-front .g-xxl-55,
.wp-front .gy-xxl-55 {
    --bs-gutter-y: 3.4375rem;
  }
  .wp-front .g-xxl-60,
.wp-front .gx-xxl-60 {
    --bs-gutter-x: 3.75rem;
  }
  .wp-front .g-xxl-60,
.wp-front .gy-xxl-60 {
    --bs-gutter-y: 3.75rem;
  }
  .wp-front .g-xxl-65,
.wp-front .gx-xxl-65 {
    --bs-gutter-x: 4.0625rem;
  }
  .wp-front .g-xxl-65,
.wp-front .gy-xxl-65 {
    --bs-gutter-y: 4.0625rem;
  }
  .wp-front .g-xxl-70,
.wp-front .gx-xxl-70 {
    --bs-gutter-x: 4.375rem;
  }
  .wp-front .g-xxl-70,
.wp-front .gy-xxl-70 {
    --bs-gutter-y: 4.375rem;
  }
  .wp-front .g-xxl-75,
.wp-front .gx-xxl-75 {
    --bs-gutter-x: 4.6875rem;
  }
  .wp-front .g-xxl-75,
.wp-front .gy-xxl-75 {
    --bs-gutter-y: 4.6875rem;
  }
  .wp-front .g-xxl-80,
.wp-front .gx-xxl-80 {
    --bs-gutter-x: 5rem;
  }
  .wp-front .g-xxl-80,
.wp-front .gy-xxl-80 {
    --bs-gutter-y: 5rem;
  }
}
.wp-front .fade {
  -webkit-transition: all opacity 0.15s linear ease;
  -o-transition: all opacity 0.15s linear ease;
  transition: all opacity 0.15s linear ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.wp-front .fade:not(.show) {
  opacity: 0;
}
.wp-front .collapse:not(.show) {
  display: none;
}
.wp-front .collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: all height 0.35s ease ease;
  -o-transition: all height 0.35s ease ease;
  transition: all height 0.35s ease ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.wp-front .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.wp-front .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out ease;
  -o-transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out ease;
  transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.wp-front .nav-link:hover, .wp-front .nav-link:focus {
  color: #0a58ca;
}
.wp-front .nav-link.disabled {
  color: #797979;
  pointer-events: none;
  cursor: default;
}
.wp-front .nav-tabs {
  border-bottom: 1px solid #E9E9E9;
}
.wp-front .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
}
.wp-front .nav-tabs .nav-link:hover, .wp-front .nav-tabs .nav-link:focus {
  border-color: #F2F2F2 #F2F2F2 #E9E9E9;
  isolation: isolate;
}
.wp-front .nav-tabs .nav-link.disabled {
  color: #797979;
  background-color: transparent;
  border-color: transparent;
}
.wp-front .nav-tabs .nav-link.active,
.wp-front .nav-tabs .nav-item.show .nav-link {
  color: #201F1F;
  background-color: #F7F7F7;
  border-color: #E9E9E9 #E9E9E9 #F7F7F7;
}
.wp-front .nav-tabs .dropdown-menu {
  margin-top: -1px;
}
.wp-front .nav-pills .nav-link {
  background: none;
  border: 0;
}
.wp-front .nav-pills .nav-link.active,
.wp-front .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #0d6efd;
}
.wp-front .nav-fill > .nav-link,
.wp-front .nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.wp-front .nav-justified > .nav-link,
.wp-front .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.wp-front .nav-fill .nav-item .nav-link,
.wp-front .nav-justified .nav-item .nav-link {
  width: 100%;
}
.wp-front .tab-content > .tab-pane {
  display: none;
}
.wp-front .tab-content > .active {
  display: block;
}
.wp-front .accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: calc(24px*var(--scale)) calc(24px*var(--scale));
  font-size: 1rem;
  color: currentColor;
  text-align: left;
  background-color: transparent;
  border: 0;
  overflow-anchor: none;
  -webkit-transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease ease, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease ease;
  transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease ease;
  transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease ease, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.wp-front .accordion-button:not(.collapsed) {
  color: currentColor;
  background-color: #F2F2F2;
  -webkit-box-shadow: inset 0 0 0 transparent;
          box-shadow: inset 0 0 0 transparent;
}
.wp-front .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.wp-front .accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(16px*var(--scale));
  height: calc(16px*var(--scale));
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23797979'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(16px*var(--scale));
  -webkit-transition: all transform 0.2s ease-in-out ease;
  -o-transition: all transform 0.2s ease-in-out ease;
  transition: all transform 0.2s ease-in-out ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.wp-front .accordion-button:hover {
  z-index: 2;
}
.wp-front .accordion-button:focus {
  z-index: 3;
  border-color: #ffffff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wp-front .accordion-header {
  margin-bottom: 0;
}
.wp-front .accordion-item {
  background-color: transparent;
  border: 0 solid transparent;
}
.wp-front .accordion-item:not(:first-of-type) {
  border-top: 0;
}
.wp-front .accordion-body {
  padding: calc(24px*var(--scale)) calc(24px*var(--scale));
}
.wp-front .accordion-flush .accordion-collapse {
  border-width: 0;
}
.wp-front .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
}
.wp-front .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.wp-front .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.wp-front .app-header {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  will-change: background-color;
}
.wp-front .app-header .nav-container {
  max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .wp-front .app-header .nav-container {
    max-width: 1376px;
  }
}
@media (min-width: 1500px) {
  .wp-front .app-header .nav-container {
    max-width: 1476px;
  }
}
.wp-front .app-header .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  will-change: opacity;
}
@media (max-width: 1199px) {
  .wp-front .app-header .header-top {
    display: none;
  }
}
.wp-front .app-header .header-main {
  position: relative;
  padding-top: 16px;
  padding-bottom: 12px;
  border-top: 1px solid #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  will-change: margin;
}
.wp-front .app-header .header-logo .logo-link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-front .app-header .header-logo .logo-link img {
  margin-right: 6px;
}
.wp-front .app-header .header-logo p {
  font-weight: 600;
  font-size: "16px";
  color: #046CC7;
}
@media (max-width: 767px) {
  .wp-front .app-header .header-logo p {
    display: none;
    visibility: hidden;
  }
}
.wp-front .app-header .header-top_links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.wp-front .app-header .header-top_links li:not(:last-child) {
  margin-right: 24px;
}
.wp-front .app-header .header-top_links li .description {
  display: none;
  visibility: hidden;
}
.wp-front .app-header .header-top_links li a {
  color: #201F1F;
  font-weight: bold;
}
.wp-front .app-header .header-top_links li a:hover {
  text-decoration: underline;
}
.wp-front .app-header .header-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .wp-front .app-header .header-links {
    display: none;
  }
}
.wp-front .app-header .header-links > li:not(:last-child) {
  margin-right: 24px;
}
.wp-front .app-header .header-links > li:not(.button) > a {
  color: #201F1F;
  font-weight: bold;
}
.wp-front .app-header .header-links > li:not(.button) > a:hover {
  text-decoration: underline;
}
.wp-front .app-header .header-links > li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-front .app-header .header-links > li.menu-item-has-children .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 5px;
  margin-left: 4px;
}
.wp-front .app-header .header-links > li.button {
  margin-right: 16px;
}
.wp-front .app-header .header-links > li > .sub-menu {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 8px;
  -webkit-box-shadow: 0px -6px 40px rgba(7, 10, 18, 0.11);
          box-shadow: 0px -6px 40px rgba(7, 10, 18, 0.11);
  position: absolute;
  top: 87px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1216px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  visibility: hidden;
  width: 100%;
}
.wp-front .app-header .header-links > li > .sub-menu:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin: auto;
  top: -8px;
  right: 0;
}
.wp-front .app-header .header-links > li > .sub-menu.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
  visibility: visible;
}
.wp-front .app-header .header-links > li > .sub-menu .with-arrow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-front .app-header .header-links > li > .sub-menu .with-arrow a:hover {
  text-decoration: none !important;
}
.wp-front .app-header .header-links > li > .sub-menu .with-arrow a:hover:after {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}
.wp-front .app-header .header-links > li > .sub-menu .with-arrow a:after {
  content: "";
  font-family: "iconfont";
  color: #201F1F;
  display: inline-block;
  margin-left: 8px;
  font-size: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wp-front .app-header.light-links .header-main {
  border-color: rgba(233, 233, 233, 0.3);
}
.wp-front .app-header.light-links .header-logo p {
  color: #ffffff;
}
.wp-front .app-header.light-links .header-top_links > li > a {
  color: #ffffff;
}
.wp-front .app-header.light-links .header-links > li > .icon {
  color: #ffffff;
}
.wp-front .app-header.light-links .header-links > li:not(.button) > a {
  color: #ffffff;
}
.wp-front .app-header.light-links .navbar-toggler .navbar-toggler-bar {
  background-color: #ffffff;
}
.wp-front .app-header.scrolled {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px -6px 40px 4px rgba(7, 10, 18, 0.11);
          box-shadow: 0px -6px 40px 4px rgba(7, 10, 18, 0.11);
}
.wp-front .app-header.scrolled .header-top {
  opacity: 0;
}
.wp-front .app-header.scrolled .header-main {
  border-color: transparent !important;
}
@media (min-width: 1200px) {
  .wp-front .app-header.scrolled .header-main {
    margin-top: -48px;
  }
}
.wp-front .app-header.scrolled .header-logo p {
  color: #046CC7 !important;
}
.wp-front .app-header.scrolled .header-top_links li a {
  color: #201F1F !important;
}
.wp-front .app-header.scrolled .header-links > li {
  color: #201F1F !important;
}
.wp-front .app-header.scrolled .header-links > li > .icon {
  color: #201F1F !important;
}
.wp-front .app-header.scrolled .header-links > li:not(.button) > a {
  color: #201F1F !important;
}
.wp-front .app-header.scrolled .navbar-toggler .navbar-toggler-bar {
  background-color: #201F1F !important;
}
.wp-front .app-header.mobile-nav-active {
  background-color: #ffffff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.wp-front .header-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #201F1F;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.7;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
  padding-right: 60px;
  height: 40px;
}
@media (max-width: 1199px) {
  .wp-front .header-banner {
    display: none;
  }
}
.wp-front .header-banner .banner-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wp-front .header-banner .banner-close:hover {
  color: #23B900;
}
.wp-front .app-footer {
  background-color: #F2F2F2;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 0.875rem;
  line-height: 1.71;
  color: #201F1F;
}
.wp-front .app-footer .footer-top {
  margin-bottom: 60px;
}
.wp-front .app-footer .footer-top .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-front .app-footer .footer-top .footer-logo .logo-link {
  display: block;
  margin-right: 6px;
}
.wp-front .app-footer .footer-top .footer-logo p {
  font-weight: bold;
  font-size: "16px";
  color: #201F1F;
}
.wp-front .app-footer .footer-main {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 40px;
}
.wp-front .app-footer .footer-main .footer-widget_area {
  margin-bottom: 40px;
}
.wp-front .app-footer .footer-main .footer-social {
  margin-bottom: 40px;
}
.wp-front .app-footer .footer-main .footer-social .footer-heading {
  margin-bottom: 16px;
}
.wp-front .app-footer .footer-main .footer-social .social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-front .app-footer .footer-main .footer-social .social-links li:not(:last-child) {
  margin-right: 20px;
}
.wp-front .app-footer .footer-main .footer-social .social-links li a:hover {
  color: #23B900;
}
.wp-front .app-footer .footer-main .footer-social .social-links li a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
}
.wp-front .app-footer .footer-main .footer-links_group .row > div {
  margin-bottom: 40px;
}
.wp-front .app-footer .footer-heading {
  font-size: 1rem !important;
  line-height: 1.5;
  margin-bottom: 15px;
}
.wp-front .app-footer .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-front .app-footer .footer-links li:not(:last-child) {
  margin-bottom: 8px;
}
.wp-front .app-footer .footer-links li a {
  font-size: 0.875rem;
  line-height: 1.71;
}
.wp-front .app-footer .footer-links li a:hover {
  text-decoration: underline;
}
.wp-front .app-footer .footer-bottom {
  padding-top: 32px;
  padding-bottom: 12px;
}
.wp-front .app-footer .footer-bottom > * {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .wp-front .app-footer .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .wp-front .app-footer .footer-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 575px) {
  .wp-front .app-footer .footer-download > * {
    margin-bottom: 10px;
  }
}
.wp-front .app-footer .footer-download > *:not(:last-child) {
  margin-right: 16px;
}
.wp-front .app-footer .footer-download p {
  font-weight: bold;
}
@media (min-width: 576px) {
  .wp-front .app-footer .footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 575px) {
  .wp-front .app-footer .footer-copyright > * {
    margin-bottom: 10px;
  }
}
.wp-front .app-footer .footer-copyright p {
  margin-right: 15px;
}
.wp-front .app-footer .footer-copyright .footer-bottom-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-front .app-footer .footer-copyright .footer-bottom-links > li:not(:last-child):after {
  content: "-";
  display: inline-block;
  margin: 0 5px;
}
.wp-front .app-footer .footer-copyright .footer-bottom-links > li > a {
  font-weight: bold;
}
.wp-front .app-footer .footer-copyright .footer-bottom-links > li > a:hover {
  text-decoration: underline;
}
.wp-front .footer-post-wrapper {
  display: block;
}
.wp-front .footer-post-wrapper:hover .footer-post__title, .wp-front .footer-post-wrapper:focus .footer-post__title {
  text-decoration: underline;
}
.wp-front .footer-post__title {
  max-width: 384px;
}
.wp-front .footer-post__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
}
.wp-front .footer-post__feat-image {
  width: min(25%, 120px);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.wp-front .footer-post__feat-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.wp-front .footer-post__feat-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-front .footer-post__category {
  font-weight: 700;
  color: #201F1F;
}
.wp-front .footer-post__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.wp-front .footer-post__excerpt,
.wp-front .footer-post__author {
  font-size: 14px;
  font-weight: 400;
  max-width: 244px;
}
.wp-front .btn, .wp-front .wp-block-button .wp-block-button__link, .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul li > a, .wp-front .mobile-nav .mobile-nav-links .button a, .wp-front .mobile-nav .mobile-top-links > li.button a, .wp-front .app-header .header-links > li.button > a {
  font-family: "Open Sans", sans-serif !important;
  position: relative;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 0 2rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
  border: none;
  border-radius: 100px;
  background-color: #23B900;
  color: #ffffff;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  min-width: 10rem !important;
  font-size: 0.875rem;
  text-decoration: none;
}
.wp-front .btn:hover, .wp-front .wp-block-button .wp-block-button__link:hover, .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul li > a:hover, .wp-front .mobile-nav .mobile-nav-links .button a:hover, .wp-front .mobile-nav .mobile-top-links > li.button a:hover, .wp-front .app-header .header-links > li.button > a:hover, .wp-front .btn:focus, .wp-front .wp-block-button .wp-block-button__link:focus, .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul li > a:focus, .wp-front .mobile-nav .mobile-nav-links .button a:focus, .wp-front .mobile-nav .mobile-top-links > li.button a:focus, .wp-front .app-header .header-links > li.button > a:focus, .wp-front .btn:active, .wp-front .wp-block-button .wp-block-button__link:active, .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul li > a:active, .wp-front .mobile-nav .mobile-nav-links .button a:active, .wp-front .mobile-nav .mobile-top-links > li.button a:active, .wp-front .app-header .header-links > li.button > a:active {
  color: #ffffff;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #4FC733;
}
@media (max-width: 767px) {
  .wp-front .btn, .wp-front .wp-block-button .wp-block-button__link, .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul li > a, .wp-front .mobile-nav .mobile-nav-links .button a, .wp-front .mobile-nav .mobile-top-links > li.button a, .wp-front .app-header .header-links > li.button > a {
    height: 40px;
  }
}
.wp-front .btn:disabled, .wp-front .wp-block-button .wp-block-button__link:disabled, .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul li > a:disabled, .wp-front .mobile-nav .mobile-nav-links .button a:disabled, .wp-front .mobile-nav .mobile-top-links > li.button a:disabled, .wp-front .app-header .header-links > li.button > a:disabled {
  background-color: #797979 !important;
}
.wp-front .btn:disabled:hover, .wp-front .wp-block-button .wp-block-button__link:disabled:hover, .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul li > a:disabled:hover, .wp-front .mobile-nav .mobile-nav-links .button a:disabled:hover, .wp-front .mobile-nav .mobile-top-links > li.button a:disabled:hover, .wp-front .app-header .header-links > li.button > a:disabled:hover {
  background-color: #797979 !important;
}
.wp-front .btn .icon, .wp-front .wp-block-button .wp-block-button__link .icon, .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul li > a .icon, .wp-front .mobile-nav .mobile-nav-links .button a .icon, .wp-front .mobile-nav .mobile-top-links > li.button a .icon, .wp-front .app-header .header-links > li.button > a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  font-size: 1.125rem;
}
.wp-front .btn-lg, .wp-front .wp-block-button.is-size-large .wp-block-button__link {
  height: 60px !important;
  font-size: 1rem !important;
  min-width: 11.875rem !important;
}
@media (max-width: 767px) {
  .wp-front .btn-lg, .wp-front .wp-block-button.is-size-large .wp-block-button__link {
    font-size: 0.9375rem !important;
    height: 50px !important;
  }
}
.wp-front .btn-sm, .wp-front .wp-block-button.is-size-small .wp-block-button__link, .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul li > a {
  min-width: 9.0625rem !important;
  height: 40px !important;
}
@media (max-width: 767px) {
  .wp-front .btn-sm, .wp-front .wp-block-button.is-size-small .wp-block-button__link, .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul li > a {
    height: 36px !important;
  }
}
.wp-front .btn-block, .wp-front .mobile-nav .mobile-nav-links .button a, .wp-front .mobile-nav .mobile-top-links > li.button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.wp-front .btn-navy-blue, .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul li > a {
  background-color: #071E50 !important;
  color: #ffffff;
}
.wp-front .btn-navy-blue:hover, .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul li > a:hover {
  color: #ffffff;
  background-color: #394B73 !important;
}
.wp-front .wsnw {
  white-space: nowrap !important;
}
.wp-front .wb {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.wp-front .no-tdua:before, .wp-front .no-tdua:after {
  display: none;
}
.wp-front .no-tdua *:before, .wp-front .no-tdua *:after {
  display: none;
}
.wp-front .lh-0 {
  line-height: 0;
}
.wp-front .td-underline {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.wp-front .td-underline:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
@media (max-width: 991.98px) {
  .wp-front .hidden-lg-down {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .wp-front .hidden-md-down {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .wp-front .hidden-sm-down {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .wp-front .w-100-sm {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .wp-front .pl-sm-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .wp-front .pr-sm-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1500px) {
  .wp-front .max-width-xxl-100 {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .wp-front .max-width-xl-100 {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .wp-front .max-width-lg-100 {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-front .max-width-md-100 {
    max-width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .wp-front .max-width-sm-100 {
    max-width: 100% !important;
  }
}
.wp-front .form-group {
  margin-bottom: 24px;
}
.wp-front .form-label {
  font-size: 0.875rem;
  line-height: 1.71;
  color: #201F1F;
  display: block;
  margin-bottom: 4px;
}
.wp-front .form-label .required {
  color: #EA0C0C;
}
.wp-front .form-control, .wp-front .form-textarea {
  display: block;
  width: 100%;
  border: 1px solid #B1B1B1;
  font-size: 0.875rem;
  line-height: 1.71;
  border-radius: 20px;
  height: 48px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #201F1F;
  background-color: #ffffff;
  padding: 12px 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wp-front .form-control ::-webkit-input-placeholder, .wp-front .form-textarea ::-webkit-input-placeholder {
  color: #797979;
  opacity: 1;
}
.wp-front .form-control ::-moz-placeholder, .wp-front .form-textarea ::-moz-placeholder {
  color: #797979;
  opacity: 1;
}
.wp-front .form-control :-ms-input-placeholder, .wp-front .form-textarea :-ms-input-placeholder {
  color: #797979;
  opacity: 1;
}
.wp-front .form-control ::-ms-input-placeholder, .wp-front .form-textarea ::-ms-input-placeholder {
  color: #797979;
  opacity: 1;
}
.wp-front .form-control ::placeholder, .wp-front .form-textarea ::placeholder {
  color: #797979;
  opacity: 1;
}
.wp-front .form-control :-ms-input-placeholder, .wp-front .form-textarea :-ms-input-placeholder {
  color: #797979;
}
.wp-front .form-control ::-ms-input-placeholder, .wp-front .form-textarea ::-ms-input-placeholder {
  color: #797979;
}
.wp-front .form-control:focus, .wp-front .form-textarea:focus {
  border-color: #23B900;
}
.wp-front .form-select {
  display: block;
  width: 100%;
  border: 1px solid #B1B1B1;
  font-size: 0.875rem;
  line-height: 1.71;
  padding: 12px 36px 12px 16px;
  color: #201F1F;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 48px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-radius: 100px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: right 0.75rem center;
}
.wp-front .form-textarea {
  height: auto;
}
.wp-front .option {
  margin-bottom: 12px;
}
.wp-front .option label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
}
.wp-front .option input {
  display: none;
  visibility: hidden;
}
.wp-front .option input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #B1B1B1;
  border-radius: 4px;
  background-color: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
}
.wp-front .option input[type=checkbox] + label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #23B900;
  border-radius: 4px;
  background-color: #23B900;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-image: url("../img/check.svg");
  background-size: 11px 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.wp-front .option input[type=radio] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #B1B1B1;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
}
.wp-front .option input[type=radio] + label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 5px solid #23B900;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.wp-front .option input:checked + label:after {
  opacity: 1;
}
.wp-front .form-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-front .form-file .btn, .wp-front .form-file .wp-block-button .wp-block-button__link, .wp-front .wp-block-button .form-file .wp-block-button__link, .wp-front .form-file .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul li > a, .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul .form-file li > a, .wp-front .form-file .mobile-nav .mobile-nav-links .button a, .wp-front .mobile-nav .mobile-nav-links .button .form-file a, .wp-front .form-file .mobile-nav .mobile-top-links > li.button a, .wp-front .mobile-nav .mobile-top-links > li.button .form-file a, .wp-front .form-file .app-header .header-links > li.button > a, .wp-front .app-header .form-file .header-links > li.button > a {
  margin-right: 12px;
}
.wp-front .form-file .form-file-value {
  font-size: 0.875rem;
  color: #797979;
}
.wp-front .form-file input {
  display: none;
  visibility: hidden;
}
.wp-front .single-post__hero {
  padding-top: calc(88px*var(--scale));
  padding-bottom: calc(28px*var(--scale));
}
@media screen and (min-width: 992px) {
  .wp-front .single-post__hero .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .wp-front .single-post__hero-content {
    margin-bottom: calc(60px*var(--scale));
    text-align: center;
  }
}
.wp-front .single-post__category {
  font-size: calc(1.3rem + 0.6vw);
  display: block;
  margin-bottom: calc(24px*var(--scale));
  color: #B1B1B1;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .wp-front .single-post__category {
    font-size: 1.75rem;
  }
}
.wp-front .single-post__title {
  margin-bottom: calc(24px*var(--scale));
  line-height: 1.17;
}
@media screen and (max-width: 480px) {
  .wp-front .single-post__title {
    font-size: 30px !important;
  }
}
.wp-front .single-post__subtitle {
  display: block;
  margin-bottom: calc(24px*var(--scale));
}
.wp-front .single-post__hero-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px;
}
@media screen and (max-width: 991px) {
  .wp-front .single-post__hero-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wp-front .single-post__hero-info > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-front .single-post__hero-info > *:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #201F1F;
  border-radius: 50%;
  margin-left: 9px;
}
.wp-front .single-post__thumbnail {
  position: relative;
}
.wp-front .single-post__thumbnail:before {
  content: "";
  display: block;
  padding-top: calc((495 / 592) * 100%);
}
.wp-front .single-post__thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.wp-front .single-post__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(32px*var(--scale));
}
@media (max-width: 991.98px) {
  .wp-front .single-post__content-wrapper {
    gap: 50px;
  }
}
.wp-front .single-post__content-wrapper .wp-video {
  max-width: 100%;
  width: 100% !important;
  position: relative;
}
.wp-front .single-post__content-wrapper .wp-video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.wp-front .single-post__content-wrapper .wp-video .mejs-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wp-front .recent-posts-wrapper {
  width: min(400px, 30%);
  background: #fff;
  border-radius: 8px;
  padding: calc(32px*var(--scale));
}
@media (max-width: 991.98px) {
  .wp-front .recent-posts-wrapper {
    width: 100%;
  }
}
.wp-front .recent-posts__title {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 700;
  color: #201F1F;
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .wp-front .recent-posts__title {
    font-size: 1.75rem;
  }
}
.wp-front .recent-posts-list {
  font-weight: 700;
  color: #071E50;
  margin: 0;
  padding-left: 1em;
}
.wp-front .recent-posts-list li {
  margin-bottom: 16px;
}
.wp-front .recent-posts-list li::marker {
  color: #23B900;
}
.wp-front .recent-posts-list li:last-child {
  margin-bottom: 0;
}
.wp-front .recent-posts-list a {
  text-decoration: underline;
}
.wp-front .recent-posts-list a:hover, .wp-front .recent-posts-list a:focus {
  text-decoration: underline;
  color: #046CC7;
}
.wp-front .text-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991.98px) {
  .wp-front .text-content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.wp-front .single-post__content {
  margin: calc(60px*var(--scale)) 0 calc(120px*var(--scale));
}
.wp-front .single-post__content .text-content {
  display: block;
  font-size: 20px;
}
.wp-front .single-post__content .text-content > * + * {
  margin-top: 1em;
}
.wp-front .single-post__content .text-content h1, .wp-front .single-post__content .text-content .h1,
.wp-front .single-post__content .text-content h2,
.wp-front .single-post__content .text-content .h2,
.wp-front .single-post__content .text-content h3,
.wp-front .single-post__content .text-content .h3,
.wp-front .single-post__content .text-content h4,
.wp-front .single-post__content .text-content .h4,
.wp-front .single-post__content .text-content h5,
.wp-front .single-post__content .text-content .h5,
.wp-front .single-post__content .text-content h6,
.wp-front .single-post__content .text-content .h6 {
  margin: 1.2em 0 0.4em;
}
.wp-front .single-post__content .text-content h1:first-child, .wp-front .single-post__content .text-content .h1:first-child,
.wp-front .single-post__content .text-content h2:first-child,
.wp-front .single-post__content .text-content .h2:first-child,
.wp-front .single-post__content .text-content h3:first-child,
.wp-front .single-post__content .text-content .h3:first-child,
.wp-front .single-post__content .text-content h4:first-child,
.wp-front .single-post__content .text-content .h4:first-child,
.wp-front .single-post__content .text-content h5:first-child,
.wp-front .single-post__content .text-content .h5:first-child,
.wp-front .single-post__content .text-content h6:first-child,
.wp-front .single-post__content .text-content .h6:first-child {
  margin-top: 0;
}
.wp-front .single-post__content .text-content a {
  color: #071E50;
}
.wp-front .single-post__content .text-content a:hover, .wp-front .single-post__content .text-content a:focus {
  color: #046CC7;
}
@media (max-width: 767.98px) {
  .wp-front .single-post__content .text-content {
    font-size: 18px;
  }
}
.wp-front .archive-page,
.wp-front .blog-page {
  padding-top: calc(120px*var(--scale));
  padding-bottom: calc(60px*var(--scale));
}
.wp-front .staff-archive-page_heading {
  text-align: center;
  margin-bottom: calc(40px*var(--scale));
  color: #23B900;
}
.wp-front .staff-archive-page .staff-hero {
  padding-top: calc(280px*var(--scale));
  padding-bottom: calc(120px*var(--scale));
  margin-bottom: calc(100px*var(--scale));
  background-color: #201F1F;
  background-image: url("../img/bilde.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.wp-front .staff-archive-page .staff-hero:before {
  content: "";
  display: block;
  background-color: rgba(32, 31, 31, 0.8);
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.wp-front .staff-archive-page .staff-hero h1, .wp-front .staff-archive-page .staff-hero .h1 {
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.wp-front .staff-archive-page .staff-hero p {
  position: relative;
  z-index: 2;
}
.wp-front .category-page {
  padding-top: calc(120px*var(--scale));
  padding-bottom: calc(60px*var(--scale));
}
.wp-front .category-page_heading {
  text-align: center;
  margin-bottom: calc(40px*var(--scale));
}
.wp-front .posts-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-front .posts-pagination .posts-pager {
  color: #201F1F;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: bold;
}
.wp-front .posts-pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #B1B1B1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wp-front .posts-pagination a:hover {
  background-color: #23B900;
  color: #ffffff;
  border-color: #23B900;
}
.wp-front .posts-pagination a i {
  font-size: 0.875rem;
}
.wp-front .posts-pagination .disabled-pagination-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  background-color: #F2F2F2;
  color: #DBDBDB;
  cursor: not-allowed;
}
.wp-front .posts-pagination .disabled-pagination-link i {
  font-size: 0.875rem;
}
.wp-front mark, .wp-front .mark {
  padding: 0;
}
.wp-front a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.wp-front a:hover, .wp-front a:active, .wp-front a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
.wp-front p a {
  text-decoration: underline;
}
.wp-front p a:hover, .wp-front p a:active, .wp-front p a:focus {
  color: #23B900;
  text-decoration: underline;
}
.wp-front h1, .wp-front .h1,
.wp-front h2,
.wp-front .h2,
.wp-front h3,
.wp-front .h3,
.wp-front h4,
.wp-front .h4,
.wp-front h5,
.wp-front .h5,
.wp-front h6,
.wp-front .h6 {
  font-weight: 700;
  color: #201F1F;
}
.wp-front .fw-400 {
  font-weight: 400 !important;
}
.wp-front .fw-700,
.wp-front b,
.wp-front strong {
  font-weight: 700 !important;
}
.wp-front .fw-800 {
  font-weight: 800 !important;
}
.wp-front .has-small-font-size {
  font-size: 0.875rem !important;
  line-height: 1.7;
}
.wp-front .has-normal-font-size {
  font-size: 1rem !important;
  line-height: 1.55;
}
.wp-front .has-large-font-size {
  font-size: 1.125rem !important;
  line-height: 1.5;
}
.wp-front h1, .wp-front .h1,
.wp-front .has-heading-1-font-size {
  font-size: calc(1.475rem + 2.7vw) !important;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
@media (min-width: 1200px) {
  .wp-front h1, .wp-front .h1,
.wp-front .has-heading-1-font-size {
    font-size: 3.5rem !important;
  }
}
.wp-front h2, .wp-front .h2,
.wp-front .has-heading-2-font-size {
  font-size: calc(1.425rem + 2.1vw) !important;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
@media (min-width: 1200px) {
  .wp-front h2, .wp-front .h2,
.wp-front .has-heading-2-font-size {
    font-size: 3rem !important;
  }
}
.wp-front h3, .wp-front .h3,
.wp-front .has-heading-3-font-size {
  font-size: calc(1.3rem + 0.6vw) !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media (min-width: 1200px) {
  .wp-front h3, .wp-front .h3,
.wp-front .has-heading-3-font-size {
    font-size: 1.75rem !important;
  }
}
.wp-front h4, .wp-front .h4,
.wp-front .has-heading-4-font-size {
  font-size: 1.25rem !important;
  line-height: 1.125;
  letter-spacing: -0.01em;
}
.wp-front h5, .wp-front .h5,
.wp-front .has-heading-5-font-size {
  font-size: 1rem !important;
  line-height: 1.28;
  letter-spacing: -0.01em;
}
.wp-front h6, .wp-front .h6,
.wp-front .has-heading-6-font-size {
  font-size: 0.875rem !important;
  line-height: 1.28;
  letter-spacing: -0.01em;
}
.wp-front .has-text-align-center {
  text-align: center;
}
@media (max-width: 767.98px) {
  .wp-front .wb-sm {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
.wp-front .edit-post-visual-editor__post-title-wrapper .editor-post-title {
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.wp-front .era-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-front ul.is-style-green-dots,
.wp-front ol.is-style-green-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-front ul.is-style-green-dots li,
.wp-front ol.is-style-green-dots li {
  position: relative;
  padding-left: 16px;
}
.wp-front ul.is-style-green-dots li:before,
.wp-front ol.is-style-green-dots li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #23B900;
  position: absolute;
  top: 8px;
  left: 0;
}
.wp-front ul.is-style-green-dots li:not(:last-child),
.wp-front ol.is-style-green-dots li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .wp-front ul.col2,
.wp-front ol.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
  .wp-front ul.col2 li,
.wp-front ol.col2 li {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .wp-front ul.col2.is-style-green-dots li,
.wp-front ol.col2.is-style-green-dots li {
    padding-left: 28px;
  }
  .wp-front ul.col2.is-style-green-dots li:before,
.wp-front ol.col2.is-style-green-dots li:before {
    left: 12px;
  }
}
@media (min-width: 576px) {
  .wp-front ul.col3,
.wp-front ol.col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
  .wp-front ul.col3 li,
.wp-front ol.col3 li {
    width: 33.3333%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .wp-front ul.col3.is-style-green-dots li,
.wp-front ol.col3.is-style-green-dots li {
    padding-left: 28px;
  }
  .wp-front ul.col3.is-style-green-dots li:before,
.wp-front ol.col3.is-style-green-dots li:before {
    left: 12px;
  }
}
.wp-front .navbar-toggler {
  width: 26px;
  height: 26px;
  padding: 2px 0;
  border: none;
  right: 15px;
  border-radius: 0;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .wp-front .navbar-toggler {
    display: none;
    visibility: hidden;
  }
}
.wp-front .navbar-toggler .navbar-toggler-bar {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #201F1F;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  margin-bottom: 5px;
}
.wp-front .navbar-toggler .navbar-toggler-bar:last-child {
  margin-bottom: 0;
}
.wp-front .navbar-toggler:hover .navbar-toggler-bar, .wp-front .navbar-toggler:active .navbar-toggler-bar {
  background-color: #23B900;
}
.wp-front .navbar-toggler.active .navbar-toggler-bar {
  background-color: #201F1F !important;
}
.wp-front .navbar-toggler.active .navbar-toggler-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translateX(5px) translateY(5px);
      -ms-transform: rotate(45deg) translateX(5px) translateY(5px);
          transform: rotate(45deg) translateX(5px) translateY(5px);
}
.wp-front .navbar-toggler.active .navbar-toggler-bar:nth-child(2) {
  opacity: 0;
}
.wp-front .navbar-toggler.active .navbar-toggler-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
      -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
          transform: rotate(-45deg) translateX(5px) translateY(-5px);
}
.wp-front .mobile-nav {
  position: fixed;
  margin: auto;
  top: 77px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .wp-front .mobile-nav {
    display: none;
    visibility: hidden;
  }
}
.wp-front .mobile-nav.active {
  pointer-events: auto;
  z-index: 99999;
  opacity: 1;
}
.wp-front .mobile-nav .mobile-top-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-front .mobile-nav .mobile-top-links > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-front .mobile-nav .mobile-top-links > li:not(.button) > a {
  color: #201F1F;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}
.wp-front .mobile-nav .mobile-top-links > li:not(.button) > a:hover {
  color: #23B900;
}
.wp-front .mobile-nav .mobile-top-links > li:not(.button) .description {
  color: #201F1F;
  font-size: 1rem;
  line-height: 1.5;
}
.wp-front .mobile-nav .mobile-top-links > li.button {
  border: none;
}
.wp-front .mobile-nav .mobile-nav-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-front .mobile-nav .mobile-nav-links > li {
  margin-bottom: 24px;
}
.wp-front .mobile-nav .mobile-nav-links > li:not(.button) > a {
  color: #201F1F;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-front .mobile-nav .mobile-nav-links > li:not(.button) > a:hover {
  color: #23B900;
}
.wp-front .mobile-nav .mobile-nav-links > li:not(.button) > a > .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 7px;
  margin-left: 4px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.wp-front .mobile-nav .mobile-nav-links > li:not(.button) > a.collapsed > .icon {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.wp-front .mobile-nav .mobile-nav-links > li > .sub-menu {
  background-color: #F7F7F7;
  border-radius: 8px;
  padding: 24px;
  list-style: none;
  margin: 20px 0 0 0;
}
.wp-front .mobile-nav .mobile-nav-links > li > .sub-menu > li:not(:last-child) {
  margin-bottom: 16px;
}
.wp-front .mobile-nav .mobile-nav-links > li > .sub-menu > li > a {
  font-size: 0.875rem;
  color: #b1b1b1;
  font-weight: bold;
  margin-bottom: 12px;
}
.wp-front .mobile-nav .mobile-nav-links > li > .sub-menu > li.blank-heading > a {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.wp-front .mobile-nav .mobile-nav-links > li > .sub-menu > li .sub-menu {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
}
.wp-front .mobile-nav .mobile-nav-links > li > .sub-menu > li .sub-menu li:not(:last-child) {
  margin-bottom: 12px;
}
.wp-front .mobile-nav .mobile-nav-links > li > .sub-menu > li .sub-menu li a {
  font-size: 0.875rem;
  font-weight: bold;
  color: #201F1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-front .mobile-nav .mobile-nav-links > li > .sub-menu > li .sub-menu li a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 12px;
  margin-left: 8px;
}
.wp-front .mobile-nav .mobile-nav-links > li > .sub-menu > li .sub-menu li a:hover {
  color: #23B900;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu {
  list-style: none;
  left: auto;
  right: 100px;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 64px 32px;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu > li > a {
  pointer-events: none;
  color: #201F1F;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 8px;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(1) ul li:not(:last-child), .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(2) ul li:not(:last-child) {
  margin-bottom: 4px;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(1) ul li a, .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(2) ul li a {
  font-size: 0.875rem;
  line-height: 1.71;
  color: #201F1F;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(1) ul li a:hover, .wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(2) ul li a:hover {
  text-decoration: underline;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(3) ul {
  margin-top: 14px;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(3) ul li:not(:last-child) {
  margin-bottom: 16px;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(3) ul li > a {
  display: none;
  visibility: hidden;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(3) ul li .description {
  font-size: 0.875rem;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(3) ul li .description a {
  color: #071E50;
  font-weight: bold;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(3) ul li .description a:hover {
  text-decoration: underline;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul {
  margin-top: 8px;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul li:not(:last-child) {
  margin-bottom: 16px;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu > li:nth-child(4) ul li > a {
  min-width: 181px !important;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-front .app-header .header-links .donation-dropdown > .sub-menu:before {
  left: 150px;
  right: auto;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(1, auto) 1fr;
  gap: 28px 32px;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li.menu-item--featured-post {
  grid-column: 3;
  grid-row: 1/-1;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li.menu-item--featured-post ~ .menu-item--featured-post {
  display: none;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li.menu-item--featured-post .menu-post-wrapper:hover .menu-post__title, .wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li.menu-item--featured-post .menu-post-wrapper:focus .menu-post__title {
  text-decoration: underline;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li.menu-item--featured-post .menu-post__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li.menu-item--featured-post .menu-post__feat-image {
  width: min(30%, 120px);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li.menu-item--featured-post .menu-post__feat-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li.menu-item--featured-post .menu-post__feat-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li.menu-item--featured-post .menu-post__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li.menu-item--featured-post .menu-post__excerpt,
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li.menu-item--featured-post .menu-post__author {
  font-size: 14px;
  font-weight: 400;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li > a {
  color: #201F1F;
  font-weight: bold;
  display: block;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li > a:not(.menu-post-wrapper) {
  pointer-events: none;
  margin-bottom: 8px;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li > a:not(.menu-post-wrapper) > span {
  display: inline-block;
  color: #23B900;
  font-size: 0.75rem;
  line-height: 1.33;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #DEF5D9;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li > ul > li > a {
  display: block;
  font-size: 0.875rem;
  color: #201F1F;
  line-height: 1.71;
  margin-bottom: 4px;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li > ul > li > a:hover {
  text-decoration: underline;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li > ul > li .description {
  display: block;
  font-size: 0.875rem;
  line-height: 1.71;
  max-width: 354px;
  color: #797979;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li > ul > li .description a {
  font-weight: bold;
  color: #071E50;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu > li > ul > li .description a:hover {
  text-decoration: underline;
}
.wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu:before {
  left: auto;
  right: 440px;
}
@media (max-width: 1499px) {
  .wp-front .app-header .header-links .youth-activity-dropdown > .sub-menu:before {
    right: 487px;
  }
}
.wp-front .app-header .header-links .how-we-work-dropdown > .sub-menu {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.wp-front .app-header .header-links .how-we-work-dropdown > .sub-menu > li {
  padding: 32px;
}
.wp-front .app-header .header-links .how-we-work-dropdown > .sub-menu > li > a {
  display: block;
  pointer-events: none;
  color: #b1b1b1;
  font-weight: bold;
  margin-bottom: 28px;
}
.wp-front .app-header .header-links .how-we-work-dropdown > .sub-menu > li ul li:not(:last-child) {
  margin-bottom: 28px;
}
.wp-front .app-header .header-links .how-we-work-dropdown > .sub-menu > li ul li > a {
  color: #201F1F;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 8px;
}
.wp-front .app-header .header-links .how-we-work-dropdown > .sub-menu > li ul li > a:hover {
  text-decoration: underline;
}
.wp-front .app-header .header-links .how-we-work-dropdown > .sub-menu > li ul li .description {
  display: block;
  font-size: 0.875rem;
  line-height: 1.71;
}
.wp-front .app-header .header-links .how-we-work-dropdown > .sub-menu > li ul li .description a {
  display: block;
  font-weight: bold;
  color: #071E50;
}
.wp-front .app-header .header-links .how-we-work-dropdown > .sub-menu > li ul li .description a:hover {
  text-decoration: underline;
}
.wp-front .app-header .header-links .how-we-work-dropdown > .sub-menu > li.blank-heading > a {
  visibility: hidden;
}
.wp-front .app-header .header-links .how-we-work-dropdown > .sub-menu > li:nth-child(1) {
  background-color: #F7F7F7;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.wp-front .app-header .header-links .how-we-work-dropdown > .sub-menu > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-front .app-header .header-links .how-we-work-dropdown > .sub-menu:before {
  left: auto;
  right: 290px;
}
@media (max-width: 1499px) {
  .wp-front .app-header .header-links .how-we-work-dropdown > .sub-menu:before {
    right: 272px;
  }
}
.wp-front .app-header .header-links .our-locations-dropdown > .sub-menu {
  padding: 0;
  list-style: none;
  left: auto;
  right: 100px;
  max-width: 800px;
  display: grid;
  grid-template-columns: 20% 20% 1fr;
  grid-template-rows: auto;
}
.wp-front .app-header .header-links .our-locations-dropdown > .sub-menu > li {
  padding: 32px;
}
.wp-front .app-header .header-links .our-locations-dropdown > .sub-menu > li.menu-item--google-map {
  padding-left: 0;
}
.wp-front .app-header .header-links .our-locations-dropdown > .sub-menu > li > a {
  display: block;
  pointer-events: none;
  color: #b1b1b1;
  font-weight: bold;
  margin-bottom: 28px;
}
.wp-front .app-header .header-links .our-locations-dropdown > .sub-menu > li ul li > a {
  display: block;
  color: #071E50;
  line-height: 1.71;
  font-weight: bold;
  margin-bottom: 8px;
}
.wp-front .app-header .header-links .our-locations-dropdown > .sub-menu > li ul li > a:hover {
  text-decoration: underline;
}
.wp-front .app-header .header-links .our-locations-dropdown > .sub-menu > li:nth-child(3) a {
  color: #201F1F;
  margin-bottom: 8px;
}
.wp-front .app-header .header-links .our-locations-dropdown > .sub-menu > li:nth-child(3) .description {
  display: block;
  font-size: 0.875rem;
  line-height: 1.71;
}
.wp-front .app-header .header-links .our-locations-dropdown > .sub-menu > li:nth-child(3) .description a {
  font-weight: bold;
  color: #071E50;
}
.wp-front .app-header .header-links .our-locations-dropdown > .sub-menu > li:nth-child(3) .description a:hover {
  text-decoration: underline;
}
.wp-front .app-header .header-links .our-locations-dropdown > .sub-menu > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-front .app-header .header-links .our-locations-dropdown > .sub-menu:before {
  left: auto;
  right: 143px;
}
.wp-front .dropdown-google-map {
  margin-top: 20px;
  display: block;
  height: 280px !important;
  border-radius: 8px;
}
.wp-front .wp-block-table {
  border: none;
}
.wp-front .wp-block-table table tbody tr {
  border-bottom: 1px solid #F7F7F7;
}
.wp-front .wp-block-table table tbody tr td {
  padding: 20px 10px;
}
.wp-front .wp-block-table table tbody tr td:first-child {
  padding-left: 32px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.wp-front .wp-block-table table tbody tr td:last-child {
  padding-right: 32px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.wp-front .wp-block-table.is-style-stripes table tbody tr {
  border-bottom: none;
}
.wp-front .wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: #F7F7F7;
}
.wp-front .tablepress thead tr th {
  padding: 20px 10px;
  color: #23B900;
  font-weight: bold;
  border-bottom: none;
  background-color: #F7F7F7;
}
.wp-front .tablepress thead tr th:first-child {
  padding-left: 32px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.wp-front .tablepress thead tr th:last-child {
  padding-right: 32px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.wp-front .tablepress tbody tr:nth-child(odd) {
  background-color: #F7F7F7;
}
.wp-front .tablepress tbody tr td {
  padding: 20px 10px;
  color: #201F1F;
  border: none;
  font-weight: bold;
}
.wp-front .tablepress tbody tr td:first-child {
  padding-left: 32px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.wp-front .tablepress tbody tr td:last-child {
  padding-right: 32px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.wp-front .wp-block-image {
  position: relative;
  margin: 0;
}
.wp-front .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.wp-front .wp-block-image figcaption {
  display: none;
}
.wp-front .wp-block-image a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.wp-front .wp-block-image a:focus {
  outline: 1px solid transparent;
}
.wp-front .row .block-list-appender {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
  margin: 0 !important;
}
.wp-front .row .col {
  margin-left: 0;
  margin-right: 0;
}
.wp-front .wp-block-column.half-width-column {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: calc(50% - (var(--scale) * 32px / 2));
      flex-basis: calc(50% - (var(--scale) * 32px / 2));
}
.wp-front .wp-block-columns {
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wp-front .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: calc(32px*var(--scale));
}
@media (min-width: 1500px) {
  .wp-front .wp-block-columns.stacked-xxl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-front .wp-block-columns.stacked-xxl.reverse-order-when-stacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wp-front .wp-block-columns.stacked-xxl.reverse-order-when-stacked > .wp-block-column:not(:first-child) {
    margin-top: 0;
  }
  .wp-front .wp-block-columns.stacked-xxl > .wp-block-column {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .wp-front .wp-block-columns.stacked-xxl > .wp-block-column:not(:first-child) {
    margin-top: calc(40px*var(--scale));
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .wp-front .wp-block-columns.stacked-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-front .wp-block-columns.stacked-xl.reverse-order-when-stacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wp-front .wp-block-columns.stacked-xl.reverse-order-when-stacked > .wp-block-column:not(:first-child) {
    margin-top: 0;
  }
  .wp-front .wp-block-columns.stacked-xl > .wp-block-column {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .wp-front .wp-block-columns.stacked-xl > .wp-block-column:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .wp-front .wp-block-columns.stacked-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-front .wp-block-columns.stacked-lg.reverse-order-when-stacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wp-front .wp-block-columns.stacked-lg.reverse-order-when-stacked > .wp-block-column:not(:first-child) {
    margin-top: 0;
  }
  .wp-front .wp-block-columns.stacked-lg > .wp-block-column {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .wp-front .wp-block-columns.stacked-lg > .wp-block-column:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-front .wp-block-columns.stacked-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-front .wp-block-columns.stacked-md.reverse-order-when-stacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wp-front .wp-block-columns.stacked-md.reverse-order-when-stacked > .wp-block-column:not(:first-child) {
    margin-top: 0;
  }
  .wp-front .wp-block-columns.stacked-md > .wp-block-column {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .wp-front .wp-block-columns.stacked-md > .wp-block-column:not(:first-child) {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .wp-front .wp-block-columns.stacked-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-front .wp-block-columns.stacked-sm.reverse-order-when-stacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wp-front .wp-block-columns.stacked-sm.reverse-order-when-stacked > .wp-block-column:not(:first-child) {
    margin-top: 0;
  }
  .wp-front .wp-block-columns.stacked-sm > .wp-block-column {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .wp-front .wp-block-columns.stacked-sm > .wp-block-column:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 1500px) {
  .wp-front .wp-block-columns.no-gutter-xxl > .wp-block-column {
    margin: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .wp-front .wp-block-columns.no-gutter-xl > .wp-block-column {
    margin: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .wp-front .wp-block-columns.no-gutter-lg > .wp-block-column {
    margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-front .wp-block-columns.no-gutter-md > .wp-block-column {
    margin: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .wp-front .wp-block-columns.no-gutter-sm > .wp-block-column {
    margin: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .wp-front .wp-block-columns.full-screen-sm {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
.wp-front .wp-block-column {
  min-width: unset;
}
.wp-front .wp-block-column.is-style-rounded-borders {
  border-radius: 12px;
  overflow: hidden;
}
.wp-front .wp-block-column.is-style-hexagon {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg2IiBoZWlnaHQ9IjMyMCIgdmlld0JveD0iMCAwIDI4NiAzMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMjcuMDg1IDQuMjU5MjVDMTM2LjkzMyAtMS40MTk3NSAxNDkuMDY3IC0xLjQxOTc1IDE1OC45MTUgNC4yNTkyNUwyNzAuMDg1IDY4LjM2MzVDMjc5LjkzMyA3NC4wNDI1IDI4NiA4NC41Mzc3IDI4NiA5NS44OTU3VjIyNC4xMDRDMjg2IDIzNS40NjIgMjc5LjkzMyAyNDUuOTU3IDI3MC4wODUgMjUxLjYzNkwxNTguOTE1IDMxNS43NDFDMTQ5LjA2NyAzMjEuNDIgMTM2LjkzMyAzMjEuNDIgMTI3LjA4NSAzMTUuNzQxTDE1LjkxNTQgMjUxLjYzNkM2LjA2NjkxIDI0NS45NTcgMCAyMzUuNDYyIDAgMjI0LjEwNFY5NS44OTU3QzAgODQuNTM3NyA2LjA2NjkxIDc0LjA0MjUgMTUuOTE1NCA2OC4zNjM1TDEyNy4wODUgNC4yNTkyNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg2IiBoZWlnaHQ9IjMyMCIgdmlld0JveD0iMCAwIDI4NiAzMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMjcuMDg1IDQuMjU5MjVDMTM2LjkzMyAtMS40MTk3NSAxNDkuMDY3IC0xLjQxOTc1IDE1OC45MTUgNC4yNTkyNUwyNzAuMDg1IDY4LjM2MzVDMjc5LjkzMyA3NC4wNDI1IDI4NiA4NC41Mzc3IDI4NiA5NS44OTU3VjIyNC4xMDRDMjg2IDIzNS40NjIgMjc5LjkzMyAyNDUuOTU3IDI3MC4wODUgMjUxLjYzNkwxNTguOTE1IDMxNS43NDFDMTQ5LjA2NyAzMjEuNDIgMTM2LjkzMyAzMjEuNDIgMTI3LjA4NSAzMTUuNzQxTDE1LjkxNTQgMjUxLjYzNkM2LjA2NjkxIDI0NS45NTcgMCAyMzUuNDYyIDAgMjI0LjEwNFY5NS44OTU3QzAgODQuNTM3NyA2LjA2NjkxIDc0LjA0MjUgMTUuOTE1NCA2OC4zNjM1TDEyNy4wODUgNC4yNTkyNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.wp-front .wp-block-column.is-style-hexagon:before {
  content: "";
  width: 1px;
  margin-left: -1px;
  height: 0;
  padding-top: 112%;
}
.wp-front .wp-block-column.is-style-hexagon .wp-block-group {
  width: 100%;
}
.wp-front .wp-block-column.is-style-hexagon-border {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg2IiBoZWlnaHQ9IjMyMCIgdmlld0JveD0iMCAwIDI4NiAzMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMjcuMDg1IDQuMjU5MjVDMTM2LjkzMyAtMS40MTk3NSAxNDkuMDY3IC0xLjQxOTc1IDE1OC45MTUgNC4yNTkyNUwyNzAuMDg1IDY4LjM2MzVDMjc5LjkzMyA3NC4wNDI1IDI4NiA4NC41Mzc3IDI4NiA5NS44OTU3VjIyNC4xMDRDMjg2IDIzNS40NjIgMjc5LjkzMyAyNDUuOTU3IDI3MC4wODUgMjUxLjYzNkwxNTguOTE1IDMxNS43NDFDMTQ5LjA2NyAzMjEuNDIgMTM2LjkzMyAzMjEuNDIgMTI3LjA4NSAzMTUuNzQxTDE1LjkxNTQgMjUxLjYzNkM2LjA2NjkxIDI0NS45NTcgMCAyMzUuNDYyIDAgMjI0LjEwNFY5NS44OTU3QzAgODQuNTM3NyA2LjA2NjkxIDc0LjA0MjUgMTUuOTE1NCA2OC4zNjM1TDEyNy4wODUgNC4yNTkyNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg2IiBoZWlnaHQ9IjMyMCIgdmlld0JveD0iMCAwIDI4NiAzMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMjcuMDg1IDQuMjU5MjVDMTM2LjkzMyAtMS40MTk3NSAxNDkuMDY3IC0xLjQxOTc1IDE1OC45MTUgNC4yNTkyNUwyNzAuMDg1IDY4LjM2MzVDMjc5LjkzMyA3NC4wNDI1IDI4NiA4NC41Mzc3IDI4NiA5NS44OTU3VjIyNC4xMDRDMjg2IDIzNS40NjIgMjc5LjkzMyAyNDUuOTU3IDI3MC4wODUgMjUxLjYzNkwxNTguOTE1IDMxNS43NDFDMTQ5LjA2NyAzMjEuNDIgMTM2LjkzMyAzMjEuNDIgMTI3LjA4NSAzMTUuNzQxTDE1LjkxNTQgMjUxLjYzNkM2LjA2NjkxIDI0NS45NTcgMCAyMzUuNDYyIDAgMjI0LjEwNFY5NS44OTU3QzAgODQuNTM3NyA2LjA2NjkxIDc0LjA0MjUgMTUuOTE1NCA2OC4zNjM1TDEyNy4wODUgNC4yNTkyNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-front .wp-block-column.is-style-hexagon-border:before {
  content: "";
  width: 1px;
  margin-left: -1px;
  height: 0;
  padding-top: 112%;
}
.wp-front .wp-block-column.is-style-hexagon-border:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg3IiBoZWlnaHQ9IjMyMCIgdmlld0JveD0iMCAwIDI4NyAzMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuMiIgZD0iTTEyNy41ODYgNS4xMjYzOUMxMzcuMTI1IC0wLjM3NDMyNiAxNDguODc4IC0wLjM3NDMyNSAxNTguNDE3IDUuMTI2MzlMMjY5LjU4NyA2OS4yMzA3QzI3OS4xMjYgNzQuNzMxMyAyODUuMDAyIDg0Ljg5NjUgMjg1LjAwMiA5NS44OTY2VjIyNC4xMDVDMjg1LjAwMiAyMzUuMTA1IDI3OS4xMjYgMjQ1LjI3IDI2OS41ODcgMjUwLjc3MUwxNTguNDE3IDMxNC44NzVDMTQ4Ljg3OCAzMjAuMzc2IDEzNy4xMjUgMzIwLjM3NiAxMjcuNTg2IDMxNC44NzVMMTYuNDE2NSAyNTAuNzcxQzYuODc3MzQgMjQ1LjI3IDEuMDAxNTkgMjM1LjEwNSAxLjAwMTU5IDIyNC4xMDVWOTUuODk2NkMxLjAwMTU5IDg0Ljg5NjUgNi44NzczNCA3NC43MzEzIDE2LjQxNjUgNjkuMjMwN0wxMjcuNTg2IDUuMTI2MzlaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg3IiBoZWlnaHQ9IjMyMCIgdmlld0JveD0iMCAwIDI4NyAzMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuMiIgZD0iTTEyNy41ODYgNS4xMjYzOUMxMzcuMTI1IC0wLjM3NDMyNiAxNDguODc4IC0wLjM3NDMyNSAxNTguNDE3IDUuMTI2MzlMMjY5LjU4NyA2OS4yMzA3QzI3OS4xMjYgNzQuNzMxMyAyODUuMDAyIDg0Ljg5NjUgMjg1LjAwMiA5NS44OTY2VjIyNC4xMDVDMjg1LjAwMiAyMzUuMTA1IDI3OS4xMjYgMjQ1LjI3IDI2OS41ODcgMjUwLjc3MUwxNTguNDE3IDMxNC44NzVDMTQ4Ljg3OCAzMjAuMzc2IDEzNy4xMjUgMzIwLjM3NiAxMjcuNTg2IDMxNC44NzVMMTYuNDE2NSAyNTAuNzcxQzYuODc3MzQgMjQ1LjI3IDEuMDAxNTkgMjM1LjEwNSAxLjAwMTU5IDIyNC4xMDVWOTUuODk2NkMxLjAwMTU5IDg0Ljg5NjUgNi44NzczNCA3NC43MzEzIDE2LjQxNjUgNjkuMjMwN0wxMjcuNTg2IDUuMTI2MzlaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #fff;
  pointer-events: none;
}
.wp-front .wp-block-column.is-style-hexagon-border .wp-block-group {
  width: 100%;
}
.wp-front .wp-block-column.display-block {
  display: block !important;
}
.wp-front .wp-block-column.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.wp-front .wp-block-column.display-inline {
  display: inline !important;
}
.wp-front .wp-block-column.display-inline-block {
  display: inline-block !important;
}
.wp-front .wp-block-column.display-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 1500px) {
  .wp-front .wp-block-column.display-xxl-none {
    display: none !important;
  }
  .wp-front .wp-block-column.display-xxl-block {
    display: block !important;
  }
  .wp-front .wp-block-column.display-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-front .wp-block-column.display-xxl-inline {
    display: inline !important;
  }
  .wp-front .wp-block-column.display-xxl-inline-block {
    display: inline-block !important;
  }
  .wp-front .wp-block-column.display-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .wp-front .wp-block-column.display-xl-none {
    display: none !important;
  }
  .wp-front .wp-block-column.display-xl-block {
    display: block !important;
  }
  .wp-front .wp-block-column.display-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-front .wp-block-column.display-xl-inline {
    display: inline !important;
  }
  .wp-front .wp-block-column.display-xl-inline-block {
    display: inline-block !important;
  }
  .wp-front .wp-block-column.display-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .wp-front .wp-block-column.display-lg-none {
    display: none !important;
  }
  .wp-front .wp-block-column.display-lg-block {
    display: block !important;
  }
  .wp-front .wp-block-column.display-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-front .wp-block-column.display-lg-inline {
    display: inline !important;
  }
  .wp-front .wp-block-column.display-lg-inline-block {
    display: inline-block !important;
  }
  .wp-front .wp-block-column.display-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-front .wp-block-column.display-md-none {
    display: none !important;
  }
  .wp-front .wp-block-column.display-md-block {
    display: block !important;
  }
  .wp-front .wp-block-column.display-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-front .wp-block-column.display-md-inline {
    display: inline !important;
  }
  .wp-front .wp-block-column.display-md-inline-block {
    display: inline-block !important;
  }
  .wp-front .wp-block-column.display-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (max-width: 767.98px) {
  .wp-front .wp-block-column.display-sm-none {
    display: none !important;
  }
  .wp-front .wp-block-column.display-sm-block {
    display: block !important;
  }
  .wp-front .wp-block-column.display-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-front .wp-block-column.display-sm-inline {
    display: inline !important;
  }
  .wp-front .wp-block-column.display-sm-inline-block {
    display: inline-block !important;
  }
  .wp-front .wp-block-column.display-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.wp-front .wp-block-column.has-border-top {
  border-top: 1px solid #F2F2F2;
}
.wp-front .wp-block-column.has-border-bottom {
  border-bottom: 1px solid #F2F2F2;
}
.wp-front .wp-block-column.has-border-right {
  border-right: 1px solid #F2F2F2;
}
.wp-front .wp-block-column.has-border-left {
  border-left: 1px solid #F2F2F2;
}
.wp-front .wp-block-group.group--full-width {
  width: 100%;
}
.wp-front .wp-block-group.has-rounded-borders {
  border-radius: 12px;
}
.wp-front .wp-block-group.has-border-top {
  border-top: 2px solid #F2F2F2;
}
.wp-front .wp-block-group.has-border-bottom {
  border-bottom: 2px solid #F2F2F2;
}
.wp-front .wp-block-group.has-border-right {
  border-right: 2px solid #F2F2F2;
}
.wp-front .wp-block-group.has-border-left {
  border-left: 2px solid #F2F2F2;
}
.wp-front .wp-block-group.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-front .wp-block-group.display-flex > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-front .wp-block-group.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wp-front .wp-block-group.flex-direction-row > .wp-block-group__inner-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wp-front .wp-block-group.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-front .wp-block-group.flex-direction-column > .wp-block-group__inner-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-front .wp-block-group.align-items-normal {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.wp-front .wp-block-group.align-items-normal > .wp-block-group__inner-container {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.wp-front .wp-block-group.align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.wp-front .wp-block-group.align-items-baseline > .wp-block-group__inner-container {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.wp-front .wp-block-group.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-front .wp-block-group.align-items-center > .wp-block-group__inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-front .wp-block-group.align-items-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-front .wp-block-group.align-items-flex-start > .wp-block-group__inner-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-front .wp-block-group.align-items-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wp-front .wp-block-group.align-items-flex-end > .wp-block-group__inner-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wp-front .wp-block-group.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.wp-front .wp-block-group.align-items-stretch > .wp-block-group__inner-container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.wp-front .wp-block-group.justify-content-normal {
  -webkit-box-pack: normal !important;
      -ms-flex-pack: normal !important;
          justify-content: normal !important;
}
.wp-front .wp-block-group.justify-content-normal > .wp-block-group__inner-container {
  -webkit-box-pack: normal !important;
      -ms-flex-pack: normal !important;
          justify-content: normal !important;
}
.wp-front .wp-block-group.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.wp-front .wp-block-group.justify-content-center > .wp-block-group__inner-container {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.wp-front .wp-block-group.justify-content-flex-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.wp-front .wp-block-group.justify-content-flex-start > .wp-block-group__inner-container {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.wp-front .wp-block-group.justify-content-flex-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.wp-front .wp-block-group.justify-content-flex-end > .wp-block-group__inner-container {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.wp-front .wp-block-group.justify-content-space-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.wp-front .wp-block-group.justify-content-space-around > .wp-block-group__inner-container {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.wp-front .wp-block-group.justify-content-space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.wp-front .wp-block-group.justify-content-space-between > .wp-block-group__inner-container {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.wp-front .wp-block-group.justify-content-space-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}
.wp-front .wp-block-group.justify-content-space-evenly > .wp-block-group__inner-container {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}
.wp-front .wp-block-group.justify-content-stretch {
  -webkit-box-pack: stretch !important;
      -ms-flex-pack: stretch !important;
          justify-content: stretch !important;
}
.wp-front .wp-block-group.justify-content-stretch > .wp-block-group__inner-container {
  -webkit-box-pack: stretch !important;
      -ms-flex-pack: stretch !important;
          justify-content: stretch !important;
}
.wp-front .wp-block-group.flex-wrap-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-front .wp-block-group.flex-wrap-wrap > .wp-block-group__inner-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-front .wp-block-group.flex-wrap-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wp-front .wp-block-group.flex-wrap-nowrap > .wp-block-group__inner-container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wp-front .wp-block-group.full-screen {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 1500px) {
  .wp-front .wp-block-group.display-xxl-none {
    display: none !important;
  }
  .wp-front .wp-block-group.display-xxl-none > .wp-block-group__inner-container {
    display: none !important;
  }
  .wp-front .wp-block-group.display-xxl-block {
    display: block !important;
  }
  .wp-front .wp-block-group.display-xxl-block > .wp-block-group__inner-container {
    display: block !important;
  }
  .wp-front .wp-block-group.display-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-front .wp-block-group.display-xxl-flex > .wp-block-group__inner-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-front .wp-block-group.display-xxl-inline {
    display: inline !important;
  }
  .wp-front .wp-block-group.display-xxl-inline > .wp-block-group__inner-container {
    display: inline !important;
  }
  .wp-front .wp-block-group.display-xxl-inline-block {
    display: inline-block !important;
  }
  .wp-front .wp-block-group.display-xxl-inline-block > .wp-block-group__inner-container {
    display: inline-block !important;
  }
  .wp-front .wp-block-group.display-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .wp-front .wp-block-group.display-xxl-inline-flex > .wp-block-group__inner-container {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .wp-front .wp-block-group.flex-direction-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .wp-front .wp-block-group.flex-direction-xxl-row > .wp-block-group__inner-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .wp-front .wp-block-group.flex-direction-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .wp-front .wp-block-group.flex-direction-xxl-column > .wp-block-group__inner-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .wp-front .wp-block-group.align-items-xxl-normal {
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
  }
  .wp-front .wp-block-group.align-items-xxl-normal > .wp-block-group__inner-container {
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
  }
  .wp-front .wp-block-group.align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .wp-front .wp-block-group.align-items-xxl-baseline > .wp-block-group__inner-container {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .wp-front .wp-block-group.align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .wp-front .wp-block-group.align-items-xxl-center > .wp-block-group__inner-container {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .wp-front .wp-block-group.align-items-xxl-flex-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .wp-front .wp-block-group.align-items-xxl-flex-start > .wp-block-group__inner-container {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .wp-front .wp-block-group.align-items-xxl-flex-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .wp-front .wp-block-group.align-items-xxl-flex-end > .wp-block-group__inner-container {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .wp-front .wp-block-group.align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .wp-front .wp-block-group.align-items-xxl-stretch > .wp-block-group__inner-container {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-normal {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-normal > .wp-block-group__inner-container {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-center > .wp-block-group__inner-container {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-flex-start > .wp-block-group__inner-container {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-flex-end > .wp-block-group__inner-container {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-space-around > .wp-block-group__inner-container {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-space-between > .wp-block-group__inner-container {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-space-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-space-evenly > .wp-block-group__inner-container {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-stretch {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
  .wp-front .wp-block-group.justify-content-xxl-stretch > .wp-block-group__inner-container {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
  .wp-front .wp-block-group.flex-wrap-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-front .wp-block-group.flex-wrap-xxl-wrap > .wp-block-group__inner-container {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-front .wp-block-group.flex-wrap-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .wp-front .wp-block-group.flex-wrap-xxl-nowrap > .wp-block-group__inner-container {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .wp-front .wp-block-group.full-screen-xxl {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .wp-front .wp-block-group.display-xl-none {
    display: none !important;
  }
  .wp-front .wp-block-group.display-xl-none > .wp-block-group__inner-container {
    display: none !important;
  }
  .wp-front .wp-block-group.display-xl-block {
    display: block !important;
  }
  .wp-front .wp-block-group.display-xl-block > .wp-block-group__inner-container {
    display: block !important;
  }
  .wp-front .wp-block-group.display-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-front .wp-block-group.display-xl-flex > .wp-block-group__inner-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-front .wp-block-group.display-xl-inline {
    display: inline !important;
  }
  .wp-front .wp-block-group.display-xl-inline > .wp-block-group__inner-container {
    display: inline !important;
  }
  .wp-front .wp-block-group.display-xl-inline-block {
    display: inline-block !important;
  }
  .wp-front .wp-block-group.display-xl-inline-block > .wp-block-group__inner-container {
    display: inline-block !important;
  }
  .wp-front .wp-block-group.display-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .wp-front .wp-block-group.display-xl-inline-flex > .wp-block-group__inner-container {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .wp-front .wp-block-group.flex-direction-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .wp-front .wp-block-group.flex-direction-xl-row > .wp-block-group__inner-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .wp-front .wp-block-group.flex-direction-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .wp-front .wp-block-group.flex-direction-xl-column > .wp-block-group__inner-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .wp-front .wp-block-group.align-items-xl-normal {
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
  }
  .wp-front .wp-block-group.align-items-xl-normal > .wp-block-group__inner-container {
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
  }
  .wp-front .wp-block-group.align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .wp-front .wp-block-group.align-items-xl-baseline > .wp-block-group__inner-container {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .wp-front .wp-block-group.align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .wp-front .wp-block-group.align-items-xl-center > .wp-block-group__inner-container {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .wp-front .wp-block-group.align-items-xl-flex-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .wp-front .wp-block-group.align-items-xl-flex-start > .wp-block-group__inner-container {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .wp-front .wp-block-group.align-items-xl-flex-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .wp-front .wp-block-group.align-items-xl-flex-end > .wp-block-group__inner-container {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .wp-front .wp-block-group.align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .wp-front .wp-block-group.align-items-xl-stretch > .wp-block-group__inner-container {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .wp-front .wp-block-group.justify-content-xl-normal {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
  .wp-front .wp-block-group.justify-content-xl-normal > .wp-block-group__inner-container {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
  .wp-front .wp-block-group.justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .wp-front .wp-block-group.justify-content-xl-center > .wp-block-group__inner-container {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .wp-front .wp-block-group.justify-content-xl-flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .wp-front .wp-block-group.justify-content-xl-flex-start > .wp-block-group__inner-container {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .wp-front .wp-block-group.justify-content-xl-flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .wp-front .wp-block-group.justify-content-xl-flex-end > .wp-block-group__inner-container {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .wp-front .wp-block-group.justify-content-xl-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .wp-front .wp-block-group.justify-content-xl-space-around > .wp-block-group__inner-container {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .wp-front .wp-block-group.justify-content-xl-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .wp-front .wp-block-group.justify-content-xl-space-between > .wp-block-group__inner-container {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .wp-front .wp-block-group.justify-content-xl-space-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .wp-front .wp-block-group.justify-content-xl-space-evenly > .wp-block-group__inner-container {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .wp-front .wp-block-group.justify-content-xl-stretch {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
  .wp-front .wp-block-group.justify-content-xl-stretch > .wp-block-group__inner-container {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
  .wp-front .wp-block-group.flex-wrap-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-front .wp-block-group.flex-wrap-xl-wrap > .wp-block-group__inner-container {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-front .wp-block-group.flex-wrap-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .wp-front .wp-block-group.flex-wrap-xl-nowrap > .wp-block-group__inner-container {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .wp-front .wp-block-group.full-screen-xl {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .wp-front .wp-block-group.display-lg-none {
    display: none !important;
  }
  .wp-front .wp-block-group.display-lg-none > .wp-block-group__inner-container {
    display: none !important;
  }
  .wp-front .wp-block-group.display-lg-block {
    display: block !important;
  }
  .wp-front .wp-block-group.display-lg-block > .wp-block-group__inner-container {
    display: block !important;
  }
  .wp-front .wp-block-group.display-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-front .wp-block-group.display-lg-flex > .wp-block-group__inner-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-front .wp-block-group.display-lg-inline {
    display: inline !important;
  }
  .wp-front .wp-block-group.display-lg-inline > .wp-block-group__inner-container {
    display: inline !important;
  }
  .wp-front .wp-block-group.display-lg-inline-block {
    display: inline-block !important;
  }
  .wp-front .wp-block-group.display-lg-inline-block > .wp-block-group__inner-container {
    display: inline-block !important;
  }
  .wp-front .wp-block-group.display-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .wp-front .wp-block-group.display-lg-inline-flex > .wp-block-group__inner-container {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .wp-front .wp-block-group.flex-direction-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .wp-front .wp-block-group.flex-direction-lg-row > .wp-block-group__inner-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .wp-front .wp-block-group.flex-direction-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .wp-front .wp-block-group.flex-direction-lg-column > .wp-block-group__inner-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .wp-front .wp-block-group.align-items-lg-normal {
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
  }
  .wp-front .wp-block-group.align-items-lg-normal > .wp-block-group__inner-container {
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
  }
  .wp-front .wp-block-group.align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .wp-front .wp-block-group.align-items-lg-baseline > .wp-block-group__inner-container {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .wp-front .wp-block-group.align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .wp-front .wp-block-group.align-items-lg-center > .wp-block-group__inner-container {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .wp-front .wp-block-group.align-items-lg-flex-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .wp-front .wp-block-group.align-items-lg-flex-start > .wp-block-group__inner-container {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .wp-front .wp-block-group.align-items-lg-flex-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .wp-front .wp-block-group.align-items-lg-flex-end > .wp-block-group__inner-container {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .wp-front .wp-block-group.align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .wp-front .wp-block-group.align-items-lg-stretch > .wp-block-group__inner-container {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .wp-front .wp-block-group.justify-content-lg-normal {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
  .wp-front .wp-block-group.justify-content-lg-normal > .wp-block-group__inner-container {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
  .wp-front .wp-block-group.justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .wp-front .wp-block-group.justify-content-lg-center > .wp-block-group__inner-container {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .wp-front .wp-block-group.justify-content-lg-flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .wp-front .wp-block-group.justify-content-lg-flex-start > .wp-block-group__inner-container {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .wp-front .wp-block-group.justify-content-lg-flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .wp-front .wp-block-group.justify-content-lg-flex-end > .wp-block-group__inner-container {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .wp-front .wp-block-group.justify-content-lg-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .wp-front .wp-block-group.justify-content-lg-space-around > .wp-block-group__inner-container {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .wp-front .wp-block-group.justify-content-lg-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .wp-front .wp-block-group.justify-content-lg-space-between > .wp-block-group__inner-container {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .wp-front .wp-block-group.justify-content-lg-space-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .wp-front .wp-block-group.justify-content-lg-space-evenly > .wp-block-group__inner-container {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .wp-front .wp-block-group.justify-content-lg-stretch {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
  .wp-front .wp-block-group.justify-content-lg-stretch > .wp-block-group__inner-container {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
  .wp-front .wp-block-group.flex-wrap-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-front .wp-block-group.flex-wrap-lg-wrap > .wp-block-group__inner-container {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-front .wp-block-group.flex-wrap-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .wp-front .wp-block-group.flex-wrap-lg-nowrap > .wp-block-group__inner-container {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .wp-front .wp-block-group.full-screen-lg {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-front .wp-block-group.display-md-none {
    display: none !important;
  }
  .wp-front .wp-block-group.display-md-none > .wp-block-group__inner-container {
    display: none !important;
  }
  .wp-front .wp-block-group.display-md-block {
    display: block !important;
  }
  .wp-front .wp-block-group.display-md-block > .wp-block-group__inner-container {
    display: block !important;
  }
  .wp-front .wp-block-group.display-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-front .wp-block-group.display-md-flex > .wp-block-group__inner-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-front .wp-block-group.display-md-inline {
    display: inline !important;
  }
  .wp-front .wp-block-group.display-md-inline > .wp-block-group__inner-container {
    display: inline !important;
  }
  .wp-front .wp-block-group.display-md-inline-block {
    display: inline-block !important;
  }
  .wp-front .wp-block-group.display-md-inline-block > .wp-block-group__inner-container {
    display: inline-block !important;
  }
  .wp-front .wp-block-group.display-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .wp-front .wp-block-group.display-md-inline-flex > .wp-block-group__inner-container {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .wp-front .wp-block-group.flex-direction-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .wp-front .wp-block-group.flex-direction-md-row > .wp-block-group__inner-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .wp-front .wp-block-group.flex-direction-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .wp-front .wp-block-group.flex-direction-md-column > .wp-block-group__inner-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .wp-front .wp-block-group.align-items-md-normal {
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
  }
  .wp-front .wp-block-group.align-items-md-normal > .wp-block-group__inner-container {
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
  }
  .wp-front .wp-block-group.align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .wp-front .wp-block-group.align-items-md-baseline > .wp-block-group__inner-container {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .wp-front .wp-block-group.align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .wp-front .wp-block-group.align-items-md-center > .wp-block-group__inner-container {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .wp-front .wp-block-group.align-items-md-flex-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .wp-front .wp-block-group.align-items-md-flex-start > .wp-block-group__inner-container {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .wp-front .wp-block-group.align-items-md-flex-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .wp-front .wp-block-group.align-items-md-flex-end > .wp-block-group__inner-container {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .wp-front .wp-block-group.align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .wp-front .wp-block-group.align-items-md-stretch > .wp-block-group__inner-container {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .wp-front .wp-block-group.justify-content-md-normal {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
  .wp-front .wp-block-group.justify-content-md-normal > .wp-block-group__inner-container {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
  .wp-front .wp-block-group.justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .wp-front .wp-block-group.justify-content-md-center > .wp-block-group__inner-container {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .wp-front .wp-block-group.justify-content-md-flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .wp-front .wp-block-group.justify-content-md-flex-start > .wp-block-group__inner-container {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .wp-front .wp-block-group.justify-content-md-flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .wp-front .wp-block-group.justify-content-md-flex-end > .wp-block-group__inner-container {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .wp-front .wp-block-group.justify-content-md-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .wp-front .wp-block-group.justify-content-md-space-around > .wp-block-group__inner-container {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .wp-front .wp-block-group.justify-content-md-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .wp-front .wp-block-group.justify-content-md-space-between > .wp-block-group__inner-container {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .wp-front .wp-block-group.justify-content-md-space-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .wp-front .wp-block-group.justify-content-md-space-evenly > .wp-block-group__inner-container {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .wp-front .wp-block-group.justify-content-md-stretch {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
  .wp-front .wp-block-group.justify-content-md-stretch > .wp-block-group__inner-container {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
  .wp-front .wp-block-group.flex-wrap-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-front .wp-block-group.flex-wrap-md-wrap > .wp-block-group__inner-container {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-front .wp-block-group.flex-wrap-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .wp-front .wp-block-group.flex-wrap-md-nowrap > .wp-block-group__inner-container {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .wp-front .wp-block-group.full-screen-md {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
@media (max-width: 767.98px) {
  .wp-front .wp-block-group.display-sm-none {
    display: none !important;
  }
  .wp-front .wp-block-group.display-sm-none > .wp-block-group__inner-container {
    display: none !important;
  }
  .wp-front .wp-block-group.display-sm-block {
    display: block !important;
  }
  .wp-front .wp-block-group.display-sm-block > .wp-block-group__inner-container {
    display: block !important;
  }
  .wp-front .wp-block-group.display-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-front .wp-block-group.display-sm-flex > .wp-block-group__inner-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-front .wp-block-group.display-sm-inline {
    display: inline !important;
  }
  .wp-front .wp-block-group.display-sm-inline > .wp-block-group__inner-container {
    display: inline !important;
  }
  .wp-front .wp-block-group.display-sm-inline-block {
    display: inline-block !important;
  }
  .wp-front .wp-block-group.display-sm-inline-block > .wp-block-group__inner-container {
    display: inline-block !important;
  }
  .wp-front .wp-block-group.display-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .wp-front .wp-block-group.display-sm-inline-flex > .wp-block-group__inner-container {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .wp-front .wp-block-group.flex-direction-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .wp-front .wp-block-group.flex-direction-sm-row > .wp-block-group__inner-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .wp-front .wp-block-group.flex-direction-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .wp-front .wp-block-group.flex-direction-sm-column > .wp-block-group__inner-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .wp-front .wp-block-group.align-items-sm-normal {
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
  }
  .wp-front .wp-block-group.align-items-sm-normal > .wp-block-group__inner-container {
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
  }
  .wp-front .wp-block-group.align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .wp-front .wp-block-group.align-items-sm-baseline > .wp-block-group__inner-container {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .wp-front .wp-block-group.align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .wp-front .wp-block-group.align-items-sm-center > .wp-block-group__inner-container {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .wp-front .wp-block-group.align-items-sm-flex-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .wp-front .wp-block-group.align-items-sm-flex-start > .wp-block-group__inner-container {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .wp-front .wp-block-group.align-items-sm-flex-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .wp-front .wp-block-group.align-items-sm-flex-end > .wp-block-group__inner-container {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .wp-front .wp-block-group.align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .wp-front .wp-block-group.align-items-sm-stretch > .wp-block-group__inner-container {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .wp-front .wp-block-group.justify-content-sm-normal {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
  .wp-front .wp-block-group.justify-content-sm-normal > .wp-block-group__inner-container {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
  .wp-front .wp-block-group.justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .wp-front .wp-block-group.justify-content-sm-center > .wp-block-group__inner-container {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .wp-front .wp-block-group.justify-content-sm-flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .wp-front .wp-block-group.justify-content-sm-flex-start > .wp-block-group__inner-container {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .wp-front .wp-block-group.justify-content-sm-flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .wp-front .wp-block-group.justify-content-sm-flex-end > .wp-block-group__inner-container {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .wp-front .wp-block-group.justify-content-sm-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .wp-front .wp-block-group.justify-content-sm-space-around > .wp-block-group__inner-container {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .wp-front .wp-block-group.justify-content-sm-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .wp-front .wp-block-group.justify-content-sm-space-between > .wp-block-group__inner-container {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .wp-front .wp-block-group.justify-content-sm-space-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .wp-front .wp-block-group.justify-content-sm-space-evenly > .wp-block-group__inner-container {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .wp-front .wp-block-group.justify-content-sm-stretch {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
  .wp-front .wp-block-group.justify-content-sm-stretch > .wp-block-group__inner-container {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
  .wp-front .wp-block-group.flex-wrap-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-front .wp-block-group.flex-wrap-sm-wrap > .wp-block-group__inner-container {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-front .wp-block-group.flex-wrap-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .wp-front .wp-block-group.flex-wrap-sm-nowrap > .wp-block-group__inner-container {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .wp-front .wp-block-group.full-screen-sm {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
.wp-front .wp-block-separator {
  height: 1px;
  margin: 0;
  opacity: 1;
  width: 100%;
  max-width: 100%;
}
.wp-front .wp-block-separator.is-style-rounded {
  height: 15px;
  background: transparent !important;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  border-top-left-radius: 10px;
  opacity: 0.3;
}
.wp-front .wp-block-separator-overlay {
  position: relative;
  overflow: hidden;
  min-height: 20px;
}
.wp-front .wp-block-separator-overlay .wp-block-separator {
  height: 20px !important;
  background-color: transparent !important;
}
.wp-front .wp-block-separator-overlay .overlay-text-box {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 20px;
}
.wp-front .wp-block-separator-overlay .overlay-text-box:before, .wp-front .wp-block-separator-overlay .overlay-text-box:after {
  content: "";
  display: block;
  height: 2px;
  background: currentColor;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 50vw;
}
.wp-front .wp-block-separator-overlay .overlay-text-box:after {
  right: auto;
  left: 100%;
}
.wp-front .wp-block-code {
  margin: 0;
}
.wp-front .navigation-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px !important;
}
.wp-front .navigation-buttons .wp-block-button {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wp-front .navigation-buttons .wp-block-button .wp-block-button__link {
  width: 100%;
  min-width: auto !important;
}
.wp-front .block-grid {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wp-front .block-grid.bg-image-top {
  background-position: top center;
}
.wp-front .block-grid.with-bg-image {
  position: relative;
}
.wp-front .block-grid.with-bg-image:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wp-front .block-grid.with-bg-image.bg-left {
  background-position-x: -50vw;
}
.wp-front .block-grid.with-bg-image.bg-left:before {
  right: 50%;
}
@media (max-width: 991px) {
  .wp-front .block-grid.with-bg-image.bg-left {
    background-image: none !important;
  }
  .wp-front .block-grid.with-bg-image.bg-left:before {
    display: none;
  }
}
.wp-front .block-grid.with-bg-image.bg-left.block-grid--edit {
  background-position: top 0 right 100%;
  background-size: 50% 100%;
}
.wp-front .block-grid.with-bg-image.bg-right {
  background-position-x: 50vw;
}
.wp-front .block-grid.with-bg-image.bg-right:before {
  left: 50%;
}
@media (max-width: 991px) {
  .wp-front .block-grid.with-bg-image.bg-right {
    background: none !important;
  }
  .wp-front .block-grid.with-bg-image.bg-right:before {
    display: none;
  }
}
.wp-front .block-grid.with-bg-image.bg-right.block-grid--edit {
  background-position: top 0 left 100%;
  background-size: 50% 100%;
}
.wp-front .block-grid.with-bg-image .container,
.wp-front .block-grid.with-bg-image .container-fluid,
.wp-front .block-grid.with-bg-image .container-sm,
.wp-front .block-grid.with-bg-image .container-md,
.wp-front .block-grid.with-bg-image .container-lg,
.wp-front .block-grid.with-bg-image .container-xl,
.wp-front .block-grid.with-bg-image .container-xxl {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .wp-front .block-grid.is-style-center-line {
    position: relative;
  }
  .wp-front .block-grid.is-style-center-line:after {
    content: "";
    display: block;
    width: 1px;
    background-color: #23B900;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.wp-front .wp-block-image-wrapper.has-aspect-ratio {
  width: 100%;
}
.wp-front .wp-block-image-wrapper.has-aspect-ratio.ratio-16-9 .wp-block-image:before {
  padding-top: 56.25%;
}
.wp-front .wp-block-image-wrapper.has-aspect-ratio.ratio-4-3 .wp-block-image:before {
  padding-top: 75%;
}
.wp-front .wp-block-image-wrapper.has-aspect-ratio.ratio-1-1 .wp-block-image:before {
  padding-top: 100%;
}
.wp-front .wp-block-image-wrapper.has-aspect-ratio.ratio-portrait.ratio-16-9 .wp-block-image:before {
  padding-top: 177.77%;
}
.wp-front .wp-block-image-wrapper.has-aspect-ratio.ratio-portrait.ratio-4-3 .wp-block-image:before {
  padding-top: 133.33%;
}
.wp-front .wp-block-image-wrapper.has-aspect-ratio.ratio-ratio-overflow-x-right img,
.wp-front .wp-block-image-wrapper.has-aspect-ratio.ratio-ratio-overflow-x-right .components-resizable-box__container {
  right: auto;
  -o-object-position: left center;
     object-position: left center;
  width: auto !important;
  max-width: none !important;
}
.wp-front .wp-block-image-wrapper.has-aspect-ratio.ratio-ratio-overflow-x-left img,
.wp-front .wp-block-image-wrapper.has-aspect-ratio.ratio-ratio-overflow-x-left .components-resizable-box__container {
  left: auto;
  -o-object-position: right center;
     object-position: right center;
  width: auto !important;
  max-width: none !important;
}
.wp-front .wp-block-image-wrapper.has-aspect-ratio .wp-block-image {
  position: relative;
  width: 100%;
}
.wp-front .wp-block-image-wrapper.has-aspect-ratio .wp-block-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.wp-front .wp-block-image-wrapper.has-aspect-ratio img,
.wp-front .wp-block-image-wrapper.has-aspect-ratio .components-resizable-box__container {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
}
.wp-front .wp-block-image-wrapper.has-aspect-ratio .wp-block {
  width: 100%;
}
.wp-front .wp-block-image-wrapper.has-custom-maxwidth.wp-block-image--align-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-front .wp-block-image-wrapper.has-custom-maxwidth.wp-block-image--align-right {
  margin: 0 0 0 auto;
}
.wp-front .wp-block-image-wrapper.wp-block-image--align-center figure {
  text-align: center;
}
.wp-front .wp-block-image-wrapper.wp-block-image--align-right figure {
  text-align: right;
}
.wp-front .wp-block-image-wrapper[class*=wp-block-image--align] figure {
  margin: 0;
  float: none;
  display: block;
}
.wp-front .wp-block-image-wrapper .wp-block {
  margin: 0;
}
.wp-front .wp-block-image-wrapper .wp-block[data-align=left], .wp-front .wp-block-image-wrapper .wp-block[data-align=right] {
  height: auto;
}
.wp-front .wp-block-image-wrapper.has-custom-border-radius .wp-block {
  border-radius: inherit;
}
.wp-front .wp-block-image-wrapper.has-custom-border-radius .wp-block-image {
  border-radius: inherit;
  overflow: hidden;
}
.wp-front .wp-block-buttons {
  gap: 24px;
}
.wp-front .wp-block-button .wp-block-button__link.has-green-background-color:hover {
  background-color: #4FC733 !important;
}
.wp-front .wp-block-button .wp-block-button__link.has-navy-blue-background-color:hover {
  background-color: #394B73 !important;
}
.wp-front .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #B1B1B1;
  background-color: transparent;
  color: #201F1F;
}
.wp-front .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #DBDBDB !important;
  color: #201F1F !important;
}
.wp-front .wp-block-button.is-style-text-underline .wp-block-button__link {
  background-color: transparent !important;
  padding: 0 !important;
  min-width: auto !important;
  height: auto !important;
  color: #201F1F;
  text-decoration: underline;
}
.wp-front .wp-block-button.is-style-text-underline .wp-block-button__link:hover {
  color: #23B900;
  background-color: none !important;
}
.wp-front .wp-block-button.is-style-rounded-square .wp-block-button__link {
  border-radius: 8px !important;
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end .wp-block-button__link:after {
  font-family: "iconfont" !important;
  margin-left: 8px;
  font-size: 20px;
  font-weight: 400;
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-star .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-truck .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-recycle .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-sheild .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-group .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-user .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-charity .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-document .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-pin .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-app-store .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-arrow-down .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-arrow-left .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-arrow-right .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-arrow-up .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-facebook .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-instagram .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-linkedin .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-pinterest .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-twitter .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-youtube .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-play-store .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--end.has-icon-class--icon-phone .wp-block-button__link:after {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start .wp-block-button__link:before {
  font-family: "iconfont" !important;
  margin-right: 8px;
  font-size: 20px;
  font-weight: 400;
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-star .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-truck .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-recycle .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-sheild .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-group .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-user .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-charity .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-document .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-pin .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-app-store .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-arrow-down .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-arrow-left .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-arrow-right .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-arrow-up .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-facebook .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-instagram .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-linkedin .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-pinterest .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-twitter .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-youtube .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-play-store .wp-block-button__link:before {
  content: "";
}
.wp-front .wp-block-button[class*=has-icon-class].has-icon-position--start.has-icon-class--icon-phone .wp-block-button__link:before {
  content: "";
}
.wp-front .accordion-item {
  border-radius: 8px;
  margin-bottom: 8px;
}
.wp-front .accordion-item .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  font-size: 1rem !important;
  line-height: 1;
  padding: 20px 24px;
}
.wp-front .accordion-item .accordion-title.editor {
  display: block;
}
.wp-front .accordion-item .accordion-title .icon {
  font-size: 8px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.wp-front .accordion-item .accordion-title.collapsed .icon {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.wp-front .accordion-item .accordion-body {
  padding: 0 24px 24px 24px;
}
.wp-front .post-item {
  margin-bottom: calc(60px*var(--scale));
}
.wp-front .post-item:hover h3, .wp-front .post-item:hover .h3,
.wp-front .post-item:hover p {
  color: #23B900;
}
.wp-front .post-item:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.wp-front .post-item .post-link_image {
  display: block;
  background-color: #E9E9E9;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 24px;
  position: relative;
}
.wp-front .post-item .post-link_image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc((121 / 140) * 100%);
}
.wp-front .post-item .post-link_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wp-front .post-item .post-texts h3, .wp-front .post-item .post-texts .h3 {
  font-size: 1.25rem !important;
  line-height: 1.2;
  margin-bottom: 12px;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.wp-front .post-item .post-texts p {
  margin-bottom: 12px;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.wp-front .wp-block .post-item {
  pointer-events: none;
}
.wp-front .nav-tabs {
  border: none;
  margin-left: -4px;
  margin-right: -4px;
}
.wp-front .nav-tabs .nav-item {
  margin-left: 4px;
  margin-right: 4px;
  max-width: 50%;
}
.wp-front .nav-tabs .nav-item .nav-link {
  font-size: 1rem;
  font-weight: bold;
  color: #201F1F;
  margin: 0;
  border: none !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #E9E9E9;
  padding: 20px 32px;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wp-front .nav-tabs .nav-item .nav-link:hover {
  background-color: #F2F2F2;
}
.wp-front .nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
}
.wp-front .nav-tabs .nav-item .nav-link.active:hover {
  color: #23B900;
}
.wp-front .tab-pane {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.wp-front .tab-pane.editor {
  position: relative;
}
.wp-front .tab-pane.editor:before {
  content: "";
  display: block;
  background-color: #F7F7F7;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
}
.wp-front .tab-pane.editor .tab-heading {
  height: 65px;
  display: inline-block;
  min-width: 225px !important;
  font-size: 1rem;
  font-weight: bold;
  color: #201F1F;
  margin: 0;
  border: none !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #E9E9E9;
  padding: 20px 32px;
  margin-top: -32px;
  margin-left: -32px;
  margin-bottom: 32px;
  text-align: left;
  position: relative;
  z-index: 2;
}
.wp-front .testimonials-slider-wrapper {
  position: relative;
  max-width: calc(100vw - 180px);
  margin-left: auto;
  margin-right: auto;
}
.wp-front .testimonials-slider-wrapper .prev-slide-btn,
.wp-front .testimonials-slider-wrapper .next-slide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 20px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #394B73;
  color: #B1B1B1;
  font-size: 20px;
  border: none;
  -webkit-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
  z-index: 5;
}
.wp-front .testimonials-slider-wrapper .prev-slide-btn.swiper-button-lock,
.wp-front .testimonials-slider-wrapper .next-slide-btn.swiper-button-lock {
  display: none;
}
.wp-front .testimonials-slider-wrapper .prev-slide-btn:hover:not(.swiper-button-disabled), .wp-front .testimonials-slider-wrapper .prev-slide-btn:focus:not(.swiper-button-disabled),
.wp-front .testimonials-slider-wrapper .next-slide-btn:hover:not(.swiper-button-disabled),
.wp-front .testimonials-slider-wrapper .next-slide-btn:focus:not(.swiper-button-disabled) {
  background: #405481;
}
.wp-front .testimonials-slider-wrapper .prev-slide-btn {
  left: -70px;
}
.wp-front .testimonials-slider-wrapper .next-slide-btn {
  right: -70px;
}
@media (max-width: 767.98px) {
  .wp-front .testimonials-slider-wrapper {
    max-width: 100%;
  }
  .wp-front .testimonials-slider-wrapper .prev-slide-btn,
.wp-front .testimonials-slider-wrapper .next-slide-btn {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .wp-front .testimonials-slider-wrapper .prev-slide-btn {
    left: -10px;
  }
  .wp-front .testimonials-slider-wrapper .next-slide-btn {
    right: -10px;
  }
}
.wp-front .testimonials-slider {
  border-radius: 8px;
}
.wp-front .testimonial-slide {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  color: #797979;
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 767.98px) {
  .wp-front .testimonial-slide {
    padding: 32px;
  }
}
.wp-front .testimonial-slide__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.wp-front .testimonial-slide__rating {
  margin-bottom: 28px;
}
.wp-front .testimonial-slide__rating img {
  height: 30px;
  width: auto;
}
@media (max-width: 767.98px) {
  .wp-front .testimonial-slide__rating img {
    height: 24px;
  }
}
.wp-front .testimonial-slide__title {
  color: #201F1F;
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
}
.wp-front .testimonial-slide__title:before {
  content: "“";
}
.wp-front .testimonial-slide__title:after {
  content: "”";
}
.wp-front .testimonial-slide__text {
  margin-bottom: 28px;
}
.wp-front .testimonial-slide__text h6, .wp-front .testimonial-slide__text .h6 {
  font-size: 1.25rem !important;
  margin-bottom: 1rem;
}
.wp-front .testimonial-slide__author {
  color: #201F1F;
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  margin-top: auto;
}
.wp-front .slider-pagination {
  position: relative;
  bottom: auto !important;
  left: auto !important;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.wp-front .slider-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  background: #394B73;
}
.wp-front .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #23B900;
}
.wp-front .block-testimonials-slider .prev-slide-btn,
.wp-front .block-testimonials-slider .next-slide-btn,
.wp-front .block-testimonials-slider .slider-pagination {
  display: none !important;
}
.wp-front .block-testimonials-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.wp-front .testimonial-card {
  background-color: #fff;
  padding: calc(32px*var(--scale));
  border-radius: 8px;
  margin-bottom: calc(32px*var(--scale));
  text-align: center;
}
.wp-front .testimonial-card h6, .wp-front .testimonial-card .h6 {
  display: block;
  color: #b1b1b1;
  font-size: 1.25rem !important;
  margin-bottom: calc(24px*var(--scale));
}
.wp-front .testimonial-card h4, .wp-front .testimonial-card .h4 {
  font-weight: normal;
  font-size: 1rem !important;
}
.wp-front .testimonial-card h3, .wp-front .testimonial-card .h3 {
  color: #23B900;
  margin-top: calc(20px*var(--scale));
  font-size: 1rem !important;
}
.wp-front .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.wp-front .content-slider .swiper-slide {
  width: 170px;
}
@media (max-width: 575.98px) {
  .wp-front .content-slider .swiper-slide {
    width: 160px;
  }
}
.wp-front .content-slide__inner-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-front .content-slide__inner-wrapper .wp-block-image {
  border-radius: 50% !important;
}
.wp-front .content-slider--block-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.wp-front .content-slider--block-editor .block-list-appender {
  position: static !important;
  -ms-flex-item-align: center;
      align-self: center;
}
.wp-front .content-slide--block-editor {
  width: 170px;
}
.wp-front .charity-slide__image {
  position: relative;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.wp-front .charity-slide__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.wp-front .charity-slide__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-front .charity-slide__inner-wrapper {
  text-align: center;
}
.wp-front .charity-slide__title {
  font-weight: 700;
  display: block;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
}
.wp-front .block-charities-slider .charities-slider-wrapper.full-width {
  width: 100%;
  margin: 0;
  left: auto;
  right: auto;
}
.wp-front .block-charities-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}
.wp-front .dotted-map-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .wp-front .dotted-map-wrapper {
    display: block;
  }
  .wp-front .dotted-map-wrapper:not(.has-content) {
    display: none !important;
  }
}
.wp-front .dotted-map-content-wrapper {
  grid-row: 1;
  grid-column: 1;
  pointer-events: none;
  padding-top: calc(60px*var(--scale));
  padding-bottom: calc(60px*var(--scale));
  cursor: auto;
}
.wp-front .dotted-map-content {
  position: relative;
  z-index: 5;
  padding: 40px 32px;
  background: #fff;
  width: min(480px, 45%);
  pointer-events: all;
}
@media (max-width: 991.98px) {
  .wp-front .dotted-map-content {
    width: 100%;
  }
}
.wp-front .dotted-map-image {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
}
.wp-front .dotted-map-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .wp-front .dotted-map-image {
    display: none;
  }
}
.wp-front .dotted-map-marker {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #23B900;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 0px 5px rgba(35, 185, 0, 0.3);
          box-shadow: 0px 0px 0px 5px rgba(35, 185, 0, 0.3);
  z-index: 5;
}
.wp-front .dotted-map-marker.is-focused .remove-marker-btn {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1499.98px) {
  .wp-front .dotted-map-marker {
    width: 12px;
    height: 12px;
  }
}
.wp-front .remove-marker-btn {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
      -ms-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  border-radius: 6px;
  background-color: red;
  color: #fff;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border: none;
  font-size: 12px;
  padding: 2px 4px;
}
.wp-front .remove-marker-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 5px;
  height: 5px;
  border-bottom: 5px solid red;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.wp-front .dotted-map--block-editor:not(.markers-editing--disabled) .dotted-map-image,
.wp-front .dotted-map--block-editor:not(.markers-editing--disabled) .dotted-map-marker {
  cursor: pointer;
}
.wp-front .dotted-map--block-editor .dotted-map-marker {
  width: 12px;
  height: 12px;
}
.wp-front .google-map-placeholder {
  width: 100%;
  height: 600px;
}
@media (max-width: 991.98px) {
  .wp-front .google-map-placeholder {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  .wp-front .google-map-placeholder {
    height: 360px;
  }
}
.wp-front .block-google-map {
  padding: 50px;
  background-color: #071E50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
}
.wp-front .google-map-block-placeholder__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0.6em;
}
.wp-front .project-card {
  background-color: #fff;
  padding: calc(32px*var(--scale));
  border-radius: 8px;
  margin-bottom: calc(32px*var(--scale));
  text-align: center;
}
.wp-front .project-card .logo-wrap {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-front .project-card .logo-wrap img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}
.wp-front .project-card h3, .wp-front .project-card .h3 {
  color: #23B900;
  margin-top: calc(20px*var(--scale));
  font-size: 1rem !important;
}
.wp-front .project-slide__image {
  height: 170px;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: calc(8px*var(--scale));
  background-color: #ffffff;
  padding: calc(20px*var(--scale));
  border-radius: 50%;
  overflow: hidden;
}
.wp-front .project-slide__image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}
.wp-front .project-slide__inner-wrapper {
  text-align: center;
}
.wp-front .project-slide__title {
  font-weight: 700;
  display: block;
  line-height: 1.4;
  font-size: 0.875rem;
  color: #23B900;
}
.wp-front .block-projects-slider .projects-slider-wrapper.full-width {
  width: 100%;
  margin: 0;
  left: auto;
  right: auto;
}
.wp-front .block-projects-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}
.wp-front .is-style-center-line .button-group_wrap {
  overflow: hidden;
  margin-left: -17px;
  margin-right: -17px;
}
.wp-front .is-style-center-line .button-line-left {
  position: relative;
}
@media (min-width: 992px) {
  .wp-front .is-style-center-line .button-line-left .wp-block-button {
    position: relative;
  }
  .wp-front .is-style-center-line .button-line-left .wp-block-button:before {
    content: "";
    display: block;
    height: 1px;
    width: 500px;
    background-color: #23B900;
    position: absolute;
    margin: auto;
    top: 0;
    right: 100%;
    bottom: 0;
    z-index: 3;
  }
}
.wp-front .is-style-center-line .button-line-right {
  position: relative;
}
@media (min-width: 992px) {
  .wp-front .is-style-center-line .button-line-right .wp-block-button {
    position: relative;
  }
  .wp-front .is-style-center-line .button-line-right .wp-block-button:before {
    content: "";
    display: block;
    height: 1px;
    width: 500px;
    background-color: #23B900;
    position: absolute;
    margin: auto;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 3;
  }
}
.wp-front .howitworks-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .wp-front .howitworks-number {
    width: 60px;
    height: 60px;
  }
  .wp-front .howitworks-number p {
    font-size: 28px !important;
  }
}
.wp-front .howitworks-number.offset-top {
  position: relative;
  top: -44px;
}
@media (max-width: 991px) {
  .wp-front .howitworks-number.offset-top {
    top: -30px;
  }
}
/*# sourceMappingURL=main.min.css.map */
