@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,300;0,6..12,600;0,6..12,800;1,6..12,300;1,6..12,600;1,6..12,800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
.ar-2_1 {
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}
@supports (aspect-ratio: 2) {
  .ar-2_1 {
    height: initial;
    padding-bottom: initial;
    aspect-ratio: 2;
  }
}

.ar-1_1 {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
@supports (aspect-ratio: 1) {
  .ar-1_1 {
    height: initial;
    padding-bottom: initial;
    aspect-ratio: 1;
  }
}

.ar-16_9 {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}
@supports (aspect-ratio: 1.7777777778) {
  .ar-16_9 {
    height: initial;
    padding-bottom: initial;
    aspect-ratio: 1.7777777778;
  }
}

.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-1 {
  -webkit-box-shadow: 0 1.5em 1em -1em rgba(var(--blackrgb), 0.1) !important;
          box-shadow: 0 1.5em 1em -1em rgba(var(--blackrgb), 0.1) !important;
}

.shadow-2 {
  -webkit-box-shadow: 0 2em 1.5em -1.5em rgba(var(--blackrgb), 0.1) !important;
          box-shadow: 0 2em 1.5em -1.5em rgba(var(--blackrgb), 0.1) !important;
}

.shadow-3 {
  -webkit-box-shadow: 0 3em 2em -2em rgba(var(--blackrgb), 0.1) !important;
          box-shadow: 0 3em 2em -2em rgba(var(--blackrgb), 0.1) !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;
}

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

.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.5rem !important;
}

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

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

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

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

.gap-6 {
  gap: 7.2rem !important;
}

.gap-33 {
  gap: 33.3333% !important;
}

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

.gap-66 {
  gap: 66.6666% !important;
}

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

.gap-150 {
  gap: 150% !important;
}

.gap-25em {
  gap: 0.25em !important;
}

.gap-5em {
  gap: 0.5em !important;
}

.gap-75em {
  gap: 0.75em !important;
}

.gap-1em {
  gap: 1em !important;
}

.gap-15em {
  gap: 1.5em !important;
}

.gap-2em {
  gap: 2em !important;
}

.gap-3em {
  gap: 3em !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.5rem !important;
}

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

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

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

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

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

.m-33 {
  margin: 33.3333% !important;
}

.m-50 {
  margin: 50% !important;
}

.m-66 {
  margin: 66.6666% !important;
}

.m-100 {
  margin: 100% !important;
}

.m-150 {
  margin: 150% !important;
}

.m-25em {
  margin: 0.25em !important;
}

.m-5em {
  margin: 0.5em !important;
}

.m-75em {
  margin: 0.75em !important;
}

.m-1em {
  margin: 1em !important;
}

.m-15em {
  margin: 1.5em !important;
}

.m-2em {
  margin: 2em !important;
}

.m-3em {
  margin: 3em !important;
}

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

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

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

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

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

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

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

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

.mx-33 {
  margin-right: 33.3333% !important;
  margin-left: 33.3333% !important;
}

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

.mx-66 {
  margin-right: 66.6666% !important;
  margin-left: 66.6666% !important;
}

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

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

.mx-25em {
  margin-right: 0.25em !important;
  margin-left: 0.25em !important;
}

.mx-5em {
  margin-right: 0.5em !important;
  margin-left: 0.5em !important;
}

.mx-75em {
  margin-right: 0.75em !important;
  margin-left: 0.75em !important;
}

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

.mx-15em {
  margin-right: 1.5em !important;
  margin-left: 1.5em !important;
}

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

.mx-3em {
  margin-right: 3em !important;
  margin-left: 3em !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.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

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

.my-6 {
  margin-top: 7.2rem !important;
  margin-bottom: 7.2rem !important;
}

.my-33 {
  margin-top: 33.3333% !important;
  margin-bottom: 33.3333% !important;
}

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

.my-66 {
  margin-top: 66.6666% !important;
  margin-bottom: 66.6666% !important;
}

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

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

.my-25em {
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important;
}

.my-5em {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.my-75em {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}

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

.my-15em {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

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

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

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

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

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

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

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

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

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

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

.mt-33 {
  margin-top: 33.3333% !important;
}

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

.mt-66 {
  margin-top: 66.6666% !important;
}

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

.mt-150 {
  margin-top: 150% !important;
}

.mt-25em {
  margin-top: 0.25em !important;
}

.mt-5em {
  margin-top: 0.5em !important;
}

.mt-75em {
  margin-top: 0.75em !important;
}

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

.mt-15em {
  margin-top: 1.5em !important;
}

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

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

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

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

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

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

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

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

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

.me-6 {
  margin-right: 7.2rem !important;
}

.me-33 {
  margin-right: 33.3333% !important;
}

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

.me-66 {
  margin-right: 66.6666% !important;
}

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

.me-150 {
  margin-right: 150% !important;
}

.me-25em {
  margin-right: 0.25em !important;
}

.me-5em {
  margin-right: 0.5em !important;
}

.me-75em {
  margin-right: 0.75em !important;
}

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

.me-15em {
  margin-right: 1.5em !important;
}

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

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

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

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

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

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

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

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

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

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

.mb-33 {
  margin-bottom: 33.3333% !important;
}

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

.mb-66 {
  margin-bottom: 66.6666% !important;
}

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

.mb-150 {
  margin-bottom: 150% !important;
}

.mb-25em {
  margin-bottom: 0.25em !important;
}

.mb-5em {
  margin-bottom: 0.5em !important;
}

.mb-75em {
  margin-bottom: 0.75em !important;
}

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

.mb-15em {
  margin-bottom: 1.5em !important;
}

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

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

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

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

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

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

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

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

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

.ms-6 {
  margin-left: 7.2rem !important;
}

.ms-33 {
  margin-left: 33.3333% !important;
}

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

.ms-66 {
  margin-left: 66.6666% !important;
}

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

.ms-150 {
  margin-left: 150% !important;
}

.ms-25em {
  margin-left: 0.25em !important;
}

.ms-5em {
  margin-left: 0.5em !important;
}

.ms-75em {
  margin-left: 0.75em !important;
}

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

.ms-15em {
  margin-left: 1.5em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-n6 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

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

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

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

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

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

.my-n6 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.me-n6 {
  margin-right: -4.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ms-n6 {
  margin-left: -4.5rem !important;
}

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

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

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

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

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

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

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

.p-33 {
  padding: 33.3333% !important;
}

.p-50 {
  padding: 50% !important;
}

.p-66 {
  padding: 66.6666% !important;
}

.p-100 {
  padding: 100% !important;
}

.p-150 {
  padding: 150% !important;
}

.p-25em {
  padding: 0.25em !important;
}

.p-5em {
  padding: 0.5em !important;
}

.p-75em {
  padding: 0.75em !important;
}

.p-1em {
  padding: 1em !important;
}

.p-15em {
  padding: 1.5em !important;
}

.p-2em {
  padding: 2em !important;
}

.p-3em {
  padding: 3em !important;
}

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

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

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

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

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

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

.px-6 {
  padding-right: 7.2rem !important;
  padding-left: 7.2rem !important;
}

.px-33 {
  padding-right: 33.3333% !important;
  padding-left: 33.3333% !important;
}

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

.px-66 {
  padding-right: 66.6666% !important;
  padding-left: 66.6666% !important;
}

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

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

.px-25em {
  padding-right: 0.25em !important;
  padding-left: 0.25em !important;
}

.px-5em {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important;
}

.px-75em {
  padding-right: 0.75em !important;
  padding-left: 0.75em !important;
}

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

.px-15em {
  padding-right: 1.5em !important;
  padding-left: 1.5em !important;
}

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

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

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

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

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

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

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

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

.py-6 {
  padding-top: 7.2rem !important;
  padding-bottom: 7.2rem !important;
}

.py-33 {
  padding-top: 33.3333% !important;
  padding-bottom: 33.3333% !important;
}

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

.py-66 {
  padding-top: 66.6666% !important;
  padding-bottom: 66.6666% !important;
}

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

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

.py-25em {
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
}

.py-5em {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.py-75em {
  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important;
}

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

.py-15em {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

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

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

.py-sep1 {
  padding-top: var(--sep1) !important;
  padding-bottom: var(--sep1) !important;
}

.py-sep2 {
  padding-top: var(--sep2) !important;
  padding-bottom: var(--sep2) !important;
}

.py-sep3 {
  padding-top: var(--sep3) !important;
  padding-bottom: var(--sep3) !important;
}

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

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

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

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

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

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

.pt-6 {
  padding-top: 7.2rem !important;
}

.pt-33 {
  padding-top: 33.3333% !important;
}

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

.pt-66 {
  padding-top: 66.6666% !important;
}

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

.pt-150 {
  padding-top: 150% !important;
}

.pt-25em {
  padding-top: 0.25em !important;
}

.pt-5em {
  padding-top: 0.5em !important;
}

.pt-75em {
  padding-top: 0.75em !important;
}

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

.pt-15em {
  padding-top: 1.5em !important;
}

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

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

.pt-sep1 {
  padding-top: var(--sep1) !important;
}

.pt-sep2 {
  padding-top: var(--sep2) !important;
}

.pt-sep3 {
  padding-top: var(--sep3) !important;
}

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

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

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

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

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

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

.pe-6 {
  padding-right: 7.2rem !important;
}

.pe-33 {
  padding-right: 33.3333% !important;
}

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

.pe-66 {
  padding-right: 66.6666% !important;
}

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

.pe-150 {
  padding-right: 150% !important;
}

.pe-25em {
  padding-right: 0.25em !important;
}

.pe-5em {
  padding-right: 0.5em !important;
}

.pe-75em {
  padding-right: 0.75em !important;
}

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

.pe-15em {
  padding-right: 1.5em !important;
}

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

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

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 7.2rem !important;
}

.pb-33 {
  padding-bottom: 33.3333% !important;
}

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

.pb-66 {
  padding-bottom: 66.6666% !important;
}

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

.pb-150 {
  padding-bottom: 150% !important;
}

.pb-25em {
  padding-bottom: 0.25em !important;
}

.pb-5em {
  padding-bottom: 0.5em !important;
}

.pb-75em {
  padding-bottom: 0.75em !important;
}

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

.pb-15em {
  padding-bottom: 1.5em !important;
}

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

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

.pb-sep1 {
  padding-bottom: var(--sep1) !important;
}

.pb-sep2 {
  padding-bottom: var(--sep2) !important;
}

.pb-sep3 {
  padding-bottom: var(--sep3) !important;
}

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

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

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

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

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

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

.ps-6 {
  padding-left: 7.2rem !important;
}

.ps-33 {
  padding-left: 33.3333% !important;
}

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

.ps-66 {
  padding-left: 66.6666% !important;
}

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

.ps-150 {
  padding-left: 150% !important;
}

.ps-25em {
  padding-left: 0.25em !important;
}

.ps-5em {
  padding-left: 0.5em !important;
}

.ps-75em {
  padding-left: 0.75em !important;
}

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

.ps-15em {
  padding-left: 1.5em !important;
}

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

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

.fs-1 {
  font-size: 41.6350937812px !important;
}

.fs-2 {
  font-size: 36.204429375px !important;
}

.fs-3 {
  font-size: 31.4821125px !important;
}

.fs-4 {
  font-size: 27.37575px !important;
}

.fs-5 {
  font-size: 23.805px !important;
}

.fs-6 {
  font-size: 20.7px !important;
}

.fs-inherit {
  font-size: inherit !important;
}

.fs-base {
  font-size: 18px !important;
}

.fs-50 {
  font-size: 50% !important;
}

.fs-100 {
  font-size: 100% !important;
}

.fs-1125 {
  font-size: 112.5% !important;
}

.fs-125 {
  font-size: 125% !important;
}

.fs-150 {
  font-size: 150% !important;
}

.fs-small {
  font-size: 15.652173913px !important;
}

.fs-tiny {
  font-size: 13.6105860113px !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: 300 !important;
}

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

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

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

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

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

.lh-lg {
  line-height: 2 !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-primary {
  color: #0d6efd !important;
}

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

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

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

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

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

.text-dark {
  color: #212529 !important;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #0d6efd !important;
}

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

.bg-body {
  background-color: var(--color1) !important;
}

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

.bg-transparent {
  background-color: transparent !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: 0.5rem !important;
}

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

.ar-2_1 {
  aspect-ratio: 2 !important;
}

.ar-3_2 {
  aspect-ratio: 1.5 !important;
}

.ar-1_1 {
  aspect-ratio: 1 !important;
}

.ar-16_9 {
  aspect-ratio: 1.7777777778 !important;
}

.h-1 {
  font-size: 41.6350937812px !important;
}

.h-2 {
  font-size: 36.204429375px !important;
}

.h-3 {
  font-size: 31.4821125px !important;
}

.h-4 {
  font-size: 27.37575px !important;
}

.h-5 {
  font-size: 23.805px !important;
}

.h-6 {
  font-size: 20.7px !important;
}

.h-inherit {
  font-size: inherit !important;
}

.h-base {
  font-size: 18px !important;
}

.h-50 {
  font-size: 50% !important;
}

.h-100 {
  font-size: 100% !important;
}

.h-1125 {
  font-size: 112.5% !important;
}

.h-125 {
  font-size: 125% !important;
}

.h-150 {
  font-size: 150% !important;
}

.h-small {
  font-size: 15.652173913px !important;
}

.h-tiny {
  font-size: 13.6105860113px !important;
}

.display-huge {
  font-size: 63.3217732546px !important;
}

.display-big {
  font-size: 55.0624115257px !important;
}

.display-1 {
  font-size: 47.8803578484px !important;
}

.display-2 {
  font-size: 41.6350937812px !important;
}

.display-3 {
  font-size: 36.204429375px !important;
}

.display-4 {
  font-size: 31.4821125px !important;
}

.display-5 {
  font-size: 27.37575px !important;
}

.display-6 {
  font-size: 23.805px !important;
}

@media (min-width: 577px) {
  .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;
  }
  .shadow-sm-1 {
    -webkit-box-shadow: 0 1.5em 1em -1em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 1.5em 1em -1em rgba(var(--blackrgb), 0.1) !important;
  }
  .shadow-sm-2 {
    -webkit-box-shadow: 0 2em 1.5em -1.5em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 2em 1.5em -1.5em rgba(var(--blackrgb), 0.1) !important;
  }
  .shadow-sm-3 {
    -webkit-box-shadow: 0 3em 2em -2em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 3em 2em -2em rgba(var(--blackrgb), 0.1) !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.5rem !important;
  }
  .gap-sm-2 {
    gap: 1rem !important;
  }
  .gap-sm-3 {
    gap: 2rem !important;
  }
  .gap-sm-4 {
    gap: 4rem !important;
  }
  .gap-sm-5 {
    gap: 5.5rem !important;
  }
  .gap-sm-6 {
    gap: 7.2rem !important;
  }
  .gap-sm-33 {
    gap: 33.3333% !important;
  }
  .gap-sm-50 {
    gap: 50% !important;
  }
  .gap-sm-66 {
    gap: 66.6666% !important;
  }
  .gap-sm-100 {
    gap: 100% !important;
  }
  .gap-sm-150 {
    gap: 150% !important;
  }
  .gap-sm-25em {
    gap: 0.25em !important;
  }
  .gap-sm-5em {
    gap: 0.5em !important;
  }
  .gap-sm-75em {
    gap: 0.75em !important;
  }
  .gap-sm-1em {
    gap: 1em !important;
  }
  .gap-sm-15em {
    gap: 1.5em !important;
  }
  .gap-sm-2em {
    gap: 2em !important;
  }
  .gap-sm-3em {
    gap: 3em !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.5rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .m-sm-3 {
    margin: 2rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .m-sm-5 {
    margin: 5.5rem !important;
  }
  .m-sm-6 {
    margin: 7.2rem !important;
  }
  .m-sm-33 {
    margin: 33.3333% !important;
  }
  .m-sm-50 {
    margin: 50% !important;
  }
  .m-sm-66 {
    margin: 66.6666% !important;
  }
  .m-sm-100 {
    margin: 100% !important;
  }
  .m-sm-150 {
    margin: 150% !important;
  }
  .m-sm-25em {
    margin: 0.25em !important;
  }
  .m-sm-5em {
    margin: 0.5em !important;
  }
  .m-sm-75em {
    margin: 0.75em !important;
  }
  .m-sm-1em {
    margin: 1em !important;
  }
  .m-sm-15em {
    margin: 1.5em !important;
  }
  .m-sm-2em {
    margin: 2em !important;
  }
  .m-sm-3em {
    margin: 3em !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .mx-sm-33 {
    margin-right: 33.3333% !important;
    margin-left: 33.3333% !important;
  }
  .mx-sm-50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }
  .mx-sm-66 {
    margin-right: 66.6666% !important;
    margin-left: 66.6666% !important;
  }
  .mx-sm-100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }
  .mx-sm-150 {
    margin-right: 150% !important;
    margin-left: 150% !important;
  }
  .mx-sm-25em {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-sm-5em {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-sm-75em {
    margin-right: 0.75em !important;
    margin-left: 0.75em !important;
  }
  .mx-sm-1em {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-sm-15em {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-sm-2em {
    margin-right: 2em !important;
    margin-left: 2em !important;
  }
  .mx-sm-3em {
    margin-right: 3em !important;
    margin-left: 3em !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-sm-6 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .my-sm-33 {
    margin-top: 33.3333% !important;
    margin-bottom: 33.3333% !important;
  }
  .my-sm-50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }
  .my-sm-66 {
    margin-top: 66.6666% !important;
    margin-bottom: 66.6666% !important;
  }
  .my-sm-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-sm-150 {
    margin-top: 150% !important;
    margin-bottom: 150% !important;
  }
  .my-sm-25em {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-sm-5em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-sm-75em {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
  }
  .my-sm-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-sm-15em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-sm-2em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .my-sm-3em {
    margin-top: 3em !important;
    margin-bottom: 3em !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.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 2rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-5 {
    margin-top: 5.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 7.2rem !important;
  }
  .mt-sm-33 {
    margin-top: 33.3333% !important;
  }
  .mt-sm-50 {
    margin-top: 50% !important;
  }
  .mt-sm-66 {
    margin-top: 66.6666% !important;
  }
  .mt-sm-100 {
    margin-top: 100% !important;
  }
  .mt-sm-150 {
    margin-top: 150% !important;
  }
  .mt-sm-25em {
    margin-top: 0.25em !important;
  }
  .mt-sm-5em {
    margin-top: 0.5em !important;
  }
  .mt-sm-75em {
    margin-top: 0.75em !important;
  }
  .mt-sm-1em {
    margin-top: 1em !important;
  }
  .mt-sm-15em {
    margin-top: 1.5em !important;
  }
  .mt-sm-2em {
    margin-top: 2em !important;
  }
  .mt-sm-3em {
    margin-top: 3em !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.5rem !important;
  }
  .me-sm-2 {
    margin-right: 1rem !important;
  }
  .me-sm-3 {
    margin-right: 2rem !important;
  }
  .me-sm-4 {
    margin-right: 4rem !important;
  }
  .me-sm-5 {
    margin-right: 5.5rem !important;
  }
  .me-sm-6 {
    margin-right: 7.2rem !important;
  }
  .me-sm-33 {
    margin-right: 33.3333% !important;
  }
  .me-sm-50 {
    margin-right: 50% !important;
  }
  .me-sm-66 {
    margin-right: 66.6666% !important;
  }
  .me-sm-100 {
    margin-right: 100% !important;
  }
  .me-sm-150 {
    margin-right: 150% !important;
  }
  .me-sm-25em {
    margin-right: 0.25em !important;
  }
  .me-sm-5em {
    margin-right: 0.5em !important;
  }
  .me-sm-75em {
    margin-right: 0.75em !important;
  }
  .me-sm-1em {
    margin-right: 1em !important;
  }
  .me-sm-15em {
    margin-right: 1.5em !important;
  }
  .me-sm-2em {
    margin-right: 2em !important;
  }
  .me-sm-3em {
    margin-right: 3em !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 7.2rem !important;
  }
  .mb-sm-33 {
    margin-bottom: 33.3333% !important;
  }
  .mb-sm-50 {
    margin-bottom: 50% !important;
  }
  .mb-sm-66 {
    margin-bottom: 66.6666% !important;
  }
  .mb-sm-100 {
    margin-bottom: 100% !important;
  }
  .mb-sm-150 {
    margin-bottom: 150% !important;
  }
  .mb-sm-25em {
    margin-bottom: 0.25em !important;
  }
  .mb-sm-5em {
    margin-bottom: 0.5em !important;
  }
  .mb-sm-75em {
    margin-bottom: 0.75em !important;
  }
  .mb-sm-1em {
    margin-bottom: 1em !important;
  }
  .mb-sm-15em {
    margin-bottom: 1.5em !important;
  }
  .mb-sm-2em {
    margin-bottom: 2em !important;
  }
  .mb-sm-3em {
    margin-bottom: 3em !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 1rem !important;
  }
  .ms-sm-3 {
    margin-left: 2rem !important;
  }
  .ms-sm-4 {
    margin-left: 4rem !important;
  }
  .ms-sm-5 {
    margin-left: 5.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 7.2rem !important;
  }
  .ms-sm-33 {
    margin-left: 33.3333% !important;
  }
  .ms-sm-50 {
    margin-left: 50% !important;
  }
  .ms-sm-66 {
    margin-left: 66.6666% !important;
  }
  .ms-sm-100 {
    margin-left: 100% !important;
  }
  .ms-sm-150 {
    margin-left: 150% !important;
  }
  .ms-sm-25em {
    margin-left: 0.25em !important;
  }
  .ms-sm-5em {
    margin-left: 0.5em !important;
  }
  .ms-sm-75em {
    margin-left: 0.75em !important;
  }
  .ms-sm-1em {
    margin-left: 1em !important;
  }
  .ms-sm-15em {
    margin-left: 1.5em !important;
  }
  .ms-sm-2em {
    margin-left: 2em !important;
  }
  .ms-sm-3em {
    margin-left: 3em !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .p-sm-3 {
    padding: 2rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .p-sm-5 {
    padding: 5.5rem !important;
  }
  .p-sm-6 {
    padding: 7.2rem !important;
  }
  .p-sm-33 {
    padding: 33.3333% !important;
  }
  .p-sm-50 {
    padding: 50% !important;
  }
  .p-sm-66 {
    padding: 66.6666% !important;
  }
  .p-sm-100 {
    padding: 100% !important;
  }
  .p-sm-150 {
    padding: 150% !important;
  }
  .p-sm-25em {
    padding: 0.25em !important;
  }
  .p-sm-5em {
    padding: 0.5em !important;
  }
  .p-sm-75em {
    padding: 0.75em !important;
  }
  .p-sm-1em {
    padding: 1em !important;
  }
  .p-sm-15em {
    padding: 1.5em !important;
  }
  .p-sm-2em {
    padding: 2em !important;
  }
  .p-sm-3em {
    padding: 3em !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-sm-6 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .px-sm-33 {
    padding-right: 33.3333% !important;
    padding-left: 33.3333% !important;
  }
  .px-sm-50 {
    padding-right: 50% !important;
    padding-left: 50% !important;
  }
  .px-sm-66 {
    padding-right: 66.6666% !important;
    padding-left: 66.6666% !important;
  }
  .px-sm-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .px-sm-150 {
    padding-right: 150% !important;
    padding-left: 150% !important;
  }
  .px-sm-25em {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-sm-5em {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-sm-75em {
    padding-right: 0.75em !important;
    padding-left: 0.75em !important;
  }
  .px-sm-1em {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-sm-15em {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-sm-2em {
    padding-right: 2em !important;
    padding-left: 2em !important;
  }
  .px-sm-3em {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-sm-6 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .py-sm-33 {
    padding-top: 33.3333% !important;
    padding-bottom: 33.3333% !important;
  }
  .py-sm-50 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }
  .py-sm-66 {
    padding-top: 66.6666% !important;
    padding-bottom: 66.6666% !important;
  }
  .py-sm-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .py-sm-150 {
    padding-top: 150% !important;
    padding-bottom: 150% !important;
  }
  .py-sm-25em {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-sm-5em {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-sm-75em {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }
  .py-sm-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-sm-15em {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-sm-2em {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .py-sm-3em {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .py-sm-sep1 {
    padding-top: var(--sep1) !important;
    padding-bottom: var(--sep1) !important;
  }
  .py-sm-sep2 {
    padding-top: var(--sep2) !important;
    padding-bottom: var(--sep2) !important;
  }
  .py-sm-sep3 {
    padding-top: var(--sep3) !important;
    padding-bottom: var(--sep3) !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 2rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-5 {
    padding-top: 5.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 7.2rem !important;
  }
  .pt-sm-33 {
    padding-top: 33.3333% !important;
  }
  .pt-sm-50 {
    padding-top: 50% !important;
  }
  .pt-sm-66 {
    padding-top: 66.6666% !important;
  }
  .pt-sm-100 {
    padding-top: 100% !important;
  }
  .pt-sm-150 {
    padding-top: 150% !important;
  }
  .pt-sm-25em {
    padding-top: 0.25em !important;
  }
  .pt-sm-5em {
    padding-top: 0.5em !important;
  }
  .pt-sm-75em {
    padding-top: 0.75em !important;
  }
  .pt-sm-1em {
    padding-top: 1em !important;
  }
  .pt-sm-15em {
    padding-top: 1.5em !important;
  }
  .pt-sm-2em {
    padding-top: 2em !important;
  }
  .pt-sm-3em {
    padding-top: 3em !important;
  }
  .pt-sm-sep1 {
    padding-top: var(--sep1) !important;
  }
  .pt-sm-sep2 {
    padding-top: var(--sep2) !important;
  }
  .pt-sm-sep3 {
    padding-top: var(--sep3) !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 1rem !important;
  }
  .pe-sm-3 {
    padding-right: 2rem !important;
  }
  .pe-sm-4 {
    padding-right: 4rem !important;
  }
  .pe-sm-5 {
    padding-right: 5.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 7.2rem !important;
  }
  .pe-sm-33 {
    padding-right: 33.3333% !important;
  }
  .pe-sm-50 {
    padding-right: 50% !important;
  }
  .pe-sm-66 {
    padding-right: 66.6666% !important;
  }
  .pe-sm-100 {
    padding-right: 100% !important;
  }
  .pe-sm-150 {
    padding-right: 150% !important;
  }
  .pe-sm-25em {
    padding-right: 0.25em !important;
  }
  .pe-sm-5em {
    padding-right: 0.5em !important;
  }
  .pe-sm-75em {
    padding-right: 0.75em !important;
  }
  .pe-sm-1em {
    padding-right: 1em !important;
  }
  .pe-sm-15em {
    padding-right: 1.5em !important;
  }
  .pe-sm-2em {
    padding-right: 2em !important;
  }
  .pe-sm-3em {
    padding-right: 3em !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 7.2rem !important;
  }
  .pb-sm-33 {
    padding-bottom: 33.3333% !important;
  }
  .pb-sm-50 {
    padding-bottom: 50% !important;
  }
  .pb-sm-66 {
    padding-bottom: 66.6666% !important;
  }
  .pb-sm-100 {
    padding-bottom: 100% !important;
  }
  .pb-sm-150 {
    padding-bottom: 150% !important;
  }
  .pb-sm-25em {
    padding-bottom: 0.25em !important;
  }
  .pb-sm-5em {
    padding-bottom: 0.5em !important;
  }
  .pb-sm-75em {
    padding-bottom: 0.75em !important;
  }
  .pb-sm-1em {
    padding-bottom: 1em !important;
  }
  .pb-sm-15em {
    padding-bottom: 1.5em !important;
  }
  .pb-sm-2em {
    padding-bottom: 2em !important;
  }
  .pb-sm-3em {
    padding-bottom: 3em !important;
  }
  .pb-sm-sep1 {
    padding-bottom: var(--sep1) !important;
  }
  .pb-sm-sep2 {
    padding-bottom: var(--sep2) !important;
  }
  .pb-sm-sep3 {
    padding-bottom: var(--sep3) !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 1rem !important;
  }
  .ps-sm-3 {
    padding-left: 2rem !important;
  }
  .ps-sm-4 {
    padding-left: 4rem !important;
  }
  .ps-sm-5 {
    padding-left: 5.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 7.2rem !important;
  }
  .ps-sm-33 {
    padding-left: 33.3333% !important;
  }
  .ps-sm-50 {
    padding-left: 50% !important;
  }
  .ps-sm-66 {
    padding-left: 66.6666% !important;
  }
  .ps-sm-100 {
    padding-left: 100% !important;
  }
  .ps-sm-150 {
    padding-left: 150% !important;
  }
  .ps-sm-25em {
    padding-left: 0.25em !important;
  }
  .ps-sm-5em {
    padding-left: 0.5em !important;
  }
  .ps-sm-75em {
    padding-left: 0.75em !important;
  }
  .ps-sm-1em {
    padding-left: 1em !important;
  }
  .ps-sm-15em {
    padding-left: 1.5em !important;
  }
  .ps-sm-2em {
    padding-left: 2em !important;
  }
  .ps-sm-3em {
    padding-left: 3em !important;
  }
  .fs-sm-1 {
    font-size: 41.6350937812px !important;
  }
  .fs-sm-2 {
    font-size: 36.204429375px !important;
  }
  .fs-sm-3 {
    font-size: 31.4821125px !important;
  }
  .fs-sm-4 {
    font-size: 27.37575px !important;
  }
  .fs-sm-5 {
    font-size: 23.805px !important;
  }
  .fs-sm-6 {
    font-size: 20.7px !important;
  }
  .fs-sm-inherit {
    font-size: inherit !important;
  }
  .fs-sm-base {
    font-size: 18px !important;
  }
  .fs-sm-50 {
    font-size: 50% !important;
  }
  .fs-sm-100 {
    font-size: 100% !important;
  }
  .fs-sm-1125 {
    font-size: 112.5% !important;
  }
  .fs-sm-125 {
    font-size: 125% !important;
  }
  .fs-sm-150 {
    font-size: 150% !important;
  }
  .fs-sm-small {
    font-size: 15.652173913px !important;
  }
  .fs-sm-tiny {
    font-size: 13.6105860113px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .rounded-sm {
    border-radius: 0.5rem !important;
  }
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  .rounded-sm-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-sm-2 {
    border-radius: 0.5rem !important;
  }
  .rounded-sm-3 {
    border-radius: 1rem !important;
  }
  .rounded-sm-4 {
    border-radius: 5rem !important;
  }
  .rounded-sm-circle {
    border-radius: 50% !important;
  }
  .rounded-sm-pill {
    border-radius: 50rem !important;
  }
  .opacity-sm-0 {
    opacity: 0 !important;
  }
  .opacity-sm-25 {
    opacity: 0.25 !important;
  }
  .opacity-sm-50 {
    opacity: 0.5 !important;
  }
  .opacity-sm-75 {
    opacity: 0.75 !important;
  }
  .opacity-sm-100 {
    opacity: 1 !important;
  }
  .h-sm-1 {
    font-size: 41.6350937812px !important;
  }
  .h-sm-2 {
    font-size: 36.204429375px !important;
  }
  .h-sm-3 {
    font-size: 31.4821125px !important;
  }
  .h-sm-4 {
    font-size: 27.37575px !important;
  }
  .h-sm-5 {
    font-size: 23.805px !important;
  }
  .h-sm-6 {
    font-size: 20.7px !important;
  }
  .h-sm-inherit {
    font-size: inherit !important;
  }
  .h-sm-base {
    font-size: 18px !important;
  }
  .h-sm-50 {
    font-size: 50% !important;
  }
  .h-sm-100 {
    font-size: 100% !important;
  }
  .h-sm-1125 {
    font-size: 112.5% !important;
  }
  .h-sm-125 {
    font-size: 125% !important;
  }
  .h-sm-150 {
    font-size: 150% !important;
  }
  .h-sm-small {
    font-size: 15.652173913px !important;
  }
  .h-sm-tiny {
    font-size: 13.6105860113px !important;
  }
  .display-sm-huge {
    font-size: 63.3217732546px !important;
  }
  .display-sm-big {
    font-size: 55.0624115257px !important;
  }
  .display-sm-1 {
    font-size: 47.8803578484px !important;
  }
  .display-sm-2 {
    font-size: 41.6350937812px !important;
  }
  .display-sm-3 {
    font-size: 36.204429375px !important;
  }
  .display-sm-4 {
    font-size: 31.4821125px !important;
  }
  .display-sm-5 {
    font-size: 27.37575px !important;
  }
  .display-sm-6 {
    font-size: 23.805px !important;
  }
}
@media (min-width: 769px) {
  .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;
  }
  .shadow-md-1 {
    -webkit-box-shadow: 0 1.5em 1em -1em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 1.5em 1em -1em rgba(var(--blackrgb), 0.1) !important;
  }
  .shadow-md-2 {
    -webkit-box-shadow: 0 2em 1.5em -1.5em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 2em 1.5em -1.5em rgba(var(--blackrgb), 0.1) !important;
  }
  .shadow-md-3 {
    -webkit-box-shadow: 0 3em 2em -2em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 3em 2em -2em rgba(var(--blackrgb), 0.1) !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.5rem !important;
  }
  .gap-md-2 {
    gap: 1rem !important;
  }
  .gap-md-3 {
    gap: 2rem !important;
  }
  .gap-md-4 {
    gap: 4rem !important;
  }
  .gap-md-5 {
    gap: 5.5rem !important;
  }
  .gap-md-6 {
    gap: 7.2rem !important;
  }
  .gap-md-33 {
    gap: 33.3333% !important;
  }
  .gap-md-50 {
    gap: 50% !important;
  }
  .gap-md-66 {
    gap: 66.6666% !important;
  }
  .gap-md-100 {
    gap: 100% !important;
  }
  .gap-md-150 {
    gap: 150% !important;
  }
  .gap-md-25em {
    gap: 0.25em !important;
  }
  .gap-md-5em {
    gap: 0.5em !important;
  }
  .gap-md-75em {
    gap: 0.75em !important;
  }
  .gap-md-1em {
    gap: 1em !important;
  }
  .gap-md-15em {
    gap: 1.5em !important;
  }
  .gap-md-2em {
    gap: 2em !important;
  }
  .gap-md-3em {
    gap: 3em !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.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .m-md-3 {
    margin: 2rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-5 {
    margin: 5.5rem !important;
  }
  .m-md-6 {
    margin: 7.2rem !important;
  }
  .m-md-33 {
    margin: 33.3333% !important;
  }
  .m-md-50 {
    margin: 50% !important;
  }
  .m-md-66 {
    margin: 66.6666% !important;
  }
  .m-md-100 {
    margin: 100% !important;
  }
  .m-md-150 {
    margin: 150% !important;
  }
  .m-md-25em {
    margin: 0.25em !important;
  }
  .m-md-5em {
    margin: 0.5em !important;
  }
  .m-md-75em {
    margin: 0.75em !important;
  }
  .m-md-1em {
    margin: 1em !important;
  }
  .m-md-15em {
    margin: 1.5em !important;
  }
  .m-md-2em {
    margin: 2em !important;
  }
  .m-md-3em {
    margin: 3em !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-6 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .mx-md-33 {
    margin-right: 33.3333% !important;
    margin-left: 33.3333% !important;
  }
  .mx-md-50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }
  .mx-md-66 {
    margin-right: 66.6666% !important;
    margin-left: 66.6666% !important;
  }
  .mx-md-100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }
  .mx-md-150 {
    margin-right: 150% !important;
    margin-left: 150% !important;
  }
  .mx-md-25em {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-md-5em {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-md-75em {
    margin-right: 0.75em !important;
    margin-left: 0.75em !important;
  }
  .mx-md-1em {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-md-15em {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-md-2em {
    margin-right: 2em !important;
    margin-left: 2em !important;
  }
  .mx-md-3em {
    margin-right: 3em !important;
    margin-left: 3em !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-6 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .my-md-33 {
    margin-top: 33.3333% !important;
    margin-bottom: 33.3333% !important;
  }
  .my-md-50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }
  .my-md-66 {
    margin-top: 66.6666% !important;
    margin-bottom: 66.6666% !important;
  }
  .my-md-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-md-150 {
    margin-top: 150% !important;
    margin-bottom: 150% !important;
  }
  .my-md-25em {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-md-5em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-md-75em {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
  }
  .my-md-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-md-15em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-md-2em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .my-md-3em {
    margin-top: 3em !important;
    margin-bottom: 3em !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.5rem !important;
  }
  .mt-md-2 {
    margin-top: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 2rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5.5rem !important;
  }
  .mt-md-6 {
    margin-top: 7.2rem !important;
  }
  .mt-md-33 {
    margin-top: 33.3333% !important;
  }
  .mt-md-50 {
    margin-top: 50% !important;
  }
  .mt-md-66 {
    margin-top: 66.6666% !important;
  }
  .mt-md-100 {
    margin-top: 100% !important;
  }
  .mt-md-150 {
    margin-top: 150% !important;
  }
  .mt-md-25em {
    margin-top: 0.25em !important;
  }
  .mt-md-5em {
    margin-top: 0.5em !important;
  }
  .mt-md-75em {
    margin-top: 0.75em !important;
  }
  .mt-md-1em {
    margin-top: 1em !important;
  }
  .mt-md-15em {
    margin-top: 1.5em !important;
  }
  .mt-md-2em {
    margin-top: 2em !important;
  }
  .mt-md-3em {
    margin-top: 3em !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 1rem !important;
  }
  .me-md-3 {
    margin-right: 2rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-5 {
    margin-right: 5.5rem !important;
  }
  .me-md-6 {
    margin-right: 7.2rem !important;
  }
  .me-md-33 {
    margin-right: 33.3333% !important;
  }
  .me-md-50 {
    margin-right: 50% !important;
  }
  .me-md-66 {
    margin-right: 66.6666% !important;
  }
  .me-md-100 {
    margin-right: 100% !important;
  }
  .me-md-150 {
    margin-right: 150% !important;
  }
  .me-md-25em {
    margin-right: 0.25em !important;
  }
  .me-md-5em {
    margin-right: 0.5em !important;
  }
  .me-md-75em {
    margin-right: 0.75em !important;
  }
  .me-md-1em {
    margin-right: 1em !important;
  }
  .me-md-15em {
    margin-right: 1.5em !important;
  }
  .me-md-2em {
    margin-right: 2em !important;
  }
  .me-md-3em {
    margin-right: 3em !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 2rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 7.2rem !important;
  }
  .mb-md-33 {
    margin-bottom: 33.3333% !important;
  }
  .mb-md-50 {
    margin-bottom: 50% !important;
  }
  .mb-md-66 {
    margin-bottom: 66.6666% !important;
  }
  .mb-md-100 {
    margin-bottom: 100% !important;
  }
  .mb-md-150 {
    margin-bottom: 150% !important;
  }
  .mb-md-25em {
    margin-bottom: 0.25em !important;
  }
  .mb-md-5em {
    margin-bottom: 0.5em !important;
  }
  .mb-md-75em {
    margin-bottom: 0.75em !important;
  }
  .mb-md-1em {
    margin-bottom: 1em !important;
  }
  .mb-md-15em {
    margin-bottom: 1.5em !important;
  }
  .mb-md-2em {
    margin-bottom: 2em !important;
  }
  .mb-md-3em {
    margin-bottom: 3em !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 2rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-5 {
    margin-left: 5.5rem !important;
  }
  .ms-md-6 {
    margin-left: 7.2rem !important;
  }
  .ms-md-33 {
    margin-left: 33.3333% !important;
  }
  .ms-md-50 {
    margin-left: 50% !important;
  }
  .ms-md-66 {
    margin-left: 66.6666% !important;
  }
  .ms-md-100 {
    margin-left: 100% !important;
  }
  .ms-md-150 {
    margin-left: 150% !important;
  }
  .ms-md-25em {
    margin-left: 0.25em !important;
  }
  .ms-md-5em {
    margin-left: 0.5em !important;
  }
  .ms-md-75em {
    margin-left: 0.75em !important;
  }
  .ms-md-1em {
    margin-left: 1em !important;
  }
  .ms-md-15em {
    margin-left: 1.5em !important;
  }
  .ms-md-2em {
    margin-left: 2em !important;
  }
  .ms-md-3em {
    margin-left: 3em !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n6 {
    margin-top: -4.5rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n6 {
    margin-left: -4.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .p-md-3 {
    padding: 2rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-5 {
    padding: 5.5rem !important;
  }
  .p-md-6 {
    padding: 7.2rem !important;
  }
  .p-md-33 {
    padding: 33.3333% !important;
  }
  .p-md-50 {
    padding: 50% !important;
  }
  .p-md-66 {
    padding: 66.6666% !important;
  }
  .p-md-100 {
    padding: 100% !important;
  }
  .p-md-150 {
    padding: 150% !important;
  }
  .p-md-25em {
    padding: 0.25em !important;
  }
  .p-md-5em {
    padding: 0.5em !important;
  }
  .p-md-75em {
    padding: 0.75em !important;
  }
  .p-md-1em {
    padding: 1em !important;
  }
  .p-md-15em {
    padding: 1.5em !important;
  }
  .p-md-2em {
    padding: 2em !important;
  }
  .p-md-3em {
    padding: 3em !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-6 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .px-md-33 {
    padding-right: 33.3333% !important;
    padding-left: 33.3333% !important;
  }
  .px-md-50 {
    padding-right: 50% !important;
    padding-left: 50% !important;
  }
  .px-md-66 {
    padding-right: 66.6666% !important;
    padding-left: 66.6666% !important;
  }
  .px-md-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .px-md-150 {
    padding-right: 150% !important;
    padding-left: 150% !important;
  }
  .px-md-25em {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-md-5em {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-md-75em {
    padding-right: 0.75em !important;
    padding-left: 0.75em !important;
  }
  .px-md-1em {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-md-15em {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-md-2em {
    padding-right: 2em !important;
    padding-left: 2em !important;
  }
  .px-md-3em {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-6 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .py-md-33 {
    padding-top: 33.3333% !important;
    padding-bottom: 33.3333% !important;
  }
  .py-md-50 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }
  .py-md-66 {
    padding-top: 66.6666% !important;
    padding-bottom: 66.6666% !important;
  }
  .py-md-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .py-md-150 {
    padding-top: 150% !important;
    padding-bottom: 150% !important;
  }
  .py-md-25em {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-md-5em {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-md-75em {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }
  .py-md-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-md-15em {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-md-2em {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .py-md-3em {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .py-md-sep1 {
    padding-top: var(--sep1) !important;
    padding-bottom: var(--sep1) !important;
  }
  .py-md-sep2 {
    padding-top: var(--sep2) !important;
    padding-bottom: var(--sep2) !important;
  }
  .py-md-sep3 {
    padding-top: var(--sep3) !important;
    padding-bottom: var(--sep3) !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 2rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5.5rem !important;
  }
  .pt-md-6 {
    padding-top: 7.2rem !important;
  }
  .pt-md-33 {
    padding-top: 33.3333% !important;
  }
  .pt-md-50 {
    padding-top: 50% !important;
  }
  .pt-md-66 {
    padding-top: 66.6666% !important;
  }
  .pt-md-100 {
    padding-top: 100% !important;
  }
  .pt-md-150 {
    padding-top: 150% !important;
  }
  .pt-md-25em {
    padding-top: 0.25em !important;
  }
  .pt-md-5em {
    padding-top: 0.5em !important;
  }
  .pt-md-75em {
    padding-top: 0.75em !important;
  }
  .pt-md-1em {
    padding-top: 1em !important;
  }
  .pt-md-15em {
    padding-top: 1.5em !important;
  }
  .pt-md-2em {
    padding-top: 2em !important;
  }
  .pt-md-3em {
    padding-top: 3em !important;
  }
  .pt-md-sep1 {
    padding-top: var(--sep1) !important;
  }
  .pt-md-sep2 {
    padding-top: var(--sep2) !important;
  }
  .pt-md-sep3 {
    padding-top: var(--sep3) !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.5rem !important;
  }
  .pe-md-2 {
    padding-right: 1rem !important;
  }
  .pe-md-3 {
    padding-right: 2rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pe-md-5 {
    padding-right: 5.5rem !important;
  }
  .pe-md-6 {
    padding-right: 7.2rem !important;
  }
  .pe-md-33 {
    padding-right: 33.3333% !important;
  }
  .pe-md-50 {
    padding-right: 50% !important;
  }
  .pe-md-66 {
    padding-right: 66.6666% !important;
  }
  .pe-md-100 {
    padding-right: 100% !important;
  }
  .pe-md-150 {
    padding-right: 150% !important;
  }
  .pe-md-25em {
    padding-right: 0.25em !important;
  }
  .pe-md-5em {
    padding-right: 0.5em !important;
  }
  .pe-md-75em {
    padding-right: 0.75em !important;
  }
  .pe-md-1em {
    padding-right: 1em !important;
  }
  .pe-md-15em {
    padding-right: 1.5em !important;
  }
  .pe-md-2em {
    padding-right: 2em !important;
  }
  .pe-md-3em {
    padding-right: 3em !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 2rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 7.2rem !important;
  }
  .pb-md-33 {
    padding-bottom: 33.3333% !important;
  }
  .pb-md-50 {
    padding-bottom: 50% !important;
  }
  .pb-md-66 {
    padding-bottom: 66.6666% !important;
  }
  .pb-md-100 {
    padding-bottom: 100% !important;
  }
  .pb-md-150 {
    padding-bottom: 150% !important;
  }
  .pb-md-25em {
    padding-bottom: 0.25em !important;
  }
  .pb-md-5em {
    padding-bottom: 0.5em !important;
  }
  .pb-md-75em {
    padding-bottom: 0.75em !important;
  }
  .pb-md-1em {
    padding-bottom: 1em !important;
  }
  .pb-md-15em {
    padding-bottom: 1.5em !important;
  }
  .pb-md-2em {
    padding-bottom: 2em !important;
  }
  .pb-md-3em {
    padding-bottom: 3em !important;
  }
  .pb-md-sep1 {
    padding-bottom: var(--sep1) !important;
  }
  .pb-md-sep2 {
    padding-bottom: var(--sep2) !important;
  }
  .pb-md-sep3 {
    padding-bottom: var(--sep3) !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.5rem !important;
  }
  .ps-md-2 {
    padding-left: 1rem !important;
  }
  .ps-md-3 {
    padding-left: 2rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .ps-md-5 {
    padding-left: 5.5rem !important;
  }
  .ps-md-6 {
    padding-left: 7.2rem !important;
  }
  .ps-md-33 {
    padding-left: 33.3333% !important;
  }
  .ps-md-50 {
    padding-left: 50% !important;
  }
  .ps-md-66 {
    padding-left: 66.6666% !important;
  }
  .ps-md-100 {
    padding-left: 100% !important;
  }
  .ps-md-150 {
    padding-left: 150% !important;
  }
  .ps-md-25em {
    padding-left: 0.25em !important;
  }
  .ps-md-5em {
    padding-left: 0.5em !important;
  }
  .ps-md-75em {
    padding-left: 0.75em !important;
  }
  .ps-md-1em {
    padding-left: 1em !important;
  }
  .ps-md-15em {
    padding-left: 1.5em !important;
  }
  .ps-md-2em {
    padding-left: 2em !important;
  }
  .ps-md-3em {
    padding-left: 3em !important;
  }
  .fs-md-1 {
    font-size: 41.6350937812px !important;
  }
  .fs-md-2 {
    font-size: 36.204429375px !important;
  }
  .fs-md-3 {
    font-size: 31.4821125px !important;
  }
  .fs-md-4 {
    font-size: 27.37575px !important;
  }
  .fs-md-5 {
    font-size: 23.805px !important;
  }
  .fs-md-6 {
    font-size: 20.7px !important;
  }
  .fs-md-inherit {
    font-size: inherit !important;
  }
  .fs-md-base {
    font-size: 18px !important;
  }
  .fs-md-50 {
    font-size: 50% !important;
  }
  .fs-md-100 {
    font-size: 100% !important;
  }
  .fs-md-1125 {
    font-size: 112.5% !important;
  }
  .fs-md-125 {
    font-size: 125% !important;
  }
  .fs-md-150 {
    font-size: 150% !important;
  }
  .fs-md-small {
    font-size: 15.652173913px !important;
  }
  .fs-md-tiny {
    font-size: 13.6105860113px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .rounded-md {
    border-radius: 0.5rem !important;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .rounded-md-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-md-2 {
    border-radius: 0.5rem !important;
  }
  .rounded-md-3 {
    border-radius: 1rem !important;
  }
  .rounded-md-4 {
    border-radius: 5rem !important;
  }
  .rounded-md-circle {
    border-radius: 50% !important;
  }
  .rounded-md-pill {
    border-radius: 50rem !important;
  }
  .opacity-md-0 {
    opacity: 0 !important;
  }
  .opacity-md-25 {
    opacity: 0.25 !important;
  }
  .opacity-md-50 {
    opacity: 0.5 !important;
  }
  .opacity-md-75 {
    opacity: 0.75 !important;
  }
  .opacity-md-100 {
    opacity: 1 !important;
  }
  .h-md-1 {
    font-size: 41.6350937812px !important;
  }
  .h-md-2 {
    font-size: 36.204429375px !important;
  }
  .h-md-3 {
    font-size: 31.4821125px !important;
  }
  .h-md-4 {
    font-size: 27.37575px !important;
  }
  .h-md-5 {
    font-size: 23.805px !important;
  }
  .h-md-6 {
    font-size: 20.7px !important;
  }
  .h-md-inherit {
    font-size: inherit !important;
  }
  .h-md-base {
    font-size: 18px !important;
  }
  .h-md-50 {
    font-size: 50% !important;
  }
  .h-md-100 {
    font-size: 100% !important;
  }
  .h-md-1125 {
    font-size: 112.5% !important;
  }
  .h-md-125 {
    font-size: 125% !important;
  }
  .h-md-150 {
    font-size: 150% !important;
  }
  .h-md-small {
    font-size: 15.652173913px !important;
  }
  .h-md-tiny {
    font-size: 13.6105860113px !important;
  }
  .display-md-huge {
    font-size: 63.3217732546px !important;
  }
  .display-md-big {
    font-size: 55.0624115257px !important;
  }
  .display-md-1 {
    font-size: 47.8803578484px !important;
  }
  .display-md-2 {
    font-size: 41.6350937812px !important;
  }
  .display-md-3 {
    font-size: 36.204429375px !important;
  }
  .display-md-4 {
    font-size: 31.4821125px !important;
  }
  .display-md-5 {
    font-size: 27.37575px !important;
  }
  .display-md-6 {
    font-size: 23.805px !important;
  }
}
@media (min-width: 993px) {
  .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;
  }
  .shadow-lg-1 {
    -webkit-box-shadow: 0 1.5em 1em -1em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 1.5em 1em -1em rgba(var(--blackrgb), 0.1) !important;
  }
  .shadow-lg-2 {
    -webkit-box-shadow: 0 2em 1.5em -1.5em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 2em 1.5em -1.5em rgba(var(--blackrgb), 0.1) !important;
  }
  .shadow-lg-3 {
    -webkit-box-shadow: 0 3em 2em -2em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 3em 2em -2em rgba(var(--blackrgb), 0.1) !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.5rem !important;
  }
  .gap-lg-2 {
    gap: 1rem !important;
  }
  .gap-lg-3 {
    gap: 2rem !important;
  }
  .gap-lg-4 {
    gap: 4rem !important;
  }
  .gap-lg-5 {
    gap: 5.5rem !important;
  }
  .gap-lg-6 {
    gap: 7.2rem !important;
  }
  .gap-lg-33 {
    gap: 33.3333% !important;
  }
  .gap-lg-50 {
    gap: 50% !important;
  }
  .gap-lg-66 {
    gap: 66.6666% !important;
  }
  .gap-lg-100 {
    gap: 100% !important;
  }
  .gap-lg-150 {
    gap: 150% !important;
  }
  .gap-lg-25em {
    gap: 0.25em !important;
  }
  .gap-lg-5em {
    gap: 0.5em !important;
  }
  .gap-lg-75em {
    gap: 0.75em !important;
  }
  .gap-lg-1em {
    gap: 1em !important;
  }
  .gap-lg-15em {
    gap: 1.5em !important;
  }
  .gap-lg-2em {
    gap: 2em !important;
  }
  .gap-lg-3em {
    gap: 3em !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.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .m-lg-3 {
    margin: 2rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-5 {
    margin: 5.5rem !important;
  }
  .m-lg-6 {
    margin: 7.2rem !important;
  }
  .m-lg-33 {
    margin: 33.3333% !important;
  }
  .m-lg-50 {
    margin: 50% !important;
  }
  .m-lg-66 {
    margin: 66.6666% !important;
  }
  .m-lg-100 {
    margin: 100% !important;
  }
  .m-lg-150 {
    margin: 150% !important;
  }
  .m-lg-25em {
    margin: 0.25em !important;
  }
  .m-lg-5em {
    margin: 0.5em !important;
  }
  .m-lg-75em {
    margin: 0.75em !important;
  }
  .m-lg-1em {
    margin: 1em !important;
  }
  .m-lg-15em {
    margin: 1.5em !important;
  }
  .m-lg-2em {
    margin: 2em !important;
  }
  .m-lg-3em {
    margin: 3em !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .mx-lg-33 {
    margin-right: 33.3333% !important;
    margin-left: 33.3333% !important;
  }
  .mx-lg-50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }
  .mx-lg-66 {
    margin-right: 66.6666% !important;
    margin-left: 66.6666% !important;
  }
  .mx-lg-100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }
  .mx-lg-150 {
    margin-right: 150% !important;
    margin-left: 150% !important;
  }
  .mx-lg-25em {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-lg-5em {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-lg-75em {
    margin-right: 0.75em !important;
    margin-left: 0.75em !important;
  }
  .mx-lg-1em {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-lg-15em {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-lg-2em {
    margin-right: 2em !important;
    margin-left: 2em !important;
  }
  .mx-lg-3em {
    margin-right: 3em !important;
    margin-left: 3em !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-6 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .my-lg-33 {
    margin-top: 33.3333% !important;
    margin-bottom: 33.3333% !important;
  }
  .my-lg-50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }
  .my-lg-66 {
    margin-top: 66.6666% !important;
    margin-bottom: 66.6666% !important;
  }
  .my-lg-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-lg-150 {
    margin-top: 150% !important;
    margin-bottom: 150% !important;
  }
  .my-lg-25em {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-lg-5em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-lg-75em {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
  }
  .my-lg-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-lg-15em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-lg-2em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .my-lg-3em {
    margin-top: 3em !important;
    margin-bottom: 3em !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.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 2rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-5 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 7.2rem !important;
  }
  .mt-lg-33 {
    margin-top: 33.3333% !important;
  }
  .mt-lg-50 {
    margin-top: 50% !important;
  }
  .mt-lg-66 {
    margin-top: 66.6666% !important;
  }
  .mt-lg-100 {
    margin-top: 100% !important;
  }
  .mt-lg-150 {
    margin-top: 150% !important;
  }
  .mt-lg-25em {
    margin-top: 0.25em !important;
  }
  .mt-lg-5em {
    margin-top: 0.5em !important;
  }
  .mt-lg-75em {
    margin-top: 0.75em !important;
  }
  .mt-lg-1em {
    margin-top: 1em !important;
  }
  .mt-lg-15em {
    margin-top: 1.5em !important;
  }
  .mt-lg-2em {
    margin-top: 2em !important;
  }
  .mt-lg-3em {
    margin-top: 3em !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 1rem !important;
  }
  .me-lg-3 {
    margin-right: 2rem !important;
  }
  .me-lg-4 {
    margin-right: 4rem !important;
  }
  .me-lg-5 {
    margin-right: 5.5rem !important;
  }
  .me-lg-6 {
    margin-right: 7.2rem !important;
  }
  .me-lg-33 {
    margin-right: 33.3333% !important;
  }
  .me-lg-50 {
    margin-right: 50% !important;
  }
  .me-lg-66 {
    margin-right: 66.6666% !important;
  }
  .me-lg-100 {
    margin-right: 100% !important;
  }
  .me-lg-150 {
    margin-right: 150% !important;
  }
  .me-lg-25em {
    margin-right: 0.25em !important;
  }
  .me-lg-5em {
    margin-right: 0.5em !important;
  }
  .me-lg-75em {
    margin-right: 0.75em !important;
  }
  .me-lg-1em {
    margin-right: 1em !important;
  }
  .me-lg-15em {
    margin-right: 1.5em !important;
  }
  .me-lg-2em {
    margin-right: 2em !important;
  }
  .me-lg-3em {
    margin-right: 3em !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 7.2rem !important;
  }
  .mb-lg-33 {
    margin-bottom: 33.3333% !important;
  }
  .mb-lg-50 {
    margin-bottom: 50% !important;
  }
  .mb-lg-66 {
    margin-bottom: 66.6666% !important;
  }
  .mb-lg-100 {
    margin-bottom: 100% !important;
  }
  .mb-lg-150 {
    margin-bottom: 150% !important;
  }
  .mb-lg-25em {
    margin-bottom: 0.25em !important;
  }
  .mb-lg-5em {
    margin-bottom: 0.5em !important;
  }
  .mb-lg-75em {
    margin-bottom: 0.75em !important;
  }
  .mb-lg-1em {
    margin-bottom: 1em !important;
  }
  .mb-lg-15em {
    margin-bottom: 1.5em !important;
  }
  .mb-lg-2em {
    margin-bottom: 2em !important;
  }
  .mb-lg-3em {
    margin-bottom: 3em !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 1rem !important;
  }
  .ms-lg-3 {
    margin-left: 2rem !important;
  }
  .ms-lg-4 {
    margin-left: 4rem !important;
  }
  .ms-lg-5 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 7.2rem !important;
  }
  .ms-lg-33 {
    margin-left: 33.3333% !important;
  }
  .ms-lg-50 {
    margin-left: 50% !important;
  }
  .ms-lg-66 {
    margin-left: 66.6666% !important;
  }
  .ms-lg-100 {
    margin-left: 100% !important;
  }
  .ms-lg-150 {
    margin-left: 150% !important;
  }
  .ms-lg-25em {
    margin-left: 0.25em !important;
  }
  .ms-lg-5em {
    margin-left: 0.5em !important;
  }
  .ms-lg-75em {
    margin-left: 0.75em !important;
  }
  .ms-lg-1em {
    margin-left: 1em !important;
  }
  .ms-lg-15em {
    margin-left: 1.5em !important;
  }
  .ms-lg-2em {
    margin-left: 2em !important;
  }
  .ms-lg-3em {
    margin-left: 3em !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .p-lg-3 {
    padding: 2rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-5 {
    padding: 5.5rem !important;
  }
  .p-lg-6 {
    padding: 7.2rem !important;
  }
  .p-lg-33 {
    padding: 33.3333% !important;
  }
  .p-lg-50 {
    padding: 50% !important;
  }
  .p-lg-66 {
    padding: 66.6666% !important;
  }
  .p-lg-100 {
    padding: 100% !important;
  }
  .p-lg-150 {
    padding: 150% !important;
  }
  .p-lg-25em {
    padding: 0.25em !important;
  }
  .p-lg-5em {
    padding: 0.5em !important;
  }
  .p-lg-75em {
    padding: 0.75em !important;
  }
  .p-lg-1em {
    padding: 1em !important;
  }
  .p-lg-15em {
    padding: 1.5em !important;
  }
  .p-lg-2em {
    padding: 2em !important;
  }
  .p-lg-3em {
    padding: 3em !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-6 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .px-lg-33 {
    padding-right: 33.3333% !important;
    padding-left: 33.3333% !important;
  }
  .px-lg-50 {
    padding-right: 50% !important;
    padding-left: 50% !important;
  }
  .px-lg-66 {
    padding-right: 66.6666% !important;
    padding-left: 66.6666% !important;
  }
  .px-lg-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .px-lg-150 {
    padding-right: 150% !important;
    padding-left: 150% !important;
  }
  .px-lg-25em {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-lg-5em {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-lg-75em {
    padding-right: 0.75em !important;
    padding-left: 0.75em !important;
  }
  .px-lg-1em {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-lg-15em {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-lg-2em {
    padding-right: 2em !important;
    padding-left: 2em !important;
  }
  .px-lg-3em {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-6 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .py-lg-33 {
    padding-top: 33.3333% !important;
    padding-bottom: 33.3333% !important;
  }
  .py-lg-50 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }
  .py-lg-66 {
    padding-top: 66.6666% !important;
    padding-bottom: 66.6666% !important;
  }
  .py-lg-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .py-lg-150 {
    padding-top: 150% !important;
    padding-bottom: 150% !important;
  }
  .py-lg-25em {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-lg-5em {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-lg-75em {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }
  .py-lg-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-lg-15em {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-lg-2em {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .py-lg-3em {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .py-lg-sep1 {
    padding-top: var(--sep1) !important;
    padding-bottom: var(--sep1) !important;
  }
  .py-lg-sep2 {
    padding-top: var(--sep2) !important;
    padding-bottom: var(--sep2) !important;
  }
  .py-lg-sep3 {
    padding-top: var(--sep3) !important;
    padding-bottom: var(--sep3) !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 2rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-5 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 7.2rem !important;
  }
  .pt-lg-33 {
    padding-top: 33.3333% !important;
  }
  .pt-lg-50 {
    padding-top: 50% !important;
  }
  .pt-lg-66 {
    padding-top: 66.6666% !important;
  }
  .pt-lg-100 {
    padding-top: 100% !important;
  }
  .pt-lg-150 {
    padding-top: 150% !important;
  }
  .pt-lg-25em {
    padding-top: 0.25em !important;
  }
  .pt-lg-5em {
    padding-top: 0.5em !important;
  }
  .pt-lg-75em {
    padding-top: 0.75em !important;
  }
  .pt-lg-1em {
    padding-top: 1em !important;
  }
  .pt-lg-15em {
    padding-top: 1.5em !important;
  }
  .pt-lg-2em {
    padding-top: 2em !important;
  }
  .pt-lg-3em {
    padding-top: 3em !important;
  }
  .pt-lg-sep1 {
    padding-top: var(--sep1) !important;
  }
  .pt-lg-sep2 {
    padding-top: var(--sep2) !important;
  }
  .pt-lg-sep3 {
    padding-top: var(--sep3) !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 1rem !important;
  }
  .pe-lg-3 {
    padding-right: 2rem !important;
  }
  .pe-lg-4 {
    padding-right: 4rem !important;
  }
  .pe-lg-5 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 7.2rem !important;
  }
  .pe-lg-33 {
    padding-right: 33.3333% !important;
  }
  .pe-lg-50 {
    padding-right: 50% !important;
  }
  .pe-lg-66 {
    padding-right: 66.6666% !important;
  }
  .pe-lg-100 {
    padding-right: 100% !important;
  }
  .pe-lg-150 {
    padding-right: 150% !important;
  }
  .pe-lg-25em {
    padding-right: 0.25em !important;
  }
  .pe-lg-5em {
    padding-right: 0.5em !important;
  }
  .pe-lg-75em {
    padding-right: 0.75em !important;
  }
  .pe-lg-1em {
    padding-right: 1em !important;
  }
  .pe-lg-15em {
    padding-right: 1.5em !important;
  }
  .pe-lg-2em {
    padding-right: 2em !important;
  }
  .pe-lg-3em {
    padding-right: 3em !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 7.2rem !important;
  }
  .pb-lg-33 {
    padding-bottom: 33.3333% !important;
  }
  .pb-lg-50 {
    padding-bottom: 50% !important;
  }
  .pb-lg-66 {
    padding-bottom: 66.6666% !important;
  }
  .pb-lg-100 {
    padding-bottom: 100% !important;
  }
  .pb-lg-150 {
    padding-bottom: 150% !important;
  }
  .pb-lg-25em {
    padding-bottom: 0.25em !important;
  }
  .pb-lg-5em {
    padding-bottom: 0.5em !important;
  }
  .pb-lg-75em {
    padding-bottom: 0.75em !important;
  }
  .pb-lg-1em {
    padding-bottom: 1em !important;
  }
  .pb-lg-15em {
    padding-bottom: 1.5em !important;
  }
  .pb-lg-2em {
    padding-bottom: 2em !important;
  }
  .pb-lg-3em {
    padding-bottom: 3em !important;
  }
  .pb-lg-sep1 {
    padding-bottom: var(--sep1) !important;
  }
  .pb-lg-sep2 {
    padding-bottom: var(--sep2) !important;
  }
  .pb-lg-sep3 {
    padding-bottom: var(--sep3) !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 1rem !important;
  }
  .ps-lg-3 {
    padding-left: 2rem !important;
  }
  .ps-lg-4 {
    padding-left: 4rem !important;
  }
  .ps-lg-5 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 7.2rem !important;
  }
  .ps-lg-33 {
    padding-left: 33.3333% !important;
  }
  .ps-lg-50 {
    padding-left: 50% !important;
  }
  .ps-lg-66 {
    padding-left: 66.6666% !important;
  }
  .ps-lg-100 {
    padding-left: 100% !important;
  }
  .ps-lg-150 {
    padding-left: 150% !important;
  }
  .ps-lg-25em {
    padding-left: 0.25em !important;
  }
  .ps-lg-5em {
    padding-left: 0.5em !important;
  }
  .ps-lg-75em {
    padding-left: 0.75em !important;
  }
  .ps-lg-1em {
    padding-left: 1em !important;
  }
  .ps-lg-15em {
    padding-left: 1.5em !important;
  }
  .ps-lg-2em {
    padding-left: 2em !important;
  }
  .ps-lg-3em {
    padding-left: 3em !important;
  }
  .fs-lg-1 {
    font-size: 41.6350937812px !important;
  }
  .fs-lg-2 {
    font-size: 36.204429375px !important;
  }
  .fs-lg-3 {
    font-size: 31.4821125px !important;
  }
  .fs-lg-4 {
    font-size: 27.37575px !important;
  }
  .fs-lg-5 {
    font-size: 23.805px !important;
  }
  .fs-lg-6 {
    font-size: 20.7px !important;
  }
  .fs-lg-inherit {
    font-size: inherit !important;
  }
  .fs-lg-base {
    font-size: 18px !important;
  }
  .fs-lg-50 {
    font-size: 50% !important;
  }
  .fs-lg-100 {
    font-size: 100% !important;
  }
  .fs-lg-1125 {
    font-size: 112.5% !important;
  }
  .fs-lg-125 {
    font-size: 125% !important;
  }
  .fs-lg-150 {
    font-size: 150% !important;
  }
  .fs-lg-small {
    font-size: 15.652173913px !important;
  }
  .fs-lg-tiny {
    font-size: 13.6105860113px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .rounded-lg {
    border-radius: 0.5rem !important;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  .rounded-lg-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-lg-2 {
    border-radius: 0.5rem !important;
  }
  .rounded-lg-3 {
    border-radius: 1rem !important;
  }
  .rounded-lg-4 {
    border-radius: 5rem !important;
  }
  .rounded-lg-circle {
    border-radius: 50% !important;
  }
  .rounded-lg-pill {
    border-radius: 50rem !important;
  }
  .opacity-lg-0 {
    opacity: 0 !important;
  }
  .opacity-lg-25 {
    opacity: 0.25 !important;
  }
  .opacity-lg-50 {
    opacity: 0.5 !important;
  }
  .opacity-lg-75 {
    opacity: 0.75 !important;
  }
  .opacity-lg-100 {
    opacity: 1 !important;
  }
  .h-lg-1 {
    font-size: 41.6350937812px !important;
  }
  .h-lg-2 {
    font-size: 36.204429375px !important;
  }
  .h-lg-3 {
    font-size: 31.4821125px !important;
  }
  .h-lg-4 {
    font-size: 27.37575px !important;
  }
  .h-lg-5 {
    font-size: 23.805px !important;
  }
  .h-lg-6 {
    font-size: 20.7px !important;
  }
  .h-lg-inherit {
    font-size: inherit !important;
  }
  .h-lg-base {
    font-size: 18px !important;
  }
  .h-lg-50 {
    font-size: 50% !important;
  }
  .h-lg-100 {
    font-size: 100% !important;
  }
  .h-lg-1125 {
    font-size: 112.5% !important;
  }
  .h-lg-125 {
    font-size: 125% !important;
  }
  .h-lg-150 {
    font-size: 150% !important;
  }
  .h-lg-small {
    font-size: 15.652173913px !important;
  }
  .h-lg-tiny {
    font-size: 13.6105860113px !important;
  }
  .display-lg-huge {
    font-size: 63.3217732546px !important;
  }
  .display-lg-big {
    font-size: 55.0624115257px !important;
  }
  .display-lg-1 {
    font-size: 47.8803578484px !important;
  }
  .display-lg-2 {
    font-size: 41.6350937812px !important;
  }
  .display-lg-3 {
    font-size: 36.204429375px !important;
  }
  .display-lg-4 {
    font-size: 31.4821125px !important;
  }
  .display-lg-5 {
    font-size: 27.37575px !important;
  }
  .display-lg-6 {
    font-size: 23.805px !important;
  }
}
@media (min-width: 1201px) {
  .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;
  }
  .shadow-xl-1 {
    -webkit-box-shadow: 0 1.5em 1em -1em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 1.5em 1em -1em rgba(var(--blackrgb), 0.1) !important;
  }
  .shadow-xl-2 {
    -webkit-box-shadow: 0 2em 1.5em -1.5em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 2em 1.5em -1.5em rgba(var(--blackrgb), 0.1) !important;
  }
  .shadow-xl-3 {
    -webkit-box-shadow: 0 3em 2em -2em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 3em 2em -2em rgba(var(--blackrgb), 0.1) !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.5rem !important;
  }
  .gap-xl-2 {
    gap: 1rem !important;
  }
  .gap-xl-3 {
    gap: 2rem !important;
  }
  .gap-xl-4 {
    gap: 4rem !important;
  }
  .gap-xl-5 {
    gap: 5.5rem !important;
  }
  .gap-xl-6 {
    gap: 7.2rem !important;
  }
  .gap-xl-33 {
    gap: 33.3333% !important;
  }
  .gap-xl-50 {
    gap: 50% !important;
  }
  .gap-xl-66 {
    gap: 66.6666% !important;
  }
  .gap-xl-100 {
    gap: 100% !important;
  }
  .gap-xl-150 {
    gap: 150% !important;
  }
  .gap-xl-25em {
    gap: 0.25em !important;
  }
  .gap-xl-5em {
    gap: 0.5em !important;
  }
  .gap-xl-75em {
    gap: 0.75em !important;
  }
  .gap-xl-1em {
    gap: 1em !important;
  }
  .gap-xl-15em {
    gap: 1.5em !important;
  }
  .gap-xl-2em {
    gap: 2em !important;
  }
  .gap-xl-3em {
    gap: 3em !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.5rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .m-xl-3 {
    margin: 2rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .m-xl-5 {
    margin: 5.5rem !important;
  }
  .m-xl-6 {
    margin: 7.2rem !important;
  }
  .m-xl-33 {
    margin: 33.3333% !important;
  }
  .m-xl-50 {
    margin: 50% !important;
  }
  .m-xl-66 {
    margin: 66.6666% !important;
  }
  .m-xl-100 {
    margin: 100% !important;
  }
  .m-xl-150 {
    margin: 150% !important;
  }
  .m-xl-25em {
    margin: 0.25em !important;
  }
  .m-xl-5em {
    margin: 0.5em !important;
  }
  .m-xl-75em {
    margin: 0.75em !important;
  }
  .m-xl-1em {
    margin: 1em !important;
  }
  .m-xl-15em {
    margin: 1.5em !important;
  }
  .m-xl-2em {
    margin: 2em !important;
  }
  .m-xl-3em {
    margin: 3em !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .mx-xl-33 {
    margin-right: 33.3333% !important;
    margin-left: 33.3333% !important;
  }
  .mx-xl-50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }
  .mx-xl-66 {
    margin-right: 66.6666% !important;
    margin-left: 66.6666% !important;
  }
  .mx-xl-100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }
  .mx-xl-150 {
    margin-right: 150% !important;
    margin-left: 150% !important;
  }
  .mx-xl-25em {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-xl-5em {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-xl-75em {
    margin-right: 0.75em !important;
    margin-left: 0.75em !important;
  }
  .mx-xl-1em {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-xl-15em {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-xl-2em {
    margin-right: 2em !important;
    margin-left: 2em !important;
  }
  .mx-xl-3em {
    margin-right: 3em !important;
    margin-left: 3em !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-6 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .my-xl-33 {
    margin-top: 33.3333% !important;
    margin-bottom: 33.3333% !important;
  }
  .my-xl-50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }
  .my-xl-66 {
    margin-top: 66.6666% !important;
    margin-bottom: 66.6666% !important;
  }
  .my-xl-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-xl-150 {
    margin-top: 150% !important;
    margin-bottom: 150% !important;
  }
  .my-xl-25em {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-xl-5em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-xl-75em {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
  }
  .my-xl-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-xl-15em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-xl-2em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .my-xl-3em {
    margin-top: 3em !important;
    margin-bottom: 3em !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.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 2rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-5 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 7.2rem !important;
  }
  .mt-xl-33 {
    margin-top: 33.3333% !important;
  }
  .mt-xl-50 {
    margin-top: 50% !important;
  }
  .mt-xl-66 {
    margin-top: 66.6666% !important;
  }
  .mt-xl-100 {
    margin-top: 100% !important;
  }
  .mt-xl-150 {
    margin-top: 150% !important;
  }
  .mt-xl-25em {
    margin-top: 0.25em !important;
  }
  .mt-xl-5em {
    margin-top: 0.5em !important;
  }
  .mt-xl-75em {
    margin-top: 0.75em !important;
  }
  .mt-xl-1em {
    margin-top: 1em !important;
  }
  .mt-xl-15em {
    margin-top: 1.5em !important;
  }
  .mt-xl-2em {
    margin-top: 2em !important;
  }
  .mt-xl-3em {
    margin-top: 3em !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.5rem !important;
  }
  .me-xl-2 {
    margin-right: 1rem !important;
  }
  .me-xl-3 {
    margin-right: 2rem !important;
  }
  .me-xl-4 {
    margin-right: 4rem !important;
  }
  .me-xl-5 {
    margin-right: 5.5rem !important;
  }
  .me-xl-6 {
    margin-right: 7.2rem !important;
  }
  .me-xl-33 {
    margin-right: 33.3333% !important;
  }
  .me-xl-50 {
    margin-right: 50% !important;
  }
  .me-xl-66 {
    margin-right: 66.6666% !important;
  }
  .me-xl-100 {
    margin-right: 100% !important;
  }
  .me-xl-150 {
    margin-right: 150% !important;
  }
  .me-xl-25em {
    margin-right: 0.25em !important;
  }
  .me-xl-5em {
    margin-right: 0.5em !important;
  }
  .me-xl-75em {
    margin-right: 0.75em !important;
  }
  .me-xl-1em {
    margin-right: 1em !important;
  }
  .me-xl-15em {
    margin-right: 1.5em !important;
  }
  .me-xl-2em {
    margin-right: 2em !important;
  }
  .me-xl-3em {
    margin-right: 3em !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 7.2rem !important;
  }
  .mb-xl-33 {
    margin-bottom: 33.3333% !important;
  }
  .mb-xl-50 {
    margin-bottom: 50% !important;
  }
  .mb-xl-66 {
    margin-bottom: 66.6666% !important;
  }
  .mb-xl-100 {
    margin-bottom: 100% !important;
  }
  .mb-xl-150 {
    margin-bottom: 150% !important;
  }
  .mb-xl-25em {
    margin-bottom: 0.25em !important;
  }
  .mb-xl-5em {
    margin-bottom: 0.5em !important;
  }
  .mb-xl-75em {
    margin-bottom: 0.75em !important;
  }
  .mb-xl-1em {
    margin-bottom: 1em !important;
  }
  .mb-xl-15em {
    margin-bottom: 1.5em !important;
  }
  .mb-xl-2em {
    margin-bottom: 2em !important;
  }
  .mb-xl-3em {
    margin-bottom: 3em !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 1rem !important;
  }
  .ms-xl-3 {
    margin-left: 2rem !important;
  }
  .ms-xl-4 {
    margin-left: 4rem !important;
  }
  .ms-xl-5 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 7.2rem !important;
  }
  .ms-xl-33 {
    margin-left: 33.3333% !important;
  }
  .ms-xl-50 {
    margin-left: 50% !important;
  }
  .ms-xl-66 {
    margin-left: 66.6666% !important;
  }
  .ms-xl-100 {
    margin-left: 100% !important;
  }
  .ms-xl-150 {
    margin-left: 150% !important;
  }
  .ms-xl-25em {
    margin-left: 0.25em !important;
  }
  .ms-xl-5em {
    margin-left: 0.5em !important;
  }
  .ms-xl-75em {
    margin-left: 0.75em !important;
  }
  .ms-xl-1em {
    margin-left: 1em !important;
  }
  .ms-xl-15em {
    margin-left: 1.5em !important;
  }
  .ms-xl-2em {
    margin-left: 2em !important;
  }
  .ms-xl-3em {
    margin-left: 3em !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .p-xl-3 {
    padding: 2rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .p-xl-5 {
    padding: 5.5rem !important;
  }
  .p-xl-6 {
    padding: 7.2rem !important;
  }
  .p-xl-33 {
    padding: 33.3333% !important;
  }
  .p-xl-50 {
    padding: 50% !important;
  }
  .p-xl-66 {
    padding: 66.6666% !important;
  }
  .p-xl-100 {
    padding: 100% !important;
  }
  .p-xl-150 {
    padding: 150% !important;
  }
  .p-xl-25em {
    padding: 0.25em !important;
  }
  .p-xl-5em {
    padding: 0.5em !important;
  }
  .p-xl-75em {
    padding: 0.75em !important;
  }
  .p-xl-1em {
    padding: 1em !important;
  }
  .p-xl-15em {
    padding: 1.5em !important;
  }
  .p-xl-2em {
    padding: 2em !important;
  }
  .p-xl-3em {
    padding: 3em !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-6 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .px-xl-33 {
    padding-right: 33.3333% !important;
    padding-left: 33.3333% !important;
  }
  .px-xl-50 {
    padding-right: 50% !important;
    padding-left: 50% !important;
  }
  .px-xl-66 {
    padding-right: 66.6666% !important;
    padding-left: 66.6666% !important;
  }
  .px-xl-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .px-xl-150 {
    padding-right: 150% !important;
    padding-left: 150% !important;
  }
  .px-xl-25em {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-xl-5em {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-xl-75em {
    padding-right: 0.75em !important;
    padding-left: 0.75em !important;
  }
  .px-xl-1em {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-xl-15em {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-xl-2em {
    padding-right: 2em !important;
    padding-left: 2em !important;
  }
  .px-xl-3em {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-6 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .py-xl-33 {
    padding-top: 33.3333% !important;
    padding-bottom: 33.3333% !important;
  }
  .py-xl-50 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }
  .py-xl-66 {
    padding-top: 66.6666% !important;
    padding-bottom: 66.6666% !important;
  }
  .py-xl-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .py-xl-150 {
    padding-top: 150% !important;
    padding-bottom: 150% !important;
  }
  .py-xl-25em {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-xl-5em {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-xl-75em {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }
  .py-xl-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-xl-15em {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-xl-2em {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .py-xl-3em {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .py-xl-sep1 {
    padding-top: var(--sep1) !important;
    padding-bottom: var(--sep1) !important;
  }
  .py-xl-sep2 {
    padding-top: var(--sep2) !important;
    padding-bottom: var(--sep2) !important;
  }
  .py-xl-sep3 {
    padding-top: var(--sep3) !important;
    padding-bottom: var(--sep3) !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 2rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-5 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 7.2rem !important;
  }
  .pt-xl-33 {
    padding-top: 33.3333% !important;
  }
  .pt-xl-50 {
    padding-top: 50% !important;
  }
  .pt-xl-66 {
    padding-top: 66.6666% !important;
  }
  .pt-xl-100 {
    padding-top: 100% !important;
  }
  .pt-xl-150 {
    padding-top: 150% !important;
  }
  .pt-xl-25em {
    padding-top: 0.25em !important;
  }
  .pt-xl-5em {
    padding-top: 0.5em !important;
  }
  .pt-xl-75em {
    padding-top: 0.75em !important;
  }
  .pt-xl-1em {
    padding-top: 1em !important;
  }
  .pt-xl-15em {
    padding-top: 1.5em !important;
  }
  .pt-xl-2em {
    padding-top: 2em !important;
  }
  .pt-xl-3em {
    padding-top: 3em !important;
  }
  .pt-xl-sep1 {
    padding-top: var(--sep1) !important;
  }
  .pt-xl-sep2 {
    padding-top: var(--sep2) !important;
  }
  .pt-xl-sep3 {
    padding-top: var(--sep3) !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 1rem !important;
  }
  .pe-xl-3 {
    padding-right: 2rem !important;
  }
  .pe-xl-4 {
    padding-right: 4rem !important;
  }
  .pe-xl-5 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 7.2rem !important;
  }
  .pe-xl-33 {
    padding-right: 33.3333% !important;
  }
  .pe-xl-50 {
    padding-right: 50% !important;
  }
  .pe-xl-66 {
    padding-right: 66.6666% !important;
  }
  .pe-xl-100 {
    padding-right: 100% !important;
  }
  .pe-xl-150 {
    padding-right: 150% !important;
  }
  .pe-xl-25em {
    padding-right: 0.25em !important;
  }
  .pe-xl-5em {
    padding-right: 0.5em !important;
  }
  .pe-xl-75em {
    padding-right: 0.75em !important;
  }
  .pe-xl-1em {
    padding-right: 1em !important;
  }
  .pe-xl-15em {
    padding-right: 1.5em !important;
  }
  .pe-xl-2em {
    padding-right: 2em !important;
  }
  .pe-xl-3em {
    padding-right: 3em !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 7.2rem !important;
  }
  .pb-xl-33 {
    padding-bottom: 33.3333% !important;
  }
  .pb-xl-50 {
    padding-bottom: 50% !important;
  }
  .pb-xl-66 {
    padding-bottom: 66.6666% !important;
  }
  .pb-xl-100 {
    padding-bottom: 100% !important;
  }
  .pb-xl-150 {
    padding-bottom: 150% !important;
  }
  .pb-xl-25em {
    padding-bottom: 0.25em !important;
  }
  .pb-xl-5em {
    padding-bottom: 0.5em !important;
  }
  .pb-xl-75em {
    padding-bottom: 0.75em !important;
  }
  .pb-xl-1em {
    padding-bottom: 1em !important;
  }
  .pb-xl-15em {
    padding-bottom: 1.5em !important;
  }
  .pb-xl-2em {
    padding-bottom: 2em !important;
  }
  .pb-xl-3em {
    padding-bottom: 3em !important;
  }
  .pb-xl-sep1 {
    padding-bottom: var(--sep1) !important;
  }
  .pb-xl-sep2 {
    padding-bottom: var(--sep2) !important;
  }
  .pb-xl-sep3 {
    padding-bottom: var(--sep3) !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 1rem !important;
  }
  .ps-xl-3 {
    padding-left: 2rem !important;
  }
  .ps-xl-4 {
    padding-left: 4rem !important;
  }
  .ps-xl-5 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 7.2rem !important;
  }
  .ps-xl-33 {
    padding-left: 33.3333% !important;
  }
  .ps-xl-50 {
    padding-left: 50% !important;
  }
  .ps-xl-66 {
    padding-left: 66.6666% !important;
  }
  .ps-xl-100 {
    padding-left: 100% !important;
  }
  .ps-xl-150 {
    padding-left: 150% !important;
  }
  .ps-xl-25em {
    padding-left: 0.25em !important;
  }
  .ps-xl-5em {
    padding-left: 0.5em !important;
  }
  .ps-xl-75em {
    padding-left: 0.75em !important;
  }
  .ps-xl-1em {
    padding-left: 1em !important;
  }
  .ps-xl-15em {
    padding-left: 1.5em !important;
  }
  .ps-xl-2em {
    padding-left: 2em !important;
  }
  .ps-xl-3em {
    padding-left: 3em !important;
  }
  .fs-xl-1 {
    font-size: 41.6350937812px !important;
  }
  .fs-xl-2 {
    font-size: 36.204429375px !important;
  }
  .fs-xl-3 {
    font-size: 31.4821125px !important;
  }
  .fs-xl-4 {
    font-size: 27.37575px !important;
  }
  .fs-xl-5 {
    font-size: 23.805px !important;
  }
  .fs-xl-6 {
    font-size: 20.7px !important;
  }
  .fs-xl-inherit {
    font-size: inherit !important;
  }
  .fs-xl-base {
    font-size: 18px !important;
  }
  .fs-xl-50 {
    font-size: 50% !important;
  }
  .fs-xl-100 {
    font-size: 100% !important;
  }
  .fs-xl-1125 {
    font-size: 112.5% !important;
  }
  .fs-xl-125 {
    font-size: 125% !important;
  }
  .fs-xl-150 {
    font-size: 150% !important;
  }
  .fs-xl-small {
    font-size: 15.652173913px !important;
  }
  .fs-xl-tiny {
    font-size: 13.6105860113px !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .rounded-xl {
    border-radius: 0.5rem !important;
  }
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  .rounded-xl-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-xl-2 {
    border-radius: 0.5rem !important;
  }
  .rounded-xl-3 {
    border-radius: 1rem !important;
  }
  .rounded-xl-4 {
    border-radius: 5rem !important;
  }
  .rounded-xl-circle {
    border-radius: 50% !important;
  }
  .rounded-xl-pill {
    border-radius: 50rem !important;
  }
  .opacity-xl-0 {
    opacity: 0 !important;
  }
  .opacity-xl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xl-100 {
    opacity: 1 !important;
  }
  .h-xl-1 {
    font-size: 41.6350937812px !important;
  }
  .h-xl-2 {
    font-size: 36.204429375px !important;
  }
  .h-xl-3 {
    font-size: 31.4821125px !important;
  }
  .h-xl-4 {
    font-size: 27.37575px !important;
  }
  .h-xl-5 {
    font-size: 23.805px !important;
  }
  .h-xl-6 {
    font-size: 20.7px !important;
  }
  .h-xl-inherit {
    font-size: inherit !important;
  }
  .h-xl-base {
    font-size: 18px !important;
  }
  .h-xl-50 {
    font-size: 50% !important;
  }
  .h-xl-100 {
    font-size: 100% !important;
  }
  .h-xl-1125 {
    font-size: 112.5% !important;
  }
  .h-xl-125 {
    font-size: 125% !important;
  }
  .h-xl-150 {
    font-size: 150% !important;
  }
  .h-xl-small {
    font-size: 15.652173913px !important;
  }
  .h-xl-tiny {
    font-size: 13.6105860113px !important;
  }
  .display-xl-huge {
    font-size: 63.3217732546px !important;
  }
  .display-xl-big {
    font-size: 55.0624115257px !important;
  }
  .display-xl-1 {
    font-size: 47.8803578484px !important;
  }
  .display-xl-2 {
    font-size: 41.6350937812px !important;
  }
  .display-xl-3 {
    font-size: 36.204429375px !important;
  }
  .display-xl-4 {
    font-size: 31.4821125px !important;
  }
  .display-xl-5 {
    font-size: 27.37575px !important;
  }
  .display-xl-6 {
    font-size: 23.805px !important;
  }
}
@media (min-width: 1441px) {
  .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;
  }
  .shadow-xxl-1 {
    -webkit-box-shadow: 0 1.5em 1em -1em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 1.5em 1em -1em rgba(var(--blackrgb), 0.1) !important;
  }
  .shadow-xxl-2 {
    -webkit-box-shadow: 0 2em 1.5em -1.5em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 2em 1.5em -1.5em rgba(var(--blackrgb), 0.1) !important;
  }
  .shadow-xxl-3 {
    -webkit-box-shadow: 0 3em 2em -2em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 3em 2em -2em rgba(var(--blackrgb), 0.1) !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.5rem !important;
  }
  .gap-xxl-2 {
    gap: 1rem !important;
  }
  .gap-xxl-3 {
    gap: 2rem !important;
  }
  .gap-xxl-4 {
    gap: 4rem !important;
  }
  .gap-xxl-5 {
    gap: 5.5rem !important;
  }
  .gap-xxl-6 {
    gap: 7.2rem !important;
  }
  .gap-xxl-33 {
    gap: 33.3333% !important;
  }
  .gap-xxl-50 {
    gap: 50% !important;
  }
  .gap-xxl-66 {
    gap: 66.6666% !important;
  }
  .gap-xxl-100 {
    gap: 100% !important;
  }
  .gap-xxl-150 {
    gap: 150% !important;
  }
  .gap-xxl-25em {
    gap: 0.25em !important;
  }
  .gap-xxl-5em {
    gap: 0.5em !important;
  }
  .gap-xxl-75em {
    gap: 0.75em !important;
  }
  .gap-xxl-1em {
    gap: 1em !important;
  }
  .gap-xxl-15em {
    gap: 1.5em !important;
  }
  .gap-xxl-2em {
    gap: 2em !important;
  }
  .gap-xxl-3em {
    gap: 3em !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.5rem !important;
  }
  .m-xxl-2 {
    margin: 1rem !important;
  }
  .m-xxl-3 {
    margin: 2rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .m-xxl-5 {
    margin: 5.5rem !important;
  }
  .m-xxl-6 {
    margin: 7.2rem !important;
  }
  .m-xxl-33 {
    margin: 33.3333% !important;
  }
  .m-xxl-50 {
    margin: 50% !important;
  }
  .m-xxl-66 {
    margin: 66.6666% !important;
  }
  .m-xxl-100 {
    margin: 100% !important;
  }
  .m-xxl-150 {
    margin: 150% !important;
  }
  .m-xxl-25em {
    margin: 0.25em !important;
  }
  .m-xxl-5em {
    margin: 0.5em !important;
  }
  .m-xxl-75em {
    margin: 0.75em !important;
  }
  .m-xxl-1em {
    margin: 1em !important;
  }
  .m-xxl-15em {
    margin: 1.5em !important;
  }
  .m-xxl-2em {
    margin: 2em !important;
  }
  .m-xxl-3em {
    margin: 3em !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-3 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xxl-6 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .mx-xxl-33 {
    margin-right: 33.3333% !important;
    margin-left: 33.3333% !important;
  }
  .mx-xxl-50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }
  .mx-xxl-66 {
    margin-right: 66.6666% !important;
    margin-left: 66.6666% !important;
  }
  .mx-xxl-100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }
  .mx-xxl-150 {
    margin-right: 150% !important;
    margin-left: 150% !important;
  }
  .mx-xxl-25em {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-xxl-5em {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-xxl-75em {
    margin-right: 0.75em !important;
    margin-left: 0.75em !important;
  }
  .mx-xxl-1em {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-xxl-15em {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-xxl-2em {
    margin-right: 2em !important;
    margin-left: 2em !important;
  }
  .mx-xxl-3em {
    margin-right: 3em !important;
    margin-left: 3em !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .my-xxl-33 {
    margin-top: 33.3333% !important;
    margin-bottom: 33.3333% !important;
  }
  .my-xxl-50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }
  .my-xxl-66 {
    margin-top: 66.6666% !important;
    margin-bottom: 66.6666% !important;
  }
  .my-xxl-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-xxl-150 {
    margin-top: 150% !important;
    margin-bottom: 150% !important;
  }
  .my-xxl-25em {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-xxl-5em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-xxl-75em {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
  }
  .my-xxl-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-xxl-15em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-xxl-2em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .my-xxl-3em {
    margin-top: 3em !important;
    margin-bottom: 3em !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.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 1rem !important;
  }
  .mt-xxl-3 {
    margin-top: 2rem !important;
  }
  .mt-xxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxl-5 {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 7.2rem !important;
  }
  .mt-xxl-33 {
    margin-top: 33.3333% !important;
  }
  .mt-xxl-50 {
    margin-top: 50% !important;
  }
  .mt-xxl-66 {
    margin-top: 66.6666% !important;
  }
  .mt-xxl-100 {
    margin-top: 100% !important;
  }
  .mt-xxl-150 {
    margin-top: 150% !important;
  }
  .mt-xxl-25em {
    margin-top: 0.25em !important;
  }
  .mt-xxl-5em {
    margin-top: 0.5em !important;
  }
  .mt-xxl-75em {
    margin-top: 0.75em !important;
  }
  .mt-xxl-1em {
    margin-top: 1em !important;
  }
  .mt-xxl-15em {
    margin-top: 1.5em !important;
  }
  .mt-xxl-2em {
    margin-top: 2em !important;
  }
  .mt-xxl-3em {
    margin-top: 3em !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 1rem !important;
  }
  .me-xxl-3 {
    margin-right: 2rem !important;
  }
  .me-xxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxl-5 {
    margin-right: 5.5rem !important;
  }
  .me-xxl-6 {
    margin-right: 7.2rem !important;
  }
  .me-xxl-33 {
    margin-right: 33.3333% !important;
  }
  .me-xxl-50 {
    margin-right: 50% !important;
  }
  .me-xxl-66 {
    margin-right: 66.6666% !important;
  }
  .me-xxl-100 {
    margin-right: 100% !important;
  }
  .me-xxl-150 {
    margin-right: 150% !important;
  }
  .me-xxl-25em {
    margin-right: 0.25em !important;
  }
  .me-xxl-5em {
    margin-right: 0.5em !important;
  }
  .me-xxl-75em {
    margin-right: 0.75em !important;
  }
  .me-xxl-1em {
    margin-right: 1em !important;
  }
  .me-xxl-15em {
    margin-right: 1.5em !important;
  }
  .me-xxl-2em {
    margin-right: 2em !important;
  }
  .me-xxl-3em {
    margin-right: 3em !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 7.2rem !important;
  }
  .mb-xxl-33 {
    margin-bottom: 33.3333% !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50% !important;
  }
  .mb-xxl-66 {
    margin-bottom: 66.6666% !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100% !important;
  }
  .mb-xxl-150 {
    margin-bottom: 150% !important;
  }
  .mb-xxl-25em {
    margin-bottom: 0.25em !important;
  }
  .mb-xxl-5em {
    margin-bottom: 0.5em !important;
  }
  .mb-xxl-75em {
    margin-bottom: 0.75em !important;
  }
  .mb-xxl-1em {
    margin-bottom: 1em !important;
  }
  .mb-xxl-15em {
    margin-bottom: 1.5em !important;
  }
  .mb-xxl-2em {
    margin-bottom: 2em !important;
  }
  .mb-xxl-3em {
    margin-bottom: 3em !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 1rem !important;
  }
  .ms-xxl-3 {
    margin-left: 2rem !important;
  }
  .ms-xxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxl-5 {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 7.2rem !important;
  }
  .ms-xxl-33 {
    margin-left: 33.3333% !important;
  }
  .ms-xxl-50 {
    margin-left: 50% !important;
  }
  .ms-xxl-66 {
    margin-left: 66.6666% !important;
  }
  .ms-xxl-100 {
    margin-left: 100% !important;
  }
  .ms-xxl-150 {
    margin-left: 150% !important;
  }
  .ms-xxl-25em {
    margin-left: 0.25em !important;
  }
  .ms-xxl-5em {
    margin-left: 0.5em !important;
  }
  .ms-xxl-75em {
    margin-left: 0.75em !important;
  }
  .ms-xxl-1em {
    margin-left: 1em !important;
  }
  .ms-xxl-15em {
    margin-left: 1.5em !important;
  }
  .ms-xxl-2em {
    margin-left: 2em !important;
  }
  .ms-xxl-3em {
    margin-left: 3em !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4.5rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -4.5rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -4.5rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 1rem !important;
  }
  .p-xxl-3 {
    padding: 2rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .p-xxl-5 {
    padding: 5.5rem !important;
  }
  .p-xxl-6 {
    padding: 7.2rem !important;
  }
  .p-xxl-33 {
    padding: 33.3333% !important;
  }
  .p-xxl-50 {
    padding: 50% !important;
  }
  .p-xxl-66 {
    padding: 66.6666% !important;
  }
  .p-xxl-100 {
    padding: 100% !important;
  }
  .p-xxl-150 {
    padding: 150% !important;
  }
  .p-xxl-25em {
    padding: 0.25em !important;
  }
  .p-xxl-5em {
    padding: 0.5em !important;
  }
  .p-xxl-75em {
    padding: 0.75em !important;
  }
  .p-xxl-1em {
    padding: 1em !important;
  }
  .p-xxl-15em {
    padding: 1.5em !important;
  }
  .p-xxl-2em {
    padding: 2em !important;
  }
  .p-xxl-3em {
    padding: 3em !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-3 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xxl-6 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .px-xxl-33 {
    padding-right: 33.3333% !important;
    padding-left: 33.3333% !important;
  }
  .px-xxl-50 {
    padding-right: 50% !important;
    padding-left: 50% !important;
  }
  .px-xxl-66 {
    padding-right: 66.6666% !important;
    padding-left: 66.6666% !important;
  }
  .px-xxl-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .px-xxl-150 {
    padding-right: 150% !important;
    padding-left: 150% !important;
  }
  .px-xxl-25em {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-xxl-5em {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-xxl-75em {
    padding-right: 0.75em !important;
    padding-left: 0.75em !important;
  }
  .px-xxl-1em {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-xxl-15em {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-xxl-2em {
    padding-right: 2em !important;
    padding-left: 2em !important;
  }
  .px-xxl-3em {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .py-xxl-33 {
    padding-top: 33.3333% !important;
    padding-bottom: 33.3333% !important;
  }
  .py-xxl-50 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }
  .py-xxl-66 {
    padding-top: 66.6666% !important;
    padding-bottom: 66.6666% !important;
  }
  .py-xxl-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .py-xxl-150 {
    padding-top: 150% !important;
    padding-bottom: 150% !important;
  }
  .py-xxl-25em {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-xxl-5em {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-xxl-75em {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }
  .py-xxl-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-xxl-15em {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-xxl-2em {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .py-xxl-3em {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .py-xxl-sep1 {
    padding-top: var(--sep1) !important;
    padding-bottom: var(--sep1) !important;
  }
  .py-xxl-sep2 {
    padding-top: var(--sep2) !important;
    padding-bottom: var(--sep2) !important;
  }
  .py-xxl-sep3 {
    padding-top: var(--sep3) !important;
    padding-bottom: var(--sep3) !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 1rem !important;
  }
  .pt-xxl-3 {
    padding-top: 2rem !important;
  }
  .pt-xxl-4 {
    padding-top: 4rem !important;
  }
  .pt-xxl-5 {
    padding-top: 5.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 7.2rem !important;
  }
  .pt-xxl-33 {
    padding-top: 33.3333% !important;
  }
  .pt-xxl-50 {
    padding-top: 50% !important;
  }
  .pt-xxl-66 {
    padding-top: 66.6666% !important;
  }
  .pt-xxl-100 {
    padding-top: 100% !important;
  }
  .pt-xxl-150 {
    padding-top: 150% !important;
  }
  .pt-xxl-25em {
    padding-top: 0.25em !important;
  }
  .pt-xxl-5em {
    padding-top: 0.5em !important;
  }
  .pt-xxl-75em {
    padding-top: 0.75em !important;
  }
  .pt-xxl-1em {
    padding-top: 1em !important;
  }
  .pt-xxl-15em {
    padding-top: 1.5em !important;
  }
  .pt-xxl-2em {
    padding-top: 2em !important;
  }
  .pt-xxl-3em {
    padding-top: 3em !important;
  }
  .pt-xxl-sep1 {
    padding-top: var(--sep1) !important;
  }
  .pt-xxl-sep2 {
    padding-top: var(--sep2) !important;
  }
  .pt-xxl-sep3 {
    padding-top: var(--sep3) !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 1rem !important;
  }
  .pe-xxl-3 {
    padding-right: 2rem !important;
  }
  .pe-xxl-4 {
    padding-right: 4rem !important;
  }
  .pe-xxl-5 {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 7.2rem !important;
  }
  .pe-xxl-33 {
    padding-right: 33.3333% !important;
  }
  .pe-xxl-50 {
    padding-right: 50% !important;
  }
  .pe-xxl-66 {
    padding-right: 66.6666% !important;
  }
  .pe-xxl-100 {
    padding-right: 100% !important;
  }
  .pe-xxl-150 {
    padding-right: 150% !important;
  }
  .pe-xxl-25em {
    padding-right: 0.25em !important;
  }
  .pe-xxl-5em {
    padding-right: 0.5em !important;
  }
  .pe-xxl-75em {
    padding-right: 0.75em !important;
  }
  .pe-xxl-1em {
    padding-right: 1em !important;
  }
  .pe-xxl-15em {
    padding-right: 1.5em !important;
  }
  .pe-xxl-2em {
    padding-right: 2em !important;
  }
  .pe-xxl-3em {
    padding-right: 3em !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 7.2rem !important;
  }
  .pb-xxl-33 {
    padding-bottom: 33.3333% !important;
  }
  .pb-xxl-50 {
    padding-bottom: 50% !important;
  }
  .pb-xxl-66 {
    padding-bottom: 66.6666% !important;
  }
  .pb-xxl-100 {
    padding-bottom: 100% !important;
  }
  .pb-xxl-150 {
    padding-bottom: 150% !important;
  }
  .pb-xxl-25em {
    padding-bottom: 0.25em !important;
  }
  .pb-xxl-5em {
    padding-bottom: 0.5em !important;
  }
  .pb-xxl-75em {
    padding-bottom: 0.75em !important;
  }
  .pb-xxl-1em {
    padding-bottom: 1em !important;
  }
  .pb-xxl-15em {
    padding-bottom: 1.5em !important;
  }
  .pb-xxl-2em {
    padding-bottom: 2em !important;
  }
  .pb-xxl-3em {
    padding-bottom: 3em !important;
  }
  .pb-xxl-sep1 {
    padding-bottom: var(--sep1) !important;
  }
  .pb-xxl-sep2 {
    padding-bottom: var(--sep2) !important;
  }
  .pb-xxl-sep3 {
    padding-bottom: var(--sep3) !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 1rem !important;
  }
  .ps-xxl-3 {
    padding-left: 2rem !important;
  }
  .ps-xxl-4 {
    padding-left: 4rem !important;
  }
  .ps-xxl-5 {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 7.2rem !important;
  }
  .ps-xxl-33 {
    padding-left: 33.3333% !important;
  }
  .ps-xxl-50 {
    padding-left: 50% !important;
  }
  .ps-xxl-66 {
    padding-left: 66.6666% !important;
  }
  .ps-xxl-100 {
    padding-left: 100% !important;
  }
  .ps-xxl-150 {
    padding-left: 150% !important;
  }
  .ps-xxl-25em {
    padding-left: 0.25em !important;
  }
  .ps-xxl-5em {
    padding-left: 0.5em !important;
  }
  .ps-xxl-75em {
    padding-left: 0.75em !important;
  }
  .ps-xxl-1em {
    padding-left: 1em !important;
  }
  .ps-xxl-15em {
    padding-left: 1.5em !important;
  }
  .ps-xxl-2em {
    padding-left: 2em !important;
  }
  .ps-xxl-3em {
    padding-left: 3em !important;
  }
  .fs-xxl-1 {
    font-size: 41.6350937812px !important;
  }
  .fs-xxl-2 {
    font-size: 36.204429375px !important;
  }
  .fs-xxl-3 {
    font-size: 31.4821125px !important;
  }
  .fs-xxl-4 {
    font-size: 27.37575px !important;
  }
  .fs-xxl-5 {
    font-size: 23.805px !important;
  }
  .fs-xxl-6 {
    font-size: 20.7px !important;
  }
  .fs-xxl-inherit {
    font-size: inherit !important;
  }
  .fs-xxl-base {
    font-size: 18px !important;
  }
  .fs-xxl-50 {
    font-size: 50% !important;
  }
  .fs-xxl-100 {
    font-size: 100% !important;
  }
  .fs-xxl-1125 {
    font-size: 112.5% !important;
  }
  .fs-xxl-125 {
    font-size: 125% !important;
  }
  .fs-xxl-150 {
    font-size: 150% !important;
  }
  .fs-xxl-small {
    font-size: 15.652173913px !important;
  }
  .fs-xxl-tiny {
    font-size: 13.6105860113px !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .rounded-xxl {
    border-radius: 0.5rem !important;
  }
  .rounded-xxl-0 {
    border-radius: 0 !important;
  }
  .rounded-xxl-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-xxl-2 {
    border-radius: 0.5rem !important;
  }
  .rounded-xxl-3 {
    border-radius: 1rem !important;
  }
  .rounded-xxl-4 {
    border-radius: 5rem !important;
  }
  .rounded-xxl-circle {
    border-radius: 50% !important;
  }
  .rounded-xxl-pill {
    border-radius: 50rem !important;
  }
  .opacity-xxl-0 {
    opacity: 0 !important;
  }
  .opacity-xxl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xxl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xxl-100 {
    opacity: 1 !important;
  }
  .h-xxl-1 {
    font-size: 41.6350937812px !important;
  }
  .h-xxl-2 {
    font-size: 36.204429375px !important;
  }
  .h-xxl-3 {
    font-size: 31.4821125px !important;
  }
  .h-xxl-4 {
    font-size: 27.37575px !important;
  }
  .h-xxl-5 {
    font-size: 23.805px !important;
  }
  .h-xxl-6 {
    font-size: 20.7px !important;
  }
  .h-xxl-inherit {
    font-size: inherit !important;
  }
  .h-xxl-base {
    font-size: 18px !important;
  }
  .h-xxl-50 {
    font-size: 50% !important;
  }
  .h-xxl-100 {
    font-size: 100% !important;
  }
  .h-xxl-1125 {
    font-size: 112.5% !important;
  }
  .h-xxl-125 {
    font-size: 125% !important;
  }
  .h-xxl-150 {
    font-size: 150% !important;
  }
  .h-xxl-small {
    font-size: 15.652173913px !important;
  }
  .h-xxl-tiny {
    font-size: 13.6105860113px !important;
  }
  .display-xxl-huge {
    font-size: 63.3217732546px !important;
  }
  .display-xxl-big {
    font-size: 55.0624115257px !important;
  }
  .display-xxl-1 {
    font-size: 47.8803578484px !important;
  }
  .display-xxl-2 {
    font-size: 41.6350937812px !important;
  }
  .display-xxl-3 {
    font-size: 36.204429375px !important;
  }
  .display-xxl-4 {
    font-size: 31.4821125px !important;
  }
  .display-xxl-5 {
    font-size: 27.37575px !important;
  }
  .display-xxl-6 {
    font-size: 23.805px !important;
  }
}
@media (min-width: 1741px) {
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .shadow-xxxl-1 {
    -webkit-box-shadow: 0 1.5em 1em -1em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 1.5em 1em -1em rgba(var(--blackrgb), 0.1) !important;
  }
  .shadow-xxxl-2 {
    -webkit-box-shadow: 0 2em 1.5em -1.5em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 2em 1.5em -1.5em rgba(var(--blackrgb), 0.1) !important;
  }
  .shadow-xxxl-3 {
    -webkit-box-shadow: 0 3em 2em -2em rgba(var(--blackrgb), 0.1) !important;
            box-shadow: 0 3em 2em -2em rgba(var(--blackrgb), 0.1) !important;
  }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-2 {
    gap: 1rem !important;
  }
  .gap-xxxl-3 {
    gap: 2rem !important;
  }
  .gap-xxxl-4 {
    gap: 4rem !important;
  }
  .gap-xxxl-5 {
    gap: 5.5rem !important;
  }
  .gap-xxxl-6 {
    gap: 7.2rem !important;
  }
  .gap-xxxl-33 {
    gap: 33.3333% !important;
  }
  .gap-xxxl-50 {
    gap: 50% !important;
  }
  .gap-xxxl-66 {
    gap: 66.6666% !important;
  }
  .gap-xxxl-100 {
    gap: 100% !important;
  }
  .gap-xxxl-150 {
    gap: 150% !important;
  }
  .gap-xxxl-25em {
    gap: 0.25em !important;
  }
  .gap-xxxl-5em {
    gap: 0.5em !important;
  }
  .gap-xxxl-75em {
    gap: 0.75em !important;
  }
  .gap-xxxl-1em {
    gap: 1em !important;
  }
  .gap-xxxl-15em {
    gap: 1.5em !important;
  }
  .gap-xxxl-2em {
    gap: 2em !important;
  }
  .gap-xxxl-3em {
    gap: 3em !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.5rem !important;
  }
  .m-xxxl-2 {
    margin: 1rem !important;
  }
  .m-xxxl-3 {
    margin: 2rem !important;
  }
  .m-xxxl-4 {
    margin: 4rem !important;
  }
  .m-xxxl-5 {
    margin: 5.5rem !important;
  }
  .m-xxxl-6 {
    margin: 7.2rem !important;
  }
  .m-xxxl-33 {
    margin: 33.3333% !important;
  }
  .m-xxxl-50 {
    margin: 50% !important;
  }
  .m-xxxl-66 {
    margin: 66.6666% !important;
  }
  .m-xxxl-100 {
    margin: 100% !important;
  }
  .m-xxxl-150 {
    margin: 150% !important;
  }
  .m-xxxl-25em {
    margin: 0.25em !important;
  }
  .m-xxxl-5em {
    margin: 0.5em !important;
  }
  .m-xxxl-75em {
    margin: 0.75em !important;
  }
  .m-xxxl-1em {
    margin: 1em !important;
  }
  .m-xxxl-15em {
    margin: 1.5em !important;
  }
  .m-xxxl-2em {
    margin: 2em !important;
  }
  .m-xxxl-3em {
    margin: 3em !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xxxl-6 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .mx-xxxl-33 {
    margin-right: 33.3333% !important;
    margin-left: 33.3333% !important;
  }
  .mx-xxxl-50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }
  .mx-xxxl-66 {
    margin-right: 66.6666% !important;
    margin-left: 66.6666% !important;
  }
  .mx-xxxl-100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }
  .mx-xxxl-150 {
    margin-right: 150% !important;
    margin-left: 150% !important;
  }
  .mx-xxxl-25em {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-xxxl-5em {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-xxxl-75em {
    margin-right: 0.75em !important;
    margin-left: 0.75em !important;
  }
  .mx-xxxl-1em {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-xxxl-15em {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-xxxl-2em {
    margin-right: 2em !important;
    margin-left: 2em !important;
  }
  .mx-xxxl-3em {
    margin-right: 3em !important;
    margin-left: 3em !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxxl-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxxl-6 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .my-xxxl-33 {
    margin-top: 33.3333% !important;
    margin-bottom: 33.3333% !important;
  }
  .my-xxxl-50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }
  .my-xxxl-66 {
    margin-top: 66.6666% !important;
    margin-bottom: 66.6666% !important;
  }
  .my-xxxl-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-xxxl-150 {
    margin-top: 150% !important;
    margin-bottom: 150% !important;
  }
  .my-xxxl-25em {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-xxxl-5em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-xxxl-75em {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
  }
  .my-xxxl-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-xxxl-15em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-xxxl-2em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .my-xxxl-3em {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 2rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 5.5rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 7.2rem !important;
  }
  .mt-xxxl-33 {
    margin-top: 33.3333% !important;
  }
  .mt-xxxl-50 {
    margin-top: 50% !important;
  }
  .mt-xxxl-66 {
    margin-top: 66.6666% !important;
  }
  .mt-xxxl-100 {
    margin-top: 100% !important;
  }
  .mt-xxxl-150 {
    margin-top: 150% !important;
  }
  .mt-xxxl-25em {
    margin-top: 0.25em !important;
  }
  .mt-xxxl-5em {
    margin-top: 0.5em !important;
  }
  .mt-xxxl-75em {
    margin-top: 0.75em !important;
  }
  .mt-xxxl-1em {
    margin-top: 1em !important;
  }
  .mt-xxxl-15em {
    margin-top: 1.5em !important;
  }
  .mt-xxxl-2em {
    margin-top: 2em !important;
  }
  .mt-xxxl-3em {
    margin-top: 3em !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-2 {
    margin-right: 1rem !important;
  }
  .me-xxxl-3 {
    margin-right: 2rem !important;
  }
  .me-xxxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxxl-5 {
    margin-right: 5.5rem !important;
  }
  .me-xxxl-6 {
    margin-right: 7.2rem !important;
  }
  .me-xxxl-33 {
    margin-right: 33.3333% !important;
  }
  .me-xxxl-50 {
    margin-right: 50% !important;
  }
  .me-xxxl-66 {
    margin-right: 66.6666% !important;
  }
  .me-xxxl-100 {
    margin-right: 100% !important;
  }
  .me-xxxl-150 {
    margin-right: 150% !important;
  }
  .me-xxxl-25em {
    margin-right: 0.25em !important;
  }
  .me-xxxl-5em {
    margin-right: 0.5em !important;
  }
  .me-xxxl-75em {
    margin-right: 0.75em !important;
  }
  .me-xxxl-1em {
    margin-right: 1em !important;
  }
  .me-xxxl-15em {
    margin-right: 1.5em !important;
  }
  .me-xxxl-2em {
    margin-right: 2em !important;
  }
  .me-xxxl-3em {
    margin-right: 3em !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 2rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 7.2rem !important;
  }
  .mb-xxxl-33 {
    margin-bottom: 33.3333% !important;
  }
  .mb-xxxl-50 {
    margin-bottom: 50% !important;
  }
  .mb-xxxl-66 {
    margin-bottom: 66.6666% !important;
  }
  .mb-xxxl-100 {
    margin-bottom: 100% !important;
  }
  .mb-xxxl-150 {
    margin-bottom: 150% !important;
  }
  .mb-xxxl-25em {
    margin-bottom: 0.25em !important;
  }
  .mb-xxxl-5em {
    margin-bottom: 0.5em !important;
  }
  .mb-xxxl-75em {
    margin-bottom: 0.75em !important;
  }
  .mb-xxxl-1em {
    margin-bottom: 1em !important;
  }
  .mb-xxxl-15em {
    margin-bottom: 1.5em !important;
  }
  .mb-xxxl-2em {
    margin-bottom: 2em !important;
  }
  .mb-xxxl-3em {
    margin-bottom: 3em !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 2rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 5.5rem !important;
  }
  .ms-xxxl-6 {
    margin-left: 7.2rem !important;
  }
  .ms-xxxl-33 {
    margin-left: 33.3333% !important;
  }
  .ms-xxxl-50 {
    margin-left: 50% !important;
  }
  .ms-xxxl-66 {
    margin-left: 66.6666% !important;
  }
  .ms-xxxl-100 {
    margin-left: 100% !important;
  }
  .ms-xxxl-150 {
    margin-left: 150% !important;
  }
  .ms-xxxl-25em {
    margin-left: 0.25em !important;
  }
  .ms-xxxl-5em {
    margin-left: 0.5em !important;
  }
  .ms-xxxl-75em {
    margin-left: 0.75em !important;
  }
  .ms-xxxl-1em {
    margin-left: 1em !important;
  }
  .ms-xxxl-15em {
    margin-left: 1.5em !important;
  }
  .ms-xxxl-2em {
    margin-left: 2em !important;
  }
  .ms-xxxl-3em {
    margin-left: 3em !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .m-xxxl-n6 {
    margin: -4.5rem !important;
  }
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxxl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxxl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .mt-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxxl-n6 {
    margin-top: -4.5rem !important;
  }
  .me-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxxl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ms-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxxl-n6 {
    margin-left: -4.5rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.5rem !important;
  }
  .p-xxxl-2 {
    padding: 1rem !important;
  }
  .p-xxxl-3 {
    padding: 2rem !important;
  }
  .p-xxxl-4 {
    padding: 4rem !important;
  }
  .p-xxxl-5 {
    padding: 5.5rem !important;
  }
  .p-xxxl-6 {
    padding: 7.2rem !important;
  }
  .p-xxxl-33 {
    padding: 33.3333% !important;
  }
  .p-xxxl-50 {
    padding: 50% !important;
  }
  .p-xxxl-66 {
    padding: 66.6666% !important;
  }
  .p-xxxl-100 {
    padding: 100% !important;
  }
  .p-xxxl-150 {
    padding: 150% !important;
  }
  .p-xxxl-25em {
    padding: 0.25em !important;
  }
  .p-xxxl-5em {
    padding: 0.5em !important;
  }
  .p-xxxl-75em {
    padding: 0.75em !important;
  }
  .p-xxxl-1em {
    padding: 1em !important;
  }
  .p-xxxl-15em {
    padding: 1.5em !important;
  }
  .p-xxxl-2em {
    padding: 2em !important;
  }
  .p-xxxl-3em {
    padding: 3em !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-3 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxxl-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xxxl-6 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .px-xxxl-33 {
    padding-right: 33.3333% !important;
    padding-left: 33.3333% !important;
  }
  .px-xxxl-50 {
    padding-right: 50% !important;
    padding-left: 50% !important;
  }
  .px-xxxl-66 {
    padding-right: 66.6666% !important;
    padding-left: 66.6666% !important;
  }
  .px-xxxl-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .px-xxxl-150 {
    padding-right: 150% !important;
    padding-left: 150% !important;
  }
  .px-xxxl-25em {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-xxxl-5em {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-xxxl-75em {
    padding-right: 0.75em !important;
    padding-left: 0.75em !important;
  }
  .px-xxxl-1em {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-xxxl-15em {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-xxxl-2em {
    padding-right: 2em !important;
    padding-left: 2em !important;
  }
  .px-xxxl-3em {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxxl-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxxl-6 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .py-xxxl-33 {
    padding-top: 33.3333% !important;
    padding-bottom: 33.3333% !important;
  }
  .py-xxxl-50 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }
  .py-xxxl-66 {
    padding-top: 66.6666% !important;
    padding-bottom: 66.6666% !important;
  }
  .py-xxxl-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .py-xxxl-150 {
    padding-top: 150% !important;
    padding-bottom: 150% !important;
  }
  .py-xxxl-25em {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-xxxl-5em {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-xxxl-75em {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }
  .py-xxxl-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-xxxl-15em {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-xxxl-2em {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .py-xxxl-3em {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .py-xxxl-sep1 {
    padding-top: var(--sep1) !important;
    padding-bottom: var(--sep1) !important;
  }
  .py-xxxl-sep2 {
    padding-top: var(--sep2) !important;
    padding-bottom: var(--sep2) !important;
  }
  .py-xxxl-sep3 {
    padding-top: var(--sep3) !important;
    padding-bottom: var(--sep3) !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 2rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 4rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 5.5rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 7.2rem !important;
  }
  .pt-xxxl-33 {
    padding-top: 33.3333% !important;
  }
  .pt-xxxl-50 {
    padding-top: 50% !important;
  }
  .pt-xxxl-66 {
    padding-top: 66.6666% !important;
  }
  .pt-xxxl-100 {
    padding-top: 100% !important;
  }
  .pt-xxxl-150 {
    padding-top: 150% !important;
  }
  .pt-xxxl-25em {
    padding-top: 0.25em !important;
  }
  .pt-xxxl-5em {
    padding-top: 0.5em !important;
  }
  .pt-xxxl-75em {
    padding-top: 0.75em !important;
  }
  .pt-xxxl-1em {
    padding-top: 1em !important;
  }
  .pt-xxxl-15em {
    padding-top: 1.5em !important;
  }
  .pt-xxxl-2em {
    padding-top: 2em !important;
  }
  .pt-xxxl-3em {
    padding-top: 3em !important;
  }
  .pt-xxxl-sep1 {
    padding-top: var(--sep1) !important;
  }
  .pt-xxxl-sep2 {
    padding-top: var(--sep2) !important;
  }
  .pt-xxxl-sep3 {
    padding-top: var(--sep3) !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 2rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 4rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 5.5rem !important;
  }
  .pe-xxxl-6 {
    padding-right: 7.2rem !important;
  }
  .pe-xxxl-33 {
    padding-right: 33.3333% !important;
  }
  .pe-xxxl-50 {
    padding-right: 50% !important;
  }
  .pe-xxxl-66 {
    padding-right: 66.6666% !important;
  }
  .pe-xxxl-100 {
    padding-right: 100% !important;
  }
  .pe-xxxl-150 {
    padding-right: 150% !important;
  }
  .pe-xxxl-25em {
    padding-right: 0.25em !important;
  }
  .pe-xxxl-5em {
    padding-right: 0.5em !important;
  }
  .pe-xxxl-75em {
    padding-right: 0.75em !important;
  }
  .pe-xxxl-1em {
    padding-right: 1em !important;
  }
  .pe-xxxl-15em {
    padding-right: 1.5em !important;
  }
  .pe-xxxl-2em {
    padding-right: 2em !important;
  }
  .pe-xxxl-3em {
    padding-right: 3em !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 2rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 7.2rem !important;
  }
  .pb-xxxl-33 {
    padding-bottom: 33.3333% !important;
  }
  .pb-xxxl-50 {
    padding-bottom: 50% !important;
  }
  .pb-xxxl-66 {
    padding-bottom: 66.6666% !important;
  }
  .pb-xxxl-100 {
    padding-bottom: 100% !important;
  }
  .pb-xxxl-150 {
    padding-bottom: 150% !important;
  }
  .pb-xxxl-25em {
    padding-bottom: 0.25em !important;
  }
  .pb-xxxl-5em {
    padding-bottom: 0.5em !important;
  }
  .pb-xxxl-75em {
    padding-bottom: 0.75em !important;
  }
  .pb-xxxl-1em {
    padding-bottom: 1em !important;
  }
  .pb-xxxl-15em {
    padding-bottom: 1.5em !important;
  }
  .pb-xxxl-2em {
    padding-bottom: 2em !important;
  }
  .pb-xxxl-3em {
    padding-bottom: 3em !important;
  }
  .pb-xxxl-sep1 {
    padding-bottom: var(--sep1) !important;
  }
  .pb-xxxl-sep2 {
    padding-bottom: var(--sep2) !important;
  }
  .pb-xxxl-sep3 {
    padding-bottom: var(--sep3) !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 2rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 4rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 5.5rem !important;
  }
  .ps-xxxl-6 {
    padding-left: 7.2rem !important;
  }
  .ps-xxxl-33 {
    padding-left: 33.3333% !important;
  }
  .ps-xxxl-50 {
    padding-left: 50% !important;
  }
  .ps-xxxl-66 {
    padding-left: 66.6666% !important;
  }
  .ps-xxxl-100 {
    padding-left: 100% !important;
  }
  .ps-xxxl-150 {
    padding-left: 150% !important;
  }
  .ps-xxxl-25em {
    padding-left: 0.25em !important;
  }
  .ps-xxxl-5em {
    padding-left: 0.5em !important;
  }
  .ps-xxxl-75em {
    padding-left: 0.75em !important;
  }
  .ps-xxxl-1em {
    padding-left: 1em !important;
  }
  .ps-xxxl-15em {
    padding-left: 1.5em !important;
  }
  .ps-xxxl-2em {
    padding-left: 2em !important;
  }
  .ps-xxxl-3em {
    padding-left: 3em !important;
  }
  .fs-xxxl-1 {
    font-size: 41.6350937812px !important;
  }
  .fs-xxxl-2 {
    font-size: 36.204429375px !important;
  }
  .fs-xxxl-3 {
    font-size: 31.4821125px !important;
  }
  .fs-xxxl-4 {
    font-size: 27.37575px !important;
  }
  .fs-xxxl-5 {
    font-size: 23.805px !important;
  }
  .fs-xxxl-6 {
    font-size: 20.7px !important;
  }
  .fs-xxxl-inherit {
    font-size: inherit !important;
  }
  .fs-xxxl-base {
    font-size: 18px !important;
  }
  .fs-xxxl-50 {
    font-size: 50% !important;
  }
  .fs-xxxl-100 {
    font-size: 100% !important;
  }
  .fs-xxxl-1125 {
    font-size: 112.5% !important;
  }
  .fs-xxxl-125 {
    font-size: 125% !important;
  }
  .fs-xxxl-150 {
    font-size: 150% !important;
  }
  .fs-xxxl-small {
    font-size: 15.652173913px !important;
  }
  .fs-xxxl-tiny {
    font-size: 13.6105860113px !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
  .rounded-xxxl {
    border-radius: 0.5rem !important;
  }
  .rounded-xxxl-0 {
    border-radius: 0 !important;
  }
  .rounded-xxxl-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-xxxl-2 {
    border-radius: 0.5rem !important;
  }
  .rounded-xxxl-3 {
    border-radius: 1rem !important;
  }
  .rounded-xxxl-4 {
    border-radius: 5rem !important;
  }
  .rounded-xxxl-circle {
    border-radius: 50% !important;
  }
  .rounded-xxxl-pill {
    border-radius: 50rem !important;
  }
  .opacity-xxxl-0 {
    opacity: 0 !important;
  }
  .opacity-xxxl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xxxl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxxl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xxxl-100 {
    opacity: 1 !important;
  }
  .h-xxxl-1 {
    font-size: 41.6350937812px !important;
  }
  .h-xxxl-2 {
    font-size: 36.204429375px !important;
  }
  .h-xxxl-3 {
    font-size: 31.4821125px !important;
  }
  .h-xxxl-4 {
    font-size: 27.37575px !important;
  }
  .h-xxxl-5 {
    font-size: 23.805px !important;
  }
  .h-xxxl-6 {
    font-size: 20.7px !important;
  }
  .h-xxxl-inherit {
    font-size: inherit !important;
  }
  .h-xxxl-base {
    font-size: 18px !important;
  }
  .h-xxxl-50 {
    font-size: 50% !important;
  }
  .h-xxxl-100 {
    font-size: 100% !important;
  }
  .h-xxxl-1125 {
    font-size: 112.5% !important;
  }
  .h-xxxl-125 {
    font-size: 125% !important;
  }
  .h-xxxl-150 {
    font-size: 150% !important;
  }
  .h-xxxl-small {
    font-size: 15.652173913px !important;
  }
  .h-xxxl-tiny {
    font-size: 13.6105860113px !important;
  }
  .display-xxxl-huge {
    font-size: 63.3217732546px !important;
  }
  .display-xxxl-big {
    font-size: 55.0624115257px !important;
  }
  .display-xxxl-1 {
    font-size: 47.8803578484px !important;
  }
  .display-xxxl-2 {
    font-size: 41.6350937812px !important;
  }
  .display-xxxl-3 {
    font-size: 36.204429375px !important;
  }
  .display-xxxl-4 {
    font-size: 31.4821125px !important;
  }
  .display-xxxl-5 {
    font-size: 27.37575px !important;
  }
  .display-xxxl-6 {
    font-size: 23.805px !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;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 10px;
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  color: #212529;
  background-color: var(--color1);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 1;
}

h1, .h1 {
  font-size: 41.6350937812px;
}

h2, .h2 {
  font-size: 36.204429375px;
}

h3, .h3 {
  font-size: 31.4821125px;
}

h4, .h4 {
  font-size: 27.37575px;
}

h5, .h5 {
  font-size: 23.805px;
}

h6, .h6 {
  font-size: 20.7px;
}

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

abbr[title],
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;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--color3);
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.lead {
  font-size: 24px;
  font-weight: 300;
}

.display-huge {
  font-size: 63.3217732546px;
  font-weight: 300;
  line-height: 1;
}

.display-big {
  font-size: 55.0624115257px;
  font-weight: 300;
  line-height: 1;
}

.display-1 {
  font-size: 47.8803578484px;
  font-weight: 300;
  line-height: 1;
}

.display-2 {
  font-size: 41.6350937812px;
  font-weight: 300;
  line-height: 1;
}

.display-3 {
  font-size: 36.204429375px;
  font-weight: 300;
  line-height: 1;
}

.display-4 {
  font-size: 31.4821125px;
  font-weight: 300;
  line-height: 1;
}

.display-5 {
  font-size: 27.37575px;
  font-weight: 300;
  line-height: 1;
}

.display-6 {
  font-size: 23.805px;
  font-weight: 300;
  line-height: 1;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 27.37575px;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 577px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 993px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1201px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1441px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
@media (min-width: 1741px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1740px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --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);
}
.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);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.row-cols-7 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14.2857142857%;
}

.row-cols-8 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12.5%;
}

.row-cols-9 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 11.1111111111%;
}

.row-cols-10 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 10%;
}

.row-cols-11 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 9.0909090909%;
}

.row-cols-12 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.5rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.5rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 1rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 1rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 2rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 2rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 4rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 4rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 5.5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 5.5rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 7.2rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 7.2rem;
}

@media (min-width: 577px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-sm-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-sm-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-sm-9 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-sm-10 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-sm-11 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-sm-12 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 7.2rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 7.2rem;
  }
}
@media (min-width: 769px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-md-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-md-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-md-9 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-md-10 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-md-11 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-md-12 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 2rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 2rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 7.2rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 7.2rem;
  }
}
@media (min-width: 993px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-lg-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-lg-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-lg-9 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-lg-10 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-lg-11 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-lg-12 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 7.2rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 7.2rem;
  }
}
@media (min-width: 1201px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xl-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xl-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xl-9 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xl-10 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xl-11 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xl-12 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 7.2rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 7.2rem;
  }
}
@media (min-width: 1441px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xxl-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxl-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxl-9 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xxl-10 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxl-11 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xxl-12 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 7.2rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 7.2rem;
  }
}
@media (min-width: 1741px) {
  .col-xxxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xxxl-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxxl-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxxl-9 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xxxl-10 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxxl-11 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xxxl-12 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 2rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 2rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxxl-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 7.2rem;
  }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 7.2rem;
  }
}
.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: 2rem 0;
  font-size: 18px;
  color: #212529;
  text-align: left;
  background-color: var(--color1);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: none;
  transition: none;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: transparent;
  -webkit-box-shadow: inset 0 -1px 0 var(--color2);
          box-shadow: inset 0 -1px 0 var(--color2);
}
.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='%230c63e4'%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);
          transform: rotate(-180deg);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(0.5em, 2rem);
  height: max(0.5em, 2rem);
  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='%23212529'%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: max(0.5em, 2rem);
  -webkit-transition: none;
  transition: none;
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: var(--color1);
  border: 1px solid var(--color2);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-body {
  padding: 2rem 0;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

:root {
  --bs-font-sans-serif: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
  	sans-serif;
  --duration: 0.15s;
  --bezier1: cubic-bezier(0.16, 1, 0.3, 1);
  --bezier2: cubic-bezier(0.76, 0, 0.24, 1);
  --bezier3: cubic-bezier(0.34, 1.56, 0.64, 1);
  --sep1: 252px;
  --sep2: 126px;
  --header-start-logo-size: 70px;
  --header-end-logo-size: 50px;
  --header-start-py: 30px;
  --header-end-py: 12.5px;
  --header-start-height: (var(--header-start-logo-size) + (var(--header-start-py) * 2));
  --header-end-height: (var(--header-end-logo-size) + (var(--header-end-py) * 2));
  --footer-logo-size: 90px;
  --general-opacity: 0.5;
  --line-width: 1px;
  --line-width-2: 2px;
  --preloaderfactor: 2;
  --preloaderwidth: 83px;
  --slider-img-height: calc(
  	(var(--vh, 1vh) * 100) - ((var(--header-end-logo-size) + (var(--header-end-py) * 2)) * 3)
  );
  --animable-offset: 120px;
  --animable-offset2: 120px;
}

@media (min-width: 993px) {
  .row-cols-lg-10 > .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-lg-10 > .offset-lg-1 {
    margin-left: 10%;
  }
  .row-cols-lg-10 > .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-10 > .offset-lg-2 {
    margin-left: 20%;
  }
  .row-cols-lg-10 > .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30%;
  }
  .row-cols-lg-10 > .offset-lg-3 {
    margin-left: 30%;
  }
  .row-cols-lg-10 > .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 40%;
  }
  .row-cols-lg-10 > .offset-lg-4 {
    margin-left: 40%;
  }
  .row-cols-lg-10 > .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-10 > .offset-lg-5 {
    margin-left: 50%;
  }
  .row-cols-lg-10 > .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 60%;
  }
  .row-cols-lg-10 > .offset-lg-6 {
    margin-left: 60%;
  }
  .row-cols-lg-10 > .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 70%;
  }
  .row-cols-lg-10 > .offset-lg-7 {
    margin-left: 70%;
  }
  .row-cols-lg-10 > .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 80%;
  }
  .row-cols-lg-10 > .offset-lg-8 {
    margin-left: 80%;
  }
  .row-cols-lg-10 > .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 90%;
  }
  .row-cols-lg-10 > .offset-lg-9 {
    margin-left: 90%;
  }
  .row-cols-lg-10 > .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-10 > .offset-lg-10 {
    margin-left: 100%;
  }
  .row-cols-lg-10 > .col-flex {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}
@media (min-width: 1201px) {
  .row-cols-xl-6 > .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xl-6 > .offset-xl-1 {
    margin-left: 16.6666666667%;
  }
  .row-cols-xl-6 > .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-6 > .offset-xl-2 {
    margin-left: 33.3333333333%;
  }
  .row-cols-xl-6 > .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-6 > .offset-xl-3 {
    margin-left: 50%;
  }
  .row-cols-xl-6 > .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .row-cols-xl-6 > .offset-xl-4 {
    margin-left: 66.6666666667%;
  }
  .row-cols-xl-6 > .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .row-cols-xl-6 > .offset-xl-5 {
    margin-left: 83.3333333333%;
  }
  .row-cols-xl-6 > .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-6 > .offset-xl-6 {
    margin-left: 100%;
  }
  .row-cols-xl-6 > .col-flex {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}
@media (min-width: 1201px) {
  .row-cols-xl-8 > .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xl-8 > .offset-xl-1 {
    margin-left: 12.5%;
  }
  .row-cols-xl-8 > .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-8 > .offset-xl-2 {
    margin-left: 25%;
  }
  .row-cols-xl-8 > .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 37.5%;
  }
  .row-cols-xl-8 > .offset-xl-3 {
    margin-left: 37.5%;
  }
  .row-cols-xl-8 > .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-8 > .offset-xl-4 {
    margin-left: 50%;
  }
  .row-cols-xl-8 > .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 62.5%;
  }
  .row-cols-xl-8 > .offset-xl-5 {
    margin-left: 62.5%;
  }
  .row-cols-xl-8 > .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .row-cols-xl-8 > .offset-xl-6 {
    margin-left: 75%;
  }
  .row-cols-xl-8 > .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 87.5%;
  }
  .row-cols-xl-8 > .offset-xl-7 {
    margin-left: 87.5%;
  }
  .row-cols-xl-8 > .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-8 > .offset-xl-8 {
    margin-left: 100%;
  }
  .row-cols-xl-8 > .col-flex {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}
@media (min-width: 1201px) {
  .row-cols-xl-10 > .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xl-10 > .offset-xl-1 {
    margin-left: 10%;
  }
  .row-cols-xl-10 > .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-10 > .offset-xl-2 {
    margin-left: 20%;
  }
  .row-cols-xl-10 > .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30%;
  }
  .row-cols-xl-10 > .offset-xl-3 {
    margin-left: 30%;
  }
  .row-cols-xl-10 > .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 40%;
  }
  .row-cols-xl-10 > .offset-xl-4 {
    margin-left: 40%;
  }
  .row-cols-xl-10 > .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-10 > .offset-xl-5 {
    margin-left: 50%;
  }
  .row-cols-xl-10 > .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 60%;
  }
  .row-cols-xl-10 > .offset-xl-6 {
    margin-left: 60%;
  }
  .row-cols-xl-10 > .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 70%;
  }
  .row-cols-xl-10 > .offset-xl-7 {
    margin-left: 70%;
  }
  .row-cols-xl-10 > .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 80%;
  }
  .row-cols-xl-10 > .offset-xl-8 {
    margin-left: 80%;
  }
  .row-cols-xl-10 > .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 90%;
  }
  .row-cols-xl-10 > .offset-xl-9 {
    margin-left: 90%;
  }
  .row-cols-xl-10 > .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-10 > .offset-xl-10 {
    margin-left: 100%;
  }
  .row-cols-xl-10 > .col-flex {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}
svg * {
  transform-box: fill-box;
}

body.has--animable-curtain .animable:not(.faded) {
  --animable-offset: 120%;
}

body.has--rounded-btns {
  --buttons-radius: 50rem;
}

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

body.has--rounded-imgs.has--rounded- {
  --images-radius: 0.5rem;
}

body.has--rounded-imgs.has--rounded-0 {
  --images-radius: 0;
}

body.has--rounded-imgs.has--rounded-1 {
  --images-radius: 0.25rem;
}

body.has--rounded-imgs.has--rounded-2 {
  --images-radius: 0.5rem;
}

body.has--rounded-imgs.has--rounded-3 {
  --images-radius: 1rem;
}

body.has--rounded-imgs.has--rounded-4 {
  --images-radius: 5rem;
}

body.has--rounded-imgs.has--rounded-circle {
  --images-radius: 50%;
}

body.has--rounded-imgs.has--rounded-pill {
  --images-radius: 50rem;
}

* {
  text-decoration-thickness: calc(var(--line-width)) !important;
  text-underline-offset: 0.1em;
}

.text-decoration-underline {
  text-decoration-thickness: calc(var(--line-width)) !important;
}

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

.d-flex-center {
  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;
}

.d-square {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

@supports (aspect-ratio: 1/1) {
  .d-square {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.ar-1_1 {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
@supports (aspect-ratio: 1) {
  .ar-1_1 {
    height: initial;
    padding-bottom: initial;
    aspect-ratio: 1;
  }
}

.d-sheet {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.d-center {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.stroke--line-width {
  stroke-width: var(--line-width);
}

.stroke--line-width-2 {
  stroke-width: var(--line-width-2);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.fw-inherit {
  font-weight: inherit;
}

.px-gutter {
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
}

.svg--darr {
  -webkit-transition: -webkit-transform calc(var(--duration) * 8) calc(var(--duration) * 7) var(--bezier1);
  transition: -webkit-transform calc(var(--duration) * 8) calc(var(--duration) * 7) var(--bezier1);
  transition: transform calc(var(--duration) * 8) calc(var(--duration) * 7) var(--bezier1);
  transition: transform calc(var(--duration) * 8) calc(var(--duration) * 7) var(--bezier1), -webkit-transform calc(var(--duration) * 8) calc(var(--duration) * 7) var(--bezier1);
}

.svg--darr-bg {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.2;
  pointer-events: none;
}

.section--splash .waypoint:not(.inview) .svg--darr {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

.svg--darr * {
  -webkit-transition: stroke-dashoffset calc(var(--duration) * 8) calc(var(--duration) * 7) var(--bezier1);
  transition: stroke-dashoffset calc(var(--duration) * 8) calc(var(--duration) * 7) var(--bezier1);
}

.svg--darr .s {
  -webkit-transition: stroke-dashoffset calc(var(--duration) * 8) calc(var(--duration) * 9) var(--bezier1);
  transition: stroke-dashoffset calc(var(--duration) * 8) calc(var(--duration) * 9) var(--bezier1);
}

@-webkit-keyframes darr-l {
  0% {
    stroke-dashoffset: 0;
  }
  30%, 100% {
    stroke-dashoffset: -60;
  }
}

@keyframes darr-l {
  0% {
    stroke-dashoffset: 0;
  }
  30%, 100% {
    stroke-dashoffset: -60;
  }
}
@-webkit-keyframes darr-s {
  0% {
    stroke-dashoffset: 0;
  }
  30%, 100% {
    stroke-dashoffset: -34;
  }
}
@keyframes darr-s {
  0% {
    stroke-dashoffset: 0;
  }
  30%, 100% {
    stroke-dashoffset: -34;
  }
}
.svg--darr .l {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
}

.svg--darr .s {
  stroke-dasharray: 17;
  stroke-dashoffset: 17;
}

.section--splash .waypoint.inview .svg--darr * {
  stroke-dashoffset: 0;
}

body:not(.blurred) .section--splash .waypoint.inview .svg--darr .l {
  -webkit-animation: darr-l calc(var(--duration) * 30) calc(var(--duration) * 30) var(--bezier2) forwards infinite;
          animation: darr-l calc(var(--duration) * 30) calc(var(--duration) * 30) var(--bezier2) forwards infinite;
}

body:not(.blurred) .section--splash .waypoint.inview .svg--darr .s {
  -webkit-animation: darr-s calc(var(--duration) * 30) calc(var(--duration) * 32) var(--bezier2) forwards infinite;
          animation: darr-s calc(var(--duration) * 30) calc(var(--duration) * 32) var(--bezier2) forwards infinite;
}

body.blurred .section--splash .waypoint.inview .svg--darr .l,
body.blurred .section--splash .waypoint.inview .svg--darr .s {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.section--splash .waypoint:not(.inview) .svg--darr * {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

.section--splash .arr {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  padding: 0;
  margin: 0;
}

.section--splash .arr svg {
  width: calc(30px * var(--preloaderfactor));
}

.section--splash .arr svg * {
  stroke-width: calc(var(--line-width-2) / var(--preloaderfactor));
}

.section--splash .arr button {
  border: none;
}

.section--splash .centered .arr {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 1em);
          transform: translate(-50%, 1em);
}

.section--splash .centered .arr button {
  padding: 1em;
}

.section--splash .centered .arr {
  --preloaderfactor: 1;
}

@-webkit-keyframes pulse {
  from {
    opacity: 0.35;
  }
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  from {
    opacity: 0.35;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#preloader {
  z-index: 7900;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity calc(var(--duration) * 3) ease-out, -webkit-transform 0s calc(var(--duration) * 3) ease-out, -webkit-clip-path calc(var(--duration) * 3) var(--bezier2);
  transition: opacity calc(var(--duration) * 3) ease-out, -webkit-transform 0s calc(var(--duration) * 3) ease-out, -webkit-clip-path calc(var(--duration) * 3) var(--bezier2);
  transition: opacity calc(var(--duration) * 3) ease-out, transform 0s calc(var(--duration) * 3) ease-out, clip-path calc(var(--duration) * 3) var(--bezier2);
  transition: opacity calc(var(--duration) * 3) ease-out, transform 0s calc(var(--duration) * 3) ease-out, clip-path calc(var(--duration) * 3) var(--bezier2), -webkit-transform 0s calc(var(--duration) * 3) ease-out, -webkit-clip-path calc(var(--duration) * 3) var(--bezier2);
  pointer-events: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  background-color: var(--color1);
}
#preloader .circ {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100px * var(--preloaderfactor));
  z-index: 20;
  -webkit-transition: opacity var(--duration) ease-out;
  transition: opacity var(--duration) ease-out;
  pointer-events: none;
}
#preloader .circ path {
  stroke: rgba(var(--color2rgb), 0.15);
  stroke-width: calc(var(--line-width) / var(--preloaderfactor));
}
#preloader .circ:not(.bar) path {
  fill: var(--color1);
}
#preloader .logo {
  width: calc(var(--preloaderwidth) * var(--preloaderfactor));
  position: relative;
  z-index: 30;
}
#preloader .circ.bar {
  z-index: 25;
  animation: pulse calc(var(--duration) * 3) alternate-reverse infinite linear;
}
#preloader .circ.bar path {
  stroke: var(--color4, var(--color3));
  stroke-dasharray: 252;
  stroke-dashoffset: 252;
  -webkit-transition: stroke-dashoffset calc(var(--duration) * 5) var(--bezier2);
  transition: stroke-dashoffset calc(var(--duration) * 5) var(--bezier2);
}
#preloader .percentage {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 25vw;
  opacity: 0.1;
  z-index: -1;
}

body.loading #preloader {
  opacity: 1 !important;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

body.has--preloader-clip #preloader {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  background-color: var(--color3);
}
body.has--preloader-clip #preloader .circ path {
  stroke: rgba(var(--color1rgb), 0.15);
}
body.has--preloader-clip #preloader .circ:not(.bar) path {
  fill: var(--color3);
}
body.has--preloader-clip #preloader .circ.bar path {
  stroke: var(--color4, var(--color1));
}
body.has--preloader-clip #preloader .percentage {
  color: var(--color1);
}

body.has--preloader-clip.loading #preloader {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

body.has--preloader-clip.loaded--first:not(.loading--animating) #preloader {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

body.loading--animating #preloader .logo,
body.loading--animating #prc {
  -webkit-animation: pulse calc(var(--duration) * 3) alternate infinite linear;
          animation: pulse calc(var(--duration) * 3) alternate infinite linear;
}

svg.solitario path.fill-color3 {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

body:not(.blurred) svg.solitario path.fill-color3 {
  -webkit-animation: spin calc(var(--duration) * 60) forwards infinite linear;
          animation: spin calc(var(--duration) * 60) forwards infinite linear;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

#preloader svg.solitario path.fill-color3,
body:not(.blurred) #main_footer .waypoint.on .logo_footer svg.solitario path.fill-color3 {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

body:not(.loading--animating) #preloader svg.solitario path.fill-color3 {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.py-header {
  padding-top: calc(var(--header-start-height));
  padding-bottom: calc(var(--header-start-height));
}

.pt-header {
  padding-top: calc(var(--header-start-height));
}

.pb-header {
  padding-bottom: calc(var(--header-start-height));
}

html {
  -webkit-text-size-adjust: 100%;
}

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

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

video {
  background-color: rgba(var(--color3rgb), var(--general-opacity));
  -webkit-transition: opacity calc(var(--duration) * 2) ease-out;
  transition: opacity calc(var(--duration) * 2) ease-out;
  -o-object-fit: cover;
     object-fit: cover;
}

video.playable {
  opacity: 1;
  pointer-events: auto;
}

.waypoint:not(.inview) .rellax {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.blockquote {
  line-height: 1.4;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  position: relative;
  -webkit-hyphens: initial;
      -ms-hyphens: initial;
          hyphens: initial;
}

.blockquote::before {
  content: "“";
  display: block;
  z-index: 0;
  color: var(--color4, var(--color3));
  opacity: calc(var(--general-opacity) * 0.5);
  font-size: 1100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.7;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  z-index: -1;
}

body.has--animable-curtain .blockquote::before {
  -webkit-transform: none;
          transform: none;
}

i.bi {
  -webkit-margin-start: 0.25em;
          margin-inline-start: 0.25em;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  list-style: none;
  padding: 0;
  margin: 0;
}

p + p {
  -webkit-margin-before: 1.25em;
          margin-block-start: 1.25em;
}

a {
  color: var(--color3);
}

body.loading :is(a, button) {
  pointer-events: none !important;
}

.qtranxs-lang-menu > a {
  display: none;
}

.qtranxs-lang-menu ul > li {
  display: inline-block;
}

.qtranxs-lang-menu ul > li + li {
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
  -webkit-padding-start: 0.5em;
          padding-inline-start: 0.5em;
  border-left: 1px solid rgba(var(--color2rgb), 0.5);
}

b,
strong {
  font-weight: 800;
}

.text-transform-initial {
  text-transform: initial;
  letter-spacing: initial;
}

::-moz-selection {
  background-color: rgba(var(--color3rgb), 0.99);
  color: var(--color1);
}

::selection {
  background-color: rgba(var(--color3rgb), 0.99);
  color: var(--color1);
}

.bg-color3 ::-moz-selection {
  background-color: rgba(var(--color1rgb), 0.99);
  color: var(--color3);
}

.bg-color3 ::selection {
  background-color: rgba(var(--color1rgb), 0.99);
  color: var(--color3);
}

body {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--color1, #0d6efd);
  color: var(--color2, #6c757d);
  position: relative;
}

.text-shadow {
  text-shadow: 0 1.5em 2em rgba(var(--color2rgb), 0.5);
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}

a,
button,
input[type=submit] {
  cursor: pointer;
  text-decoration: none;
  pointer-events: auto;
  -webkit-transition: var(--duration) ease-out;
  transition: var(--duration) ease-out;
  -webkit-transition-property: color, background-color, opacity, border;
  transition-property: color, background-color, opacity, border;
  outline: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#solitario-grid {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
  z-index: 999999;
  color: var(--color2);
  -webkit-transition: opacity calc(var(--duration) * 2) ease-out;
  transition: opacity calc(var(--duration) * 2) ease-out;
  opacity: 0;
}

html.has--solitario-grid #solitario-grid {
  opacity: 1;
}

#solitario-grid .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#solitario-grid .col > * {
  width: 100%;
  background-color: rgba(var(--blackrgb), 0.07);
  border-left: 1px dashed;
  border-right: 1px dashed;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

#solitario-grid .where {
  position: absolute;
  left: 50%;
  bottom: 2em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--color1);
  font-weight: 800;
  text-align: center;
  z-index: 20;
  border: 1px dashed;
}

.lang_holder ul {
  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;
}

.lang_holder li + li {
  padding-left: 0.8em;
  border-left: 1px solid rgba(var(--color2rgb, #6c757d), 0.25);
  margin-left: 0.8em;
}

.lang_holder li * {
  display: block;
}

#loco-scrollbar {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.height--100,
body.loading,
#loco-scrollbar {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

body.loading {
  overflow: hidden;
}

body.loading,
body.loading * {
  cursor: progress;
}

body.loading #wrapper,
body.loading #wrapper *,
body.autoscrolling,
body.autoscrolling * {
  pointer-events: none !important;
}

body.loading.loading--covered #wrapper {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
}

#wrapper {
  -webkit-transition: opacity calc(var(--duration) * 3) ease-out;
  transition: opacity calc(var(--duration) * 3) ease-out;
}

body.loading:not(.has--preloader) #wrapper {
  opacity: 0;
}

main {
  position: relative;
  z-index: 2;
}

body.has--fixed-footer main {
  background-color: var(--color1);
}

body.has--fixed-footer #faux_footer {
  pointer-events: none;
  position: relative;
  z-index: -1;
}

#wrapper > main {
  min-height: calc(75vh - var(--header-start-height));
  min-height: calc(var(--vh, 1vh) * 75 - var(--header-start-height));
  overflow: hidden;
}

.minheight--100 {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

ol,
ul {
  list-style: none;
}

picture,
figure,
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.img.con--ratio {
  position: relative;
}

figcaption {
  font-size: 0.8em;
  text-align: end;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}

figcaption a {
  color: inherit;
  text-decoration: underline;
}

#main_header {
  position: relative;
  width: 100%;
  z-index: 9900;
  isolation: isolate;
  padding-top: calc(var(--header-start-py));
  padding-bottom: calc(var(--header-start-py));
}

#main_header,
.faux_header,
.fixed-menu > .menu {
  -webkit-transition: background-color calc(var(--duration) * 2) ease-out, color calc(var(--duration) * 2) ease-out, opacity calc(var(--duration) * 4) ease-out, padding calc(var(--duration) * 4) var(--bezier2), height calc(var(--duration) * 4) var(--bezier2), -webkit-box-shadow calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 6) var(--bezier1);
  transition: background-color calc(var(--duration) * 2) ease-out, color calc(var(--duration) * 2) ease-out, opacity calc(var(--duration) * 4) ease-out, padding calc(var(--duration) * 4) var(--bezier2), height calc(var(--duration) * 4) var(--bezier2), -webkit-box-shadow calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 6) var(--bezier1);
  transition: background-color calc(var(--duration) * 2) ease-out, color calc(var(--duration) * 2) ease-out, box-shadow calc(var(--duration) * 2) ease-out, opacity calc(var(--duration) * 4) ease-out, transform calc(var(--duration) * 6) var(--bezier1), padding calc(var(--duration) * 4) var(--bezier2), height calc(var(--duration) * 4) var(--bezier2);
  transition: background-color calc(var(--duration) * 2) ease-out, color calc(var(--duration) * 2) ease-out, box-shadow calc(var(--duration) * 2) ease-out, opacity calc(var(--duration) * 4) ease-out, transform calc(var(--duration) * 6) var(--bezier1), padding calc(var(--duration) * 4) var(--bezier2), height calc(var(--duration) * 4) var(--bezier2), -webkit-box-shadow calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 6) var(--bezier1);
}

body.has--fixed-header #main_header {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}

body.has--fixed-header:not(.has--transparent-header) #main_header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: background-color calc(var(--duration) * 2) ease-out, opacity 0s ease-out, -webkit-transform calc(var(--duration) * 2) ease-out;
  transition: background-color calc(var(--duration) * 2) ease-out, opacity 0s ease-out, -webkit-transform calc(var(--duration) * 2) ease-out;
  transition: transform calc(var(--duration) * 2) ease-out, background-color calc(var(--duration) * 2) ease-out, opacity 0s ease-out;
  transition: transform calc(var(--duration) * 2) ease-out, background-color calc(var(--duration) * 2) ease-out, opacity 0s ease-out, -webkit-transform calc(var(--duration) * 2) ease-out;
  -webkit-transition-duration: calc(var(--duration) * 2);
          transition-duration: calc(var(--duration) * 2);
  pointer-events: none;
}

body.has--fixed-header.scrolled:not(.has--transparent-header) #main_header::before {
  pointer-events: auto;
}

body.has--fixed-header.has--splash:not(.has--transparent-header):not(.loading) #main_header::before {
  -webkit-transition-duration: calc(var(--duration) * 2);
          transition-duration: calc(var(--duration) * 2);
}

body.has--fixed-header.has--splash:not(.has--transparent-header):not(.scrolled) #main_header::before,
body.loading.has--fixed-header:not(.has--transparent-header) #main_header::before {
  opacity: 0;
}

body.has--fixed-header:not(.has--transparent-header):not(.has--splash) #main_header::before,
body.has--fixed-header.has--splash.menu--open:not(.has--transparent-header):not(.scrolled) #main_header::before,
body.has--fixed-header.has--splash.scrolled:not(.has--transparent-header) #main_header::before {
  background-color: var(--color1) !important;
}

body.loading:not(.has--seamless) #main_header {
  opacity: 0;
}

body.loading:not(.has--seamless) #main_header * {
  pointer-events: none !important;
}

body.has--fixed-header:not(.has--splash) .faux_header {
  display: block;
  height: calc(var(--header-start-height));
}

body.has--fixed-header:not(.has--splash) .faux_header.thin {
  height: calc(var(--header-end-logo-size) + var(--header-end-py) * 2);
}

body.has--fixed-header:not(.has--splash) .faux_header.thin.x1-5 {
  height: calc((var(--header-end-logo-size) + var(--header-end-py) * 2) * 1.5);
}

body.has--fixed-header.scrolled #main_header {
  padding-top: calc(var(--header-end-py));
  padding-bottom: calc(var(--header-end-py));
}

html.loading--initial body.loading #main_header {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

html.transition--initial #main_header {
  -webkit-transition-delay: calc(var(--duration) * 4);
          transition-delay: calc(var(--duration) * 4);
}

body.loading:not(.has--seamless) #main_header {
  opacity: 0;
}

.logo {
  position: relative;
}

.logo a span {
  visibility: hidden;
}

.logo :is(svg, img.loadable:not(.no--animation)) {
  pointer-events: none;
  width: auto;
  -webkit-transition: height calc(var(--duration) * 4) var(--bezier2), background-color var(--duration) ease-out, fill calc(var(--duration) * 2) ease-out, opacity calc(var(--duration) * 2) ease-out;
  transition: height calc(var(--duration) * 4) var(--bezier2), background-color var(--duration) ease-out, fill calc(var(--duration) * 2) ease-out, opacity calc(var(--duration) * 2) ease-out;
}

#main_header .logo :is(svg, img) {
  height: var(--header-start-logo-size);
}

body.has--fixed-header.scrolled #main_header .logo :is(svg, img) {
  height: calc(var(--header-end-logo-size));
}

.logo svg *[fill] {
  -webkit-transition: fill calc(var(--duration) * 2) ease-out;
  transition: fill calc(var(--duration) * 2) ease-out;
  pointer-events: none;
}

.logo .bg {
  pointer-events: auto;
}

#main_header-links {
  -webkit-margin-end: -1.5em;
          margin-inline-end: -1.5em;
}

#main_header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity calc(var(--duration) * 2) ease-out;
  transition: opacity calc(var(--duration) * 2) ease-out;
}

#main_header-links li {
  margin: 0em 1em;
}

#main_header-links .language-chooser {
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
  font-size: 90%;
}

#main_header-links .language-chooser li {
  margin: 0em 0.5em;
}

#main_header-links .language-chooser li + li {
  padding-left: 0;
  border: none;
}

#main_header-links li > *:not(ul) {
  display: inline-block;
  vertical-align: middle;
}

#main_header-links li:not(.cta) > *:not(ul):not(span):not(i) {
  padding: 0 0.5em;
}

#main_header-links li:not(.cta) > *:not(ul) > span {
  display: block;
  position: relative;
  padding: 0.5em 0;
}

#main_header-links li:not(.cta) > *:not(ul) > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 1.5em;
  border-top: 1px solid;
  border-top-width: var(--line-width);
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transition: opacity calc(var(--duration) * 2) calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier1);
  transition: opacity calc(var(--duration) * 2) calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier1);
  transition: transform calc(var(--duration) * 4) var(--bezier1), opacity calc(var(--duration) * 2) calc(var(--duration) * 2) ease-out;
  transition: transform calc(var(--duration) * 4) var(--bezier1), opacity calc(var(--duration) * 2) calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier1);
  pointer-events: none;
}

body.has--splash.scrolled #main_header-links li:not(.cta) > *:not(ul) > span::after,
body:not(.has--splash) #main_header-links li:not(.cta) > *:not(ul) > span::after,
body.loading #main_header-links li:not(.cta) > *:not(ul) > span::after {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#main_header-links .current-menu-item:not(.cta) > *:not(ul) > span::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}

#main_header-links li:not(.cta) :is(a, button),
#main_header-links .social li:not(.cta) :is(a, button) {
  color: var(--color3);
}

body.has--splash.scrolled #main_header-links .current-menu-item:not(.cta) > *:is(a, button),
body:not(.has--splash) #main_header-links .current-menu-item:not(.cta) > *:is(a, button) {
  color: var(--color4, var(--color3));
}

.flip_holderr {
  -webkit-perspective: 600px;
          perspective: 600px;
  -webkit-perspective-origin: center bottom;
          perspective-origin: center bottom;
}

.flip_holder {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

body.has--animable-curtain .animable_holder:not(.zoom) {
  overflow: hidden;
  padding-bottom: 0.075em;
}

body.has--animable-curtain .animable_holder.image {
  padding-bottom: initial;
}

body.has--animable-curtain .animable:not(.no--translate):not(.faded),
body.has--animable-curtain .language-chooser li {
  -webkit-transition: opacity calc(var(--duration) * 4) ease-out, -webkit-transform calc(var(--duration) * 7) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, -webkit-transform calc(var(--duration) * 7) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, transform calc(var(--duration) * 7) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, transform calc(var(--duration) * 7) var(--bezier1), -webkit-transform calc(var(--duration) * 7) var(--bezier1);
}

body.has--animable-curtain .animable.slow:not(.no--translate):not(.faded) {
  -webkit-transition: opacity calc(var(--duration) * 4) ease-out, -webkit-transform calc(var(--duration) * 14) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, -webkit-transform calc(var(--duration) * 14) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, transform calc(var(--duration) * 14) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, transform calc(var(--duration) * 14) var(--bezier1), -webkit-transform calc(var(--duration) * 14) var(--bezier1);
}

.animable,
body :is(.card, .section--image_in, .section--video_in) .animable,
body :is(.section--grid, .section--isotope) .el > .animable_holder > .animable,
.language-chooser li {
  -webkit-transition: opacity calc(var(--duration) * 4) ease-out, -webkit-transform calc(var(--duration) * 10) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, -webkit-transform calc(var(--duration) * 10) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, transform calc(var(--duration) * 10) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, transform calc(var(--duration) * 10) var(--bezier1), -webkit-transform calc(var(--duration) * 10) var(--bezier1);
}

.animable.slow {
  -webkit-transition: opacity calc(var(--duration) * 8) ease-out, -webkit-transform calc(var(--duration) * 18) var(--bezier1);
  transition: opacity calc(var(--duration) * 8) ease-out, -webkit-transform calc(var(--duration) * 18) var(--bezier1);
  transition: opacity calc(var(--duration) * 8) ease-out, transform calc(var(--duration) * 18) var(--bezier1);
  transition: opacity calc(var(--duration) * 8) ease-out, transform calc(var(--duration) * 18) var(--bezier1), -webkit-transform calc(var(--duration) * 18) var(--bezier1);
}

body.has--waypoints .waypoint:not(.on) .animable {
  pointer-events: none;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

body.has--waypoints:not(.has--animable-curtain) .waypoint:not(.on) .animable:not(.no--opacity),
body.has--waypoints.has--animable-curtain .waypoint:not(.on) .animable.faded {
  opacity: 0;
}

body.has--waypoints:not(.has--animable-curtain) .section--splash.section--1 .waypoint:not(.on) picture.animable:not(.no--opacity) {
  opacity: 1;
}

body.has--waypoints.has--animable-curtain .waypoint:not(.on) .animable.no--translate {
  -webkit-transition: opacity calc(var(--duration) * 4) ease-out, -webkit-transform calc(var(--duration) * 7) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, -webkit-transform calc(var(--duration) * 7) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, transform calc(var(--duration) * 7) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, transform calc(var(--duration) * 7) var(--bezier1), -webkit-transform calc(var(--duration) * 7) var(--bezier1);
}

body.has--waypoints .waypoint:not(.on) .animable.no--translate {
  opacity: 0;
}

body.has--waypoints .waypoint:not(.on) .animable:not(.no--translate):not(.zoom-in):not(.zoom-out):not(.to-bottom):not(.to-right):not(.to-left):not(.flip):not(.unmaskk) {
  -webkit-transform: translateY(var(--animable-offset));
          transform: translateY(var(--animable-offset));
}

body.has--waypoints .waypoint:not(.on) .animable.to-bottom:not(.no--translate):not(.zoom-in):not(.zoom-out):not(.to-top):not(.to-left):not(.flip):not(.unmaskk) {
  -webkit-transform: translateY(calc(var(--animable-offset) * -1));
          transform: translateY(calc(var(--animable-offset) * -1));
}

body.has--waypoints .waypoint:not(.on) .animable.to-right:not(.no--translate):not(.zoom-in):not(.zoom-out):not(.to-top):not(.to-bottom):not(.to-left):not(.flip):not(.unmaskk) {
  -webkit-transform: translateX(calc(var(--animable-offset) * -1));
          transform: translateX(calc(var(--animable-offset) * -1));
}

body.has--waypoints .waypoint:not(.on) .animable.to-left:not(.no--translate):not(.zoom-in):not(.zoom-out):not(.to-top):not(.to-bottom):not(.to-right):not(.flip):not(.unmaskk) {
  -webkit-transform: translateX(var(--animable-offset));
          transform: translateX(var(--animable-offset));
}

body.has--waypoints .waypoint:is(.card, .section--image_in, .section--video_in, .el.has--image):not(.on) .animable:not(.no--translate):not(.zoom-in):not(.zoom-out):not(.to-bottom):not(.to-right):not(.to-left):not(.flip):not(.unmaskk),
body.has--waypoints :is(.section--grid, .section--isotope) .waypoint:is(.el.has--texts):not(.on) > .animable_holder > .animable:not(.no--translate):not(.zoom-in):not(.zoom-out):not(.to-bottom):not(.to-right):not(.to-left):not(.flip):not(.unmaskk) {
  opacity: 0;
  -webkit-transform: translateY(var(--animable-offset2));
          transform: translateY(var(--animable-offset2));
}

body.has--waypoints .waypoint:is(.card, .section--image_in, .section--video_in, .el.has--image) .animable_holder,
body.has--waypoints :is(.section--grid, .section--isotope) .waypoint:is(.el.has--texts) > .animable_holder {
  overflow: initial;
}

body.has--waypoints .waypoint:not(.on) .animable.zoom-in,
img.loadable.zoom-in:not(.no--animation):not(.loaded) {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

body.has--waypoints .waypoint:not(.on) .animable.zoom-out,
img.loadable.zoom-out:not(.no--animation):not(.loaded) {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  opacity: 0;
}

body.has--waypoints .waypoint:not(.on) .animable.flip {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

img.loadable:not(.no--animation),
img.loadable--waypoint:not(.no--animation) {
  -webkit-transition: opacity calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 10) var(--bezier1);
  transition: opacity calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 10) var(--bezier1);
  transition: opacity calc(var(--duration) * 2) ease-out, transform calc(var(--duration) * 10) var(--bezier1);
  transition: opacity calc(var(--duration) * 2) ease-out, transform calc(var(--duration) * 10) var(--bezier1), -webkit-transform calc(var(--duration) * 10) var(--bezier1);
  opacity: 0;
}

img.loadable.loaded:not(.no--animation),
img.loadable--waypoint.loaded:not(.no--animation) {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.snappable {
  position: relative;
  height: 100%;
}

.snappable_in {
  position: absolute;
  top: 0;
  width: 100%;
}

.snappable .fixed,
.section--products-grid .filter > .in.fixed {
  position: fixed;
  top: calc(var(--header-end-logo-size) + var(--header-end-py) * 2);
  width: 100%;
  overflow: auto;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

.video_holder {
  position: relative;
  overflow: hidden;
  background-color: rgba(var(--color2rgb), 0.5);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@supports (aspect-ratio: 16/9) {
  .video_holder {
    padding-bottom: 0;
    height: initial;
    aspect-ratio: 16/9;
  }
}

.section--splash .prettl {
  position: relative;
}

.section--splash .prettl b {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid;
  border-top-width: var(--line-width-2);
  -webkit-transition: -webkit-transform calc(var(--duration) * 6) calc(var(--duration) * 6) var(--bezier1);
  transition: -webkit-transform calc(var(--duration) * 6) calc(var(--duration) * 6) var(--bezier1);
  transition: transform calc(var(--duration) * 6) calc(var(--duration) * 6) var(--bezier1);
  transition: transform calc(var(--duration) * 6) calc(var(--duration) * 6) var(--bezier1), -webkit-transform calc(var(--duration) * 6) calc(var(--duration) * 6) var(--bezier1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.section--splash .waypoint:not(.on) .prettl b {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.section--splash .video_holder {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.video_holder > * {
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hamburger {
  display: none;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: calc(var(--duration) * 4) ease-out;
  transition: calc(var(--duration) * 4) ease-out;
  -webkit-transition-property: opacity, background-color;
  transition-property: opacity, background-color;
  padding: 10px;
  -webkit-margin-end: -10px;
          margin-inline-end: -10px;
}

.hamburger * {
  display: block;
}

.hamburger > b {
  width: 27px;
  height: 18px;
  position: relative;
  pointer-events: auto;
}

.hamburger > b * {
  pointer-events: none;
}

body.no--menu .hamburger {
  opacity: 0;
  pointer-events: none;
}

.hamburger > b > b {
  position: absolute;
  width: 100%;
  right: 0;
  background-color: var(--color2);
  height: var(--line-width-2, var(--line-width));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: top calc(var(--duration) * 4) var(--bezier1), opacity calc(var(--duration) * 2) ease-out, background-color calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier1);
  transition: top calc(var(--duration) * 4) var(--bezier1), opacity calc(var(--duration) * 2) ease-out, background-color calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier1);
  transition: transform calc(var(--duration) * 4) var(--bezier1), top calc(var(--duration) * 4) var(--bezier1), opacity calc(var(--duration) * 2) ease-out, background-color calc(var(--duration) * 2) ease-out;
  transition: transform calc(var(--duration) * 4) var(--bezier1), top calc(var(--duration) * 4) var(--bezier1), opacity calc(var(--duration) * 2) ease-out, background-color calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier1);
}

.hamburger > b > b:nth-of-type(1) {
  top: 0;
}

.hamburger > b > b:nth-of-type(2) {
  top: 50%;
}

.hamburger > b > b:nth-of-type(3) {
  top: 100%;
  -webkit-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5);
}

.menu > li.menu-item-has-children {
  position: relative;
  pointer-events: auto;
}

.menu > li.menu-item-has-children > i {
  -webkit-transition: var(--duration) ease-out;
  transition: var(--duration) ease-out;
  -webkit-transition-property: color, background-color, opacity, border;
  transition-property: color, background-color, opacity, border;
  -webkit-margin-start: 0.25em;
          margin-inline-start: 0.25em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.menu:not(#menu-hamburguesa):not(#menu-header-1) .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: calc(var(--line-width) * -1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  min-width: 100%;
  max-height: 0;
  opacity: 0;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  pointer-events: none;
  background-color: var(--color1);
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: max-height 0s calc(var(--duration) * 3), opacity calc(var(--duration) * 3) ease-out, background-color calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier1);
  transition: max-height 0s calc(var(--duration) * 3), opacity calc(var(--duration) * 3) ease-out, background-color calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier1);
  transition: max-height 0s calc(var(--duration) * 3), opacity calc(var(--duration) * 3) ease-out, background-color calc(var(--duration) * 2) ease-out, transform calc(var(--duration) * 4) var(--bezier1);
  transition: max-height 0s calc(var(--duration) * 3), opacity calc(var(--duration) * 3) ease-out, background-color calc(var(--duration) * 2) ease-out, transform calc(var(--duration) * 4) var(--bezier1), -webkit-transform calc(var(--duration) * 4) var(--bezier1);
  font-size: 15.652173913px;
}

.menu:not(#menu-hamburguesa):not(#menu-header-1) li:last-of-type .sub-menu {
  left: auto;
  right: 0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0;
}

.menu:is(#menu-hamburguesa, #menu-header-1) .sub-menu {
  font-size: 18px;
  font-size: max(18px, 50%);
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.menu:is(#menu-hamburguesa, #menu-header-1) .sub-menu > li:first-child {
  margin-top: 0.25em;
}

.menu:is(#menu-hamburguesa, #menu-header-1) .sub-menu :is(a, button) {
  padding: 0.25em 0;
}

.menu:is(#menu-hamburguesa, #menu-header-1) li:nth-last-child(n+2) .sub-menu {
  margin-top: -0.9em;
  padding-bottom: 1.5em;
  padding-bottom: max(18px, 1em);
}

#mobile_nav_holder {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
}

#mobile_nav_holder > .in {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: var(--color1);
}

#mobile_nav {
  padding-top: calc(var(--header-end-logo-size) + var(--header-end-py) * 2 + var(--header-end-logo-size) + var(--header-end-py) * 2);
  padding-bottom: calc(var(--header-end-logo-size) + var(--header-end-py) * 2);
}

#mobile_nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25em;
}

#mobile_nav .menu > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: block !important;
  -webkit-transition: opacity calc(var(--duration) * 2) var(--duration) ease-out, -webkit-transform calc(var(--duration) * 6) var(--duration) var(--bezier1);
  transition: opacity calc(var(--duration) * 2) var(--duration) ease-out, -webkit-transform calc(var(--duration) * 6) var(--duration) var(--bezier1);
  transition: opacity calc(var(--duration) * 2) var(--duration) ease-out, transform calc(var(--duration) * 6) var(--duration) var(--bezier1);
  transition: opacity calc(var(--duration) * 2) var(--duration) ease-out, transform calc(var(--duration) * 6) var(--duration) var(--bezier1), -webkit-transform calc(var(--duration) * 6) var(--duration) var(--bezier1);
}

#mobile_nav .menu li + li {
  margin-top: 0.25em;
}

#mobile_nav li :is(a, button) {
  color: inherit;
}

#mobile_nav > .in li :is(a, button) {
  display: inline-block;
  text-decoration: none;
  font-weight: inherit;
}

#mobile_nav > .in li.current-menu-item > :is(a, button) {
  color: var(--color4, var(--color3));
}

#mobile_nav .cta > * {
  background-color: transparent;
  border: none !important;
  padding: inherit;
  border-radius: 0 !important;
}

#mobile_nav > .in a span {
  display: block;
  padding: 0;
  position: relative;
}

#mobile_nav > .in li:last-of-type a span {
  margin-bottom: 0;
}

#mobile_nav_holder .social_holder,
#mobile_nav_holder .lang_holder {
  position: relative;
}

#mobile_nav_holder .social_holder::before,
#mobile_nav_holder .lang_holder::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 50%;
  height: 0;
  border-bottom: 1px solid rgba(var(--color2rgb), 0.25);
  border-bottom-width: var(--line-width);
  -webkit-transition: opacity calc(var(--duration) * 4) ease-out;
  transition: opacity calc(var(--duration) * 4) ease-out;
  opacity: 0;
}

#mobile_nav_holder .lang_holder:first-child::before {
  top: auto;
  bottom: 0;
}

body.menu--open #mobile_nav_holder .social_holder::before,
body.menu--open #mobile_nav_holder .lang_holder::before {
  opacity: 1;
  -webkit-transition-delay: calc(var(--duration) * 4);
          transition-delay: calc(var(--duration) * 4);
}

body.has--headercolor #main_header,
body.has--headercolor #main_header + .faux_header {
  background-color: var(--color3);
}

body.has--headercolor #main_header,
body.has--splash:not(.scrolled) #main_header {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.section {
  padding-top: calc(var(--sep1));
  position: relative;
  z-index: 2;
}

.section.bg-color {
  overflow: hidden;
}

html:not(.has-scroll-smooth) .section {
  z-index: 2;
}

.section--1,
.section--text:not(.has--more) + .section--contact_form:not(.bg-color),
.section--title + .section--text:not(.bg-color),
.section--text:not(.has--more) + .section--text:not(.has--title):not(.bg-color) {
  padding-top: calc(var(--sep2));
}

.section--title.section--1 {
  padding-top: calc(var(--sep2) * 0.4);
}

.section--splash.section--1,
.section--video.section--1,
.section--carousel.section--1,
.section--marquee + .section--image.px-0,
.section--marquee + .section--marquee {
  padding-top: 0;
}

.pre--bg-color {
  padding-bottom: calc(var(--sep1));
}

.section--image.pb-0.section--last {
  margin-bottom: -2px;
}

html:not(.has-scroll-smooth) .section.bg-color {
  z-index: 10;
}

html:not(.has-scroll-smooth) .section.bg-color + .bg-color {
  z-index: 8;
}

html:not(.has-scroll-smooth) .section.bg-color + .bg-color + .bg-color {
  z-index: 6;
}

html:not(.has-scroll-smooth) .section.bg-color + .bg-color + .bg-color + .bg-color {
  z-index: 4;
}

.section--title:not(.pre--bg-color) + .section {
  padding-top: calc(var(--sep2));
}

.section--title.pre--bg-color:not(.section--last) {
  padding-bottom: calc(var(--sep2));
}

.bg-and-cover {
  position: relative;
  overflow: hidden;
}

:is(.cover, .bg) {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.bg:not(img) {
  pointer-events: none;
}

.has--black-overlay::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: var(--general-opacity);
  z-index: 2;
}

body.home .section--splash .bg-and-cover,
body.home .section--splash .bg-and-cover .bg-img {
  height: calc(100vh - (var(--header-end-height)));
  height: calc(var(--vh, 1vh) * 100 - (var(--header-end-height)));
}

body:not(.home) .section--splash .bg-and-cover {
  height: calc(57vh - (var(--header-start-height)));
  height: calc(var(--vh, 1vh) * 57 - (var(--header-start-height)));
}

body.has--splash.home.has--fixed-header .section--splash .bg-and-cover,
body.has--splash.home.has--fixed-header .section--splash .bg-and-cover .bg-img {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

body.has--splash:not(.home) .section--splash .bg-and-cover,
body.has--splash:not(.home) .section--splash .bg-and-cover .bg-img {
  height: calc(90vh - 10rem);
  height: calc(var(--vh, 1vh) * 90 - 10rem);
}

body.has--splash:not(.scrolled) #main_header {
  pointer-events: none;
}

body.has--splash:not(.scrolled) #main_header a {
  pointer-events: auto;
}

body.has--splash:not(.has--fixed-header) #main_header + .faux_header {
  display: none !important;
}

body.has--splash:not(.scrolled):not(.loading) .logo svg.fill-child *[fill] {
  fill: var(--color1) !important;
}

body.has--splash:not(.scrolled):not(.loading) #main_header-links a,
body.has--splash:not(.scrolled):not(.loading) #main_header-links li.menu-item-has-children > i {
  color: var(--color1) !important;
}

body.has--splash:not(.scrolled):not(.loading) #main_header-links .cta a {
  background-color: transparent !important;
  border-color: inherit;
}

body.has--splash:not(.scrolled):not(.loading) #main_header .menu .sub-menu {
  background-color: transparent !important;
}

body.has--splash:not(.scrolled):not(.loading) .hamburger > b > b {
  background-color: var(--color1) !important;
}

.bg-and-cover .cover:not(.video) {
  z-index: 2;
}

.bg-and-cover .cover .texts > * + * {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}

.section--carousel2 .texts > * + * {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}

.image .img-holder {
  -webkit-transition: opacity calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 10) var(--bezier1);
  transition: opacity calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 10) var(--bezier1);
  transition: opacity calc(var(--duration) * 2) ease-out, transform calc(var(--duration) * 10) var(--bezier1);
  transition: opacity calc(var(--duration) * 2) ease-out, transform calc(var(--duration) * 10) var(--bezier1), -webkit-transform calc(var(--duration) * 10) var(--bezier1);
}

.image img:not(.bg) {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.waypoint.on.inview .slick-list.draggable {
  cursor: -webkit-grab;
  cursor: grab;
}

.waypoint.on.inview .slick-list.draggable:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.section--carousel .slider_holder.stacked .slick-slide {
  margin: 0 4rem;
}

.section--carousel .waypoint:not(.on) .slider_holder.stacked .slick-slide {
  opacity: 0;
  -webkit-transform: translateY(var(--animable-offset2)) scale(0.75);
          transform: translateY(var(--animable-offset2)) scale(0.75);
}

.section--testimonials .meta .avatar {
  width: 55px;
}

.slick-list {
  padding: 0 !important;
}

.slick-slide .img {
  overflow: hidden;
}

body.has--rounded-imgs .slick-slide .img {
  border-radius: var(--images-radius, 0);
}

.slick-slide .image img {
  width: auto;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  height: var(--slider-img-height);
}

.slider_holder.stacked .slick-slide .image img {
  -webkit-transition: opacity calc(var(--duration) * 3) ease-out, -webkit-filter calc(var(--duration) * 3) ease-out, -webkit-transform calc(var(--duration) * 6) var(--bezier1);
  transition: opacity calc(var(--duration) * 3) ease-out, -webkit-filter calc(var(--duration) * 3) ease-out, -webkit-transform calc(var(--duration) * 6) var(--bezier1);
  transition: opacity calc(var(--duration) * 3) ease-out, filter calc(var(--duration) * 3) ease-out, transform calc(var(--duration) * 6) var(--bezier1);
  transition: opacity calc(var(--duration) * 3) ease-out, filter calc(var(--duration) * 3) ease-out, transform calc(var(--duration) * 6) var(--bezier1), -webkit-filter calc(var(--duration) * 3) ease-out, -webkit-transform calc(var(--duration) * 6) var(--bezier1);
}

.slider_holder.stacked .slick-slide.slick-current img.loaded {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.slick-slider .slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  overflow: hidden;
  -webkit-transition: opacity calc(var(--duration) * 4) ease-out, -webkit-transform calc(var(--duration) * 10) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, -webkit-transform calc(var(--duration) * 10) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, transform calc(var(--duration) * 10) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, transform calc(var(--duration) * 10) var(--bezier1), -webkit-transform calc(var(--duration) * 10) var(--bezier1);
}

.slick-slider .slide figcaption {
  -webkit-transition: opacity calc(var(--duration) * 3) ease-out, -webkit-transform 0s calc(var(--duration) * 3) ease-out;
  transition: opacity calc(var(--duration) * 3) ease-out, -webkit-transform 0s calc(var(--duration) * 3) ease-out;
  transition: transform 0s calc(var(--duration) * 3) ease-out, opacity calc(var(--duration) * 3) ease-out;
  transition: transform 0s calc(var(--duration) * 3) ease-out, opacity calc(var(--duration) * 3) ease-out, -webkit-transform 0s calc(var(--duration) * 3) ease-out;
  opacity: 0;
  -webkit-transform: translateY(-2.4rem);
          transform: translateY(-2.4rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
}

.slick-slider .slide.slick-current figcaption {
  -webkit-transition: opacity calc(var(--duration) * 3) calc(var(--duration) * 4) ease-out, -webkit-transform calc(var(--duration) * 4) calc(var(--duration) * 4) var(--bezier1);
  transition: opacity calc(var(--duration) * 3) calc(var(--duration) * 4) ease-out, -webkit-transform calc(var(--duration) * 4) calc(var(--duration) * 4) var(--bezier1);
  transition: transform calc(var(--duration) * 4) calc(var(--duration) * 4) var(--bezier1), opacity calc(var(--duration) * 3) calc(var(--duration) * 4) ease-out;
  transition: transform calc(var(--duration) * 4) calc(var(--duration) * 4) var(--bezier1), opacity calc(var(--duration) * 3) calc(var(--duration) * 4) ease-out, -webkit-transform calc(var(--duration) * 4) calc(var(--duration) * 4) var(--bezier1);
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.slick-arrow {
  -webkit-transition: opacity var(--duration) ease-out;
  transition: opacity var(--duration) ease-out;
}

.slick-arrow.slick-disabled {
  opacity: 0;
}

.slick-arrow.slick-disabled,
.slick-arrow.slick-disabled * {
  pointer-events: none !important;
}

.slick-arrow i.bi {
  margin: 0;
}

.slick-arrow button {
  display: block;
  border: none;
  font-size: 150%;
  color: currentColor;
  background-color: transparent;
  width: 2em;
  height: 2em;
  line-height: 2.1em;
}

.slick-dots {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.slick-dots li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0;
}
.slick-dots li > * {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999em;
  position: relative;
  pointer-events: auto;
  border: none;
  border-radius: 0 !important;
}
.slick-dots li > *::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: var(--line-width) solid transparent;
  -webkit-transition: var(--duration) ease-out;
  transition: var(--duration) ease-out;
  -webkit-transition-property: opacity, background-color, border, -webkit-transform;
  transition-property: opacity, background-color, border, -webkit-transform;
  transition-property: opacity, transform, background-color, border;
  transition-property: opacity, transform, background-color, border, -webkit-transform;
}
.slick-dots li > *::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) scale(0.4);
          transform: translate(-50%, -50%) scale(0.4);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: currentColor;
  -webkit-transition: var(--duration) ease-out;
  transition: var(--duration) ease-out;
  -webkit-transition-property: opacity, background-color, -webkit-transform;
  transition-property: opacity, background-color, -webkit-transform;
  transition-property: opacity, transform, background-color;
  transition-property: opacity, transform, background-color, -webkit-transform;
}
.slick-dots li.slick-active > *::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-color: currentColor;
}
.slick-dots li:not(.slick-active) > *::after {
  background-color: currentColor;
  opacity: var(--general-opacity);
  -webkit-transform: translate(-50%, -50%) scale(0.25);
          transform: translate(-50%, -50%) scale(0.25);
}
.slick-dots li.slick-active > *::after {
  background-color: currentColor;
}

body.has--animable-curtain .slick-dots li {
  overflow: hidden;
}

hr {
  display: block;
  width: 100%;
  margin: 0;
  opacity: 1;
  height: 0;
  border-top: calc(var(--line-width)) solid inherit;
  -webkit-transition: -webkit-transform calc(var(--duration) * 10) calc(var(--duration) * 4) var(--bezier1);
  transition: -webkit-transform calc(var(--duration) * 10) calc(var(--duration) * 4) var(--bezier1);
  transition: transform calc(var(--duration) * 10) calc(var(--duration) * 4) var(--bezier1);
  transition: transform calc(var(--duration) * 10) calc(var(--duration) * 4) var(--bezier1), -webkit-transform calc(var(--duration) * 10) calc(var(--duration) * 4) var(--bezier1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.waypoint:not(.on) hr {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.text-decoration-underline,
body:not(.has--more-btns) input[type=submit] {
  text-decoration-line: underline;
  text-decoration-thickness: calc(var(--line-width)) !important;
}

.vermas {
  text-align: center;
}

:is(.vermas, .cta) :is(a, button, input[type=submit]) {
  display: block;
  overflow: hidden;
  position: relative;
  font-weight: 800;
}

:is(.vermas, .cta) :is(a, button, input[type=submit]) > span {
  display: block;
  -webkit-transition: -webkit-transform 0s ease-out;
  transition: -webkit-transform 0s ease-out;
  transition: transform 0s ease-out;
  transition: transform 0s ease-out, -webkit-transform 0s ease-out;
}

:is(.vermas, .cta) :is(a, button, input[type=submit]):hover > span {
  display: block;
  -webkit-transition: -webkit-transform calc(var(--duration) * 3) var(--bezier3);
  transition: -webkit-transform calc(var(--duration) * 3) var(--bezier3);
  transition: transform calc(var(--duration) * 3) var(--bezier3);
  transition: transform calc(var(--duration) * 3) var(--bezier3), -webkit-transform calc(var(--duration) * 3) var(--bezier3);
}

:is(.vermas, .cta) :is(a, button, input[type=submit]) > span + span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}

body.btns--to-right :is(.vermas, .cta) :is(a, button, input[type=submit]) > span + span {
  left: -100%;
  top: 0;
}

body.btns--to-left :is(.vermas, .cta) :is(a, button, input[type=submit]) > span + span {
  left: 100%;
  top: 0;
}

body.btns--to-bottom :is(.vermas, .cta) :is(a, button, input[type=submit]) > span + span {
  left: 0;
  top: -100%;
}

body:not(.has--more-btns) .vermas :is(a, button, input[type=submit]):not(.text-color) {
  color: var(--color3);
}

body.has--more-btns :is(.vermas, .cta) :is(a, button, input[type=submit]),
body.has--more-btns input[type=submit] {
  text-decoration: none !important;
  border-width: var(--line-width);
  border-style: solid;
}

body.has--more-btns :is(.vermas, .cta) :is(a, button, input[type=submit]):not(.bg-color),
body.has--more-btns input[type=submit]:not(.bg-color) {
  background-color: var(--color3);
  border-color: var(--color3);
}

body.has--more-btns :is(.vermas, .cta) :is(a, button, input[type=submit]):not(.text-color),
body.has--more-btns input[type=submit]:not(.text-color) {
  color: var(--color1);
}

#main_header-links .cta {
  font-weight: 800;
}

#main_header-links .cta > * {
  border-width: var(--line-width);
  border-style: solid;
}

#main_header-links .cta > * > span,
.wpcf7 input[type=submit] {
  padding: 0.75em 1.5em;
}

.fixed-menu {
  position: fixed;
  left: 0;
  top: calc(var(--header-end-height));
  width: 100%;
  z-index: 9899;
  padding-block: 0.5rem;
  overflow: hidden;
  pointer-events: none;
}

body:not(.has--transparent-header) .fixed-menu .menu {
  background-color: var(--color1);
  pointer-events: auto;
}

.fixed-menu :is(button, a) {
  pointer-events: auto;
  background-color: transparent;
  border: none;
}

.fixed-menu:not(.active) > .menu {
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
}

.fixed-menu .active button {
  color: var(--color4, var(--color3));
}

.texts > * + * {
  -webkit-margin-before: 54px;
          margin-block-start: 54px;
}

.texts .paragraph {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.texts > .title:first-child:nth-last-child(n+2) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: calc(54px + var(--line-width-2));
  position: relative;
}

body.has--animable-curtain .texts > .title:first-child:nth-last-child(n+2) {
  padding-bottom: calc(54px + var(--line-width-2) - 0.75em);
}

.texts > .title:first-child:nth-last-child(n+2)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-top-width: var(--line-width-2);
  border-top-style: solid;
  color: inherit;
  -webkit-transition: -webkit-transform calc(var(--duration) * 4) calc(var(--duration) * 2) var(--bezier2);
  transition: -webkit-transform calc(var(--duration) * 4) calc(var(--duration) * 2) var(--bezier2);
  transition: transform calc(var(--duration) * 4) calc(var(--duration) * 2) var(--bezier2);
  transition: transform calc(var(--duration) * 4) calc(var(--duration) * 2) var(--bezier2), -webkit-transform calc(var(--duration) * 4) calc(var(--duration) * 2) var(--bezier2);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.texts > .title.mx-auto:first-child:nth-last-child(n+2)::after {
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.texts .paragraph > .animable > *:nth-last-child(n+2) {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}

.section--image .waypoint.on .img img.loadable:not(.loaded):not(.no--animation),
.section--image .waypoint:not(.on) .img img.loadable.loaded:not(.no--animation) {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

:is(.section--image, .section--grid, .section--isotope) figure > div:first-child {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

:is(.section--grid, .section--isotope) .waypoint.on .img img.loadable:not(.loaded):not(.no--animation),
:is(.section--grid, .section--isotope) .waypoint:not(.on) .img img.loadable.loaded:not(.no--animation) {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.section--grid .d-grid {
  gap: 4rem;
}

:is(.section--grid, .section--isotope) .el.has--texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

:is(.section--grid, .section--isotope) .texts > * + * {
  -webkit-margin-before: 3.2rem;
          margin-block-start: 3.2rem;
}

:is(.section--grid, .section--isotope) .texts > .title:first-child:nth-last-child(n+2) {
  padding-bottom: calc(3.2rem + var(--line-width-2));
}

:is(.section--grid, .section--isotope) .el.has--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

:is(.section--grid, .section--isotope) .el.has--image:not(.align-items-center) .image,
:is(.section--grid, .section--isotope) .el.has--image:not(.align-items-center) .image *:not(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

:is(.section--grid, .section--isotope) .el.has--image:not(.align-items-center) .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

:is(.section--grid, .section--isotope) .el.has--image.align-items-center .image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.section--figures .countable {
  font-weight: 800;
  white-space: nowrap;
}

.section--figures .icn {
  color: var(--color3);
}

.section--figures .icn > * {
  width: 10rem;
  width: clamp(9rem, 50%, 11rem);
}

.list-dotted {
  list-style: disc inside;
}

input,
textarea,
button,
select {
  border: 1px solid;
  border-width: var(--line-width);
  color: inherit;
}

.af-holder .acf-notice {
  z-index: 5;
}

.af-holder .acf-required {
  color: inherit;
}

.af-holder .acf-field .acf-label {
  margin: 0;
}

.acf-fields.af-fields > .af-field,
.acf-fields.af-fields > .af-submit {
  padding: 0;
  margin: 0;
  margin-top: var(--bs-gutter-y);
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  border: none;
}

.af-holder .acf-field .acf-label label {
  font-weight: 300;
  margin: 0;
}

.af-holder .acf-field input[type=text],
.af-holder .acf-field input[type=password],
.af-holder .acf-field input[type=date],
.af-holder .acf-field input[type=datetime],
.af-holder .acf-field input[type=datetime-local],
.af-holder .acf-field input[type=email],
.af-holder .acf-field input[type=month],
.af-holder .acf-field input[type=number],
.af-holder .acf-field input[type=search],
.af-holder .acf-field input[type=tel],
.af-holder .acf-field input[type=time],
.af-holder .acf-field input[type=url],
.af-holder .acf-field input[type=week],
.af-holder .acf-field textarea,
.af-holder .acf-field select {
  padding: 0.5em 0.6em;
  font-size: inherit;
  line-height: 1.75;
}

.wpcf7 label,
.af-input {
  position: relative;
}

.wpcf7 label::after,
.af-input::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: -webkit-transform calc(var(--duration) * 6) var(--bezier2);
  transition: -webkit-transform calc(var(--duration) * 6) var(--bezier2);
  transition: transform calc(var(--duration) * 6) var(--bezier2);
  transition: transform calc(var(--duration) * 6) var(--bezier2), -webkit-transform calc(var(--duration) * 6) var(--bezier2);
  -webkit-transition-delay: inherit;
          transition-delay: inherit;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  border-top: var(--line-width) solid;
}

.written .af-label label {
  -webkit-transform: none !important;
          transform: none !important;
}

.wpcf7 label .ttl {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: opacity calc(var(--duration) * 2) ease-out, color calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier1);
  transition: opacity calc(var(--duration) * 2) ease-out, color calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier1);
  transition: transform calc(var(--duration) * 4) var(--bezier1), opacity calc(var(--duration) * 2) ease-out, color calc(var(--duration) * 2) ease-out;
  transition: transform calc(var(--duration) * 4) var(--bezier1), opacity calc(var(--duration) * 2) ease-out, color calc(var(--duration) * 2) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: translate(5px, 1.8em);
          transform: translate(5px, 1.8em);
  opacity: var(--general-opacity);
  pointer-events: none;
}

.wpcf7-form-control-wrap {
  padding-top: 1.3em;
}

.wpcf7 label.written .ttl {
  -webkit-transform: translate(5px, 0) scale(0.75);
          transform: translate(5px, 0) scale(0.75);
  opacity: 1;
}

.wpcf7 label.focused .ttl {
  color: var(--color3);
}

.wpcf7 label,
.wpcf7 :is(span, input:not([type=radio]), textarea, button, select),
.af-holder :is(input:not([type=radio]), textarea, button, select) {
  display: block;
  width: 100%;
}

:is(.af-holder, .wpcf7) :is(input:not([type=radio]), textarea, button, select) {
  border: none;
  -webkit-transition: border var(--duration) ease-out, color var(--duration) ease-out, background-color var(--duration) ease-out;
  transition: border var(--duration) ease-out, color var(--duration) ease-out, background-color var(--duration) ease-out;
}

:is(.af-holder, .wpcf7) :is(input:not([type=radio]):not([type=submit]), textarea, button, select) {
  padding: 0.5em 0.6em;
}

body.has--rounded-btns .wpcf7 input:not([type=radio]),
body.has--rounded-btns :is(.vermas, .cta) :is(a, button),
body.has--rounded-btns :is(button) {
  border-radius: var(--buttons-radius);
}

:is(.af-holder, .wpcf7) input:not([type=radio]):not([type=submit]),
:is(.af-holder, .wpcf7) textarea {
  padding: 0.5em 1rem !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.af-holder .acf-input-wrap {
  overflow: visible;
}

.af-holder input:not([type=radio]):not([type=submit]),
.af-holder .acf-input textarea {
  margin-left: -1rem;
  width: calc(100% + 2rem);
}

:is(.af-holder) :is(input[type=submit], button[type=submit]) {
  padding: 0.5em 1.2em !important;
}

.af-holder div[role=alert] {
  text-align: center;
  font-weight: 800;
  font-size: 23.805px;
  padding: 2em 0;
  border-top: var(--line-width-2) solid;
  border-bottom: var(--line-width-2) solid;
}

.wpcf7 input:not([type=radio]):not([type=submit]),
.wpcf7 textarea {
  padding: 0.5em 5px !important;
}

input:not([type=radio]):not([type=submit]):focus,
textarea:focus,
select:focus {
  border-color: var(--color3) !important;
}

.wpcf7-not-valid-tip {
  font-size: 0.85em !important;
  font-weight: 800 !important;
  -webkit-margin-before: 0.65em !important;
          margin-block-start: 0.65em !important;
}

.wpcf7 form .wpcf7-response-output {
  width: calc(100% - var(--bs-gutter-x)) !important;
  padding: 1.5em 0 !important;
  padding-top: 0 !important;
  font-weight: 800;
  margin: calc(var(--bs-gutter-y) * 2) auto 0 !important;
  color: var(--color2) !important;
  border: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: transparent !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: transparent !important;
}

.wpcf7-not-valid-tip {
  color: inherit !important;
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: transparent !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: transparent !important;
}

.wpcf7 .submit,
.af-holder .af-submit {
  text-align: end;
  position: relative;
}

:is(.af-holder, .wpcf7) :is(input[type=submit], button[type=submit]) {
  display: inline-block;
  text-align: center;
  width: auto;
  border: none;
  font-weight: 800;
  font-size: 20.7px;
}

body.has--more-btns :is(.af-holder, .wpcf7) :is(input[type=submit], button[type=submit]) {
  background-color: var(--color3);
  color: var(--color1);
}

.wpcf7-form.submitting .submit input[type=submit] {
  pointer-events: none !important;
  opacity: var(--general-opacity);
}

.wpcf7 .wpcf7-spinner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 !important;
  background-color: var(--color2) !important;
  display: block !important;
  position: absolute !important;
  right: 100% !important;
  top: 50% !important;
  width: 20px !important;
  height: 20px !important;
  -webkit-margin-end: 12px !important;
          margin-inline-end: 12px !important;
  opacity: 0.5 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpcf7-spinner::before {
  top: 4px;
  left: 4px;
  width: 4px;
  height: 4px;
  -webkit-transform-origin: 6px 6px;
          transform-origin: 6px 6px;
  background-color: var(--color1) !important;
}

.rrss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-end: -0.4em;
          margin-inline-end: -0.4em;
}

.rrss > * {
  margin: 0.25em 0.4em;
}

.avatar {
  overflow: hidden;
}

.avatar > * {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
@supports (aspect-ratio: 1) {
  .avatar > * {
    height: initial;
    padding-bottom: 0;
    aspect-ratio: 1;
  }
}

.avatar > * > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section--clients li > * > * > * {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
@supports (aspect-ratio: 5/3) {
  .section--clients li > * > * > * {
    height: initial;
    padding-bottom: 0;
    aspect-ratio: 5/3;
  }
}

.section--clients a {
  display: block;
}

.section--clients li > * > * > * > * {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section--clients svg *[fill][fill] {
  -webkit-transition: fill var(--duration) ease-out;
  transition: fill var(--duration) ease-out;
  fill: var(--color2);
}

.section--marquee.bg-color .section_innnn > .animable_holder > .animable,
.section--marquee.pre--bg-color + .section--marquee .section_innnn > .animable_holder > .animable {
  padding-top: 3rem;
}

.section--marquee.pre--bg-color {
  padding-bottom: 0;
}

.section--marquee.pre--bg-color .section_innnn > .animable_holder > .animable {
  padding-bottom: 3rem;
}

.section--marquee,
.section--marquee_in {
  max-width: none !important;
  padding-inline: 0 !important;
}

.marqueee > * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
  text-align: center;
  position: relative;
  left: 0;
}

.marquee.dir-right > * {
  left: auto;
  right: 0;
}

.marquee .txt {
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3125;
}

.section--marquee:not(.pre--bg-color) .txt {
  padding-block: 0.15em;
}

.section--accordion .nav--accordion button {
  display: block;
  border-radius: 0;
  padding: 0.5em 0;
  border: none;
  width: 100%;
  text-align: start;
}

.section--accordion .nav--accordion .active button {
  color: var(--color3);
}

.section--accordion .nav--accordion li + li > div {
  border-top: 1px solid;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(-12.5%);
            transform: translateX(-12.5%);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(-12.5%);
            transform: translateX(-12.5%);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@-webkit-keyframes marquee-right {
  0% {
    -webkit-transform: translateX(12.5%);
            transform: translateX(12.5%);
  }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}
@keyframes marquee-right {
  0% {
    -webkit-transform: translateX(12.5%);
            transform: translateX(12.5%);
  }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}
html:not(.has-scroll-smooth) body:not(.blurred) .marquee.cloned .txt {
  -webkit-transform: translateX(-12.5%);
          transform: translateX(-12.5%);
  -webkit-animation: marquee calc(var(--duration) * 30) forwards infinite linear;
          animation: marquee calc(var(--duration) * 30) forwards infinite linear;
}

html:not(.has-scroll-smooth) .marquee.cloned.dir-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

html:not(.has-scroll-smooth) body:not(.blurred) .marquee.cloned.dir-right .txt {
  text-align: right;
  -webkit-transform: translateX(12.5%);
          transform: translateX(12.5%);
  -webkit-animation-name: marquee-right;
          animation-name: marquee-right;
}

html:not(.has-scroll-smooth) body:not(.blurred) .marquee.cloned .txt {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

html:not(.has-scroll-smooth) body:not(.blurred) .section--marquee .waypoint:not(.inview) .marquee.cloned .txt {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.section--marquee:not(.bg-color) + .section--marquee:not(.bg-color) .section_innn {
  border-top: var(--line-width) solid var(--color2);
}

body.has--fixed-footer #main_footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}

#main_footer a {
  color: inherit;
}

#main_footer .texts a {
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: calc(var(--line-width));
}

#main_footer .social li {
  -webkit-transition: opacity calc(var(--duration) * 4) ease-out, -webkit-transform calc(var(--duration) * 8) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, -webkit-transform calc(var(--duration) * 8) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, transform calc(var(--duration) * 8) var(--bezier1);
  transition: opacity calc(var(--duration) * 4) ease-out, transform calc(var(--duration) * 8) var(--bezier1), -webkit-transform calc(var(--duration) * 8) var(--bezier1);
}

#main_footer .waypoint:not(.on) li {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

#mobile_nav .language-chooser a,
.social a {
  display: block;
  padding: 0.35em;
}

#main_footer .logo_footer svg {
  width: auto;
  height: var(--footer-logo-size);
}

#main_footer.text-color1 .logo_footer svg.solitario path {
  fill: var(--color1) !important;
}

.color-palette {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 5rem;
}

.color-palette.mini {
  height: 1.5rem;
}

.color-palette > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bgoverlay {
  background-color: var(--color2);
  opacity: var(--general-opacity);
}

.grid-template-columns-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-col-span-1 {
  grid-column: span 1;
}

.grid-row-span-1 {
  grid-row: span 1;
}

.grid-template-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-col-span-2 {
  grid-column: span 2;
}

.grid-row-span-2 {
  grid-row: span 2;
}

.grid-template-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-span-3 {
  grid-column: span 3;
}

.grid-row-span-3 {
  grid-row: span 3;
}

.grid-template-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-col-span-4 {
  grid-column: span 4;
}

.grid-row-span-4 {
  grid-row: span 4;
}

.grid-template-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-col-span-5 {
  grid-column: span 5;
}

.grid-row-span-5 {
  grid-row: span 5;
}

.grid-template-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-col-span-6 {
  grid-column: span 6;
}

.grid-row-span-6 {
  grid-row: span 6;
}

.grid-template-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.grid-col-span-7 {
  grid-column: span 7;
}

.grid-row-span-7 {
  grid-row: span 7;
}

.grid-template-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.grid-col-span-8 {
  grid-column: span 8;
}

.grid-row-span-8 {
  grid-row: span 8;
}

.grid-template-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.grid-col-span-9 {
  grid-column: span 9;
}

.grid-row-span-9 {
  grid-row: span 9;
}

.grid-template-columns-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid-col-span-10 {
  grid-column: span 10;
}

.grid-row-span-10 {
  grid-row: span 10;
}

.grid-template-columns-11 {
  grid-template-columns: repeat(11, 1fr);
}

.grid-col-span-11 {
  grid-column: span 11;
}

.grid-row-span-11 {
  grid-row: span 11;
}

.grid-template-columns-12 {
  grid-template-columns: repeat(12, 1fr);
}

.grid-col-span-12 {
  grid-column: span 12;
}

.grid-row-span-12 {
  grid-row: span 12;
}

#mobile_nav > .in .menu li:nth-of-type(1) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(1) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (1 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (1 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(1) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (1 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (1 * 0.05s));
}

#main_footer .social li:nth-of-type(1) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (1 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (1 * 0.05s));
}

.slick-dots li:nth-of-type(1) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (1 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (1 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(2) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(2) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (2 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (2 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(2) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (2 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (2 * 0.05s));
}

#main_footer .social li:nth-of-type(2) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (2 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (2 * 0.05s));
}

.slick-dots li:nth-of-type(2) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (2 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (2 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(3) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(3) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (3 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (3 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(3) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (3 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (3 * 0.05s));
}

#main_footer .social li:nth-of-type(3) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (3 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (3 * 0.05s));
}

.slick-dots li:nth-of-type(3) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (3 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (3 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(4) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(4) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (4 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (4 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(4) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (4 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (4 * 0.05s));
}

#main_footer .social li:nth-of-type(4) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (4 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (4 * 0.05s));
}

.slick-dots li:nth-of-type(4) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (4 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (4 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(5) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(5) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (5 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (5 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(5) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (5 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (5 * 0.05s));
}

#main_footer .social li:nth-of-type(5) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (5 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (5 * 0.05s));
}

.slick-dots li:nth-of-type(5) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (5 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (5 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(6) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(6) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (6 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (6 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(6) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (6 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (6 * 0.05s));
}

#main_footer .social li:nth-of-type(6) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (6 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (6 * 0.05s));
}

.slick-dots li:nth-of-type(6) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (6 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (6 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(7) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(7) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (7 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (7 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(7) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (7 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (7 * 0.05s));
}

#main_footer .social li:nth-of-type(7) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (7 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (7 * 0.05s));
}

.slick-dots li:nth-of-type(7) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (7 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (7 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(8) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(8) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (8 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (8 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(8) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (8 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (8 * 0.05s));
}

#main_footer .social li:nth-of-type(8) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (8 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (8 * 0.05s));
}

.slick-dots li:nth-of-type(8) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (8 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (8 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(9) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(9) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (9 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (9 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(9) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (9 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (9 * 0.05s));
}

#main_footer .social li:nth-of-type(9) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (9 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (9 * 0.05s));
}

.slick-dots li:nth-of-type(9) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (9 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (9 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(10) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(10) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (10 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (10 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(10) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (10 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (10 * 0.05s));
}

#main_footer .social li:nth-of-type(10) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (10 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (10 * 0.05s));
}

.slick-dots li:nth-of-type(10) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (10 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (10 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(11) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(11) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (11 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (11 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(11) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (11 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (11 * 0.05s));
}

#main_footer .social li:nth-of-type(11) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (11 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (11 * 0.05s));
}

.slick-dots li:nth-of-type(11) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (11 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (11 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(12) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(12) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (12 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (12 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(12) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (12 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (12 * 0.05s));
}

#main_footer .social li:nth-of-type(12) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (12 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (12 * 0.05s));
}

.slick-dots li:nth-of-type(12) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (12 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (12 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(13) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(13) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (13 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (13 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(13) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (13 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (13 * 0.05s));
}

#main_footer .social li:nth-of-type(13) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (13 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (13 * 0.05s));
}

.slick-dots li:nth-of-type(13) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (13 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (13 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(14) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(14) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (14 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (14 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(14) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (14 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (14 * 0.05s));
}

#main_footer .social li:nth-of-type(14) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (14 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (14 * 0.05s));
}

.slick-dots li:nth-of-type(14) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (14 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (14 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(15) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(15) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (15 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (15 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(15) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (15 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (15 * 0.05s));
}

#main_footer .social li:nth-of-type(15) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (15 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (15 * 0.05s));
}

.slick-dots li:nth-of-type(15) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (15 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (15 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(16) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(16) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (16 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (16 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(16) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (16 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (16 * 0.05s));
}

#main_footer .social li:nth-of-type(16) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (16 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (16 * 0.05s));
}

.slick-dots li:nth-of-type(16) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (16 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (16 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(17) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(17) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (17 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (17 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(17) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (17 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (17 * 0.05s));
}

#main_footer .social li:nth-of-type(17) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (17 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (17 * 0.05s));
}

.slick-dots li:nth-of-type(17) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (17 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (17 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(18) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(18) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (18 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (18 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(18) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (18 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (18 * 0.05s));
}

#main_footer .social li:nth-of-type(18) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (18 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (18 * 0.05s));
}

.slick-dots li:nth-of-type(18) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (18 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (18 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(19) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(19) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (19 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (19 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(19) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (19 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (19 * 0.05s));
}

#main_footer .social li:nth-of-type(19) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (19 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (19 * 0.05s));
}

.slick-dots li:nth-of-type(19) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (19 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (19 * 0.05s));
}

#mobile_nav > .in .menu li:nth-of-type(20) > * > .animable,
#mobile_nav_holder .lang_holder li:nth-of-type(20) > * > .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (20 * 0.07s));
          transition-delay: calc(var(--duration) * 2 + (20 * 0.07s));
}

#mobile_nav_holder .social_holder li:nth-of-type(20) .animable {
  -webkit-transition-delay: calc(var(--duration) * 3 + (20 * 0.05s));
          transition-delay: calc(var(--duration) * 3 + (20 * 0.05s));
}

#main_footer .social li:nth-of-type(20) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (20 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (20 * 0.05s));
}

.slick-dots li:nth-of-type(20) .animable {
  -webkit-transition-delay: calc(var(--duration) * 2 + (20 * 0.05s));
          transition-delay: calc(var(--duration) * 2 + (20 * 0.05s));
}

.accordion {
  margin-top: -2rem;
}

.accordion-item {
  border: none;
}

.an-header {
  position: relative;
}

.accordion-item + .accordion-item .an-header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  -webkit-transition: -webkit-transform calc(var(--duration) * 6) var(--bezier2);
  transition: -webkit-transform calc(var(--duration) * 6) var(--bezier2);
  transition: transform calc(var(--duration) * 6) var(--bezier2);
  transition: transform calc(var(--duration) * 6) var(--bezier2), -webkit-transform calc(var(--duration) * 6) var(--bezier2);
  -webkit-transition-delay: inherit;
          transition-delay: inherit;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-top: var(--line-width) solid;
  z-index: 20;
}

.waypoint:not(.on) .title:first-child:nth-last-child(n+2)::after,
.wpcf7 .waypoint:not(.on) label::after,
.af-holder .waypoint:not(.on):not(.written) .af-input::after,
.section--accordion .waypoint:not(.on) .an-header::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  -webkit-transition-duration: 0.1s !important;
          transition-duration: 0.1s !important;
}

.accordion-button {
  font-size: inherit;
}
.accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-body {
  padding: 20px 0 40px;
}

.accordion-item:last-child .accordion-body {
  padding-bottom: 0;
}

.section--anchors button {
  padding-block: 0.35em;
}

.section--cards .urls i {
  font-size: 75%;
  -webkit-margin-start: 0.65em;
          margin-inline-start: 0.65em;
}

#popup {
  display: block;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9950;
  -webkit-transition: opacity calc(var(--duration) * 2) ease-out, -webkit-transform 0s calc(var(--duration) * 2) ease-out;
  transition: opacity calc(var(--duration) * 2) ease-out, -webkit-transform 0s calc(var(--duration) * 2) ease-out;
  transition: opacity calc(var(--duration) * 2) ease-out, transform 0s calc(var(--duration) * 2) ease-out;
  transition: opacity calc(var(--duration) * 2) ease-out, transform 0s calc(var(--duration) * 2) ease-out, -webkit-transform 0s calc(var(--duration) * 2) ease-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  pointer-events: none;
  opacity: 0 !important;
}

body.open--popup #popup {
  opacity: 1 !important;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}

#popup .bg {
  background-color: var(--color2);
  opacity: var(--generalopacity);
  position: fixed;
}

#popup .cover {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100vh;
  pointer-events: none;
  height: auto;
}

#popup i.popup--close {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
}

#popup .holder {
  position: relative;
  z-index: 2;
  pointer-events: auto !important;
}

#popup b.popup--close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  line-height: 1.8em;
  width: 2em;
  height: 2em;
  border-radius: var(--buttons-radius, 50%);
  overflow: hidden;
  font-size: 125%;
  text-align: center;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  background-color: var(--color2);
  border: 1px solid;
  color: var(--color1);
  -webkit-transition: background-color var(--duration) ease-out, color var(--duration) ease-out, border var(--duration) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier1);
  transition: background-color var(--duration) ease-out, color var(--duration) ease-out, border var(--duration) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier1);
  transition: transform calc(var(--duration) * 4) var(--bezier1), background-color var(--duration) ease-out, color var(--duration) ease-out, border var(--duration) ease-out;
  transition: transform calc(var(--duration) * 4) var(--bezier1), background-color var(--duration) ease-out, color var(--duration) ease-out, border var(--duration) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier1);
}

body.open--popup {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

body.open--popup {
  overflow: hidden;
}

@media (hover: none) {
  a:hover {
    color: var(--color3);
  }
  .lang_holder li:not(.active) {
    opacity: 0.5;
  }
}
@media (hover: hover) {
  body.desktop :is(.vermas, .cta) :is(a, button, input[type=submit]):hover > span:nth-last-child(2),
  body.desktop :is(.vermas, .cta) :is(a, button, input[type=submit]):hover > span:nth-child(2) {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  body.desktop.btns--to-right :is(.vermas, .cta) :is(a, button, input[type=submit]):hover > span:nth-last-child(2),
  body.desktop.btns--to-right :is(.vermas, .cta) :is(a, button, input[type=submit]):hover > span:nth-child(2) {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  body.desktop.btns--to-left :is(.vermas, .cta) :is(a, button, input[type=submit]):hover > span:nth-last-child(2),
  body.desktop.btns--to-left :is(.vermas, .cta) :is(a, button, input[type=submit]):hover > span:nth-child(2) {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  body.desktop.btns--to-bottom :is(.vermas, .cta) :is(a, button, input[type=submit]):hover > span:nth-last-child(2),
  body.desktop.btns--to-bottom :is(.vermas, .cta) :is(a, button, input[type=submit]):hover > span:nth-child(2) {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  body.desktop #mobile_nav :is(.vermas, .cta) :is(a, button, input[type=submit]):hover > span:nth-last-child(2),
  body.desktop #mobile_nav :is(.vermas, .cta) :is(a, button, input[type=submit]):hover > span:nth-child(2) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  a:hover {
    color: var(--color4, var(--color3));
  }
  body:not(.loading) .menu:not(#menu-hamburguesa):not(#menu-header-1) > li.menu-item-has-children:hover > i {
    opacity: 1;
    color: var(--color4, var(--color3));
  }
  body:not(.loading) .menu:not(#menu-hamburguesa):not(#menu-header-1) > li.menu-item-has-children:hover .sub-menu {
    max-height: 3000px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  body:not(.menu--open) .hamburger:hover > b > b:last-of-type {
    -webkit-transform: translateY(-50%) scaleX(1);
            transform: translateY(-50%) scaleX(1);
  }
  .menu:is(#menu-hamburguesa, #menu-header-1) .sub-menu a:not(:hover) {
    opacity: 0.7;
  }
  #main_header-links li:not(.current-menu-item):not(.cta) > *:is(a, button):hover > span::after {
    -webkit-transform: translateX(-50%) scaleX(0.4);
            transform: translateX(-50%) scaleX(0.4);
  }
  #main_header-links li:not(.current-menu-item):not(.cta) > *:is(a, button):hover {
    color: var(--color4, var(--color3));
  }
  #mobile_nav li:not(.current-menu-item) :is(a, button):hover {
    color: var(--color3);
  }
  body.has--splash:not(.scrolled):not(.loading) #main_header-links .cta a:hover {
    background-color: var(--color1) !important;
    border-color: var(--color1) !important;
    color: var(--color3) !important;
  }
  body.menu--open.on--top #main_header .logo:hover svg *[fill] {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  #main_footer .texts a:hover {
    opacity: 0.7;
  }
  .lang_holder li:not(.active) > *:not(:hover) {
    opacity: 0.5;
  }
  body.has--more-btns .wpcf7 input[type=submit]:hover {
    background-color: var(--color4, var(--color3));
  }
  .slick-arrow button:hover {
    color: var(--color4, currentColor);
    opacity: 1 !important;
  }
  .section--clients a:hover svg *[fill][fill] {
    fill: var(--color4, currentColor);
  }
  .slick-dots li:not(.slick-active) > *:hover::after {
    opacity: 1;
  }
  #main_footer .social:hover a {
    opacity: var(--general-opacity);
  }
  #main_footer .social:hover a:hover {
    opacity: 1;
  }
  body:not(.has--more-btns) :is(.vermas, .cta) :is(a, button, input[type=submit]):not(.text-color--hover):hover {
    color: var(--color4, var(--color3));
  }
  body.has--more-btns :is(.vermas, .cta) :is(a, button, input[type=submit]):not(.bg-color--hover):hover {
    background-color: var(--color4, var(--color3));
    border-color: var(--color4, var(--color3));
  }
  body.has--more-btns :is(.vermas, .cta) :is(a, button, input[type=submit]):not(.text-color--hover):hover {
    color: var(--color1);
  }
  .section--cards .col > .in:hover .thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .section--anchors button:hover {
    background-color: var(--color3);
    color: var(--color1);
    border-color: var(--color3);
  }
}
@media all and (orientation: landscape) {
  .slider_holder.stacked .slick-slide[data-slick-index="-1"] {
    -webkit-transition-delay: calc(var(--duration) * 0.7);
            transition-delay: calc(var(--duration) * 0.7);
  }
  .slider_holder.stacked .slick-slide[data-slick-index="0"] {
    -webkit-transition-delay: calc(var(--duration) * 0.7 * 2);
            transition-delay: calc(var(--duration) * 0.7 * 2);
  }
  .slider_holder.stacked .slick-slide[data-slick-index="1"] {
    -webkit-transition-delay: calc(var(--duration) * 0.7 * 3);
            transition-delay: calc(var(--duration) * 0.7 * 3);
  }
  .slider_holder.stacked .slick-slide[data-slick-index="2"] {
    -webkit-transition-delay: calc(var(--duration) * 0.7 * 4);
            transition-delay: calc(var(--duration) * 0.7 * 4);
  }
}
@media all and (orientation: portrait), all and (aspect-ratio: 1/1) {
  :root {
    --slider-img-height: 55vh;
    --slider-img-height: calc(var(--vh, 1vh) * 55);
  }
  #preloader .percentage {
    font-size: 85vw;
  }
  .slider_holder.stacked .slick-slide[data-slick-index="-1"],
  .slider_holder.stacked .slick-slide[data-slick-index="1"] {
    -webkit-transition-delay: calc(var(--duration) * 0.7);
            transition-delay: calc(var(--duration) * 0.7);
  }
  .slider_holder.stacked .slick-slide[data-slick-index="-2"],
  .slider_holder.stacked .slick-slide[data-slick-index="2"] {
    -webkit-transition-delay: calc(var(--duration) * 0.7 * 2);
            transition-delay: calc(var(--duration) * 0.7 * 2);
  }
}
@media (min-width: 769px) {
  .grid-md-template-columns-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-md-col-span-1 {
    grid-column: span 1;
  }
  .grid-md-row-span-1 {
    grid-row: span 1;
  }
  .grid-md-template-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-md-col-span-2 {
    grid-column: span 2;
  }
  .grid-md-row-span-2 {
    grid-row: span 2;
  }
  .grid-md-template-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-md-col-span-3 {
    grid-column: span 3;
  }
  .grid-md-row-span-3 {
    grid-row: span 3;
  }
  .grid-md-template-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-md-col-span-4 {
    grid-column: span 4;
  }
  .grid-md-row-span-4 {
    grid-row: span 4;
  }
  .grid-md-template-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-md-col-span-5 {
    grid-column: span 5;
  }
  .grid-md-row-span-5 {
    grid-row: span 5;
  }
  .grid-md-template-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-md-col-span-6 {
    grid-column: span 6;
  }
  .grid-md-row-span-6 {
    grid-row: span 6;
  }
  .grid-md-template-columns-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-md-col-span-7 {
    grid-column: span 7;
  }
  .grid-md-row-span-7 {
    grid-row: span 7;
  }
  .grid-md-template-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-md-col-span-8 {
    grid-column: span 8;
  }
  .grid-md-row-span-8 {
    grid-row: span 8;
  }
  .grid-md-template-columns-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-md-col-span-9 {
    grid-column: span 9;
  }
  .grid-md-row-span-9 {
    grid-row: span 9;
  }
  .grid-md-template-columns-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-md-col-span-10 {
    grid-column: span 10;
  }
  .grid-md-row-span-10 {
    grid-row: span 10;
  }
  .grid-md-template-columns-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-md-col-span-11 {
    grid-column: span 11;
  }
  .grid-md-row-span-11 {
    grid-row: span 11;
  }
  .grid-md-template-columns-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-md-col-span-12 {
    grid-column: span 12;
  }
  .grid-md-row-span-12 {
    grid-row: span 12;
  }
}
@media (min-width: 993px) {
  .grid-lg-template-columns-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-lg-col-span-1 {
    grid-column: span 1;
  }
  .grid-lg-row-span-1 {
    grid-row: span 1;
  }
  .grid-lg-template-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-lg-col-span-2 {
    grid-column: span 2;
  }
  .grid-lg-row-span-2 {
    grid-row: span 2;
  }
  .grid-lg-template-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-lg-col-span-3 {
    grid-column: span 3;
  }
  .grid-lg-row-span-3 {
    grid-row: span 3;
  }
  .grid-lg-template-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-lg-col-span-4 {
    grid-column: span 4;
  }
  .grid-lg-row-span-4 {
    grid-row: span 4;
  }
  .grid-lg-template-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-lg-col-span-5 {
    grid-column: span 5;
  }
  .grid-lg-row-span-5 {
    grid-row: span 5;
  }
  .grid-lg-template-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-lg-col-span-6 {
    grid-column: span 6;
  }
  .grid-lg-row-span-6 {
    grid-row: span 6;
  }
  .grid-lg-template-columns-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-lg-col-span-7 {
    grid-column: span 7;
  }
  .grid-lg-row-span-7 {
    grid-row: span 7;
  }
  .grid-lg-template-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-lg-col-span-8 {
    grid-column: span 8;
  }
  .grid-lg-row-span-8 {
    grid-row: span 8;
  }
  .grid-lg-template-columns-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-lg-col-span-9 {
    grid-column: span 9;
  }
  .grid-lg-row-span-9 {
    grid-row: span 9;
  }
  .grid-lg-template-columns-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-lg-col-span-10 {
    grid-column: span 10;
  }
  .grid-lg-row-span-10 {
    grid-row: span 10;
  }
  .grid-lg-template-columns-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-lg-col-span-11 {
    grid-column: span 11;
  }
  .grid-lg-row-span-11 {
    grid-row: span 11;
  }
  .grid-lg-template-columns-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-lg-col-span-12 {
    grid-column: span 12;
  }
  .grid-lg-row-span-12 {
    grid-row: span 12;
  }
  #main_header-links li.cta:last-of-type {
    -webkit-margin-end: 1.5em;
            margin-inline-end: 1.5em;
  }
  #main_footer .social_holder {
    -webkit-margin-end: -0.35em;
            margin-inline-end: -0.35em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slider_holder .slick-list {
    margin-bottom: 0;
  }
  .slider_holder .slick-dotted {
    padding-bottom: 6rem;
  }
  .slick-dotted .slick-dots {
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    bottom: 0;
  }
  .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: 20;
  }
  .section--carousel .slick-arrow {
    top: calc(var(--slider-img-height) * 0.5);
  }
  .slick-list + .slick-arrow {
    left: auto;
    right: 0;
  }
  .slick-arrow button {
    border-radius: var(--buttons-radius, 50%) !important;
    -webkit-transition: color var(--duration) ease-out, background-color var(--duration) ease-out, opacity var(--duration) ease-out, border var(--duration) ease-out, -webkit-transform calc(var(--duration) * 3) var(--bezier3);
    transition: color var(--duration) ease-out, background-color var(--duration) ease-out, opacity var(--duration) ease-out, border var(--duration) ease-out, -webkit-transform calc(var(--duration) * 3) var(--bezier3);
    transition: transform calc(var(--duration) * 3) var(--bezier3), color var(--duration) ease-out, background-color var(--duration) ease-out, opacity var(--duration) ease-out, border var(--duration) ease-out;
    transition: transform calc(var(--duration) * 3) var(--bezier3), color var(--duration) ease-out, background-color var(--duration) ease-out, opacity var(--duration) ease-out, border var(--duration) ease-out, -webkit-transform calc(var(--duration) * 3) var(--bezier3);
  }
}
@media (max-width: 992.98px) {
  #mobile_nav_holder {
    -webkit-transition: opacity calc(var(--duration) * 3) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier2);
    transition: opacity calc(var(--duration) * 3) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier2);
    transition: transform calc(var(--duration) * 4) var(--bezier2), opacity calc(var(--duration) * 3) ease-out;
    transition: transform calc(var(--duration) * 4) var(--bezier2), opacity calc(var(--duration) * 3) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier2);
  }
  #wrapper {
    -webkit-transition: opacity calc(var(--duration) * 3) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier2);
    transition: opacity calc(var(--duration) * 3) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier2);
    transition: transform calc(var(--duration) * 4) var(--bezier2), opacity calc(var(--duration) * 3) ease-out;
    transition: transform calc(var(--duration) * 4) var(--bezier2), opacity calc(var(--duration) * 3) ease-out, -webkit-transform calc(var(--duration) * 4) var(--bezier2);
  }
  body.loading.menu--closing #preloader {
    -webkit-transition: none;
    transition: none;
  }
  body.loading.menu--closing #wrapper,
  body.loading.loading--covered #wrapper {
    opacity: 1;
    -webkit-transition-duration: 0s, calc(var(--duration) * 3), 0s;
            transition-duration: 0s, calc(var(--duration) * 3), 0s;
    -webkit-transition-delay: calc(var(--duration) * 4), 0s, 0s;
            transition-delay: calc(var(--duration) * 4), 0s, 0s;
    visibility: hidden;
  }
  body.menu--open #wrapper {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  body.menu--open {
    overflow: hidden;
  }
  body.menu--open #main_header .menu {
    opacity: 0;
  }
  body.menu--open #main_header .menu * {
    pointer-events: none !important;
  }
  body.header-transparent:not(.menu--open):not(.scrolled) .hamburger > b > b {
    background-color: var(--color1);
  }
  body.menu--open .hamburger > b > b:nth-of-type(2) {
    opacity: 0;
  }
  body.menu--open .hamburger > b > b:first-of-type {
    -webkit-transform: scaleX(1) translateY(calc(-50% + 18.5px)) translateX(-16%) rotate(45deg);
            transform: scaleX(1) translateY(calc(-50% + 18.5px)) translateX(-16%) rotate(45deg);
  }
  body.menu--open .hamburger > b > b:last-of-type {
    -webkit-transform: scaleX(1) translateY(calc(-50% - 18.5px)) translateX(-16%) rotate(-45deg);
            transform: scaleX(1) translateY(calc(-50% - 18.5px)) translateX(-16%) rotate(-45deg);
  }
  body.menu--open #mobile_nav_holder {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  body:not(.menu--open) #mobile_nav .menu .animable {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition-duration: 0s !important;
            transition-duration: 0s !important;
    -webkit-transition-delay: calc(var(--duration) * 4) !important;
            transition-delay: calc(var(--duration) * 4) !important;
  }
  body:not(.menu--open) #mobile_nav .social_holder .animable,
  body:not(.menu--open) #mobile_nav .lang_holder .animable {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    -webkit-transition-duration: 0s !important;
            transition-duration: 0s !important;
    -webkit-transition-delay: calc(var(--duration) * 4) !important;
            transition-delay: calc(var(--duration) * 4) !important;
  }
  body.has--animable-curtain:not(.menu--open) #mobile_nav .menu .animable {
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  body.has--animable-curtain:not(.menu--open) #mobile_nav .social_holder .animable,
  body.has--animable-curtain:not(.menu--open) #mobile_nav .lang_holder .animable {
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .hamburger {
    display: block;
  }
  #main_header-links {
    display: none !important;
  }
}
@media (max-width: 992.98px) {
  :root {
    --sep1: 140px;
    --sep2: 80px;
    --header-start-logo-size: 50px;
    --header-end-logo-size: 50px;
    --header-start-py: 15px;
    --header-end-py: 15px;
    --footer-logo-size: 110px;
  }
  .blockquote {
    font-size: 23.805px;
  }
  .section--2_cols .section {
    padding-top: 0;
  }
  .section--2_cols .section + .section {
    padding-top: calc(var(--sep2) * 0.6);
  }
  .blockquote::before {
    -webkit-transform: none;
            transform: none;
  }
  .section--carousel .slider_holder:not(.has--dots) .slick-arrow {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slick-list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 3rem;
  }
  .slick-arrow {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .slick-arrow button {
    text-align: start;
    opacity: var(--general-opacity);
  }
  .slick-dots {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .slick-list + .slick-arrow {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .slick-list + .slick-arrow button {
    text-align: end;
  }
  .section--carousel .slider_holder.stacked .slick-list {
    margin: 0 0 3rem;
    padding: 0 !important;
  }
  .section--carousel .slider_holder.stacked .slick-slide {
    margin: 0 2rem;
  }
  .section--carousel .slick-slider .slide.slick-current figcaption {
    -webkit-transition-delay: calc(var(--duration) * 4);
            transition-delay: calc(var(--duration) * 4);
  }
  .section--anchors {
    display: none !important;
  }
}
@media (max-width: 768.98px) {
  :root {
    --sep1: 120px;
    --sep2: 70px;
    --header-start-logo-size: 50px;
    --header-end-logo-size: 38px;
    --header-start-py: 12px;
    --header-end-py: 12px;
  }
  #mobile_nav_holder > .in {
    width: 100%;
  }
  .section--splash .arr svg {
    width: calc(20px * var(--preloaderfactor));
  }
}
:root {
  --bs-font-sans-serif: "Nunito Sans", sans-serif;
  --sep1: 170px;
  --sep2: 60px;
  --header-start-logo-size: 50px;
  --header-end-logo-size: 50px;
  --header-start-py: 30px;
  --header-end-py: 12.5px;
  --overlayopacity: 0.5;
  --preloaderwidth: 83px;
}

.section--filter.section--1 {
  padding-top: var(--header-start-py);
}

.section--filter + .section--isotope {
  padding-top: var(--sep2);
}

input,
textarea,
button,
select {
  padding: 0.25em;
  border-radius: 0.2em;
  line-height: 1.1;
  font-size: 100%;
  height: 2em;
  width: 100%;
}

.drop > * {
  width: 100%;
}

.section--filter .ss > label {
  border-block: 1px solid;
  padding-block: 1em;
}

.section--filter .ss input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
}

.el .holder {
  -webkit-transition: -webkit-transform calc(var(--duration) * 3) var(--bezier1);
  transition: -webkit-transform calc(var(--duration) * 3) var(--bezier1);
  transition: transform calc(var(--duration) * 3) var(--bezier1);
  transition: transform calc(var(--duration) * 3) var(--bezier1), -webkit-transform calc(var(--duration) * 3) var(--bezier1);
}

.el .holder:not([href]) {
  cursor: default;
}

.logo-2 svg {
  height: 3rem !important;
  width: auto;
  margin: 0 auto;
}

.logged img {
  display: block;
  width: 6rem;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.logged a {
  text-decoration: underline;
}

.when > * {
  display: inline-block;
  vertical-align: baseline;
}

@media (hover: hover) {
  .el .holder:hover {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
@media (min-width: 769px) {
  .el .holder {
    aspect-ratio: 1;
    overflow: hidden;
  }
  .el .ttl {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}
@media (min-width: 993px) {
  .logged_holder,
  .drop {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ss + .col-auto .ff span {
    display: none !important;
  }
}
@media (max-width: 992.98px) {
  :root {
    --header-start-logo-size: 50px;
    --header-end-logo-size: 50px;
    --header-start-py: 15px;
    --header-end-py: 15px;
  }
  body:not(.filter-closed) .ss + .col-auto .ff span span {
    -webkit-transform: rotate(180deg) translateY(0.1em);
            transform: rotate(180deg) translateY(0.1em);
  }
  body.filter-closed .drop {
    display: none !important;
  }
  .drop {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .ff {
    width: 100%;
    text-align: center;
  }
  .ss + .col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  :root {
    --header-start-logo-size: 38px;
    --header-end-logo-size: 38px;
    --header-start-py: 12px;
    --header-end-py: 12px;
  }
  .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .logged_holder {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .logged img {
    width: 4rem;
    height: 4rem;
  }
  .el .ttl {
    margin-bottom: 0.5rem;
  }
  .ttl ~ .d-flex {
    margin-top: 0.5em;
  }
}