@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.container--sm {
  max-width: var(--breakpoint-sm); }

.container--md {
  max-width: var(--breakpoint-md); }

.container--lg {
  max-width: var(--breakpoint-lg); }

.container--xl {
  max-width: var(--breakpoint-xl); }

.container--xxl {
  max-width: var(--breakpoint-xxl); }

.container--hd {
  max-width: var(--breakpoint-hd); }

.container {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 1200px) {
  .container {
    padding-left: 4.3055555556%;
    padding-right: 4.3055555556%; } }
body {
  opacity: 1.1; }

.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-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; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.w-50 {
  width: 50% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !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; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !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: 3.75rem !important;
  margin-left: 3.75rem !important; }

.mx-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important; }

.mx-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !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: 1rem !important;
  margin-bottom: 1rem !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: 3.75rem !important;
  margin-bottom: 3.75rem !important; }

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mt-2 {
  margin-top: 1rem !important; }

.mt-3 {
  margin-top: 2rem !important; }

.mt-4 {
  margin-top: 3.75rem !important; }

.mt-5 {
  margin-top: 5rem !important; }

.mt-6 {
  margin-top: 6rem !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 1rem !important; }

.mb-3 {
  margin-bottom: 2rem !important; }

.mb-4 {
  margin-bottom: 3.75rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.mb-6 {
  margin-bottom: 6rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 1rem !important; }

.p-2 {
  padding: 1rem !important; }

.p-3 {
  padding: 2rem !important; }

.p-4 {
  padding: 3.75rem !important; }

.p-5 {
  padding: 5rem !important; }

.p-6 {
  padding: 6rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !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: 3.75rem !important;
  padding-left: 3.75rem !important; }

.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important; }

.px-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !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: 3.75rem !important;
  padding-bottom: 3.75rem !important; }

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pt-2 {
  padding-top: 1rem !important; }

.pt-3 {
  padding-top: 2rem !important; }

.pt-4 {
  padding-top: 3.75rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

.pt-6 {
  padding-top: 6rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pb-2 {
  padding-bottom: 1rem !important; }

.pb-3 {
  padding-bottom: 2rem !important; }

.pb-4 {
  padding-bottom: 3.75rem !important; }

.pb-5 {
  padding-bottom: 5rem !important; }

.pb-6 {
  padding-bottom: 6rem !important; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 1rem !important; }

.gap-2 {
  gap: 1rem !important; }

.gap-3 {
  gap: 2rem !important; }

.gap-4 {
  gap: 3.75rem !important; }

.gap-5 {
  gap: 5rem !important; }

.gap-6 {
  gap: 6rem !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !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 */
.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 400) {
  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-xs-none {
    display: none !important; }

  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

  .justify-content-xs-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }

  .justify-content-xs-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-xs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

  .justify-content-xs-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }

  .align-items-xs-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }

  .align-items-xs-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }

  .align-items-xs-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }

  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }

  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-xs-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-xs-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-xs-3 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }

  .mx-xs-4 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }

  .mx-xs-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }

  .mx-xs-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }

  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-xs-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-xs-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-xs-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .my-xs-4 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }

  .my-xs-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .my-xs-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }

  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-xs-0 {
    margin-top: 0 !important; }

  .mt-xs-1 {
    margin-top: 1rem !important; }

  .mt-xs-2 {
    margin-top: 1rem !important; }

  .mt-xs-3 {
    margin-top: 2rem !important; }

  .mt-xs-4 {
    margin-top: 3.75rem !important; }

  .mt-xs-5 {
    margin-top: 5rem !important; }

  .mt-xs-6 {
    margin-top: 6rem !important; }

  .mt-xs-auto {
    margin-top: auto !important; }

  .mb-xs-0 {
    margin-bottom: 0 !important; }

  .mb-xs-1 {
    margin-bottom: 1rem !important; }

  .mb-xs-2 {
    margin-bottom: 1rem !important; }

  .mb-xs-3 {
    margin-bottom: 2rem !important; }

  .mb-xs-4 {
    margin-bottom: 3.75rem !important; }

  .mb-xs-5 {
    margin-bottom: 5rem !important; }

  .mb-xs-6 {
    margin-bottom: 6rem !important; }

  .mb-xs-auto {
    margin-bottom: auto !important; }

  .p-xs-0 {
    padding: 0 !important; }

  .p-xs-1 {
    padding: 1rem !important; }

  .p-xs-2 {
    padding: 1rem !important; }

  .p-xs-3 {
    padding: 2rem !important; }

  .p-xs-4 {
    padding: 3.75rem !important; }

  .p-xs-5 {
    padding: 5rem !important; }

  .p-xs-6 {
    padding: 6rem !important; }

  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-xs-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-xs-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-xs-3 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .px-xs-4 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }

  .px-xs-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }

  .px-xs-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }

  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xs-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-xs-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-xs-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .py-xs-4 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }

  .py-xs-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .py-xs-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }

  .pt-xs-0 {
    padding-top: 0 !important; }

  .pt-xs-1 {
    padding-top: 1rem !important; }

  .pt-xs-2 {
    padding-top: 1rem !important; }

  .pt-xs-3 {
    padding-top: 2rem !important; }

  .pt-xs-4 {
    padding-top: 3.75rem !important; }

  .pt-xs-5 {
    padding-top: 5rem !important; }

  .pt-xs-6 {
    padding-top: 6rem !important; }

  .pb-xs-0 {
    padding-bottom: 0 !important; }

  .pb-xs-1 {
    padding-bottom: 1rem !important; }

  .pb-xs-2 {
    padding-bottom: 1rem !important; }

  .pb-xs-3 {
    padding-bottom: 2rem !important; }

  .pb-xs-4 {
    padding-bottom: 3.75rem !important; }

  .pb-xs-5 {
    padding-bottom: 5rem !important; }

  .pb-xs-6 {
    padding-bottom: 6rem !important; }

  .gap-xs-0 {
    gap: 0 !important; }

  .gap-xs-1 {
    gap: 1rem !important; }

  .gap-xs-2 {
    gap: 1rem !important; }

  .gap-xs-3 {
    gap: 2rem !important; }

  .gap-xs-4 {
    gap: 3.75rem !important; }

  .gap-xs-5 {
    gap: 5rem !important; }

  .gap-xs-6 {
    gap: 6rem !important; }

  .text-xs-start {
    text-align: left !important; }

  .text-xs-end {
    text-align: right !important; }

  .text-xs-center {
    text-align: center !important; }

  .text-xs-justify {
    text-align: justify !important; } }
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-sm-none {
    display: none !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !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; }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !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: 3.75rem !important;
    margin-left: 3.75rem !important; }

  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }

  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !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: 1rem !important;
    margin-bottom: 1rem !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: 3.75rem !important;
    margin-bottom: 3.75rem !important; }

  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-sm-0 {
    margin-top: 0 !important; }

  .mt-sm-1 {
    margin-top: 1rem !important; }

  .mt-sm-2 {
    margin-top: 1rem !important; }

  .mt-sm-3 {
    margin-top: 2rem !important; }

  .mt-sm-4 {
    margin-top: 3.75rem !important; }

  .mt-sm-5 {
    margin-top: 5rem !important; }

  .mt-sm-6 {
    margin-top: 6rem !important; }

  .mt-sm-auto {
    margin-top: auto !important; }

  .mb-sm-0 {
    margin-bottom: 0 !important; }

  .mb-sm-1 {
    margin-bottom: 1rem !important; }

  .mb-sm-2 {
    margin-bottom: 1rem !important; }

  .mb-sm-3 {
    margin-bottom: 2rem !important; }

  .mb-sm-4 {
    margin-bottom: 3.75rem !important; }

  .mb-sm-5 {
    margin-bottom: 5rem !important; }

  .mb-sm-6 {
    margin-bottom: 6rem !important; }

  .mb-sm-auto {
    margin-bottom: auto !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .p-sm-1 {
    padding: 1rem !important; }

  .p-sm-2 {
    padding: 1rem !important; }

  .p-sm-3 {
    padding: 2rem !important; }

  .p-sm-4 {
    padding: 3.75rem !important; }

  .p-sm-5 {
    padding: 5rem !important; }

  .p-sm-6 {
    padding: 6rem !important; }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !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: 3.75rem !important;
    padding-left: 3.75rem !important; }

  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }

  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !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: 3.75rem !important;
    padding-bottom: 3.75rem !important; }

  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }

  .pt-sm-0 {
    padding-top: 0 !important; }

  .pt-sm-1 {
    padding-top: 1rem !important; }

  .pt-sm-2 {
    padding-top: 1rem !important; }

  .pt-sm-3 {
    padding-top: 2rem !important; }

  .pt-sm-4 {
    padding-top: 3.75rem !important; }

  .pt-sm-5 {
    padding-top: 5rem !important; }

  .pt-sm-6 {
    padding-top: 6rem !important; }

  .pb-sm-0 {
    padding-bottom: 0 !important; }

  .pb-sm-1 {
    padding-bottom: 1rem !important; }

  .pb-sm-2 {
    padding-bottom: 1rem !important; }

  .pb-sm-3 {
    padding-bottom: 2rem !important; }

  .pb-sm-4 {
    padding-bottom: 3.75rem !important; }

  .pb-sm-5 {
    padding-bottom: 5rem !important; }

  .pb-sm-6 {
    padding-bottom: 6rem !important; }

  .gap-sm-0 {
    gap: 0 !important; }

  .gap-sm-1 {
    gap: 1rem !important; }

  .gap-sm-2 {
    gap: 1rem !important; }

  .gap-sm-3 {
    gap: 2rem !important; }

  .gap-sm-4 {
    gap: 3.75rem !important; }

  .gap-sm-5 {
    gap: 5rem !important; }

  .gap-sm-6 {
    gap: 6rem !important; }

  .text-sm-start {
    text-align: left !important; }

  .text-sm-end {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; }

  .text-sm-justify {
    text-align: justify !important; } }
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-md-none {
    display: none !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !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; }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !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: 3.75rem !important;
    margin-left: 3.75rem !important; }

  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }

  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !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: 1rem !important;
    margin-bottom: 1rem !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: 3.75rem !important;
    margin-bottom: 3.75rem !important; }

  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-md-0 {
    margin-top: 0 !important; }

  .mt-md-1 {
    margin-top: 1rem !important; }

  .mt-md-2 {
    margin-top: 1rem !important; }

  .mt-md-3 {
    margin-top: 2rem !important; }

  .mt-md-4 {
    margin-top: 3.75rem !important; }

  .mt-md-5 {
    margin-top: 5rem !important; }

  .mt-md-6 {
    margin-top: 6rem !important; }

  .mt-md-auto {
    margin-top: auto !important; }

  .mb-md-0 {
    margin-bottom: 0 !important; }

  .mb-md-1 {
    margin-bottom: 1rem !important; }

  .mb-md-2 {
    margin-bottom: 1rem !important; }

  .mb-md-3 {
    margin-bottom: 2rem !important; }

  .mb-md-4 {
    margin-bottom: 3.75rem !important; }

  .mb-md-5 {
    margin-bottom: 5rem !important; }

  .mb-md-6 {
    margin-bottom: 6rem !important; }

  .mb-md-auto {
    margin-bottom: auto !important; }

  .p-md-0 {
    padding: 0 !important; }

  .p-md-1 {
    padding: 1rem !important; }

  .p-md-2 {
    padding: 1rem !important; }

  .p-md-3 {
    padding: 2rem !important; }

  .p-md-4 {
    padding: 3.75rem !important; }

  .p-md-5 {
    padding: 5rem !important; }

  .p-md-6 {
    padding: 6rem !important; }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !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: 3.75rem !important;
    padding-left: 3.75rem !important; }

  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }

  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !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: 3.75rem !important;
    padding-bottom: 3.75rem !important; }

  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }

  .pt-md-0 {
    padding-top: 0 !important; }

  .pt-md-1 {
    padding-top: 1rem !important; }

  .pt-md-2 {
    padding-top: 1rem !important; }

  .pt-md-3 {
    padding-top: 2rem !important; }

  .pt-md-4 {
    padding-top: 3.75rem !important; }

  .pt-md-5 {
    padding-top: 5rem !important; }

  .pt-md-6 {
    padding-top: 6rem !important; }

  .pb-md-0 {
    padding-bottom: 0 !important; }

  .pb-md-1 {
    padding-bottom: 1rem !important; }

  .pb-md-2 {
    padding-bottom: 1rem !important; }

  .pb-md-3 {
    padding-bottom: 2rem !important; }

  .pb-md-4 {
    padding-bottom: 3.75rem !important; }

  .pb-md-5 {
    padding-bottom: 5rem !important; }

  .pb-md-6 {
    padding-bottom: 6rem !important; }

  .gap-md-0 {
    gap: 0 !important; }

  .gap-md-1 {
    gap: 1rem !important; }

  .gap-md-2 {
    gap: 1rem !important; }

  .gap-md-3 {
    gap: 2rem !important; }

  .gap-md-4 {
    gap: 3.75rem !important; }

  .gap-md-5 {
    gap: 5rem !important; }

  .gap-md-6 {
    gap: 6rem !important; }

  .text-md-start {
    text-align: left !important; }

  .text-md-end {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; }

  .text-md-justify {
    text-align: justify !important; } }
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-lg-none {
    display: none !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !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; }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !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: 3.75rem !important;
    margin-left: 3.75rem !important; }

  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }

  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !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: 1rem !important;
    margin-bottom: 1rem !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: 3.75rem !important;
    margin-bottom: 3.75rem !important; }

  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-lg-0 {
    margin-top: 0 !important; }

  .mt-lg-1 {
    margin-top: 1rem !important; }

  .mt-lg-2 {
    margin-top: 1rem !important; }

  .mt-lg-3 {
    margin-top: 2rem !important; }

  .mt-lg-4 {
    margin-top: 3.75rem !important; }

  .mt-lg-5 {
    margin-top: 5rem !important; }

  .mt-lg-6 {
    margin-top: 6rem !important; }

  .mt-lg-auto {
    margin-top: auto !important; }

  .mb-lg-0 {
    margin-bottom: 0 !important; }

  .mb-lg-1 {
    margin-bottom: 1rem !important; }

  .mb-lg-2 {
    margin-bottom: 1rem !important; }

  .mb-lg-3 {
    margin-bottom: 2rem !important; }

  .mb-lg-4 {
    margin-bottom: 3.75rem !important; }

  .mb-lg-5 {
    margin-bottom: 5rem !important; }

  .mb-lg-6 {
    margin-bottom: 6rem !important; }

  .mb-lg-auto {
    margin-bottom: auto !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .p-lg-1 {
    padding: 1rem !important; }

  .p-lg-2 {
    padding: 1rem !important; }

  .p-lg-3 {
    padding: 2rem !important; }

  .p-lg-4 {
    padding: 3.75rem !important; }

  .p-lg-5 {
    padding: 5rem !important; }

  .p-lg-6 {
    padding: 6rem !important; }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !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: 3.75rem !important;
    padding-left: 3.75rem !important; }

  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }

  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !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: 3.75rem !important;
    padding-bottom: 3.75rem !important; }

  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }

  .pt-lg-0 {
    padding-top: 0 !important; }

  .pt-lg-1 {
    padding-top: 1rem !important; }

  .pt-lg-2 {
    padding-top: 1rem !important; }

  .pt-lg-3 {
    padding-top: 2rem !important; }

  .pt-lg-4 {
    padding-top: 3.75rem !important; }

  .pt-lg-5 {
    padding-top: 5rem !important; }

  .pt-lg-6 {
    padding-top: 6rem !important; }

  .pb-lg-0 {
    padding-bottom: 0 !important; }

  .pb-lg-1 {
    padding-bottom: 1rem !important; }

  .pb-lg-2 {
    padding-bottom: 1rem !important; }

  .pb-lg-3 {
    padding-bottom: 2rem !important; }

  .pb-lg-4 {
    padding-bottom: 3.75rem !important; }

  .pb-lg-5 {
    padding-bottom: 5rem !important; }

  .pb-lg-6 {
    padding-bottom: 6rem !important; }

  .gap-lg-0 {
    gap: 0 !important; }

  .gap-lg-1 {
    gap: 1rem !important; }

  .gap-lg-2 {
    gap: 1rem !important; }

  .gap-lg-3 {
    gap: 2rem !important; }

  .gap-lg-4 {
    gap: 3.75rem !important; }

  .gap-lg-5 {
    gap: 5rem !important; }

  .gap-lg-6 {
    gap: 6rem !important; }

  .text-lg-start {
    text-align: left !important; }

  .text-lg-end {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; }

  .text-lg-justify {
    text-align: justify !important; } }
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-xl-none {
    display: none !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !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; }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !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: 3.75rem !important;
    margin-left: 3.75rem !important; }

  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }

  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !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: 1rem !important;
    margin-bottom: 1rem !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: 3.75rem !important;
    margin-bottom: 3.75rem !important; }

  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-xl-0 {
    margin-top: 0 !important; }

  .mt-xl-1 {
    margin-top: 1rem !important; }

  .mt-xl-2 {
    margin-top: 1rem !important; }

  .mt-xl-3 {
    margin-top: 2rem !important; }

  .mt-xl-4 {
    margin-top: 3.75rem !important; }

  .mt-xl-5 {
    margin-top: 5rem !important; }

  .mt-xl-6 {
    margin-top: 6rem !important; }

  .mt-xl-auto {
    margin-top: auto !important; }

  .mb-xl-0 {
    margin-bottom: 0 !important; }

  .mb-xl-1 {
    margin-bottom: 1rem !important; }

  .mb-xl-2 {
    margin-bottom: 1rem !important; }

  .mb-xl-3 {
    margin-bottom: 2rem !important; }

  .mb-xl-4 {
    margin-bottom: 3.75rem !important; }

  .mb-xl-5 {
    margin-bottom: 5rem !important; }

  .mb-xl-6 {
    margin-bottom: 6rem !important; }

  .mb-xl-auto {
    margin-bottom: auto !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .p-xl-1 {
    padding: 1rem !important; }

  .p-xl-2 {
    padding: 1rem !important; }

  .p-xl-3 {
    padding: 2rem !important; }

  .p-xl-4 {
    padding: 3.75rem !important; }

  .p-xl-5 {
    padding: 5rem !important; }

  .p-xl-6 {
    padding: 6rem !important; }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !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: 3.75rem !important;
    padding-left: 3.75rem !important; }

  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }

  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !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: 3.75rem !important;
    padding-bottom: 3.75rem !important; }

  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }

  .pt-xl-0 {
    padding-top: 0 !important; }

  .pt-xl-1 {
    padding-top: 1rem !important; }

  .pt-xl-2 {
    padding-top: 1rem !important; }

  .pt-xl-3 {
    padding-top: 2rem !important; }

  .pt-xl-4 {
    padding-top: 3.75rem !important; }

  .pt-xl-5 {
    padding-top: 5rem !important; }

  .pt-xl-6 {
    padding-top: 6rem !important; }

  .pb-xl-0 {
    padding-bottom: 0 !important; }

  .pb-xl-1 {
    padding-bottom: 1rem !important; }

  .pb-xl-2 {
    padding-bottom: 1rem !important; }

  .pb-xl-3 {
    padding-bottom: 2rem !important; }

  .pb-xl-4 {
    padding-bottom: 3.75rem !important; }

  .pb-xl-5 {
    padding-bottom: 5rem !important; }

  .pb-xl-6 {
    padding-bottom: 6rem !important; }

  .gap-xl-0 {
    gap: 0 !important; }

  .gap-xl-1 {
    gap: 1rem !important; }

  .gap-xl-2 {
    gap: 1rem !important; }

  .gap-xl-3 {
    gap: 2rem !important; }

  .gap-xl-4 {
    gap: 3.75rem !important; }

  .gap-xl-5 {
    gap: 5rem !important; }

  .gap-xl-6 {
    gap: 6rem !important; }

  .text-xl-start {
    text-align: left !important; }

  .text-xl-end {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; }

  .text-xl-justify {
    text-align: justify !important; } }
@media (min-width: 1440px) {
  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !important; }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-xxl-none {
    display: none !important; }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !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; }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !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: 3.75rem !important;
    margin-left: 3.75rem !important; }

  .mx-xxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }

  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !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: 1rem !important;
    margin-bottom: 1rem !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: 3.75rem !important;
    margin-bottom: 3.75rem !important; }

  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-xxl-0 {
    margin-top: 0 !important; }

  .mt-xxl-1 {
    margin-top: 1rem !important; }

  .mt-xxl-2 {
    margin-top: 1rem !important; }

  .mt-xxl-3 {
    margin-top: 2rem !important; }

  .mt-xxl-4 {
    margin-top: 3.75rem !important; }

  .mt-xxl-5 {
    margin-top: 5rem !important; }

  .mt-xxl-6 {
    margin-top: 6rem !important; }

  .mt-xxl-auto {
    margin-top: auto !important; }

  .mb-xxl-0 {
    margin-bottom: 0 !important; }

  .mb-xxl-1 {
    margin-bottom: 1rem !important; }

  .mb-xxl-2 {
    margin-bottom: 1rem !important; }

  .mb-xxl-3 {
    margin-bottom: 2rem !important; }

  .mb-xxl-4 {
    margin-bottom: 3.75rem !important; }

  .mb-xxl-5 {
    margin-bottom: 5rem !important; }

  .mb-xxl-6 {
    margin-bottom: 6rem !important; }

  .mb-xxl-auto {
    margin-bottom: auto !important; }

  .p-xxl-0 {
    padding: 0 !important; }

  .p-xxl-1 {
    padding: 1rem !important; }

  .p-xxl-2 {
    padding: 1rem !important; }

  .p-xxl-3 {
    padding: 2rem !important; }

  .p-xxl-4 {
    padding: 3.75rem !important; }

  .p-xxl-5 {
    padding: 5rem !important; }

  .p-xxl-6 {
    padding: 6rem !important; }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !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: 3.75rem !important;
    padding-left: 3.75rem !important; }

  .px-xxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }

  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !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: 3.75rem !important;
    padding-bottom: 3.75rem !important; }

  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }

  .pt-xxl-0 {
    padding-top: 0 !important; }

  .pt-xxl-1 {
    padding-top: 1rem !important; }

  .pt-xxl-2 {
    padding-top: 1rem !important; }

  .pt-xxl-3 {
    padding-top: 2rem !important; }

  .pt-xxl-4 {
    padding-top: 3.75rem !important; }

  .pt-xxl-5 {
    padding-top: 5rem !important; }

  .pt-xxl-6 {
    padding-top: 6rem !important; }

  .pb-xxl-0 {
    padding-bottom: 0 !important; }

  .pb-xxl-1 {
    padding-bottom: 1rem !important; }

  .pb-xxl-2 {
    padding-bottom: 1rem !important; }

  .pb-xxl-3 {
    padding-bottom: 2rem !important; }

  .pb-xxl-4 {
    padding-bottom: 3.75rem !important; }

  .pb-xxl-5 {
    padding-bottom: 5rem !important; }

  .pb-xxl-6 {
    padding-bottom: 6rem !important; }

  .gap-xxl-0 {
    gap: 0 !important; }

  .gap-xxl-1 {
    gap: 1rem !important; }

  .gap-xxl-2 {
    gap: 1rem !important; }

  .gap-xxl-3 {
    gap: 2rem !important; }

  .gap-xxl-4 {
    gap: 3.75rem !important; }

  .gap-xxl-5 {
    gap: 5rem !important; }

  .gap-xxl-6 {
    gap: 6rem !important; }

  .text-xxl-start {
    text-align: left !important; }

  .text-xxl-end {
    text-align: right !important; }

  .text-xxl-center {
    text-align: center !important; }

  .text-xxl-justify {
    text-align: justify !important; } }
@media (min-width: 1920px) {
  .d-hd-inline {
    display: inline !important; }

  .d-hd-inline-block {
    display: inline-block !important; }

  .d-hd-block {
    display: block !important; }

  .d-hd-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-hd-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-hd-none {
    display: none !important; }

  .flex-hd-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-hd-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

  .justify-content-hd-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }

  .justify-content-hd-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-hd-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .justify-content-hd-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-hd-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

  .justify-content-hd-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }

  .align-items-hd-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }

  .align-items-hd-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }

  .align-items-hd-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

  .align-items-hd-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }

  .align-items-hd-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }

  .mx-hd-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-hd-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-hd-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-hd-3 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }

  .mx-hd-4 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }

  .mx-hd-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }

  .mx-hd-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }

  .mx-hd-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-hd-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-hd-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-hd-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-hd-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .my-hd-4 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }

  .my-hd-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .my-hd-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }

  .my-hd-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-hd-0 {
    margin-top: 0 !important; }

  .mt-hd-1 {
    margin-top: 1rem !important; }

  .mt-hd-2 {
    margin-top: 1rem !important; }

  .mt-hd-3 {
    margin-top: 2rem !important; }

  .mt-hd-4 {
    margin-top: 3.75rem !important; }

  .mt-hd-5 {
    margin-top: 5rem !important; }

  .mt-hd-6 {
    margin-top: 6rem !important; }

  .mt-hd-auto {
    margin-top: auto !important; }

  .mb-hd-0 {
    margin-bottom: 0 !important; }

  .mb-hd-1 {
    margin-bottom: 1rem !important; }

  .mb-hd-2 {
    margin-bottom: 1rem !important; }

  .mb-hd-3 {
    margin-bottom: 2rem !important; }

  .mb-hd-4 {
    margin-bottom: 3.75rem !important; }

  .mb-hd-5 {
    margin-bottom: 5rem !important; }

  .mb-hd-6 {
    margin-bottom: 6rem !important; }

  .mb-hd-auto {
    margin-bottom: auto !important; }

  .p-hd-0 {
    padding: 0 !important; }

  .p-hd-1 {
    padding: 1rem !important; }

  .p-hd-2 {
    padding: 1rem !important; }

  .p-hd-3 {
    padding: 2rem !important; }

  .p-hd-4 {
    padding: 3.75rem !important; }

  .p-hd-5 {
    padding: 5rem !important; }

  .p-hd-6 {
    padding: 6rem !important; }

  .px-hd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-hd-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-hd-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-hd-3 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .px-hd-4 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }

  .px-hd-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }

  .px-hd-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }

  .py-hd-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-hd-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-hd-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-hd-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .py-hd-4 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }

  .py-hd-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .py-hd-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }

  .pt-hd-0 {
    padding-top: 0 !important; }

  .pt-hd-1 {
    padding-top: 1rem !important; }

  .pt-hd-2 {
    padding-top: 1rem !important; }

  .pt-hd-3 {
    padding-top: 2rem !important; }

  .pt-hd-4 {
    padding-top: 3.75rem !important; }

  .pt-hd-5 {
    padding-top: 5rem !important; }

  .pt-hd-6 {
    padding-top: 6rem !important; }

  .pb-hd-0 {
    padding-bottom: 0 !important; }

  .pb-hd-1 {
    padding-bottom: 1rem !important; }

  .pb-hd-2 {
    padding-bottom: 1rem !important; }

  .pb-hd-3 {
    padding-bottom: 2rem !important; }

  .pb-hd-4 {
    padding-bottom: 3.75rem !important; }

  .pb-hd-5 {
    padding-bottom: 5rem !important; }

  .pb-hd-6 {
    padding-bottom: 6rem !important; }

  .gap-hd-0 {
    gap: 0 !important; }

  .gap-hd-1 {
    gap: 1rem !important; }

  .gap-hd-2 {
    gap: 1rem !important; }

  .gap-hd-3 {
    gap: 2rem !important; }

  .gap-hd-4 {
    gap: 3.75rem !important; }

  .gap-hd-5 {
    gap: 5rem !important; }

  .gap-hd-6 {
    gap: 6rem !important; }

  .text-hd-start {
    text-align: left !important; }

  .text-hd-end {
    text-align: right !important; }

  .text-hd-center {
    text-align: center !important; }

  .text-hd-justify {
    text-align: justify !important; } }
:root {
  --breakpoint-sm: 540px;
  --breakpoint-md: 720px;
  --breakpoint-lg: 960px;
  --breakpoint-xl: 1140px;
  --breakpoint-xxl: 1440px;
  --breakpoint-hd: 1920px;
  --font-base: "Plus Jakarta Sans", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
  --font-base-sc: "Plus Jakarta Sans", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
  --font-base-size: 1rem;
  --font-xxl-size: 3.125em;
  --font-xl-size: 2.25em;
  --font-lg-size: 1.75em;
  --font-md-size: var(--font-base-size);
  --font-sm-size: 0.875em;
  --font-xs-size: 0.75em;
  --popup-mt: 64px;
  --popup-mb: 64px;
  --popup-mx: 32px;
  --heading-line-height: 1.2;
  --general-line-height: 1.5;
  --p-space: 0.75em;
  --figure-space: 1.5em;
  --swiper-theme-color: var(--theme-base-color);
  --color-transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear, filter 0.2s linear;
  --opacity-transition: opacity 0.2s linear;
  --box-transition: inset 0.4s ease, top 0.4s ease, left 0.4s ease, right 0.4s ease, bottom 0.4s ease,
    translate 0.4s ease, transform 0.4s ease, flex 0.4s ease, width 0.4s ease, height 0.4s ease, margin 0.4s ease,
    padding 0.4s ease;
  --timing-transform: 0.4s ease;
  --transform-transition: translate 0.4s ease, transform 0.4s ease;
  --common-transition: var(--color-transition), var(--opacity-transition), var(--box-transition),
    var(--transform-transition); }
  :root body[data-theme="main"] {
    --theme-main-color: #518e50;
    --theme-sec-color: #6cb765;
    --theme-thi-color: #dcf0c6;
    --theme-base-color: #5a5a5a;
    --theme-bg-color: #f6faf2;
    --signal-danger-color: red;
    --signal-warning-color: orange;
    --signal-success-color: green;
    --light-1-color: #f6faf2;
    --light-2-color: #f8f7ee; }
  :root body:not([data-theme]) {
    --theme-main-color: #518e50;
    --theme-sec-color: #6cb765;
    --theme-thi-color: #dcf0c6;
    --theme-base-color: #5a5a5a;
    --theme-bg-color: #f6faf2;
    --signal-danger-color: red;
    --signal-warning-color: orange;
    --signal-success-color: green;
    --light-1-color: #f6faf2;
    --light-2-color: #f8f7ee; }
  :root body[data-theme="dark"] {
    --theme-main-color: #773dbd;
    --theme-sec-color: #783cbe;
    --theme-thi-color: #f8f7ee;
    --theme-base-color: #f8f7ee;
    --theme-bg-color: #000;
    --signal-danger-color: red;
    --signal-warning-color: orange;
    --signal-success-color: green;
    --light-1-color: #f0f0eb;
    --light-2-color: #f8f7ee; }
  :root body[data-theme="grey"] {
    --theme-main-color: #1d1d1f;
    --theme-sec-color: #6e6e73;
    --theme-thi-color: #c6c6cb;
    --theme-base-color: #020203;
    --theme-bg-color: #fff;
    --signal-danger-color: red;
    --signal-warning-color: orange;
    --signal-success-color: green;
    --light-1-color: #fff7f2;
    --light-2-color: #eee;
    --table-th-color: #eee;
    --table-highlight-color: #eee;
    --table-border-color: #444; }
  @media (max-width: 767.98px) {
    :root {
      --font-base-size: 1rem;
      --font-xxl-size: 1.875em;
      --font-xl-size: 1.625em;
      --font-lg-size: 1.3125em;
      --font-sm-size: 0.75em;
      --font-xs-size: 0.5625em; } }
  @media (max-width: 767.98px) {
    :root {
      --popup-mt: 32px;
      --popup-mb: 32px;
      --popup-mx: 20px; } }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

::-moz-selection {
  background: var(--theme-main-color);
  color: var(--theme-bg-color); }

::selection {
  background: var(--theme-main-color);
  color: var(--theme-bg-color); }

html {
  font-family: var(--font-base);
  color: currentColor; }
  html[lang="zh-cn"] {
    font-family: var(--font-base-sc); }

body,
input,
textarea,
select,
option,
button {
  color: currentColor;
  font-family: inherit; }
  body, body::-webkit-input-placeholder,
  input,
  input::-webkit-input-placeholder,
  textarea,
  textarea::-webkit-input-placeholder,
  select,
  select::-webkit-input-placeholder,
  option,
  option::-webkit-input-placeholder,
  button,
  button::-webkit-input-placeholder {
    font-size: var(--font-md-size); }
  body, body:-ms-input-placeholder,
  input,
  input:-ms-input-placeholder,
  textarea,
  textarea:-ms-input-placeholder,
  select,
  select:-ms-input-placeholder,
  option,
  option:-ms-input-placeholder,
  button,
  button:-ms-input-placeholder {
    font-size: var(--font-md-size); }
  body, body::-ms-input-placeholder,
  input,
  input::-ms-input-placeholder,
  textarea,
  textarea::-ms-input-placeholder,
  select,
  select::-ms-input-placeholder,
  option,
  option::-ms-input-placeholder,
  button,
  button::-ms-input-placeholder {
    font-size: var(--font-md-size); }
  body, body::placeholder,
  input,
  input::placeholder,
  textarea,
  textarea::placeholder,
  select,
  select::placeholder,
  option,
  option::placeholder,
  button,
  button::placeholder {
    font-size: var(--font-md-size); }
  body::-webkit-input-placeholder,
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  option::-webkit-input-placeholder,
  button::-webkit-input-placeholder {
    font-family: inherit;
    opacity: 0.6;
    font-weight: 400; }
  body:-ms-input-placeholder,
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  option:-ms-input-placeholder,
  button:-ms-input-placeholder {
    font-family: inherit;
    opacity: 0.6;
    font-weight: 400; }
  body::-ms-input-placeholder,
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  select::-ms-input-placeholder,
  option::-ms-input-placeholder,
  button::-ms-input-placeholder {
    font-family: inherit;
    opacity: 0.6;
    font-weight: 400; }
  body::placeholder,
  input::placeholder,
  textarea::placeholder,
  select::placeholder,
  option::placeholder,
  button::placeholder {
    font-family: inherit;
    opacity: 0.6;
    font-weight: 400; }

body {
  position: relative;
  color: var(--theme-base-color);
  background-color: #fff;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none; }
  body.lock-scroll, body[data-scrollable="false"], body[data-scrollable="0"] {
    overflow: hidden;
    height: 100vh; }
  body.error main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80vh; }
  body.error h1 {
    font-size: 15.25em;
    line-height: 0.9; }
    @media (max-width: 767.98px) {
      body.error h1 {
        font-size: 9em; } }
    @media (max-width: 575.98px) {
      body.error h1 {
        font-size: 6.25em; } }

img {
  display: block;
  max-width: 100%; }
  img:not([src]) {
    background-size: 50px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7b3BhY2l0eTouMjtzdHJva2U6IzAwMDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48L2RlZnM+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNTAiIHgyPSIwIiB5Mj0iNTAiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSIzNy41IiB5MT0iLTEyLjUiIHgyPSItMTIuNSIgeTI9IjM3LjUiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI2Mi41IiB5MT0iMTIuNSIgeDI9IjEyLjUiIHkyPSI2Mi41Ii8+PC9zdmc+"); }

button {
  font-size: 100%;
  border: none;
  background-color: transparent;
  padding: 0; }

a,
button {
  cursor: pointer;
  text-decoration: none;
  color: currentColor; }
  a:disabled, a.disabled,
  button:disabled,
  button.disabled {
    pointer-events: none;
    opacity: 0.25; }

sub,
sup {
  font-size: 60%; }

sub {
  vertical-align: sub; }

sup {
  vertical-align: super; }

b {
  font-weight: 700; }

strong {
  font-weight: 500; }

small {
  font-size: 80%; }

table,
ul,
ol {
  margin: 0 0 var(--figure-space); }

ul,
ol {
  padding-left: 1.5em; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: var(--p-space); }

ol {
  list-style: decimal; }
  ol ol {
    list-style: upper-alpha; }
    ol ol ol {
      list-style: lower-roman; }

iframe {
  border: none; }

code {
  background-color: var(--light-2-color);
  display: inline-block;
  border-radius: 3px;
  padding: 0.25em 0.625em;
  color: var(--theme-main-color); }

hr {
  margin: var(--figure-space) auto; }

.static {
  font-size: var(--font-base-size); }
  .static h2,
  .static h3,
  .static h4 {
    margin-bottom: 0.5em; }
  .static h2 {
    font-size: var(--font-xxl-size);
    line-height: 1.1428571429;
    font-weight: bold; }
  .static h3 {
    font-size: var(--font-xl-size);
    line-height: 1.2777777778;
    font-weight: bold; }
  .static h4 {
    font-size: var(--font-lg-size);
    line-height: 1.3571428571;
    font-weight: 500; }
  .static p,
  .static li {
    font-size: var(--font-base-size);
    line-height: var(--general-line-height);
    font-size: 1em !important;
    margin-bottom: var(--p-space);
    font-weight: 500;
    letter-spacing: 0.025em; }
  .static small {
    font-size: var(--font-sm-size);
    line-height: var(--general-line-height); }
  .static a:not(.btn) {
    text-decoration: underline;
    color: currentColor; }
    .static a:not(.btn):hover {
      color: var(--theme-main-color); }
  .static hr,
  .static figure,
  .static table,
  .static .responsive-table {
    margin-top: var(--figure-space);
    margin-bottom: var(--figure-space); }
  .static hr {
    border: none;
    border-top: 1px solid currentColor; }
  .static table {
    border-collapse: collapse; }
    .static table th,
    .static table td {
      padding: 0.375em 1em 0.375em 0em;
      border-top: 1px solid currentColor;
      border-bottom: 1px solid currentColor;
      vertical-align: top;
      text-align: left; }
      .static table th:last-child,
      .static table td:last-child {
        padding-right: 0; }
    .static table[border="0"] th,
    .static table[border="0"] td {
      border: 0; }
      .static table[border="0"] th:first-child,
      .static table[border="0"] td:first-child {
        padding-left: 0; }
      .static table[border="0"] th:last-child,
      .static table[border="0"] td:last-child {
        padding-right: 0; }
  .static dt {
    font-weight: bold; }
  .static dl,
  .static dd {
    font-size: 0.9rem; }
  .static dd {
    margin-bottom: 1em; }

.h1 {
  font-size: 4em;
  font-weight: 900;
  color: var(--theme-main-color);
  line-height: 0.8; }
  @media (max-width: 767.98px) {
    .h1 {
      font-size: 3em; } }
  @media (max-width: 575.98px) {
    .h1 {
      font-size: 2em; } }

.h2,
.txt-xxl {
  font-size: var(--font-xxl-size);
  line-height: 1.1428571429;
  font-weight: bold; }

.h3,
.txt-xl {
  font-size: var(--font-xl-size);
  line-height: 1.2777777778;
  font-weight: bold; }

.h4,
.txt-lg {
  font-size: var(--font-lg-size);
  line-height: 1.3571428571;
  font-weight: 500; }

.txt,
.txt-md {
  font-size: var(--font-base-size);
  line-height: var(--general-line-height); }

.txt-sm {
  font-size: var(--font-sm-size);
  line-height: var(--general-line-height); }

.txt-xs {
  font-size: var(--font-xs-size);
  line-height: var(--general-line-height); }

.hollow-text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor; }

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .container--no-padding {
    padding: 0; }
  .container--full {
    max-width: 100% !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.scrollbar-hidden {
  overflow: -moz-scrollbars-none; }
  .scrollbar-hidden::-webkit-scrollbar {
    width: 0 !important; }

.cus-select {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .cus-select:after {
    position: absolute;
    inset: 0 0.125em 0 auto;
    content: "\25bc";
    margin-left: auto;
    font-size: 0.625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cus-select__box {
    position: relative;
    padding: 0.25em 0.125em;
    gap: 0.75em;
    width: 100%;
    cursor: pointer; }
  .cus-select > select {
    position: absolute;
    z-index: 1;
    inset: 0;
    opacity: 0 !important;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-height: 100%; }

.field-style {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: var(--font-base-size);
  line-height: var(--general-line-height);
  font-size: 1em;
  background-color: transparent;
  gap: 1em;
  padding: 0.5em 0.125em 0.375em;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
  border-bottom: 1px solid;
  outline: none !important;
  line-height: 1.125; }

.accordion {
  position: relative; }
  .accordion__btn {
    cursor: pointer; }
  .accordion__body {
    display: none; }
  .accordion--absolute .accordion__body {
    position: absolute;
    top: calc(100% + 6px); }

.to-main-content {
  position: fixed;
  top: 0.75rem;
  left: 50vw;
  z-index: 999;
  border-radius: 5px;
  color: #222;
  background-color: #fff;
  padding: 0.125rem 1.5rem 0.375rem;
  border: 1px solid;
  line-height: 1;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.1), 4px 4px 4px rgba(0, 0, 0, 0.1), -2px -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.1), 4px 4px 4px rgba(0, 0, 0, 0.1), -2px -2px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .to-main-content:not(:focus) {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%); }
  .to-main-content span {
    font-size: 0.75rem; }

.loader,
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
@-webkit-keyframes Rota360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes Rota360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader .icon, .preloader .icon {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2em;
            flex: 0 0 2em;
    border-radius: 999px;
    aspect-ratio: 1;
    overflow: hidden;
    outline: 4px solid var(--theme-main-color);
    outline-offset: -5px;
    -webkit-animation: Rota360 1s ease;
            animation: Rota360 1s ease;
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 100% 100%, 100% 50%, 0 50%);
            clip-path: polygon(0 0, 50% 0, 50% 100%, 100% 100%, 100% 50%, 0 50%); }
    .loader .icon:before,
    .preloader .icon:before {
      content: "";
      position: absolute;
      inset: 3px;
      border-radius: 999px;
      border: 1px solid var(--theme-bg-color);
      z-index: 2; }
    body.loading .loader .icon,
    body.loading .preloader .icon {
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }

.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: var(--theme-bg-color);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }
  body:not(.loading) .preloader {
    opacity: 0 !important;
    pointer-events: none !important; }

.btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625em 1em; }
  .btn-row--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.responsive-table {
  overflow: auto;
  max-width: 100%; }
  .responsive-table table {
    margin: 0; }

.media-holder {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .media-holder > img,
  .media-holder > video,
  .media-holder > iframe,
  .media-holder .media-holder__body {
    position: absolute;
    inset: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .media-holder--contain > img,
  .media-holder--contain > video {
    -o-object-fit: contain;
       object-fit: contain; }
  .media-holder--auto > img,
  .media-holder--auto > video {
    position: static;
    inset: auto; }
  .media-holder--1 {
    aspect-ratio: 1; }
  .media-holder--wide {
    aspect-ratio: 1.7777777778; }
  .media-holder--u-wide {
    aspect-ratio: 2.3333333333; }

.common-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -webkit-transition: var(--color-transition);
  transition: var(--color-transition); }
  .common-popup:not(.active) {
    display: none;
    background-color: transparent; }
  .common-popup__backdrop {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: var(--theme-main-color)22;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); }
  .common-popup__container {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: var(--popup-mt) var(--popup-mx) var(--popup-mb); }
  .common-popup__wrapper {
    position: relative;
    max-height: 100%;
    max-width: 1100px;
    -webkit-transition: var(--common-transition);
    transition: var(--common-transition);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    z-index: 2;
    background-color: var(--theme-bg-color); }
    .common-popup:not(.active) .common-popup__wrapper {
      -webkit-transform: scale(0.86);
              transform: scale(0.86);
      opacity: 0;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
  .common-popup__body, .common-popup__media {
    max-height: calc(100vh - var(--popup-mt) - var(--popup-mb)); }
  .common-popup__body {
    position: relative;
    width: 100%;
    overflow: auto; }
  .common-popup__close-btn {
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    cursor: pointer;
    color: var(--theme-sec-color); }
    @media (max-width: 767.98px) {
      .common-popup__close-btn {
        font-size: 0.8552631579em;
        right: 20px; } }
    .common-popup__close-btn:hover {
      color: var(--theme-thi-color); }
    .common-popup__close-btn .icon {
      font-size: 1.625em; }
    .common-popup__close-btn span {
      display: inline-block; }
    .common-popup__wrapper > .common-popup__close-btn {
      top: -2.375em;
      right: 0; }
    .common-popup:not(.active) .common-popup__close-btn {
      opacity: 0;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
  .common-popup[data-mode="mp4"] .common-popup__wrapper {
    width: 100%;
    height: auto;
    max-height: 100%; }
    .common-popup[data-mode="mp4"] .common-popup__wrapper video {
      display: block;
      width: 100%;
      max-width: 100%;
      max-height: 100%;
      background-color: #000; }
  .common-popup[data-mode="youtube"] .common-popup__wrapper {
    width: 100%; }
  .common-popup[data-mode="youtube"] .media-holder {
    position: relative;
    width: 1280px;
    max-width: 100%; }
  .common-popup[data-mode="iframe"] .common-popup__wrapper {
    width: 1440px;
    max-width: 100%; }

.inview-grp__item {
  -webkit-transition: var(--common-transition);
  transition: var(--common-transition); }
  .inview-grp.js-inview:not(.viewed) .inview-grp__item, .inview-grp.js-inoutview:not(.viewing) .inview-grp__item {
    opacity: 0;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important; }
  .inview-grp.js-inview:not(.viewed)[data-animate="fadeInUp"] .inview-grp__item, .inview-grp.js-inoutview:not(.viewing)[data-animate="fadeInUp"] .inview-grp__item {
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem); }
  .inview-grp.js-inview:not(.viewed)[data-animate="fadeInRight"] .inview-grp__item, .inview-grp.js-inoutview:not(.viewing)[data-animate="fadeInRight"] .inview-grp__item {
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem); }
  .inview-grp.js-inview:not(.viewed)[data-animate="fadeInLeft"] .inview-grp__item, .inview-grp.js-inoutview:not(.viewing)[data-animate="fadeInLeft"] .inview-grp__item {
    -webkit-transform: translateX(-4rem);
            transform: translateX(-4rem); }
  .inview-grp.js-inview:not(.viewed)[data-animate="zoomIn"] .inview-grp__item, .inview-grp.js-inoutview:not(.viewing)[data-animate="zoomIn"] .inview-grp__item {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(1), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(1) {
    -webkit-transition-delay: 260ms;
            transition-delay: 260ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(2), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(2) {
    -webkit-transition-delay: 320ms;
            transition-delay: 320ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(3), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(3) {
    -webkit-transition-delay: 380ms;
            transition-delay: 380ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(4), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(4) {
    -webkit-transition-delay: 440ms;
            transition-delay: 440ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(5), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(5) {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(6), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(6) {
    -webkit-transition-delay: 560ms;
            transition-delay: 560ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(7), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(7) {
    -webkit-transition-delay: 620ms;
            transition-delay: 620ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(8), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(8) {
    -webkit-transition-delay: 680ms;
            transition-delay: 680ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(9), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(9) {
    -webkit-transition-delay: 740ms;
            transition-delay: 740ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(10), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(10) {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(11), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(11) {
    -webkit-transition-delay: 860ms;
            transition-delay: 860ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(12), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(12) {
    -webkit-transition-delay: 920ms;
            transition-delay: 920ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(13), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(13) {
    -webkit-transition-delay: 980ms;
            transition-delay: 980ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(14), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(14) {
    -webkit-transition-delay: 1040ms;
            transition-delay: 1040ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(15), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(15) {
    -webkit-transition-delay: 1100ms;
            transition-delay: 1100ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(16), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(16) {
    -webkit-transition-delay: 1160ms;
            transition-delay: 1160ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(17), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(17) {
    -webkit-transition-delay: 1220ms;
            transition-delay: 1220ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(18), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(18) {
    -webkit-transition-delay: 1280ms;
            transition-delay: 1280ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(19), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(19) {
    -webkit-transition-delay: 1340ms;
            transition-delay: 1340ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(20), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(20) {
    -webkit-transition-delay: 1400ms;
            transition-delay: 1400ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(21), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(21) {
    -webkit-transition-delay: 1460ms;
            transition-delay: 1460ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(22), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(22) {
    -webkit-transition-delay: 1520ms;
            transition-delay: 1520ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(23), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(23) {
    -webkit-transition-delay: 1580ms;
            transition-delay: 1580ms; }
  .inview-grp.js-inview.viewed .inview-grp__item:nth-child(24), .inview-grp.js-inoutview.viewing .inview-grp__item:nth-child(24) {
    -webkit-transition-delay: 1640ms;
            transition-delay: 1640ms; }

body {
  padding-top: 85px; }
  @media (max-width: 575.98px) {
    body {
      padding-top: 60px; } }

address {
  font-style: normal; }

html.freeze,
body.freeze {
  height: 100dvh;
  overflow: hidden; }

.btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .btn-row--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.btn {
  position: relative;
  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;
  padding: 0.75em 1.375em;
  border-radius: 24px;
  cursor: pointer;
  text-decoration: none; }
  @media (min-width: 576px) {
    .btn {
      padding: 1.25em 2.1875em; } }
  .btn span {
    font-size: var(--font-base-size);
    line-height: var(--general-line-height);
    position: relative;
    letter-spacing: 0.02em;
    line-height: 0.825;
    font-weight: 600;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 767.98px) {
      .btn span {
        font-size: 0.85em; } }
    .btn span .flex-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0.3125em;
      font-size: 1em;
      white-space: nowrap; }
      .btn span .flex-content img {
        width: 1em;
        margin-left: 0; }
  .btn .icon {
    aspect-ratio: 1;
    line-height: 1; }
  .btn--solid {
    background-color: var(--theme-main-color);
    color: #fff; }
    .btn--solid:hover {
      background-color: #9dc907; }
    .btn--solid span {
      color: #fff; }
  .btn--go img {
    width: 1.5em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5em;
            flex: 0 0 1.5em;
    margin-left: 1.25em; }

.heading__title {
  font-size: 3.125em;
  letter-spacing: 0.025em;
  line-height: 1.2;
  font-weight: 700;
  color: var(--theme-main-color);
  max-width: 976px; }
  @media (max-width: 767.98px) {
    .heading__title {
      font-size: 2.25em; } }
.heading__desc {
  max-width: 600px;
  line-height: 1.5555555556;
  font-weight: 500; }
  @media (min-width: 768px) {
    .heading__desc {
      font-size: 1.125em; } }
  .heading__title + .heading__desc {
    margin-top: 1.6666666667em; }
.heading--center {
  text-align: center; }
  .heading--center .heading__title,
  .heading--center .heading__desc {
    margin-left: auto;
    margin-right: auto; }

.media-holder--r18, .media-holder-r18 {
  border-radius: 18px; }
.media-holder--r20, .media-holder-r20 {
  border-radius: 20px; }
.media-holder--r24, .media-holder-r24 {
  border-radius: 24px; }

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 15;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear; }
  body[data-menu-active="true"] .header {
    background-color: transparent; }
  body:not([data-at="top"])[data-menu-active="false"] .header {
    -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.1), 4px 4px 4px rgba(0, 0, 0, 0.1), -2px -2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.1), 4px 4px 4px rgba(0, 0, 0, 0.1), -2px -2px 6px rgba(0, 0, 0, 0.1); }
  .header__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.625em 0;
    height: 85px; }
    @media (max-width: 575.98px) {
      .header__row {
        padding: 0.625em 0;
        height: 60px; } }
  .header__logo {
    margin-right: 1.875em;
    width: auto;
    max-width: 260px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    body[data-menu-active="true"] .header__logo {
      opacity: 0;
      pointer-events: none; }
    @media (max-width: 575.98px) {
      .header__logo {
        max-width: 240px; } }
    .header__logo img {
      width: 100%;
      height: auto; }
    body.menu-opened .header__logo {
      opacity: 0; }
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1.875em;
    gap: 1.25em; }
    @media (min-width: 1200px) {
      .header__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 260px;
                flex: 0 1 260px; } }
  .header__button {
    display: block; }
    @media (max-width: 991.98px) {
      .header__button {
        display: none; } }
  .header__lang {
    position: relative; }
  .header__lang-dropdown {
    position: absolute;
    top: 120%;
    left: 50%;
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 20; }
    .header__lang-dropdown ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .header__lang-dropdown ul li {
        margin: 5px 0; }
        .header__lang-dropdown ul li a {
          text-decoration: none;
          color: #000; }
          .header__lang-dropdown ul li a:hover {
            color: var(--theme-main-color); }
  .header__lang-active {
    display: block; }
  .header__btn-menu {
    position: relative;
    display: none;
    width: 30px;
    height: 30px; }
    @media (max-width: 1199.98px) {
      .header__btn-menu {
        display: block; } }
    .header__btn-menu .icon-bar {
      position: relative;
      display: block;
      width: 30px;
      height: 2px;
      background-color: var(--theme-main-color);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .header__btn-menu .icon-bar:not(:first-child) {
        margin-top: 8px; }
    body[data-menu-active="true"] .header__btn-menu .icon-bar {
      width: 38px; }
      body[data-menu-active="true"] .header__btn-menu .icon-bar:nth-child(1) {
        -webkit-transform: translateX(20%) translateY(-3px) rotate(45deg);
                transform: translateX(20%) translateY(-3px) rotate(45deg);
        -webkit-transform-origin: top left;
                transform-origin: top left; }
      body[data-menu-active="true"] .header__btn-menu .icon-bar:nth-child(2) {
        opacity: 0; }
      body[data-menu-active="true"] .header__btn-menu .icon-bar:nth-child(3) {
        -webkit-transform: translateX(20%) translateY(3px) rotate(-45deg);
                transform: translateX(20%) translateY(3px) rotate(-45deg);
        -webkit-transform-origin: bottom left;
                transform-origin: bottom left; }
  .header .btn--solid {
    padding: 24px 30px;
    white-space: nowrap; }
    @media (max-width: 575.98px) {
      .header .btn--solid {
        display: none; } }
    body[data-menu-active="true"] .header .btn--solid {
      display: none; }
    .header .btn--solid span {
      font-size: 0.875em; }
  .header__search {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .header__search.active {
      opacity: 0.5; }
  .header__search-box {
    position: absolute;
    top: 5.3125em;
    right: 0;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    background-color: var(--theme-main-color);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px; }
    @media (max-width: 991.98px) {
      .header__search-box {
        display: none; } }
  .header .error-message {
    display: none;
    margin-top: 8px;
    margin-left: 15px;
    font-size: 14px;
    color: white; }

.search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  /* Adjust width as needed */
  height: 53px;
  /* Adjust height as needed */
  background-color: var(--theme-main-color);
  /* Green background similar to the image */
  border-radius: 25px;
  /* Rounded corners */
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Optional: subtle shadow for depth */ }

.search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  padding: 0 15px;
  height: 100%;
  background: white;
  /* White input background */
  font-size: 16px;
  color: #333;
  border-radius: 0; }

.search-input::-webkit-input-placeholder {
  color: #999;
  /* Placeholder text color */
  font-style: italic; }

.search-input:-ms-input-placeholder {
  color: #999;
  /* Placeholder text color */
  font-style: italic; }

.search-input::-ms-input-placeholder {
  color: #999;
  /* Placeholder text color */
  font-style: italic; }

.search-input::placeholder {
  color: #999;
  /* Placeholder text color */
  font-style: italic; }

.search-button {
  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;
  padding-right: 15px;
  height: 100%;
  background: #fff;
  border: none;
  outline: none;
  cursor: pointer; }
  .search-button img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .search-button img:hover {
      opacity: 0.5; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8125em;
  z-index: 50; }
  @media (max-width: 1199.98px) {
    .menu {
      display: none; } }
  .menu__item {
    position: relative;
    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;
    max-width: 9.875rem;
    min-width: 4.4rem; }
  .menu__title {
    text-align: center;
    font-weight: 600;
    font-size: 0.875em;
    text-transform: uppercase; }
    .menu__title--active {
      color: var(--theme-main-color); }
  .menu__submenu {
    position: absolute;
    top: 100%;
    left: -1.25em;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 2em 1.25em 1.25em;
    width: 120%;
    min-width: 12em;
    gap: 1.25em;
    font-size: 0.875em;
    background-color: #fff; }
    .menu__submenu a {
      font-weight: 500; }
      .menu__submenu a:hover {
        color: #9dc907; }
  .menu__item:has(.menu__submenu):hover .menu__submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.mobile-menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 110px 25px;
  height: 100svh;
  background-color: #fff;
  opacity: 0;
  overflow-y: auto;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 11;
  inset: 0; }
  .mobile-menu.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .mobile-menu.inactive {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .mobile-menu-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .mobile-menu-group:not(:first-child) {
      margin-top: 40px; }
  .mobile-menu__title {
    font-size: 1em;
    text-align: center;
    color: var(--theme-main-color);
    text-transform: uppercase;
    font-weight: 500; }
    .mobile-menu__title br {
      display: none !important; }
  .mobile-menu__submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    gap: 10px;
    text-align: center; }
  .mobile-menu__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    gap: 10px;
    text-align: center; }
    .mobile-menu__bottom .btn--solid {
      padding: 25px 35px; }
    .mobile-menu__bottom .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      gap: 15px; }
      .mobile-menu__bottom .row:not(:first-child) {
        margin-top: 10px; }
  .mobile-menu__search-box .error-message {
    display: none;
    margin-top: 8px;
    font-size: 12px; }
  .mobile-menu .search-container {
    border: 1px solid var(--theme-main-color);
    width: 100%;
    max-width: 300px;
    height: 40px; }
    .mobile-menu .search-container .search-button img {
      max-width: 75%; }

.footer {
  position: relative;
  background-color: #fff;
  z-index: 5; }
  .footer .slogan {
    padding: 45px 0;
    font-size: 4.5vw;
    font-weight: bold;
    color: #9dc907;
    line-height: 1; }
    @media (min-width: 1440px) {
      .footer .slogan {
        font-size: 64px; } }
    @media (max-width: 767.98px) {
      .footer .slogan {
        padding: 24px 0;
        font-size: calc(16px + 3vw); } }
    .footer .slogan span {
      color: #518e50; }
  .footer .splitter {
    border-bottom: 1px solid var(--theme-main-color); }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    font-size: 0.875em; }
  .footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer .row:nth-child(2) {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media (max-width: 991.98px) {
        .footer .row:nth-child(2) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          margin-top: 30px; } }
  .footer .logo {
    margin-right: 30px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 258px; }
    @media (max-width: 1199.98px) {
      .footer .logo {
        max-width: 140px; } }
  .footer address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    max-width: 320px;
    gap: 0.625em; }
    .footer address > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer address img {
      margin-right: 10px;
      width: 18px; }
  .footer__sitemaps-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 0;
    margin-left: auto; }
  .footer__sitemaps {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px; }
    @media (max-width: 1199.98px) {
      .footer__sitemaps {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .footer__sitemaps .column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      width: 100%;
      max-width: 140px; }
      @media (max-width: 1199.98px) {
        .footer__sitemaps .column {
          width: 100%;
          max-width: 48%; } }
      @media (max-width: 575.98px) {
        .footer__sitemaps .column {
          width: 100%;
          max-width: 100%; } }
      .footer__sitemaps .column__title {
        font-weight: bold;
        text-transform: uppercase;
        color: var(--theme-main-color); }
      .footer__sitemaps .column ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        margin-top: 0.625em;
        gap: 0.625em;
        list-style: none;
        padding-left: 0; }
        @media (max-width: 575.98px) {
          .footer__sitemaps .column ul {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-flow: row wrap;
                    flex-flow: row wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        .footer__sitemaps .column ul li {
          width: 100%; }
          @media (max-width: 575.98px) {
            .footer__sitemaps .column ul li {
              width: 48%; } }
  .footer__other-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 0.625em;
    font-size: 0.75em; }
    @media (max-width: 991.98px) {
      .footer__other-links {
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      .footer__other-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        width: 100%; } }
    .footer__other-links .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 575.98px) {
        .footer__other-links .right {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: start; } }
      .footer__other-links .right a {
        padding: 0 0.625em;
        padding-right: 0.625em;
        padding-left: 0.625em;
        border-left: 1px solid #000; }
        @media (max-width: 575.98px) {
          .footer__other-links .right a {
            padding: 0.125em 0;
            border: 0; } }
  @media (max-width: 767.98px) {
    .footer .column__title br {
      display: none; } }

.cookies-alert {
  position: fixed;
  inset: auto 1rem 1rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: var(--common-transition);
  transition: var(--common-transition);
  color: var(--theme-main-color);
  pointer-events: none; }
  .cookies-alert:not(.active) {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  .cookies-alert__container {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-color: var(--theme-bg-color);
    -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.1), 4px 4px 4px rgba(0, 0, 0, 0.1), -2px -2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.1), 4px 4px 4px rgba(0, 0, 0, 0.1), -2px -2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    pointer-events: all; }
    .cookies-alert:not(.active) .cookies-alert__container {
      pointer-events: none; }
  .cookies-alert__body a {
    text-decoration: underline; }
  .cookies-alert__btn-row {
    margin-top: var(--p-space);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cookies-alert__btn-row .btn {
      min-width: 7.5em;
      text-align: center; }

.card {
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card__thumbnail {
    aspect-ratio: 4.6/3; }
  .card__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.875em; }
    @media (max-width: 767.98px) {
      .card__body {
        padding: 0.75em 1.25em 1.25em; } }
  .card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 1.25em; }
    @media (max-width: 767.98px) {
      .card__info {
        margin-bottom: 0.75em; } }
  .card__date {
    font-size: 0.875em;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-top: 0.4285714286em;
    text-align: right;
    white-space: nowrap;
    margin-left: 1em; }
    @media (max-width: 767.98px) {
      .card__date {
        font-size: 0.625em;
        margin-bottom: 0.5em;
        text-align: right;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80px;
                flex: 0 0 80px; } }
  .card__tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625em; }
    .card__tag-list span {
      font-weight: 700;
      letter-spacing: 0.06em;
      font-size: 0.75em;
      color: #fff;
      background-color: #9dc907;
      border-radius: 999px;
      text-transform: uppercase;
      padding: 0.4166666667em 1em 0.5em;
      line-height: 1; }
      @media (max-width: 767.98px) {
        .card__tag-list span {
          font-size: 0.625em; } }
  .card__title {
    font-size: 1.75em;
    font-weight: 500;
    line-height: 1.3571428571;
    margin-bottom: auto;
    color: #2d9842; }
    @media (max-width: 767.98px) {
      .card__title {
        font-size: 1.25em; } }
  .card__desc {
    margin-top: 1.25em;
    font-weight: 500; }
    @media (min-width: 768px) {
      .card__desc {
        font-size: 1.125em; } }
    .card__desc a {
      text-decoration: underline; }
      .card__desc a:hover {
        color: var(--theme-main-color); }
  .card__btn-row {
    margin-top: 1.25em; }

.dual-card {
  background-color: #fff;
  color: var(--theme-base-color);
  border-radius: 20px;
  padding: 1.25em 1.25em 3.125em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 768px) {
    .dual-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 2.25em;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      padding: 3.75em 3.75em 5em 3.75em; } }
  .dual-card__thumbnail, .dual-card__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1.125em);
            flex: 0 0 calc(50% - 1.125em); }
  .dual-card__thumbnail.media-holder {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    aspect-ratio: 2/1; }
    .dual-card__thumbnail.media-holder .static {
      aspect-ratio: 4.6 / 3; }
      .dual-card__thumbnail.media-holder .static img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .dual-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    scrollbar-width: thin;
    scrollbar-color: white transparent; }
    @media (max-width: 767.98px) {
      .dual-card__body {
        margin-top: 0.75em; } }
    .dual-card__body > *:last-child {
      margin-bottom: 0; }
  .dual-card__title {
    font-size: 3.125em;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1;
    margin-bottom: 0.2em;
    color: #9dc907; }
    @media (max-width: 767.98px) {
      .dual-card__title {
        font-size: 2.0625em; } }
  .dual-card__subtitle {
    font-size: var(--font-lg-size);
    line-height: 1.3571428571;
    font-weight: 500;
    color: #3e8860; }
  .dual-card__desc {
    letter-spacing: 0.02em;
    font-weight: 500;
    margin: 1.6666666667em 0em 2.2222222222em; }
    @media (min-width: 768px) {
      .dual-card__desc {
        font-size: 1.125em; } }
  .dual-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 0.75em; }
    @media (min-width: 768px) {
      .dual-card__info {
        margin-bottom: 1.25em; } }
  .dual-card__date {
    font-size: 0.875em;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
    margin-left: 0.625em; }
    @media (max-width: 767.98px) {
      .dual-card__date {
        font-size: 0.625em;
        margin-bottom: 0.5em;
        text-align: right; } }
  .dual-card__tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625em; }
    .dual-card__tag-list span {
      font-weight: 700;
      letter-spacing: 0.06em;
      font-size: 0.75em;
      color: #fff;
      background-color: #9dc907;
      border-radius: 999px;
      text-transform: uppercase;
      padding: 0.4166666667em 1em 0.5em;
      line-height: 1; }
      @media (max-width: 767.98px) {
        .dual-card__tag-list span {
          font-size: 0.625em; } }
  .dual-card--news .dual-card__title, .dual-card--wide .dual-card__title {
    font-size: 2.5em; }
    @media (max-width: 767.98px) {
      .dual-card--news .dual-card__title, .dual-card--wide .dual-card__title {
        font-size: 1.5em; } }
  .dual-card--news .dual-card__desc, .dual-card--wide .dual-card__desc {
    font-size: 1em; }
    @media (max-width: 767.98px) {
      .dual-card--news .dual-card__desc, .dual-card--wide .dual-card__desc {
        font-size: 0.875em;
        margin: 1em 0em; } }
  @media (max-width: 767.98px) {
    .dual-card--news .dual-card__btn-row, .dual-card--wide .dual-card__btn-row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .dual-card--wide .dual-card__body, .dual-card--wide .dual-card__thumbnail {
    aspect-ratio: 606/390; }
  .dual-card--wide .dual-card__body {
    overflow: auto; }
    @media (min-width: 768px) {
      .dual-card--wide .dual-card__body {
        aspect-ratio: 606/510; } }

.one-highlight__heading {
  margin-bottom: 3.75em; }
  @media (max-width: 767.98px) {
    .one-highlight__heading {
      margin-bottom: 1.875em; } }
.one-highlight--solid {
  background-color: var(--theme-sec-color);
  color: #fff; }
  .one-highlight--solid .heading__title {
    color: #fff; }
.one-highlight--box-inside {
  padding: 2.5em 1.25em 1.5625em;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px; }
  @media (min-width: 768px) {
    .one-highlight--box-inside {
      padding: 3.75em 1.5625em 1.5625em; } }
  .one-highlight--box-inside .one-highlight__container {
    padding: 0; }

.intro-dual {
  overflow: hidden;
  position: relative;
  background-color: var(--theme-bg-color); }
  @media (min-width: 1200px) {
    .intro-dual {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
              clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
      clip: rect(0, auto, auto, 0); } }
  @media (min-width: 992px) {
    .intro-dual__container {
      padding: 0 !important; } }
  .intro-dual__sticky {
    background-color: var(--theme-bg-color); }
    @media (min-width: 1200px) {
      .intro-dual__sticky {
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
  .intro-dual__sticky-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 992px) {
      .intro-dual__sticky-body {
        gap: 1.875em;
        padding: 105px 80px 20px;
        height: 100vh; } }
    @media (max-width: 991.98px) {
      .intro-dual__sticky-body {
        gap: 1.25em;
        padding: 50px 20px;
        min-height: 350px; } }
    @media (max-width: 767.98px) {
      .intro-dual__sticky-body {
        text-align: center; } }
  .intro-dual__title {
    font-size: var(--font-xl-size);
    line-height: 1.2777777778;
    font-weight: bold;
    color: var(--theme-main-color); }
  .intro-dual__desc {
    font-weight: 500;
    line-height: 1.5; }
    @media (min-width: 992px) {
      .intro-dual__desc {
        font-size: 1.25em; } }
  .intro-dual__row {
    background-color: #fff;
    padding: 2.5em 0em;
    counter-reset: itemIndex;
    width: 100%; }
    @media (min-width: 768px) {
      .intro-dual__row--inner {
        padding: 5em 0em; } }
  .intro-dual__item {
    counter-increment: itemIndex; }
    @media (min-width: 992px) {
      .intro-dual__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 50px);
        gap: 20px; }
        .intro-dual__item:nth-child(odd) {
          margin-left: auto; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .intro-dual__item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

  .intro-dual__item-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.7611940299%;
            flex: 0 0 47.7611940299%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25em; }
    @media (max-width: 991.98px) {
      .intro-dual__item-body {
        gap: 0.625em; } }
  .intro-dual__item-index {
    width: 3em;
    height: 2em;
    font-size: 0.75em;
    line-height: 1;
    border-radius: 999px;
    background-color: #9dc907;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .intro-dual__item-index:before {
      content: "0" counter(itemIndex); }
  .intro-dual__item-title {
    font-size: var(--font-lg-size);
    line-height: 1.3571428571;
    font-weight: 500;
    color: var(--theme-main-color); }
  .intro-dual__item-desc {
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.5; }
  .intro-dual__item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(52.2388059701% - 20px);
            flex: 0 0 calc(52.2388059701% - 20px); }
    @media (max-width: 991.98px) {
      .intro-dual__item:nth-child(odd) .intro-dual__item-img {
        margin-right: -20px; }
        .intro-dual__item:nth-child(odd) .intro-dual__item-img img {
          margin-left: auto; }
      .intro-dual__item:nth-child(even) .intro-dual__item-img {
        margin-left: -20px; } }
    .intro-dual__item-img img {
      margin: 0 auto; }
      @media (max-width: 991.98px) {
        .intro-dual__item-img img {
          max-width: 280px;
          margin: 20px auto 42px; } }
    @media (max-width: 991.98px) {
      .intro-dual__item-img.intro-dual__item-img--no-max-w img {
        max-width: 100%; } }
  .intro-dual .btn-row {
    padding-top: 0.625em; }
  .intro-dual .page-anchor {
    position: absolute;
    top: 0;
    width: 100%; }
  .intro-dual.intro-dual--pattern-2 .intro-dual__sticky {
    background-color: var(--theme-thi-color);
    content: "3n+2"; }
  .intro-dual.intro-dual--pattern-3 .intro-dual__sticky {
    color: #fff;
    background-color: var(--theme-main-color);
    content: "3n"; }
  .intro-dual.intro-dual--pattern-3 .intro-dual__title {
    color: #fff; }
  .intro-dual--inner {
    background-color: #fff; }
    @media (max-width: 767.98px) {
      .intro-dual--inner {
        text-align: center; }
        .intro-dual--inner:nth-of-type(2) {
          border-top: 1px solid var(--theme-main-color); } }
    .intro-dual--inner:nth-of-type(n + 2) {
      border-bottom: 1px solid var(--theme-main-color); }
    @media (min-width: 768px) {
      .intro-dual--inner .intro-dual__item + .intro-dual__item {
        margin-top: 5em; } }
    @media (max-width: 767.98px) {
      .intro-dual--inner .intro-dual__item-index {
        margin: auto; } }
    @media (max-width: 767.98px) {
      .intro-dual--inner .intro-dual__item-img:not(.intro-dual__item-img--no-max-w) {
        margin-left: auto !important;
        margin-right: auto !important; } }
    @media (max-width: 767.98px) {
      .intro-dual--inner .intro-dual__item-img img {
        margin: 20px auto 42px; } }

.relative {
  position: relative; }

@keyframes Rota360 {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.page-anchor {
  translate: 0 -85px; }
  @media (max-width: 575.98px) {
    .page-anchor {
      translate: 0 -60px; } }
