@layer ww-style-reset, ww-style-component, ww-style-core, ww-style-library, ww-style-section, ww-style-element, ww-style-layout-override, ww-style-runtime;
@property --ww-content-ww-text-color {
  syntax: "*";
  inherits: false;
}
@property --ww-style-background-color {
  syntax: "*";
  inherits: false;
}
@property --ww-style-width {
  syntax: "*";
  inherits: false;
}
@property --ww-style-background-image {
  syntax: "*";
  inherits: false;
}
@property --ww-style-border {
  syntax: "*";
  inherits: false;
}
@property --ww-style-border-bottom {
  syntax: "*";
  inherits: false;
}
@property --ww-style-cursor {
  syntax: "*";
  inherits: false;
}
@property --ww-style-max-width {
  syntax: "*";
  inherits: false;
}
@property --ww-content-ww-text-font-size {
  syntax: "*";
  inherits: false;
}
@property --ww-content-ww-grid-columns {
  syntax: "*";
  inherits: false;
}
@property --ww-content-ww-layout-justify-content {
  syntax: "*";
  inherits: false;
}
@property --ww-style-opacity {
  syntax: "*";
  inherits: false;
}
@property --ww-style-height {
  syntax: "*";
  inherits: false;
}
@property --ww-content-ww-layout-flex-direction-as-authored {
  syntax: "*";
  inherits: false;
}
@property --ww-content-ww-layout-flex-direction-column-forward {
  syntax: "*";
  inherits: false;
}
@property --ww-content-ww-layout-flex-direction-row-forward {
  syntax: "*";
  inherits: false;
}
@property --ww-content-ww-layout-flex-direction-column-reverse {
  syntax: "*";
  inherits: false;
}
@property --ww-content-ww-layout-flex-direction-row-reverse {
  syntax: "*";
  inherits: false;
}
@property --ww-content-ww-layout-flex-wrap-column {
  syntax: "*";
  inherits: false;
}
@property --ww-style-padding {
  syntax: "*";
  inherits: false;
}
@property --ww-style-border-radius {
  syntax: "*";
  inherits: false;
}
@property --ww-content-ww-text-font {
  syntax: "*";
  inherits: false;
}
@property --ww-style-box-shadow {
  syntax: "*";
  inherits: false;
}
@property --ww-style-min-height {
  syntax: "*";
  inherits: false;
}
@property --ww-style-border-left {
  syntax: "*";
  inherits: false;
}
@property --ww-style-transform {
  syntax: "*";
  inherits: false;
}
@property --ww-style-min-width {
  syntax: "*";
  inherits: false;
}
@property --ww-style-border-top {
  syntax: "*";
  inherits: false;
}
@property --ww-style-display {
  syntax: "*";
  inherits: false;
}
@property --ww-content-flex-direction-layout-flex {
  syntax: "*";
  inherits: false;
}
@property --ww-content-flex-wrap-layout-flex {
  syntax: "*";
  inherits: false;
}
@property --ww-content-ww-text-line-height {
  syntax: "*";
  inherits: false;
}
@property --ww-style-animation-play-state {
  syntax: "*";
  inherits: false;
}
@property --ww-style-bottom {
  syntax: "*";
  inherits: false;
}
@property --ww-style-top-positioned-fallback {
  syntax: "*";
  inherits: false;
}
@property --ww-style-pointer-events {
  syntax: "*";
  inherits: false;
}
@layer ww-style-library {
  @layer definition, instance;
  @layer definition {
    @layer normal, custom;
    @layer normal {
      .ww-e-d1VY {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1VY.ww-layout, .ww-e-d1VY [data-ww-ls~="d1VY"] {
        display: flex;
        align-items: center;
        column-gap: 5px;
      }
      .ww-e-d1Vm {
        margin: 20px 0;
        padding: 20px;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 100%;
        max-width: 500px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: #f8f2f0;
        border-radius: 20px;
      }
      .ww-e-d1Vm.ww-layout, .ww-e-d1Vm [data-ww-ls~="d1Vm"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1WA {
        margin: 0;
        padding: .9em 2.8em;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 22px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: var(--ww-content-ww-text-color);
        white-space-collapse: preserve;
        background: var(--ww-style-background-color);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: none;
        border-radius: 80px;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d1WA {
          padding: .9em 2.8em;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1WA {
          padding: .8em 1.8em;
          font-size: 18px;
          font-weight: 600;
        }
      }
      .ww-e-d1PG {
        margin: 0;
        padding: 0 25px;
        z-index: unset;
        align-self: center;
        display: flex;
        width: var(--ww-style-width);
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: #fbf3f4;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1PG {
          padding: 0 10px;
          width: var(--ww-style-width);
        }
      }
      .ww-e-d1PG.ww-layout, .ww-e-d1PG [data-ww-ls~="d1PG"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Pw {
        margin: 0;
        padding: 40px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-image) center center / cover no-repeat scroll, var(--ww-style-background-color);
        border-radius: 5px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Pw {
          padding: 20px;
        }
      }
      .ww-e-d1Pw.ww-layout, .ww-e-d1Pw [data-ww-ls~="d1Pw"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1QR {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: var(--ww-style-border);
      }
      .ww-e-d1QR.ww-layout, .ww-e-d1QR [data-ww-ls~="d1QR"] {
        display: flex;
      }
      .ww-e-d1Qd {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qd.ww-layout, .ww-e-d1Qd [data-ww-ls~="d1Qd"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1NZ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        position: revert-layer;
        inset: revert-layer;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: auto;
      }
      @media (max-width: 991px) {
        .ww-e-d1NZ {
          width: 100%;
        }
      }
      .ww-e-d1NZ.ww-layout, .ww-e-d1NZ [data-ww-ls~="d1NZ"] {
        display: flex;
        flex-flow: wrap;
        align-content: revert-layer;
        gap: 25px;
      }
      .ww-e-d1Yl {
        margin: 0;
        padding: var(--d3c878ba-280d-4a58-b439-dec4f641301e,12px) 0px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-top: 0 none;
        border-bottom: var(--ww-style-border-bottom);
        border-left: 0 none;
        border-right: 0 none;
      }
      .ww-e-d1Yl.ww-layout, .ww-e-d1Yl [data-ww-ls~="d1Yl"] {
        display: flex;
        align-items: center;
        column-gap: 12px;
      }
      .ww-e-d1Wu {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Wu.ww-layout, .ww-e-d1Wu [data-ww-ls~="d1Wu"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1XB {
        margin: 0;
        padding: 0;
        overflow: visible;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: #0000;
      }
      .ww-e-d1XB.ww-layout, .ww-e-d1XB [data-ww-ls~="d1XB"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
      }
      .ww-e-d1XE {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        cursor: var(--ww-style-cursor);
        border-radius: 8px;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1XE:where([data-ww-states~="EwFjn1"]) {
        padding: 8px 16px;
        min-height: 42px;
      }
      .ww-e-d1XE:where([data-ww-states~="nkYzRX"]) {
        padding: 4px 12px;
        min-height: 36px;
      }
      .ww-e-d1XE:where([data-ww-states~="VWC7Zi"]) {
        padding: 4px 8px;
        min-height: 30px;
      }
      .ww-e-d1XE:where([data-ww-states~="x0MOfy"]) {
        color: #fff;
        background-color: var(--c9179837-9d7e-4518-9fa7-8e065db8409d,#0075df);
        border: 1px solid var(--c9179837-9d7e-4518-9fa7-8e065db8409d,#0075df);
      }
      .ww-e-d1XE:where([data-ww-states~="uWM1M4"]) {
        color: var(--1804f5dd-ffbe-4d0f-a18e-7d9af9eb1c8f,#464646);
        background-color: var(--530fd98b-c9ff-4178-8122-dfa61ebd54b2,#f8f8f8);
        border: 1px solid var(--b56a2bd5-4834-484d-8ecb-7760c0ebc14b,#c7c7c7);
      }
      .ww-e-d1XE:where([data-ww-states~="8wmCqV"]) {
        color: #fff;
        background-color: var(--1c7b698e-806f-42aa-87ae-3ca740940b00,#de0030);
        border: 1px solid var(--1c7b698e-806f-42aa-87ae-3ca740940b00,#de0030);
      }
      .ww-e-d1XE:where([data-ww-states~="5wSnTO"]) {
        color: var(--aed66389-4433-45b2-be66-5622e3df32e7,#919191);
        background-color: var(--44df1337-b30d-48d2-9cdf-9c0ce338502e,#e2e2e2);
        border: 1px solid var(--44df1337-b30d-48d2-9cdf-9c0ce338502e,#e2e2e2);
      }
      .ww-e-d1XE:where([data-ww-states~="wCKqjb"]) {
        color: var(--1804f5dd-ffbe-4d0f-a18e-7d9af9eb1c8f,#464646);
        background-color: #0000;
        border: 1px solid #0000;
      }
      .ww-e-d1Ym {
        margin: 0;
        padding: var(--492a9411-1702-4f94-828e-f03daf553237,16px);
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        flex: 0 1 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: 56px;
      }
      .ww-e-d1Ym.ww-layout, .ww-e-d1Ym [data-ww-ls~="d1Ym"] {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
      }
      .ww-e-d1XC {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XC.ww-layout, .ww-e-d1XC [data-ww-ls~="d1XC"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1ZR {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: 150px;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1ZR.ww-layout, .ww-e-d1ZR [data-ww-ls~="d1ZR"] {
        display: flex;
        flex-flow: column;
        align-items: stretch;
      }
      .ww-e-d1W5 {
        margin: 0;
        padding: 19px 24px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: var(--ww-style-max-width, unset);
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: #fff;
        border: 2px solid #0003;
        border-radius: 20px;
      }
      .ww-e-d1W5.ww-layout, .ww-e-d1W5 [data-ww-ls~="d1W5"] {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 16px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1SR {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1SR.ww-layout, .ww-e-d1SR [data-ww-ls~="d1SR"] {
        display: flex;
        align-items: center;
        column-gap: 5px;
      }
      .ww-e-d1SW {
        margin: 0;
        padding: .9em 2.4em;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        text-transform: capitalize;
        white-space-collapse: preserve;
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: 3px solid var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        border-radius: 50px;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 767px) {
        .ww-e-d1SW {
          padding: .5em 2em;
          font-size: 18px;
          border: 2px solid var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        }
      }
      .ww-e-d1MK {
        margin: 0;
        padding: 12px 24px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 500;
        color: #000;
        white-space-collapse: preserve;
        background: var(--ww-style-background-color);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: none;
        border-radius: 24px;
        --ww-element-transition: all 0.2s ease;
      }
      .ww-e-d1MK:where(:hover) {
        background-color: var(--66afe4d2-5aa6-4d6d-a037-2b74c84b1161,#f8f2f0);
        box-shadow: 0 4px 6px #0000001a;
        transform: translateY(-1px);
      }
      .ww-e-d1TQ {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 330px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border-radius: 15px;
      }
      @media (max-width: 767px) {
        .ww-e-d1TQ {
          max-width: 330px;
        }
      }
      .ww-e-d1TQ.ww-layout, .ww-e-d1TQ [data-ww-ls~="d1TQ"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Pz {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Pz.ww-layout, .ww-e-d1Pz [data-ww-ls~="d1Pz"] {
        display: flex;
        align-items: center;
        column-gap: 5px;
      }
      .ww-e-d1Sp {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Sp.ww-layout, .ww-e-d1Sp [data-ww-ls~="d1Sp"] {
        display: flex;
        align-items: center;
        column-gap: 5px;
      }
      .ww-e-d1QY {
        margin: 0;
        padding: 11px 20px 8px;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: 32px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        line-height: 16px;
        font-weight: 600;
        text-align: center;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        text-transform: capitalize;
        white-space-collapse: preserve;
        background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.3s ease;
        border: none;
        border-radius: 24px;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
        --ww-element-transition: all 0.3s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d1QY {
          padding: 11px 24px 8px;
          align-self: center;
          display: flex;
          text-transform: capitalize;
          background-color: #fff;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1QY {
          padding: 11px 12px 8px 14px;
          position: fixed;
          top: 16px;
          right: 24px;
          height: 28px;
          font-size: var(--ww-content-ww-text-font-size);
          text-align: center;
        }
      }
      .ww-e-d1OA {
        margin: 0;
        padding: .8em 2em;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        background-color: #ffdbde;
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: none;
        border-radius: 80px;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d1OA {
          padding: .9em 2.8em;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1OA {
          padding: .8em 1.8em;
          font-size: 18px;
          font-weight: 600;
        }
      }
      .ww-e-d1PL {
        margin: 0;
        padding: .8em 2em;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        background-color: #74322c;
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: none;
        border-radius: 80px;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d1PL {
          padding: .9em 2.8em;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1PL {
          padding: .8em 1.8em;
          font-size: 18px;
          font-weight: 600;
        }
      }
      .ww-e-d1WI {
        margin: 0;
        padding: 30px 30px 40px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 320px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        border-radius: 20px;
      }
      @media (max-width: 767px) {
        .ww-e-d1WI {
          width: revert-layer;
          min-width: unset;
        }
      }
      .ww-e-d1WI.ww-layout, .ww-e-d1WI [data-ww-ls~="d1WI"] {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
        row-gap: 11px;
      }
      .ww-e-d1SZ {
        margin: 0;
        padding: 13px 25px 11px;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: #052742;
        white-space-collapse: preserve;
        background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: none;
        border-radius: 80px;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d1SZ {
          padding: .9em 2.8em;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1SZ {
          padding: .8em 1.2em;
          font-size: 16px;
          font-weight: 600;
        }
      }
      .ww-e-d1SQ {
        margin: 0;
        padding: 11px 20px 8px;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: 32px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 15px;
        font-family: var(--ww-default-font-family);
        line-height: 16px;
        font-weight: 500;
        text-align: center;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        text-transform: capitalize;
        white-space-collapse: preserve;
        background-color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.3s ease;
        border: none;
        border-radius: 24px;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
        --ww-element-transition: all 0.3s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d1SQ {
          padding: 11px 24px 8px;
          align-self: center;
          display: flex;
          text-transform: capitalize;
          background-color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1SQ {
          padding: 11px 12px 8px 14px;
          position: fixed;
          top: 16px;
          right: 24px;
          height: 28px;
          font-size: var(--ww-content-ww-text-font-size);
          line-height: 14px;
          font-weight: 800;
          text-align: center;
        }
      }
      .ww-e-d1ST {
        margin: 0;
        padding: 11px 20px 8px;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: 32px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        line-height: 16px;
        font-weight: 600;
        text-align: center;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        text-transform: capitalize;
        white-space-collapse: preserve;
        background-color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.3s ease;
        border: none;
        border-radius: 24px;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
        --ww-element-transition: all 0.3s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d1ST {
          padding: 11px 24px 8px;
          align-self: center;
          display: flex;
          text-transform: capitalize;
          background: var(--ww-style-background-color);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1ST {
          padding: 11px 12px 8px 14px;
          position: fixed;
          top: 16px;
          right: 24px;
          height: 28px;
          font-size: var(--ww-content-ww-text-font-size);
          text-align: center;
        }
      }
      .ww-e-d1Nn {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: grid;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Nn.ww-layout, .ww-e-d1Nn [data-ww-ls~="d1Nn"] {
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Nn.ww-layout, .ww-e-d1Nn [data-ww-ls~="d1Nn"] {
          grid-template-columns: 1fr;
        }
      }
      .ww-e-d1QV {
        margin: 0;
        padding: 32px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: var(--ww-style-max-width, unset);
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: #fff;
        border: 2px solid;
        border-radius: 40px;
      }
      .ww-e-d1QV.ww-layout, .ww-e-d1QV [data-ww-ls~="d1QV"] {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 16px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Q9 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Q9.ww-layout, .ww-e-d1Q9 [data-ww-ls~="d1Q9"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        column-gap: 16px;
        flex-wrap: revert-layer;
      }
      @media (max-width: 767px) {
        .ww-e-d1Q9.ww-layout, .ww-e-d1Q9 [data-ww-ls~="d1Q9"] {
          align-content: revert-layer;
          row-gap: 16px;
          flex-wrap: wrap;
        }
      }
      .ww-e-d1QD {
        margin: 0;
        padding: 8px 40px;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: var(--4e8d6f05-630e-4770-940f-3b8695fe64bd,#2F3B651A);
        border-top: 0 none;
        border-bottom: 1px solid #e3e3e3;
        border-left: 0 none;
        border-right: 0 none;
        border-radius: 16px;
      }
      @media (max-width: 767px) {
        .ww-e-d1QD {
          padding: 16px 24px;
        }
      }
      .ww-e-d1Sw {
        margin: 0;
        padding: 16px 24px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 560px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        border: 1px solid;
        border-radius: 20px;
      }
      .ww-e-d1Sw.ww-layout, .ww-e-d1Sw [data-ww-ls~="d1Sw"] {
        display: flex;
        flex-flow: column;
        row-gap: 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1Sw.ww-layout, .ww-e-d1Sw [data-ww-ls~="d1Sw"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Sw.ww-layout, .ww-e-d1Sw [data-ww-ls~="d1Sw"] {
          row-gap: 4px;
        }
      }
      .ww-e-d1TF {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1TF.ww-layout, .ww-e-d1TF [data-ww-ls~="d1TF"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1T2 {
        margin: 0;
        padding: 12px 24px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 500;
        color: #000;
        white-space-collapse: preserve;
        background: var(--ww-style-background-color);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: none;
        border-radius: 24px;
        --ww-element-transition: all 0.2s ease;
      }
      .ww-e-d1T2:where(:hover) {
        background-color: var(--66afe4d2-5aa6-4d6d-a037-2b74c84b1161,#f8f2f0);
        box-shadow: 0 4px 6px #0000001a;
        transform: translateY(-1px);
      }
      .ww-e-d1VI {
        margin: 0;
        padding: .9em 2.4em;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        text-transform: capitalize;
        white-space-collapse: preserve;
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: 3px solid var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        border-radius: 50px;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 767px) {
        .ww-e-d1VI {
          padding: .5em 2em;
          font-size: 18px;
          border: 2px solid var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        }
      }
      .ww-e-d1Vn {
        margin: 0;
        padding: 0;
        overflow: auto;
        z-index: unset;
        align-self: unset;
        display: flex;
        position: revert-layer;
        inset: revert-layer;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: auto;
      }
      @media (max-width: 991px) {
        .ww-e-d1Vn {
          width: 100%;
        }
      }
      .ww-e-d1Vn.ww-layout, .ww-e-d1Vn [data-ww-ls~="d1Vn"] {
        display: flex;
        flex-flow: row;
        align-content: revert-layer;
        gap: 24px;
      }
      .ww-e-d1Wg {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 300px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Wg.ww-layout, .ww-e-d1Wg [data-ww-ls~="d1Wg"] {
        display: flex;
        flex-flow: column;
        row-gap: 8px;
      }
      .ww-e-d1Lz {
        margin: 0;
        padding: 11px 20px 8px;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: 32px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        line-height: 16px;
        font-weight: 600;
        text-align: center;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        text-transform: capitalize;
        white-space-collapse: preserve;
        background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.3s ease;
        border: none;
        border-radius: 40px;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
        --ww-element-transition: all 0.3s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d1Lz {
          padding: 11px 20px 8px;
          align-self: center;
          display: flex;
          font-size: 14px;
          text-transform: capitalize;
          background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Lz {
          padding: 11px 12px 8px 14px;
          position: fixed;
          top: 16px;
          right: 24px;
          height: 28px;
          font-size: var(--ww-content-ww-text-font-size);
          line-height: normal;
          text-align: center;
        }
      }
      .ww-e-d1Md {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: grid;
        position: revert-layer;
        inset: revert-layer;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: auto;
      }
      @media (max-width: 991px) {
        .ww-e-d1Md {
          width: 100%;
        }
      }
      .ww-e-d1Md.ww-layout, .ww-e-d1Md [data-ww-ls~="d1Md"] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 25px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Md.ww-layout, .ww-e-d1Md [data-ww-ls~="d1Md"] {
          grid-template-columns: 1fr;
        }
      }
      .ww-e-d1OD {
        margin: 0;
        padding: .9em 2.4em;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 600;
        color: var(--ww-content-ww-text-color);
        white-space-collapse: preserve;
        background: var(--ww-style-background-color);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: none;
        border-radius: 50px;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 767px) {
        .ww-e-d1OD {
          padding: .6em 1.2em;
          font-size: 14px;
          font-weight: 600;
        }
      }
      .ww-e-d1M0 {
        margin: 0;
        padding: 0 24px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        line-height: 48px;
        font-weight: 600;
        color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        white-space-collapse: preserve;
        background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        cursor: var(--ww-style-cursor);
        border: 1px solid var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        outline: 0px solid var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        border-radius: 32px;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1M0 {
          line-height: 40px;
          color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
          border-radius: 30px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1M0 {
          padding: 3px 24px 0;
          font-weight: 800;
          color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        }
      }
      .ww-e-d1M0:where([data-ww-states~="EwFjn1"]) {
        padding: 8px 16px;
        min-height: 42px;
      }
      .ww-e-d1M0:where([data-ww-states~="nkYzRX"]) {
        padding: 4px 12px;
        min-height: 36px;
      }
      .ww-e-d1M0:where([data-ww-states~="VWC7Zi"]) {
        padding: 4px 8px;
        min-height: 30px;
      }
      .ww-e-d1M0:where([data-ww-states~="x0MOfy"]) {
        color: #fff;
        background-color: var(--c9179837-9d7e-4518-9fa7-8e065db8409d,#0075df);
        border: 1px solid var(--c9179837-9d7e-4518-9fa7-8e065db8409d,#0075df);
      }
      .ww-e-d1M0:where([data-ww-states~="uWM1M4"]) {
        color: var(--1804f5dd-ffbe-4d0f-a18e-7d9af9eb1c8f,#464646);
        background-color: var(--530fd98b-c9ff-4178-8122-dfa61ebd54b2,#f8f8f8);
        border: 1px solid var(--b56a2bd5-4834-484d-8ecb-7760c0ebc14b,#c7c7c7);
      }
      .ww-e-d1M0:where([data-ww-states~="8wmCqV"]) {
        color: #fff;
        background-color: var(--1c7b698e-806f-42aa-87ae-3ca740940b00,#de0030);
        border: 1px solid var(--1c7b698e-806f-42aa-87ae-3ca740940b00,#de0030);
      }
      .ww-e-d1M0:where([data-ww-states~="5wSnTO"]) {
        color: var(--aed66389-4433-45b2-be66-5622e3df32e7,#919191);
        background-color: var(--44df1337-b30d-48d2-9cdf-9c0ce338502e,#e2e2e2);
        border: 1px solid var(--44df1337-b30d-48d2-9cdf-9c0ce338502e,#e2e2e2);
      }
      .ww-e-d1M0:where([data-ww-states~="wCKqjb"]) {
        color: var(--1804f5dd-ffbe-4d0f-a18e-7d9af9eb1c8f,#464646);
        background-color: #0000;
        border: 1px solid #0000;
      }
      .ww-e-d1Ny {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: grid;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ny.ww-layout, .ww-e-d1Ny [data-ww-ls~="d1Ny"] {
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: 1fr;
        grid-template-rows: revert-layer;
        gap: 20px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Ny.ww-layout, .ww-e-d1Ny [data-ww-ls~="d1Ny"] {
          grid-template-columns: 1fr;
        }
      }
      .ww-e-d1M3 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: grid;
        position: revert-layer;
        inset: revert-layer;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: auto;
      }
      @media (max-width: 991px) {
        .ww-e-d1M3 {
          width: 100%;
        }
      }
      .ww-e-d1M3.ww-layout, .ww-e-d1M3 [data-ww-ls~="d1M3"] {
        display: grid;
        grid-template-columns: var(--ww-content-ww-grid-columns);
        row-gap: 25px;
      }
      .ww-e-d1TE {
        margin: 0;
        padding: 0 24px;
        overflow: auto;
        z-index: unset;
        align-self: unset;
        display: flex;
        position: revert-layer;
        inset: revert-layer;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: auto;
      }
      @media (max-width: 991px) {
        .ww-e-d1TE {
          display: flex;
          width: 100%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1TE {
          padding: 0;
          display: flex;
        }
      }
      .ww-e-d1TE.ww-layout, .ww-e-d1TE [data-ww-ls~="d1TE"] {
        display: flex;
        flex-flow: row;
        justify-content: var(--ww-content-ww-layout-justify-content);
        align-items: stretch;
        align-content: revert-layer;
        column-gap: 16px;
      }
      @media (max-width: 991px) {
        .ww-e-d1TE.ww-layout, .ww-e-d1TE [data-ww-ls~="d1TE"] {
          display: flex;
          flex-flow: row;
          justify-content: var(--ww-content-ww-layout-justify-content);
          align-items: stretch;
          align-content: revert-layer;
          column-gap: 16px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1TE.ww-layout, .ww-e-d1TE [data-ww-ls~="d1TE"] {
          display: flex;
          flex-flow: row;
          justify-content: var(--ww-content-ww-layout-justify-content);
          align-items: stretch;
          align-content: revert-layer;
          column-gap: 16px;
        }
      }
      .ww-e-d1Pn {
        margin: 0;
        padding: 8px 16px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: 42px;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 600;
        text-align: center;
        color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        white-space-collapse: preserve;
        background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        cursor: var(--ww-style-cursor);
        border: 0px solid var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        outline: 0px solid var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        border-radius: 20px;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Pn {
          color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Pn {
          font-weight: 800;
          color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        }
      }
      .ww-e-d1Pn:where([data-ww-states~="5wSnTO"]) {
        color: var(--aed66389-4433-45b2-be66-5622e3df32e7,#919191);
        background-color: var(--44df1337-b30d-48d2-9cdf-9c0ce338502e,#e2e2e2);
        border: 1px solid var(--44df1337-b30d-48d2-9cdf-9c0ce338502e,#e2e2e2);
      }
      .ww-e-d1Pn:where([data-ww-states~="8wmCqV"]) {
        color: #fff;
        background-color: var(--1c7b698e-806f-42aa-87ae-3ca740940b00,#de0030);
        border: 1px solid var(--1c7b698e-806f-42aa-87ae-3ca740940b00,#de0030);
      }
      .ww-e-d1Pn:where([data-ww-states~="EwFjn1"]) {
        padding: 8px 16px;
        min-height: 42px;
      }
      .ww-e-d1Pn:where([data-ww-states~="VWC7Zi"]) {
        padding: 4px 8px;
        min-height: 30px;
      }
      .ww-e-d1Pn:where([data-ww-states~="nkYzRX"]) {
        padding: 4px 12px;
        min-height: 36px;
      }
      .ww-e-d1Pn:where([data-ww-states~="uWM1M4"]) {
        color: var(--1804f5dd-ffbe-4d0f-a18e-7d9af9eb1c8f,#464646);
        background-color: var(--530fd98b-c9ff-4178-8122-dfa61ebd54b2,#f8f8f8);
        border: 1px solid var(--b56a2bd5-4834-484d-8ecb-7760c0ebc14b,#c7c7c7);
      }
      .ww-e-d1Pn:where([data-ww-states~="wCKqjb"]) {
        color: var(--1804f5dd-ffbe-4d0f-a18e-7d9af9eb1c8f,#464646);
        background-color: #0000;
        border: 1px solid #0000;
      }
      .ww-e-d1Pn:where([data-ww-states~="x0MOfy"]) {
        color: #fff;
        background-color: var(--c9179837-9d7e-4518-9fa7-8e065db8409d,#0075df);
        border: 1px solid var(--c9179837-9d7e-4518-9fa7-8e065db8409d,#0075df);
      }
      .ww-e-d1PN {
        margin: 0;
        padding: 0 0 0 50px;
        overflow: scroll;
        z-index: unset;
        align-self: unset;
        display: flex;
        position: revert-layer;
        inset: revert-layer;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: auto;
      }
      @media (max-width: 991px) {
        .ww-e-d1PN {
          display: flex;
          width: 100%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1PN {
          display: flex;
        }
      }
      .ww-e-d1PN.ww-layout, .ww-e-d1PN [data-ww-ls~="d1PN"] {
        display: flex;
        flex-flow: row;
        justify-content: var(--ww-content-ww-layout-justify-content);
        align-items: center;
        align-content: revert-layer;
        column-gap: 16px;
      }
      @media (max-width: 991px) {
        .ww-e-d1PN.ww-layout, .ww-e-d1PN [data-ww-ls~="d1PN"] {
          display: flex;
          flex-flow: row;
          justify-content: var(--ww-content-ww-layout-justify-content);
          align-items: center;
          align-content: revert-layer;
          column-gap: 16px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1PN.ww-layout, .ww-e-d1PN [data-ww-ls~="d1PN"] {
          display: flex;
          flex-flow: row;
          justify-content: var(--ww-content-ww-layout-justify-content);
          align-items: center;
          align-content: revert-layer;
          column-gap: 16px;
        }
      }
      .ww-e-d1WV {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1WV.ww-layout, .ww-e-d1WV [data-ww-ls~="d1WV"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        column-gap: 16px;
        flex-wrap: revert-layer;
      }
      @media (max-width: 767px) {
        .ww-e-d1WV.ww-layout, .ww-e-d1WV [data-ww-ls~="d1WV"] {
          align-content: revert-layer;
          row-gap: 16px;
          flex-wrap: wrap;
        }
      }
      .ww-e-d1Pk {
        margin: 0;
        padding: 12px 25px;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 500;
        color: var(--ww-content-ww-text-color);
        white-space-collapse: preserve;
        background-color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: none;
        border-radius: 50px;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 767px) {
        .ww-e-d1Pk {
          padding: .8em 1.2em;
          font-size: 16px;
          font-weight: 800;
        }
      }
      .ww-e-d1TK {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-image: none;
        cursor: pointer;
      }
      .ww-e-d1TK:where(:hover) {
        transition: all 0.3s ease-in-out 0s;
        transform: scale3d(1.01, 1.01, 1) translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1TK.ww-layout, .ww-e-d1TK [data-ww-ls~="d1TK"] {
        display: flex;
        flex-flow: column;
        row-gap: 12px;
      }
      .ww-e-d1O7 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-image: var(--ww-style-background-image);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
        cursor: pointer;
      }
      .ww-e-d1O7:where(:hover) {
        transition: all 0.3s ease-in-out 0s;
        transform: scale3d(1.01, 1.01, 1) translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1O7.ww-layout, .ww-e-d1O7 [data-ww-ls~="d1O7"] {
        display: flex;
        flex-flow: column;
        row-gap: 12px;
      }
      .ww-e-d1Lu {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Lu.ww-layout, .ww-e-d1Lu [data-ww-ls~="d1Lu"] {
        display: flex;
      }
      .ww-e-d1QO {
        margin: 0;
        padding: .8em 2em;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        background-color: #052742;
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: none;
        border-radius: 80px;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d1QO {
          padding: .9em 2.8em;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1QO {
          padding: .8em 1.8em;
          font-size: 18px;
          font-weight: 600;
        }
      }
      .ww-e-d1Nf {
        margin: 0;
        padding: .8em 2em;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        background-color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: none;
        border-radius: 80px;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d1Nf {
          padding: .9em 2.8em;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Nf {
          padding: .8em 1.8em;
          font-size: 18px;
          font-weight: 600;
        }
      }
      .ww-e-d1V9 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: grid;
        position: revert-layer;
        inset: revert-layer;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: auto;
      }
      @media (max-width: 991px) {
        .ww-e-d1V9 {
          width: 100%;
        }
      }
      .ww-e-d1V9.ww-layout, .ww-e-d1V9 [data-ww-ls~="d1V9"] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px 25px;
      }
      @media (max-width: 767px) {
        .ww-e-d1V9.ww-layout, .ww-e-d1V9 [data-ww-ls~="d1V9"] {
          grid-template-columns: 1fr;
          row-gap: 0;
        }
      }
      .ww-e-d1VN {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1VN.ww-layout, .ww-e-d1VN [data-ww-ls~="d1VN"] {
        display: flex;
        flex-flow: column;
        row-gap: 20px;
      }
      .ww-e-d1Tp {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Tp.ww-layout, .ww-e-d1Tp [data-ww-ls~="d1Tp"] {
        display: flex;
        flex-flow: column;
        row-gap: 20px;
      }
      .ww-e-d1Sf {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Sf.ww-layout, .ww-e-d1Sf [data-ww-ls~="d1Sf"] {
        display: flex;
        flex-direction: row;
        gap: 0 20px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1QB {
        margin: 0;
        padding: 11px 20px 8px;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: 32px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        line-height: 16px;
        font-weight: 600;
        text-align: center;
        color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        text-transform: capitalize;
        white-space-collapse: preserve;
        background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.3s ease;
        border: none;
        border-radius: 24px;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
        --ww-element-transition: all 0.3s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d1QB {
          padding: 11px 24px 8px;
          align-self: center;
          display: flex;
          color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
          text-transform: capitalize;
          background-color: #fff;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1QB {
          padding: 11px 12px 8px 14px;
          position: fixed;
          top: 16px;
          right: 24px;
          height: 28px;
          font-size: var(--ww-content-ww-text-font-size);
          font-weight: 800;
          text-align: center;
        }
      }
      .ww-e-d1Sx {
        margin: 0;
        padding: .8em 2em;
        z-index: unset;
        align-self: center;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        background-color: #74322c;
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: none;
        border-radius: 80px;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d1Sx {
          padding: .9em 2.8em;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Sx {
          padding: .8em 1.8em;
          font-size: 18px;
          font-weight: 600;
        }
      }
      .ww-e-d1Yb {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Yb.ww-layout, .ww-e-d1Yb [data-ww-ls~="d1Yb"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1ZC {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border-radius: 8px;
      }
      .ww-e-d1ZC:where(:hover) {
        background-color: var(--322bf32b-4337-48ef-9a1e-9d263df0ed9a,#F4F4F5);
      }
      .ww-e-d1ZC.ww-layout, .ww-e-d1ZC [data-ww-ls~="d1ZC"] {
        display: flex;
        align-items: center;
      }
      .ww-e-d1aI {
        margin: 0;
        padding: var(--802450d4-96e6-46b9-88b5-4ff2ad0c2a9c,4px) var(--0a3be4c7-8af6-4f2a-8356-cfc9a654bedb,8px);
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        opacity: var(--ww-style-opacity);
        transition: all 0.4s ease 0s;
        border-radius: var(--7f9785c9-45e0-4bab-91b0-6122b1deafe7,8px);
      }
      .ww-e-d1aI:where([data-ww-states~="PpBwds"]) {
        position: absolute;
        top: 0;
        left: -8px;
        transform: scale3d(1, 1, 1) translate3d(-100%, -50%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1aI:where([data-ww-states~="J1tnWA"]) {
        position: absolute;
        top: -8px;
        transform: scale3d(1, 1, 1) translate3d(0, -100%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1aI:where([data-ww-states~="hRckLg"]) {
        position: absolute;
        top: 0;
        right: -8px;
        transform: scale3d(1, 1, 1) translate3d(100%, -50%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1aI:where([data-ww-states~="usqJiG"]) {
        position: absolute;
        bottom: 0;
        left: -8px;
        transform: scale3d(1, 1, 1) translate3d(-100%, 50%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1aI:where([data-ww-states~="e5HAqf"]) {
        position: absolute;
        bottom: -8px;
        transform: scale3d(1, 1, 1) translate3d(0, 100%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1aI:where([data-ww-states~="mBeMZ1"]) {
        position: absolute;
        right: -8px;
        bottom: 0;
        transform: scale3d(1, 1, 1) translate3d(100%, 50%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1aI:where([data-ww-states~="P1yJoP"]) {
        position: absolute;
        top: 50%;
        left: -8px;
        transform: scale3d(1, 1, 1) translate3d(-100%, -50%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1aI:where([data-ww-states~="N7AvUJ"]) {
        position: absolute;
        top: 50%;
        right: -8px;
        transform: scale3d(1, 1, 1) translate3d(100%, -50%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1aI.ww-layout, .ww-e-d1aI [data-ww-ls~="d1aI"] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        column-gap: 8px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1ZA {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: var(--ww-style-width);
        max-width: unset;
        min-width: unset;
        height: var(--ww-style-height, auto);
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1ZA:where([data-ww-states~="ESzFpN"]) {
        position: absolute;
        top: 0;
        left: 0;
        transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1ZA:where([data-ww-states~="eZyykA"]) {
        position: absolute;
        top: 0;
        right: 0;
        transform: scale3d(1, 1, 1) translate3d(50%, -50%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1ZA:where([data-ww-states~="CSvlkA"]) {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: scale3d(1, 1, 1) translate3d(-50%, 50%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1ZA:where([data-ww-states~="tVw9ww"]) {
        position: absolute;
        right: 0;
        bottom: 0;
        transform: scale3d(1, 1, 1) translate3d(50%, 50%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1ZA.ww-layout, .ww-e-d1ZA [data-ww-ls~="d1ZA"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1YT {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        position: revert-layer;
        inset: revert-layer;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: auto;
      }
      .ww-e-d1YT.ww-layout, .ww-e-d1YT [data-ww-ls~="d1YT"] {
        display: flex;
        flex-flow: column;
        align-items: stretch;
        align-content: revert-layer;
      }
      .ww-e-d1YW {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YW.ww-layout, .ww-e-d1YW [data-ww-ls~="d1YW"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Ws {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 420px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: #fff;
        box-shadow: 0 8px 16px #0000000a;
        border: 1px solid var(--44df1337-b30d-48d2-9cdf-9c0ce338502e,#e2e2e2);
        border-radius: 8px;
      }
      .ww-e-d1Ws.ww-layout, .ww-e-d1Ws [data-ww-ls~="d1Ws"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1ZO {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1ZO.ww-layout, .ww-e-d1ZO [data-ww-ls~="d1ZO"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1aF {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: var(--ww-style-cursor);
      }
      .ww-e-d1aF.ww-layout, .ww-e-d1aF [data-ww-ls~="d1aF"] {
        display: flex;
        flex-direction: var(--ww-content-ww-layout-flex-direction-row-reverse, var(--ww-content-ww-layout-flex-direction-column-reverse, var(--ww-content-ww-layout-flex-direction-row-forward, var(--ww-content-ww-layout-flex-direction-column-forward, var(--ww-content-ww-layout-flex-direction-as-authored, revert-layer)))));
        flex-wrap: var(--ww-content-ww-layout-flex-wrap-column, revert-layer);
      }
      .ww-e-d1ZB {
        margin: 0;
        padding: var(--ww-style-padding, 0);
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        border: 1px solid #fff;
        border-radius: 100px;
      }
      .ww-e-d1ZB:where([data-ww-states~="UNXGOk"]) {
        position: absolute;
        top: 0;
        left: 0;
        transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1ZB:where([data-ww-states~="1WaS3a"]) {
        position: absolute;
        top: 0;
        right: 0;
        transform: scale3d(1, 1, 1) translate3d(50%, -50%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1ZB:where([data-ww-states~="OnNaoM"]) {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: scale3d(1, 1, 1) translate3d(-50%, 50%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1ZB:where([data-ww-states~="Hqusyu"]) {
        position: absolute;
        right: 0;
        bottom: 0;
        transform: scale3d(1, 1, 1) translate3d(50%, 50%, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1ZB.ww-layout, .ww-e-d1ZB [data-ww-ls~="d1ZB"] {
        display: flex;
        flex-flow: column;
        align-items: center;
      }
      .ww-e-d1aT {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1aT.ww-layout, .ww-e-d1aT [data-ww-ls~="d1aT"] {
        display: flex;
        flex-direction: var(--ww-content-ww-layout-flex-direction-row-forward, var(--ww-content-ww-layout-flex-direction-column-forward, var(--ww-content-ww-layout-flex-direction-as-authored, revert-layer)));
        align-items: flex-start;
        column-gap: var(--b4d95d06-8a9f-4fbc-8696-2796a7a458b2,24px);
        flex-wrap: var(--ww-content-ww-layout-flex-wrap-column, revert-layer);
      }
      .ww-e-d1Ww {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ww.ww-layout, .ww-e-d1Ww [data-ww-ls~="d1Ww"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Z5 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: var(--ww-style-width);
        max-width: unset;
        min-width: unset;
        height: var(--ww-style-height, auto);
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-image) center center / cover no-repeat scroll, var(--ww-style-background-color);
        border-radius: var(--ww-style-border-radius);
      }
      .ww-e-d1Z5.ww-layout, .ww-e-d1Z5 [data-ww-ls~="d1Z5"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
      }
      .ww-e-d1La {
        margin: 0;
        padding: 14px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-top: 0 none;
        border-bottom: 1px solid #efeff4;
        border-left: 0 none;
        border-right: 0 none;
      }
      .ww-e-d1La:where(:hover) {
        background-color: #efeff4;
      }
      .ww-e-d1La.ww-layout, .ww-e-d1La [data-ww-ls~="d1La"] {
        display: flex;
        justify-content: space-between;
      }
      .ww-e-d1Lb {
        margin: 0;
        padding: 14px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-bottom: 1px solid #efeff4;
        border-left: 0 none;
        border-right: 0 none;
        border-radius: 0 0 8px 8px;
      }
      .ww-e-d1Lb:where(:hover) {
        background-color: #efeff4;
      }
      .ww-e-d1Lb.ww-layout, .ww-e-d1Lb [data-ww-ls~="d1Lb"] {
        display: flex;
        justify-content: space-between;
      }
      .ww-e-d1Lc {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: 18px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ld {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: 18px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Le {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Lf {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Lg {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Lg.ww-layout, .ww-e-d1Lg [data-ww-ls~="d1Lg"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Lh {
        margin: 0;
        padding: 14px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-top: 0 none;
        border-bottom: 1px solid #efeff4;
        border-left: 0 none;
        border-right: 0 none;
      }
      .ww-e-d1Lh:where(:hover) {
        background-color: #efeff4;
      }
      .ww-e-d1Lh.ww-layout, .ww-e-d1Lh [data-ww-ls~="d1Lh"] {
        display: flex;
        justify-content: space-between;
      }
      .ww-e-d1Li {
        margin: 0;
        padding: 4px 16px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: 40px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: #f7f7f9;
        border-top: 0 none;
        border-bottom: 1px solid #efeff4;
        border-left: 0 none;
        border-right: 0 none;
        border-radius: 8px 8px 0 0;
      }
      .ww-e-d1Li.ww-layout, .ww-e-d1Li [data-ww-ls~="d1Li"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Lj {
        margin: 0;
        padding: 14px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-top: 0 none;
        border-bottom: 1px solid #efeff4;
        border-left: 0 none;
        border-right: 0 none;
      }
      .ww-e-d1Lj:where(:hover) {
        background-color: #efeff4;
      }
      .ww-e-d1Lj.ww-layout, .ww-e-d1Lj [data-ww-ls~="d1Lj"] {
        display: flex;
        justify-content: space-between;
      }
      .ww-e-d1Lk {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Ll {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: 18px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Lm {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: 18px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ln {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Lo {
        margin: 0;
        padding: 14px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-top: 0 none;
        border-bottom: 1px solid #efeff4;
        border-left: 0 none;
        border-right: 0 none;
      }
      .ww-e-d1Lo:where(:hover) {
        background-color: #efeff4;
      }
      .ww-e-d1Lo.ww-layout, .ww-e-d1Lo [data-ww-ls~="d1Lo"] {
        display: flex;
        justify-content: space-between;
      }
      .ww-e-d1Lp {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Lp.ww-layout, .ww-e-d1Lp [data-ww-ls~="d1Lp"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Lq {
        margin: 0;
        padding: 0;
        z-index: 2;
        align-self: unset;
        display: flex;
        width: 170px;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 8px;
      }
      .ww-e-d1Lq.ww-layout, .ww-e-d1Lq [data-ww-ls~="d1Lq"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Lr {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        color: #727272;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Ls {
        margin: 0;
        padding: 4px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
      }
      .ww-e-d1Ls.ww-layout, .ww-e-d1Ls [data-ww-ls~="d1Ls"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Lt {
        margin: 0;
        padding: 0;
        z-index: 1;
        align-self: unset;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: var(--ww-style-width, 100vw);
        max-width: unset;
        min-width: unset;
        height: 100vh;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: #0006;
      }
      .ww-e-d1Lt.ww-layout, .ww-e-d1Lt [data-ww-ls~="d1Lt"] {
        display: flex;
      }
      .ww-e-d1Lv {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: 18px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Lw {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Lx {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ly {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
      }
      .ww-e-d1Ly.ww-layout, .ww-e-d1Ly [data-ww-ls~="d1Ly"] {
        display: flex;
      }
      .ww-e-d1M1 {
        margin: 0 8px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-play-state: running;
      }
      :where(.ww-e-d1M0[data-ww-states~="ZK1gKd"]) .ww-e-d1M1 {
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-name: ww-keyframes-element-be1391fc-8f93-4726-bf55-dde332b3f065-_wwParent_55e79443-56eb-40a3-aedb-0b59f2100fa4_ZK1gKd-default;
      }
      @keyframes ww-keyframes-element-be1391fc-8f93-4726-bf55-dde332b3f065-_wwParent_55e79443-56eb-40a3-aedb-0b59f2100fa4_ZK1gKd-default {
        0% {
          transform: rotate(0);
        }
        100% {
          transform: rotate(360deg);
        }
      }
      .ww-e-d1M2 {
        margin: 0 0 0 8px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
        animation-name: ww-keyframes-element-9a93dca4-91ba-4673-9e49-b0bd5f11d990-base-default;
      }
      @keyframes ww-keyframes-element-9a93dca4-91ba-4673-9e49-b0bd5f11d990-base-default {
        0% {
        }
        100% {
        }
      }
      :where(.ww-e-d1M0[data-ww-states~="ZK1gKd"]) .ww-e-d1M2 {
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-play-state: running;
        animation-name: ww-keyframes-element-9a93dca4-91ba-4673-9e49-b0bd5f11d990-_wwParent_55e79443-56eb-40a3-aedb-0b59f2100fa4_ZK1gKd-default;
      }
      @keyframes ww-keyframes-element-9a93dca4-91ba-4673-9e49-b0bd5f11d990-_wwParent_55e79443-56eb-40a3-aedb-0b59f2100fa4_ZK1gKd-default {
        0% {
          transform: rotate(0);
        }
        100% {
          transform: rotate(360deg);
        }
      }
      .ww-e-d1M4 {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 800;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1M4 {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1M4 {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 800;
        }
      }
      .ww-e-d1M5 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1M6 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1M7 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1M7 {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1M7 {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1M8 {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1M8 {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1M8.ww-layout, .ww-e-d1M8 [data-ww-ls~="d1M8"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1M9 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        color: #a3a3a3;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1MA {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1MA {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MA {
          font-size: 14px;
        }
      }
      .ww-e-d1MB {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1MB {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MB {
          font-size: 14px;
        }
      }
      .ww-e-d1MC {
        margin: 0;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: 1px solid #edf2f9;
        border-radius: 8px;
      }
      .ww-e-d1MC.ww-layout, .ww-e-d1MC [data-ww-ls~="d1MC"] {
        display: flex;
        flex-flow: column;
        align-content: revert-layer;
      }
      .ww-e-d1MD {
        margin: 0 0 8px;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: 1px solid #edf2f9;
        border-radius: 8px;
      }
      .ww-e-d1MD.ww-layout, .ww-e-d1MD [data-ww-ls~="d1MD"] {
        display: flex;
        flex-flow: column;
        align-content: revert-layer;
      }
      .ww-e-d1ME {
        margin: 0 0 8px;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: 1px solid #edf2f9;
        border-radius: 8px;
      }
      .ww-e-d1ME.ww-layout, .ww-e-d1ME [data-ww-ls~="d1ME"] {
        display: flex;
        flex-flow: column;
        align-content: revert-layer;
      }
      .ww-e-d1MF {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1MF.ww-layout, .ww-e-d1MF [data-ww-ls~="d1MF"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 2px;
      }
      @media (max-width: 991px) {
        .ww-e-d1MF.ww-layout, .ww-e-d1MF [data-ww-ls~="d1MF"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MF.ww-layout, .ww-e-d1MF [data-ww-ls~="d1MF"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1MG {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1MG {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MG {
          align-self: flex-start;
          width: 80%;
        }
      }
      .ww-e-d1MG.ww-layout, .ww-e-d1MG [data-ww-ls~="d1MG"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1MG.ww-layout, .ww-e-d1MG [data-ww-ls~="d1MG"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MG.ww-layout, .ww-e-d1MG [data-ww-ls~="d1MG"] {
          justify-content: flex-start;
          row-gap: 6px;
        }
      }
      .ww-e-d1MH {
        margin: 0;
        padding: 8px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border: 0 solid #edf2f9;
        border-radius: 8px;
      }
      @media (max-width: 767px) {
        .ww-e-d1MH {
          width: 100%;
        }
      }
      .ww-e-d1MH.ww-layout, .ww-e-d1MH [data-ww-ls~="d1MH"] {
        display: flex;
        flex-direction: row;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1MH.ww-layout, .ww-e-d1MH [data-ww-ls~="d1MH"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MH.ww-layout, .ww-e-d1MH [data-ww-ls~="d1MH"] {
          align-items: flex-start;
        }
      }
      .ww-e-d1MI {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1MJ {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1ML {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1ML {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1ML {
          align-self: flex-start;
          width: 80%;
        }
      }
      .ww-e-d1ML.ww-layout, .ww-e-d1ML [data-ww-ls~="d1ML"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1ML.ww-layout, .ww-e-d1ML [data-ww-ls~="d1ML"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1ML.ww-layout, .ww-e-d1ML [data-ww-ls~="d1ML"] {
          justify-content: flex-start;
          row-gap: 6px;
        }
      }
      .ww-e-d1MM {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1MM {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MM {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1MN {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1MN {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MN {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
        }
      }
      .ww-e-d1MO {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1MO {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MO {
          font-size: 14px;
        }
      }
      .ww-e-d1MP {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1MP {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MP {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1MQ {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1MQ {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MQ {
          font-size: 14px;
        }
      }
      .ww-e-d1MR {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1MR {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MR {
          align-self: flex-start;
          width: 80%;
        }
      }
      .ww-e-d1MR.ww-layout, .ww-e-d1MR [data-ww-ls~="d1MR"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1MR.ww-layout, .ww-e-d1MR [data-ww-ls~="d1MR"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MR.ww-layout, .ww-e-d1MR [data-ww-ls~="d1MR"] {
          justify-content: flex-start;
          row-gap: 6px;
        }
      }
      .ww-e-d1MS {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1MS {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1MS.ww-layout, .ww-e-d1MS [data-ww-ls~="d1MS"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1MT {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1MT.ww-layout, .ww-e-d1MT [data-ww-ls~="d1MT"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1MT.ww-layout, .ww-e-d1MT [data-ww-ls~="d1MT"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MT.ww-layout, .ww-e-d1MT [data-ww-ls~="d1MT"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1MU {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1MU {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MU {
          font-size: 14px;
        }
      }
      .ww-e-d1MV {
        margin: 0;
        padding: 8px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border: 0 solid #edf2f9;
        border-radius: 8px;
      }
      @media (max-width: 767px) {
        .ww-e-d1MV {
          width: 100%;
        }
      }
      .ww-e-d1MV.ww-layout, .ww-e-d1MV [data-ww-ls~="d1MV"] {
        display: flex;
        flex-direction: row;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1MV.ww-layout, .ww-e-d1MV [data-ww-ls~="d1MV"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MV.ww-layout, .ww-e-d1MV [data-ww-ls~="d1MV"] {
          align-items: flex-start;
        }
      }
      .ww-e-d1MW {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1MW {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1MW.ww-layout, .ww-e-d1MW [data-ww-ls~="d1MW"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1MX {
        margin: 0;
        padding: 8px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border: 0 solid #edf2f9;
        border-radius: 8px;
      }
      @media (max-width: 767px) {
        .ww-e-d1MX {
          width: 100%;
        }
      }
      .ww-e-d1MX.ww-layout, .ww-e-d1MX [data-ww-ls~="d1MX"] {
        display: flex;
        flex-direction: row;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1MX.ww-layout, .ww-e-d1MX [data-ww-ls~="d1MX"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MX.ww-layout, .ww-e-d1MX [data-ww-ls~="d1MX"] {
          align-items: flex-start;
        }
      }
      .ww-e-d1MY {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1MY {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MY {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1MZ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1MZ {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1MZ {
          font-size: 14px;
        }
      }
      .ww-e-d1Ma {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Ma {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Ma {
          font-size: 14px;
        }
      }
      .ww-e-d1Mb {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mb {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mb {
          align-self: flex-start;
          width: 80%;
        }
      }
      .ww-e-d1Mb.ww-layout, .ww-e-d1Mb [data-ww-ls~="d1Mb"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mb.ww-layout, .ww-e-d1Mb [data-ww-ls~="d1Mb"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mb.ww-layout, .ww-e-d1Mb [data-ww-ls~="d1Mb"] {
          justify-content: flex-start;
          row-gap: 6px;
        }
      }
      .ww-e-d1Mc {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Mc.ww-layout, .ww-e-d1Mc [data-ww-ls~="d1Mc"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mc.ww-layout, .ww-e-d1Mc [data-ww-ls~="d1Mc"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mc.ww-layout, .ww-e-d1Mc [data-ww-ls~="d1Mc"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1Me {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1Me {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Me {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
        }
      }
      .ww-e-d1Mf {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mf {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mf {
          font-size: 14px;
        }
      }
      .ww-e-d1Mg {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mg {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mg {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
        }
      }
      .ww-e-d1Mh {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Mh.ww-layout, .ww-e-d1Mh [data-ww-ls~="d1Mh"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mh.ww-layout, .ww-e-d1Mh [data-ww-ls~="d1Mh"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mh.ww-layout, .ww-e-d1Mh [data-ww-ls~="d1Mh"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1Mi {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mi {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mi {
          align-self: flex-start;
          width: 80%;
        }
      }
      .ww-e-d1Mi.ww-layout, .ww-e-d1Mi [data-ww-ls~="d1Mi"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mi.ww-layout, .ww-e-d1Mi [data-ww-ls~="d1Mi"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mi.ww-layout, .ww-e-d1Mi [data-ww-ls~="d1Mi"] {
          justify-content: flex-start;
          row-gap: 6px;
        }
      }
      .ww-e-d1Mj {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mj {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mj {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1Mk {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Mk {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1Mk.ww-layout, .ww-e-d1Mk [data-ww-ls~="d1Mk"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Ml {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Ml {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Ml {
          font-size: 14px;
        }
      }
      .ww-e-d1Mm {
        margin: 0;
        padding: 8px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border: 0 solid #edf2f9;
        border-radius: 8px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Mm {
          width: 100%;
        }
      }
      .ww-e-d1Mm.ww-layout, .ww-e-d1Mm [data-ww-ls~="d1Mm"] {
        display: flex;
        flex-direction: row;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mm.ww-layout, .ww-e-d1Mm [data-ww-ls~="d1Mm"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mm.ww-layout, .ww-e-d1Mm [data-ww-ls~="d1Mm"] {
          align-items: flex-start;
        }
      }
      .ww-e-d1Mn {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Mn {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1Mn.ww-layout, .ww-e-d1Mn [data-ww-ls~="d1Mn"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Mo {
        margin: 0;
        padding: 8px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border: 0 solid #edf2f9;
        border-radius: 8px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Mo {
          width: 100%;
        }
      }
      .ww-e-d1Mo.ww-layout, .ww-e-d1Mo [data-ww-ls~="d1Mo"] {
        display: flex;
        flex-direction: row;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mo.ww-layout, .ww-e-d1Mo [data-ww-ls~="d1Mo"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mo.ww-layout, .ww-e-d1Mo [data-ww-ls~="d1Mo"] {
          align-items: flex-start;
        }
      }
      .ww-e-d1Mp {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Mp.ww-layout, .ww-e-d1Mp [data-ww-ls~="d1Mp"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mp.ww-layout, .ww-e-d1Mp [data-ww-ls~="d1Mp"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mp.ww-layout, .ww-e-d1Mp [data-ww-ls~="d1Mp"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1Mq {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mq {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mq {
          font-size: 14px;
        }
      }
      .ww-e-d1Mr {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Mr {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1Mr.ww-layout, .ww-e-d1Mr [data-ww-ls~="d1Mr"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Ms {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Ms {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Ms {
          font-size: 14px;
        }
      }
      .ww-e-d1Mt {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mt {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mt {
          align-self: flex-start;
          width: 80%;
        }
      }
      .ww-e-d1Mt.ww-layout, .ww-e-d1Mt [data-ww-ls~="d1Mt"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mt.ww-layout, .ww-e-d1Mt [data-ww-ls~="d1Mt"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mt.ww-layout, .ww-e-d1Mt [data-ww-ls~="d1Mt"] {
          justify-content: flex-start;
          row-gap: 6px;
        }
      }
      .ww-e-d1Mu {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mu {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mu {
          align-self: flex-start;
          width: 80%;
        }
      }
      .ww-e-d1Mu.ww-layout, .ww-e-d1Mu [data-ww-ls~="d1Mu"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mu.ww-layout, .ww-e-d1Mu [data-ww-ls~="d1Mu"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mu.ww-layout, .ww-e-d1Mu [data-ww-ls~="d1Mu"] {
          justify-content: flex-start;
          row-gap: 6px;
        }
      }
      .ww-e-d1Mv {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mv {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mv {
          font-size: 14px;
        }
      }
      .ww-e-d1Mw {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Mw {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1Mw.ww-layout, .ww-e-d1Mw [data-ww-ls~="d1Mw"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Mx {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Mx {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1Mx.ww-layout, .ww-e-d1Mx [data-ww-ls~="d1Mx"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1My {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1My {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1My {
          align-self: flex-start;
          width: 80%;
        }
      }
      .ww-e-d1My.ww-layout, .ww-e-d1My [data-ww-ls~="d1My"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1My.ww-layout, .ww-e-d1My [data-ww-ls~="d1My"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1My.ww-layout, .ww-e-d1My [data-ww-ls~="d1My"] {
          justify-content: flex-start;
          row-gap: 6px;
        }
      }
      .ww-e-d1Mz {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Mz {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Mz {
          font-size: 14px;
        }
      }
      .ww-e-d1N0 {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1N0 {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1N0 {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
        }
      }
      .ww-e-d1N1 {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1N1 {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1N1 {
          font-size: 14px;
        }
      }
      .ww-e-d1N2 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1N2.ww-layout, .ww-e-d1N2 [data-ww-ls~="d1N2"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1N2.ww-layout, .ww-e-d1N2 [data-ww-ls~="d1N2"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1N2.ww-layout, .ww-e-d1N2 [data-ww-ls~="d1N2"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1N3 {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1N3 {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1N3 {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
        }
      }
      .ww-e-d1N4 {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1N4 {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1N4 {
          font-size: 14px;
        }
      }
      .ww-e-d1N5 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1N5.ww-layout, .ww-e-d1N5 [data-ww-ls~="d1N5"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1N5.ww-layout, .ww-e-d1N5 [data-ww-ls~="d1N5"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1N5.ww-layout, .ww-e-d1N5 [data-ww-ls~="d1N5"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1N6 {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1N6 {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1N6 {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
        }
      }
      .ww-e-d1N7 {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1N7 {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1N7 {
          font-size: 14px;
        }
      }
      .ww-e-d1N8 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1N8.ww-layout, .ww-e-d1N8 [data-ww-ls~="d1N8"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1N8.ww-layout, .ww-e-d1N8 [data-ww-ls~="d1N8"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1N8.ww-layout, .ww-e-d1N8 [data-ww-ls~="d1N8"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1N9 {
        margin: 0;
        padding: 8px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border: 0 solid #edf2f9;
        border-radius: 8px;
      }
      @media (max-width: 767px) {
        .ww-e-d1N9 {
          width: 100%;
        }
      }
      .ww-e-d1N9.ww-layout, .ww-e-d1N9 [data-ww-ls~="d1N9"] {
        display: flex;
        flex-direction: row;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1N9.ww-layout, .ww-e-d1N9 [data-ww-ls~="d1N9"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1N9.ww-layout, .ww-e-d1N9 [data-ww-ls~="d1N9"] {
          align-items: flex-start;
        }
      }
      .ww-e-d1NA {
        margin: 0;
        padding: 8px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border: 0 solid #edf2f9;
        border-radius: 8px;
      }
      @media (max-width: 767px) {
        .ww-e-d1NA {
          width: 100%;
        }
      }
      .ww-e-d1NA.ww-layout, .ww-e-d1NA [data-ww-ls~="d1NA"] {
        display: flex;
        flex-direction: row;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1NA.ww-layout, .ww-e-d1NA [data-ww-ls~="d1NA"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1NA.ww-layout, .ww-e-d1NA [data-ww-ls~="d1NA"] {
          align-items: flex-start;
        }
      }
      .ww-e-d1NB {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1NB {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1NB {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1NC {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1NC {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1NC {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1ND {
        margin: 0;
        padding: 8px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border: 0 solid #edf2f9;
        border-radius: 8px;
      }
      @media (max-width: 767px) {
        .ww-e-d1ND {
          width: 100%;
        }
      }
      .ww-e-d1ND.ww-layout, .ww-e-d1ND [data-ww-ls~="d1ND"] {
        display: flex;
        flex-direction: row;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1ND.ww-layout, .ww-e-d1ND [data-ww-ls~="d1ND"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1ND.ww-layout, .ww-e-d1ND [data-ww-ls~="d1ND"] {
          align-items: flex-start;
        }
      }
      .ww-e-d1NE {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1NE {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1NE {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
        }
      }
      .ww-e-d1NF {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1NF {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1NF {
          font-size: 14px;
        }
      }
      .ww-e-d1NG {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1NG {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1NG {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1NH {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1NH {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1NH.ww-layout, .ww-e-d1NH [data-ww-ls~="d1NH"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1NI {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1NI {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1NI {
          align-self: flex-start;
          width: 80%;
        }
      }
      .ww-e-d1NI.ww-layout, .ww-e-d1NI [data-ww-ls~="d1NI"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1NI.ww-layout, .ww-e-d1NI [data-ww-ls~="d1NI"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1NI.ww-layout, .ww-e-d1NI [data-ww-ls~="d1NI"] {
          justify-content: flex-start;
          row-gap: 6px;
        }
      }
      .ww-e-d1NJ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1NJ {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1NJ {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1NK {
        margin: 0;
        padding: 8px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border: 0 solid #edf2f9;
        border-radius: 8px;
      }
      @media (max-width: 767px) {
        .ww-e-d1NK {
          width: 100%;
        }
      }
      .ww-e-d1NK.ww-layout, .ww-e-d1NK [data-ww-ls~="d1NK"] {
        display: flex;
        flex-direction: row;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1NK.ww-layout, .ww-e-d1NK [data-ww-ls~="d1NK"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1NK.ww-layout, .ww-e-d1NK [data-ww-ls~="d1NK"] {
          align-items: flex-start;
        }
      }
      .ww-e-d1NL {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1NL {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1NL {
          font-size: 14px;
        }
      }
      .ww-e-d1NM {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1NM.ww-layout, .ww-e-d1NM [data-ww-ls~="d1NM"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1NM.ww-layout, .ww-e-d1NM [data-ww-ls~="d1NM"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1NM.ww-layout, .ww-e-d1NM [data-ww-ls~="d1NM"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1NN {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1NN {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1NN {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
        }
      }
      .ww-e-d1NO {
        margin: 0 0 8px;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: 1px solid #edf2f9;
        border-radius: 8px;
      }
      .ww-e-d1NO.ww-layout, .ww-e-d1NO [data-ww-ls~="d1NO"] {
        display: flex;
        flex-flow: column;
        align-content: revert-layer;
      }
      .ww-e-d1NP {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        color: #a3a3a3;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1NQ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1NQ {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1NQ {
          width: 80%;
        }
      }
      .ww-e-d1NQ.ww-layout, .ww-e-d1NQ [data-ww-ls~="d1NQ"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1NR {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 17%;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 16px;
      }
      @media (max-width: 991px) {
        .ww-e-d1NR {
          width: 24%;
        }
      }
      .ww-e-d1NR.ww-layout, .ww-e-d1NR [data-ww-ls~="d1NR"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1NS {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 300px;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1NS {
          width: 202px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1NS {
          width: 100%;
        }
      }
      .ww-e-d1NT {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1NU {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1NV {
        margin: 0;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: 1px solid #edf2f9;
        border-radius: 8px;
      }
      .ww-e-d1NV.ww-layout, .ww-e-d1NV [data-ww-ls~="d1NV"] {
        display: flex;
        flex-flow: column;
        align-content: revert-layer;
      }
      .ww-e-d1NW {
        margin: 0 0 8px;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: 1px solid #edf2f9;
        border-radius: 8px;
      }
      .ww-e-d1NW.ww-layout, .ww-e-d1NW [data-ww-ls~="d1NW"] {
        display: flex;
        flex-flow: column;
        align-content: revert-layer;
      }
      .ww-e-d1NX {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1NY {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Na {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Na.ww-layout, .ww-e-d1Na [data-ww-ls~="d1Na"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 2px;
      }
      .ww-e-d1Nb {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 0 1 auto;
        max-width: unset;
        min-width: unset;
        height: unset;
        aspect-ratio: 1;
        max-height: unset;
        min-height: unset;
        outline-offset: 0px;
        border-radius: 0;
        --wwi-ar: 1;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1Nb {
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Nb {
          width: 60px;
        }
      }
      .ww-e-d1Nc {
        margin: 0;
        padding: 8px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 47%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border: 0 solid #edf2f9;
        border-radius: 8px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Nc {
          width: 100%;
        }
      }
      .ww-e-d1Nc.ww-layout, .ww-e-d1Nc [data-ww-ls~="d1Nc"] {
        display: flex;
        flex-flow: wrap;
        align-content: revert-layer;
      }
      @media (max-width: 767px) {
        .ww-e-d1Nc.ww-layout, .ww-e-d1Nc [data-ww-ls~="d1Nc"] {
          align-content: revert-layer;
          flex-wrap: nowrap;
        }
      }
      .ww-e-d1Nd {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ne {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ng {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Nh {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 15px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ni {
        margin: 1em 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Nj {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 24px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Nj {
          font-size: 20px;
          line-height: 24px;
        }
      }
      .ww-e-d1Nk {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 30px;
        max-width: unset;
        min-width: unset;
        height: 30px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 100%;
        --wwi-ar: unset;
        --wwi-of: cover;
      }
      .ww-e-d1Nl {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Nm {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 15px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1No {
        margin: 0;
        padding: 30px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: #f8f2f0;
        border-radius: 20px;
      }
      .ww-e-d1No.ww-layout, .ww-e-d1No [data-ww-ls~="d1No"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Np {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Np.ww-layout, .ww-e-d1Np [data-ww-ls~="d1Np"] {
        display: flex;
        align-items: center;
        column-gap: 9px;
      }
      .ww-e-d1Nq {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 15px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Nr {
        margin: 0;
        padding: 30px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: #f8f2f0;
        border-radius: 20px;
      }
      .ww-e-d1Nr.ww-layout, .ww-e-d1Nr [data-ww-ls~="d1Nr"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Ns {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Nt {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 15px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Nu {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Nu.ww-layout, .ww-e-d1Nu [data-ww-ls~="d1Nu"] {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        align-content: revert-layer;
        column-gap: 4px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Nu.ww-layout, .ww-e-d1Nu [data-ww-ls~="d1Nu"] {
          align-content: revert-layer;
          row-gap: 4px;
          flex-wrap: wrap;
        }
      }
      .ww-e-d1Nv {
        margin: .8em 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Nw {
        margin: 0 0 0 -20px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: inline-block;
        width: 36px;
        max-width: unset;
        min-width: unset;
        height: 36px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border: 2px solid #fff;
        outline: 0 solid;
        border-radius: 100%;
        --wwi-ar: unset;
      }
      .ww-e-d1Nx {
        margin: 0 -20px 0 0;
        padding: 0 0 0 40px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Nx.ww-layout, .ww-e-d1Nx [data-ww-ls~="d1Nx"] {
        display: flex;
        flex-flow: row-reverse;
        align-items: flex-start;
        align-content: revert-layer;
      }
      .ww-e-d1Nz {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1O0 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1O0.ww-layout, .ww-e-d1O0 [data-ww-ls~="d1O0"] {
        display: flex;
        align-items: center;
        column-gap: 8px;
      }
      .ww-e-d1O1 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 15px;
        font-family: var(--ww-default-font-family);
        font-weight: 400;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-d1O1 {
          font-size: 14px;
        }
      }
      .ww-e-d1O2 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: #7f0924;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1O3 {
        margin: 0 5px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 32px;
        max-width: unset;
        min-width: unset;
        height: 32px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 100%;
        --wwi-ar: unset;
        --wwi-of: cover;
      }
      .ww-e-d1O4 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1O5 {
        margin: 0;
        padding: .7em 0 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1O5 {
          font-size: 16px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1O5 {
          font-size: 20px;
        }
      }
      .ww-e-d1O6 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: 320px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: #0000;
        background-image: linear-gradient(0deg, #00000033, #00000033), var(--ww-style-background-image);
        background-position: 0% 0%, center center;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
        background-attachment: scroll, scroll;
        border-radius: 12px;
        --wwi-ar: unset;
        --wwi-of: cover;
        --wwi-o: linear-gradient(undefineddeg);
      }
      .ww-e-d1O8 {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1O9 {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OB {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OC {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OE {
        margin: 0;
        padding: 12px 50px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        color: var(--ww-content-ww-text-color);
        white-space-collapse: preserve;
        background: var(--ww-style-background-color);
        border-radius: 10px;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1OF {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 12px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OG {
        margin: 0;
        padding: 0;
        z-index: 100;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OG.ww-layout, .ww-e-d1OG [data-ww-ls~="d1OG"] {
        display: flex;
      }
      .ww-e-d1OH {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 12px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OI {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 12px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OJ {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OK {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OL {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OM {
        margin: 0 3px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: 7px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        border-radius: 10px;
      }
      .ww-e-d1OM.ww-layout, .ww-e-d1OM [data-ww-ls~="d1OM"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1ON {
        margin: 0 3px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: 7px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        border-radius: 10px;
      }
      .ww-e-d1ON.ww-layout, .ww-e-d1ON [data-ww-ls~="d1ON"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1OO {
        margin: 0;
        padding: 0 0 25px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1OP {
        margin: 0;
        padding: 0 0 15px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OP.ww-layout, .ww-e-d1OP [data-ww-ls~="d1OP"] {
        display: flex;
      }
      .ww-e-d1OQ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OQ.ww-layout, .ww-e-d1OQ [data-ww-ls~="d1OQ"] {
        display: flex;
      }
      .ww-e-d1OR {
        margin: 0;
        padding: 15px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OR.ww-layout, .ww-e-d1OR [data-ww-ls~="d1OR"] {
        display: flex;
        align-items: flex-end;
        align-content: revert-layer;
        flex-wrap: wrap;
      }
      .ww-e-d1OS {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: inline-block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 22px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        white-space-collapse: preserve;
      }
      .ww-e-d1OT {
        margin: 0;
        padding: 12px 20px;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 767px) {
        .ww-e-d1OT {
          padding: 10px 18px;
          font-size: 16px;
        }
      }
      .ww-e-d1OT:where(:hover) {
        color: #fff;
        background-color: #f2adb6;
      }
      .ww-e-d1OU {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OV {
        margin: 0;
        padding: 0 0 15px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OV.ww-layout, .ww-e-d1OV [data-ww-ls~="d1OV"] {
        display: flex;
      }
      .ww-e-d1OW {
        margin: 0;
        padding: 18px 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--c34c5484-1bf0-4e2b-901f-dca9ef94fab6, 600 32px/normal var(--ww-default-font-family, sans-serif));
        text-align: left;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1OX {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: flex-start;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        font-weight: 400;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1OX {
          font-size: 15px;
        }
      }
      .ww-e-d1OY {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: flex-end;
        display: block;
        width: 230px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1OZ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 12px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Oa {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Oa.ww-layout, .ww-e-d1Oa [data-ww-ls~="d1Oa"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Ob {
        margin: 0 3px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: 7px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        border-radius: 10px;
      }
      .ww-e-d1Ob.ww-layout, .ww-e-d1Ob [data-ww-ls~="d1Ob"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Oc {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 75%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 767px) {
        .ww-e-d1Oc {
          padding: 10px;
          width: 100%;
        }
      }
      .ww-e-d1Oc.ww-layout, .ww-e-d1Oc [data-ww-ls~="d1Oc"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Od {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 767px) {
        .ww-e-d1Od {
          display: none;
        }
      }
      .ww-e-d1Od.ww-layout, .ww-e-d1Od [data-ww-ls~="d1Od"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
      }
      @media (max-width: 767px) {
        .ww-e-d1Od.ww-layout, .ww-e-d1Od [data-ww-ls~="d1Od"] {
          display: none;
        }
      }
      .ww-e-d1Oe {
        margin: 0;
        padding: 20px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Oe.ww-layout, .ww-e-d1Oe [data-ww-ls~="d1Oe"] {
        display: flex;
        flex-direction: row;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Of {
        margin: 0;
        padding: 10px 0 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Of.ww-layout, .ww-e-d1Of [data-ww-ls~="d1Of"] {
        display: flex;
        flex-direction: row;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Og {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 75%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 767px) {
        .ww-e-d1Og {
          width: 100%;
        }
      }
      .ww-e-d1Og.ww-layout, .ww-e-d1Og [data-ww-ls~="d1Og"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Oh {
        margin: 0 3px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: 7px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        border-radius: 10px;
      }
      .ww-e-d1Oh.ww-layout, .ww-e-d1Oh [data-ww-ls~="d1Oh"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Oi {
        margin: 0 3px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: 7px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        border-radius: 10px;
      }
      .ww-e-d1Oi.ww-layout, .ww-e-d1Oi [data-ww-ls~="d1Oi"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Oj {
        margin: 0 3px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: 7px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        border-radius: 10px;
      }
      .ww-e-d1Oj.ww-layout, .ww-e-d1Oj [data-ww-ls~="d1Oj"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Ok {
        margin: 0;
        padding: 20px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ok.ww-layout, .ww-e-d1Ok [data-ww-ls~="d1Ok"] {
        display: flex;
        flex-direction: row;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Ol {
        margin: 0 3px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: 7px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        border-radius: 10px;
      }
      .ww-e-d1Ol.ww-layout, .ww-e-d1Ol [data-ww-ls~="d1Ol"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Om {
        margin: 0;
        padding: 0 0 15px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Om.ww-layout, .ww-e-d1Om [data-ww-ls~="d1Om"] {
        display: flex;
      }
      .ww-e-d1On {
        margin: 0;
        padding: 0 15px 0 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 900;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Oo {
        margin: 0;
        padding: 0 0 20px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Oo.ww-layout, .ww-e-d1Oo [data-ww-ls~="d1Oo"] {
        display: flex;
        align-items: baseline;
        column-gap: 3px;
      }
      .ww-e-d1Op {
        margin: 0;
        padding: 14px 12px;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 350px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        white-space-collapse: preserve;
        background-color: #fff;
        cursor: pointer;
        border-radius: 10px;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-d1Op {
          padding: 10px 12px;
          font-size: 16px;
        }
      }
      .ww-e-d1Op:where(:hover) {
        background-color: #ededed;
      }
      .ww-e-d1Oq {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Oq.ww-layout, .ww-e-d1Oq [data-ww-ls~="d1Oq"] {
        display: flex;
        flex-flow: column;
        row-gap: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Oq.ww-layout, .ww-e-d1Oq [data-ww-ls~="d1Oq"] {
          row-gap: 8px;
        }
      }
      .ww-e-d1Or {
        margin: 0;
        padding: 14px 12px;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 350px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        white-space-collapse: preserve;
        background-color: #fff;
        cursor: pointer;
        border-radius: 10px;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-d1Or {
          font-size: 16px;
        }
      }
      .ww-e-d1Or:where(:hover) {
        background-color: #ededed;
      }
      .ww-e-d1Os {
        margin: 0;
        padding: 14px 12px;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 350px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        white-space-collapse: preserve;
        background-color: #fff;
        cursor: pointer;
        border-radius: 10px;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-d1Os {
          font-size: 16px;
        }
      }
      .ww-e-d1Os:where(:hover) {
        background-color: #ededed;
      }
      .ww-e-d1Ot {
        margin: 0;
        padding: 14px 12px;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 350px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        white-space-collapse: preserve;
        background-color: #fff;
        cursor: pointer;
        border-radius: 10px;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-d1Ot {
          font-size: 16px;
        }
      }
      .ww-e-d1Ot:where(:hover) {
        background-color: #ededed;
      }
      .ww-e-d1Ou {
        margin: 0;
        padding: 0 0 20px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Ov {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 12px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ow {
        margin: 0;
        padding: 20px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ow.ww-layout, .ww-e-d1Ow [data-ww-ls~="d1Ow"] {
        display: flex;
        flex-direction: row;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Ox {
        margin: 0 3px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: 7px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        border-radius: 10px;
      }
      .ww-e-d1Ox.ww-layout, .ww-e-d1Ox [data-ww-ls~="d1Ox"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Oy {
        margin: 0 3px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: 7px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        border-radius: 10px;
      }
      .ww-e-d1Oy.ww-layout, .ww-e-d1Oy [data-ww-ls~="d1Oy"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Oz {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: inline-block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 22px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        white-space-collapse: preserve;
      }
      .ww-e-d1P0 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
      }
      .ww-e-d1P0.ww-layout, .ww-e-d1P0 [data-ww-ls~="d1P0"] {
        display: flex;
      }
      .ww-e-d1P1 {
        margin: 0;
        padding: 0;
        z-index: 1;
        align-self: unset;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: var(--ww-style-width, 100vw);
        max-width: unset;
        min-width: unset;
        height: 100vh;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: #0006;
      }
      .ww-e-d1P1.ww-layout, .ww-e-d1P1 [data-ww-ls~="d1P1"] {
        display: flex;
      }
      .ww-e-d1P2 {
        margin: 0;
        padding: 16px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1P2.ww-layout, .ww-e-d1P2 [data-ww-ls~="d1P2"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1P3 {
        margin: 0;
        padding: 15px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1P3.ww-layout, .ww-e-d1P3 [data-ww-ls~="d1P3"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1P4 {
        margin: 2px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        text-align: center;
        color: gray;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1P5 {
        margin: 0 0 16px;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        width: 160px;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 8px;
        --wwi-ar: unset;
        --wwi-of: contain;
      }
      .ww-e-d1P6 {
        margin: 0;
        padding: 0;
        z-index: 2;
        align-self: unset;
        display: flex;
        width: 234px;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 25px;
      }
      .ww-e-d1P6.ww-layout, .ww-e-d1P6 [data-ww-ls~="d1P6"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1P7 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1P7.ww-layout, .ww-e-d1P7 [data-ww-ls~="d1P7"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1P8 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: inline-block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 42px;
        font-family: var(--ww-default-font-family);
        line-height: 36px;
        font-weight: 700;
        color: #7f0924;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1P9 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: inline-block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 22px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        white-space-collapse: preserve;
      }
      .ww-e-d1PA {
        margin: 0;
        padding: 7px 0 0;
        z-index: 50;
        align-self: unset;
        display: flex;
        position: absolute;
        top: 49px;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: #fff;
      }
      @media (max-width: 767px) {
        .ww-e-d1PA {
          padding: 10px 0 0;
          width: 280px;
        }
      }
      .ww-e-d1PA.ww-layout, .ww-e-d1PA [data-ww-ls~="d1PA"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1PB {
        margin: 0;
        padding: .9em 2em;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 150px;
        max-width: unset;
        min-width: unset;
        height: 55px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        color: var(--ww-content-ww-text-color);
        white-space-collapse: preserve;
        background: var(--ww-style-background-color);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: none;
        border-radius: 0 10px 10px 0;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d1PB {
          width: 35%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1PB {
          width: 100px;
          height: 55px;
          font-size: 16px;
        }
      }
      .ww-e-d1PC {
        margin: 0;
        padding: 10px;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 230px;
        max-width: unset;
        min-width: unset;
        height: 55px;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 10px 0 0 10px;
        --ww-text-text-overflow: initial;
        --placeholder-color: #000000ad;
      }
      @media (max-width: 991px) {
        .ww-e-d1PC {
          width: 65%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1PC {
          padding: 10px;
          width: 180px;
          font-size: 16px;
        }
      }
      .ww-e-d1PD {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        position: absolute;
        top: 14px;
        right: 41%;
        width: 25px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        opacity: 0.7;
        transition: all 0.3s ease 0s;
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(360deg);
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-name: ww-keyframes-element-9c61c5d2-fafd-444d-a3c3-1bbf9c2ba386-base-default;
      }
      @keyframes ww-keyframes-element-9c61c5d2-fafd-444d-a3c3-1bbf9c2ba386-base-default {
        0% {
        }
        100% {
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
        }
      }
      @media (max-width: 991px) {
        .ww-e-d1PD {
          right: 37%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1PD {
          right: 38%;
        }
      }
      .ww-e-d1PE {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: inline-block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 22px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        white-space-collapse: preserve;
      }
      .ww-e-d1PF {
        margin: 2em 0;
        padding: .9em 2em;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 330px;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 24px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        color: var(--ww-content-ww-text-color);
        white-space-collapse: preserve;
        background: var(--ww-style-background-color);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: none;
        border-radius: 10px;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 767px) {
        .ww-e-d1PF {
          margin: 1.4em 0;
          padding: .5em 2em;
          align-self: center;
          font-size: 18px;
        }
      }
      .ww-e-d1PH {
        margin: 0;
        padding: 20px 0 25px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 22px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d1PH {
          font-size: 18px;
          font-weight: 700;
        }
      }
      .ww-e-d1PI {
        margin: 0;
        padding: 20px 0 25px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--ww-content-ww-text-font);
        text-align: left;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-d1PI {
          font: var(--96722957-f320-4562-9910-8295d96bcb05, 700 18px/normal var(--ww-default-font-family, sans-serif));
        }
      }
      .ww-e-d1PJ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1PJ.ww-layout, .ww-e-d1PJ [data-ww-ls~="d1PJ"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1PK {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1PM {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1PO {
        margin: 24px 0;
        padding: 16px;
        z-index: unset;
        align-self: unset;
        display: inline-flex;
        width: 303px;
        flex: 0 0 auto;
        max-width: 280px;
        min-width: 310px;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        background-image: none;
        border: 0px solid var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        outline: 0px solid var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        outline-offset: 0px;
        border-radius: 16px;
      }
      @media (max-width: 767px) {
        .ww-e-d1PO {
          display: flex;
          width: 300px;
          max-width: 100%;
          min-width: 300px;
        }
      }
      .ww-e-d1PO.ww-layout, .ww-e-d1PO [data-ww-ls~="d1PO"] {
        display: inline-flex;
        flex-flow: column;
        align-content: revert-layer;
        column-gap: 40px;
      }
      @media (max-width: 767px) {
        .ww-e-d1PO.ww-layout, .ww-e-d1PO [data-ww-ls~="d1PO"] {
          display: flex;
          flex-flow: wrap;
          align-content: revert-layer;
          column-gap: 40px;
        }
      }
      .ww-e-d1PP {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1PP.ww-layout, .ww-e-d1PP [data-ww-ls~="d1PP"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        row-gap: 4px;
      }
      .ww-e-d1PQ {
        margin: 0 0 8px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: 120px;
        min-height: unset;
        border-radius: 10px;
        --wwi-of: cover;
      }
      .ww-e-d1PR {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1PR.ww-layout, .ww-e-d1PR [data-ww-ls~="d1PR"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        row-gap: 4px;
      }
      .ww-e-d1PS {
        margin: 24px 0;
        padding: 16px;
        z-index: unset;
        align-self: unset;
        display: inline-flex;
        width: 303px;
        flex: 0 0 auto;
        max-width: 280px;
        min-width: 310px;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        background-image: none;
        border: 0px solid var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        outline: 0px solid var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        outline-offset: 0px;
        border-radius: 16px;
      }
      @media (max-width: 767px) {
        .ww-e-d1PS {
          display: flex;
          width: 300px;
          max-width: 100%;
          min-width: 300px;
        }
      }
      .ww-e-d1PS.ww-layout, .ww-e-d1PS [data-ww-ls~="d1PS"] {
        display: inline-flex;
        flex-flow: column;
        align-content: revert-layer;
        column-gap: 40px;
      }
      @media (max-width: 767px) {
        .ww-e-d1PS.ww-layout, .ww-e-d1PS [data-ww-ls~="d1PS"] {
          display: flex;
          flex-flow: wrap;
          align-content: revert-layer;
          column-gap: 40px;
        }
      }
      .ww-e-d1PT {
        margin: 24px 0;
        padding: 16px;
        z-index: unset;
        align-self: unset;
        display: inline-flex;
        width: 303px;
        flex: 0 0 auto;
        max-width: 280px;
        min-width: 310px;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        background-image: none;
        border: 0px solid var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        outline: 0px solid var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        outline-offset: 0px;
        border-radius: 16px;
      }
      @media (max-width: 767px) {
        .ww-e-d1PT {
          display: flex;
          width: 300px;
          max-width: 100%;
          min-width: 300px;
        }
      }
      .ww-e-d1PT.ww-layout, .ww-e-d1PT [data-ww-ls~="d1PT"] {
        display: inline-flex;
        flex-flow: column;
        align-content: revert-layer;
        column-gap: 40px;
      }
      @media (max-width: 767px) {
        .ww-e-d1PT.ww-layout, .ww-e-d1PT [data-ww-ls~="d1PT"] {
          display: flex;
          flex-flow: wrap;
          align-content: revert-layer;
          column-gap: 40px;
        }
      }
      .ww-e-d1PU {
        margin: 24px 0;
        padding: 16px;
        z-index: unset;
        align-self: unset;
        display: inline-flex;
        width: 303px;
        flex: 0 0 auto;
        max-width: 280px;
        min-width: 310px;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        background-image: none;
        border: 0px solid var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        outline: 0px solid var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        outline-offset: 0px;
        border-radius: 16px;
      }
      @media (max-width: 767px) {
        .ww-e-d1PU {
          display: flex;
          width: 300px;
          max-width: 100%;
          min-width: 300px;
        }
      }
      .ww-e-d1PU.ww-layout, .ww-e-d1PU [data-ww-ls~="d1PU"] {
        display: inline-flex;
        flex-flow: column;
        align-content: revert-layer;
        column-gap: 40px;
      }
      @media (max-width: 767px) {
        .ww-e-d1PU.ww-layout, .ww-e-d1PU [data-ww-ls~="d1PU"] {
          display: flex;
          flex-flow: wrap;
          align-content: revert-layer;
          column-gap: 40px;
        }
      }
      .ww-e-d1PV {
        margin: 0 0 8px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: 120px;
        min-height: unset;
        border-radius: 10px;
        --wwi-of: cover;
      }
      .ww-e-d1PW {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 24px;
        font-family: var(--ww-default-font-family);
        line-height: 30px;
        font-weight: 600;
        text-align: left;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1PW {
          line-height: 30px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1PW {
          margin: 0;
          padding: 0;
        }
      }
      .ww-e-d1PX {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1PY {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1PZ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1PZ.ww-layout, .ww-e-d1PZ [data-ww-ls~="d1PZ"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        row-gap: 4px;
      }
      .ww-e-d1Pa {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 24px;
        font-family: var(--ww-default-font-family);
        line-height: 30px;
        font-weight: 600;
        text-align: left;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Pa {
          line-height: 30px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Pa {
          margin: 0;
          padding: 0;
        }
      }
      .ww-e-d1Pb {
        margin: 0 0 8px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: 120px;
        min-height: unset;
        border-radius: 10px;
        --wwi-of: cover;
      }
      .ww-e-d1Pc {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Pd {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 24px;
        font-family: var(--ww-default-font-family);
        line-height: 30px;
        font-weight: 600;
        text-align: left;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Pd {
          line-height: 30px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Pd {
          margin: 0;
          padding: 0;
        }
      }
      .ww-e-d1Pe {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Pe.ww-layout, .ww-e-d1Pe [data-ww-ls~="d1Pe"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        row-gap: 4px;
      }
      .ww-e-d1Pf {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 24px;
        font-family: var(--ww-default-font-family);
        line-height: 30px;
        font-weight: 600;
        text-align: left;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Pf {
          line-height: 30px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Pf {
          margin: 0;
          padding: 0;
        }
      }
      .ww-e-d1Pg {
        margin: 0 0 8px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: 120px;
        min-height: unset;
        border-radius: 10px;
        --wwi-of: cover;
      }
      .ww-e-d1Ph {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Pi {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Pj {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Pl {
        margin: 0 8px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-play-state: running;
      }
      .ww-e-d1Pm {
        margin: 0 0 0 8px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
        animation-name: ww-keyframes-element-94fca281-c84e-4702-9725-b36940d59ec0-base-default;
      }
      @keyframes ww-keyframes-element-94fca281-c84e-4702-9725-b36940d59ec0-base-default {
        0% {
        }
        100% {
        }
      }
      .ww-e-d1Po {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Pp {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Pp.ww-layout, .ww-e-d1Pp [data-ww-ls~="d1Pp"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Pq {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Pr {
        margin: 0;
        padding: 40px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        border-radius: 5px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Pr {
          padding: 20px;
        }
      }
      .ww-e-d1Pr.ww-layout, .ww-e-d1Pr [data-ww-ls~="d1Pr"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Ps {
        margin: 0;
        padding: 0 0 16px;
        z-index: unset;
        align-self: unset;
        display: inline-block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ps.ww-layout, .ww-e-d1Ps [data-ww-ls~="d1Ps"] {
        display: inline-block;
      }
      .ww-e-d1Pt {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Pu {
        margin: 0 0 0 -20px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: inline-block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: 2px solid #fff;
        outline: 0 solid;
        border-radius: 100%;
      }
      .ww-e-d1Pv {
        margin: 0;
        padding: 0 0 0 40px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Pv.ww-layout, .ww-e-d1Pv [data-ww-ls~="d1Pv"] {
        display: flex;
        flex-flow: row-reverse;
        align-items: flex-start;
        align-content: revert-layer;
      }
      .ww-e-d1Px {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 1.2rem;
        font-family: var(--ww-default-font-family);
        line-height: 20px;
        font-weight: 700;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Py {
        margin: 0;
        padding: 8px 30px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        color: var(--ww-content-ww-text-color);
        white-space-collapse: preserve;
        background: var(--ww-style-background-color);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border: none;
        border-radius: 8px;
        --ww-element-transition: all 0.2s ease;
      }
      .ww-e-d1Q0 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: 24px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        --wwi-ar: unset;
      }
      .ww-e-d1Q1 {
        margin: 0;
        padding: 30px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: #f8f2f0;
        cursor: pointer;
        border-radius: 20px;
      }
      .ww-e-d1Q1.ww-layout, .ww-e-d1Q1 [data-ww-ls~="d1Q1"] {
        display: flex;
        flex-flow: column;
        align-items: stretch;
      }
      .ww-e-d1Q2 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 15px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Q3 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 15px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Q4 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 30px;
        max-width: unset;
        min-width: unset;
        height: 30px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 100%;
        --wwi-ar: unset;
        --wwi-of: cover;
      }
      .ww-e-d1Q5 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Q6 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Q7 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Q7.ww-layout, .ww-e-d1Q7 [data-ww-ls~="d1Q7"] {
        display: flex;
        align-items: center;
        column-gap: 9px;
      }
      .ww-e-d1Q8 {
        margin: 1em 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1QA {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1QA {
          font-size: 16px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1QA {
          font-size: 18px;
        }
      }
      .ww-e-d1QC {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 30px;
        font-weight: 600;
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d1QC {
          font-size: 18px;
        }
      }
      .ww-e-d1QE {
        margin: 0;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
      }
      @media (max-width: 767px) {
        .ww-e-d1QE {
          padding: 8px 12px;
        }
      }
      .ww-e-d1QE.ww-layout, .ww-e-d1QE [data-ww-ls~="d1QE"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: revert-layer;
      }
      .ww-e-d1QF {
        margin: 0;
        padding: 10px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 24px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        border-radius: 100%;
      }
      .ww-e-d1QG {
        margin: 0;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
      }
      .ww-e-d1QG.ww-layout, .ww-e-d1QG [data-ww-ls~="d1QG"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: revert-layer;
      }
      .ww-e-d1QH {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 30px;
        font-weight: 600;
        text-align: left;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1QH {
          line-height: 30px;
          text-align: left;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1QH {
          margin: 0;
          padding: 0 24px 0 0;
          font-size: 18px;
          text-align: left;
        }
      }
      .ww-e-d1QI {
        margin: 0;
        padding: var(--ww-style-padding, 0);
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        font-weight: 400;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1QI {
          font-size: 15px;
        }
      }
      .ww-e-d1QJ {
        margin: 0;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1QJ.ww-layout, .ww-e-d1QJ [data-ww-ls~="d1QJ"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1QK {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 24px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        border-radius: 100%;
      }
      @media (max-width: 991px) {
        .ww-e-d1QK {
          padding: 0;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1QK {
          padding: 0;
        }
      }
      .ww-e-d1QL {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1QL.ww-layout, .ww-e-d1QL [data-ww-ls~="d1QL"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1QM {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1QN {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1QP {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        width: var(--ww-style-width);
        max-width: unset;
        min-width: unset;
        height: var(--ww-style-height, auto);
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 2em;
        font-family: var(--ww-default-font-family);
        text-align: center;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1QQ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1QS {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1QS.ww-layout, .ww-e-d1QS [data-ww-ls~="d1QS"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        row-gap: 15px;
      }
      .ww-e-d1QT {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 94px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1QU {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: var(--ww-content-ww-text-font-size);
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1QX {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 25px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1QZ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qa {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qa.ww-layout, .ww-e-d1Qa [data-ww-ls~="d1Qa"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Qc {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qc.ww-layout, .ww-e-d1Qc [data-ww-ls~="d1Qc"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Qf {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qf.ww-layout, .ww-e-d1Qf [data-ww-ls~="d1Qf"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Qh {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qh.ww-layout, .ww-e-d1Qh [data-ww-ls~="d1Qh"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Qi {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qi.ww-layout, .ww-e-d1Qi [data-ww-ls~="d1Qi"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Qj {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qj.ww-layout, .ww-e-d1Qj [data-ww-ls~="d1Qj"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Qk {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qk.ww-layout, .ww-e-d1Qk [data-ww-ls~="d1Qk"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Ql {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qm {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qm.ww-layout, .ww-e-d1Qm [data-ww-ls~="d1Qm"] {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 10px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Qn {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qn.ww-layout, .ww-e-d1Qn [data-ww-ls~="d1Qn"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Qo {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qo.ww-layout, .ww-e-d1Qo [data-ww-ls~="d1Qo"] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        column-gap: 5px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Qp {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qp.ww-layout, .ww-e-d1Qp [data-ww-ls~="d1Qp"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Qq {
        margin: 0;
        padding: 60px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: #f6cdcc;
        box-shadow: 13px 13px #fe5055;
      }
      @media (max-width: 991px) {
        .ww-e-d1Qq {
          padding: 40px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Qq {
          padding: 20px;
        }
      }
      .ww-e-d1Qq.ww-layout, .ww-e-d1Qq [data-ww-ls~="d1Qq"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Qr {
        margin: 0;
        padding: 1em 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qr.ww-layout, .ww-e-d1Qr [data-ww-ls~="d1Qr"] {
        display: flex;
        justify-content: space-between;
        column-gap: 5%;
      }
      .ww-e-d1Qs {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qs.ww-layout, .ww-e-d1Qs [data-ww-ls~="d1Qs"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Qt {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qt.ww-layout, .ww-e-d1Qt [data-ww-ls~="d1Qt"] {
        display: flex;
        justify-content: space-between;
        column-gap: 5%;
      }
      .ww-e-d1Qu {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qv {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qv.ww-layout, .ww-e-d1Qv [data-ww-ls~="d1Qv"] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        column-gap: 5px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Qw {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: #434346;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Qx {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 32px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qy {
        margin: 0;
        padding: 15px 0 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Qy.ww-layout, .ww-e-d1Qy [data-ww-ls~="d1Qy"] {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .ww-e-d1R0 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1R0.ww-layout, .ww-e-d1R0 [data-ww-ls~="d1R0"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1R1 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1R1.ww-layout, .ww-e-d1R1 [data-ww-ls~="d1R1"] {
        display: flex;
        flex-flow: column;
        align-items: center;
      }
      .ww-e-d1R2 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1R2.ww-layout, .ww-e-d1R2 [data-ww-ls~="d1R2"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1R4 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1R5 {
        margin: 0 0 0 5px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 18px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1R6 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1R6.ww-layout, .ww-e-d1R6 [data-ww-ls~="d1R6"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1R7 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: 150px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        --wwi-ar: unset;
        --wwi-of: cover;
      }
      .ww-e-d1R8 {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1R8.ww-layout, .ww-e-d1R8 [data-ww-ls~="d1R8"] {
        display: flex;
      }
      .ww-e-d1R9 {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1R9.ww-layout, .ww-e-d1R9 [data-ww-ls~="d1R9"] {
        display: flex;
      }
      .ww-e-d1RA {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1RA.ww-layout, .ww-e-d1RA [data-ww-ls~="d1RA"] {
        display: flex;
      }
      .ww-e-d1RB {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1RB.ww-layout, .ww-e-d1RB [data-ww-ls~="d1RB"] {
        display: flex;
      }
      .ww-e-d1RC {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1RC.ww-layout, .ww-e-d1RC [data-ww-ls~="d1RC"] {
        display: flex;
      }
      .ww-e-d1RD {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1RD.ww-layout, .ww-e-d1RD [data-ww-ls~="d1RD"] {
        display: flex;
      }
      .ww-e-d1RE {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1RE.ww-layout, .ww-e-d1RE [data-ww-ls~="d1RE"] {
        display: flex;
      }
      .ww-e-d1RF {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1RF.ww-layout, .ww-e-d1RF [data-ww-ls~="d1RF"] {
        display: flex;
      }
      .ww-e-d1RG {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1RG.ww-layout, .ww-e-d1RG [data-ww-ls~="d1RG"] {
        display: flex;
      }
      .ww-e-d1RI {
        margin: 16px 0;
        padding: 0 0 15px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 42px;
        font-family: var(--ww-default-font-family);
        line-height: 54px;
        font-weight: 600;
        text-align: center;
        color: #2a2a2a;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1RI {
          font-size: 40px;
          line-height: 44px;
          font-weight: 600;
          text-align: center;
          color: var(--ww-content-ww-text-color);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1RI {
          padding: 0 0 5px;
          font-size: 25px;
          line-height: 32px;
          letter-spacing: -1px;
        }
      }
      .ww-e-d1RJ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1RJ.ww-layout, .ww-e-d1RJ [data-ww-ls~="d1RJ"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1RK {
        margin: 0;
        padding: 0 25px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: #fbf3f4;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1RK {
          padding: 0 10px;
        }
      }
      .ww-e-d1RK.ww-layout, .ww-e-d1RK [data-ww-ls~="d1RK"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1RL {
        margin: 0;
        padding: 0 25px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: #fbf3f4;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1RL {
          padding: 0 10px;
        }
      }
      .ww-e-d1RL.ww-layout, .ww-e-d1RL [data-ww-ls~="d1RL"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1RM {
        margin: 16px 0;
        padding: 0 0 15px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 42px;
        font-family: var(--ww-default-font-family);
        line-height: 54px;
        font-weight: 600;
        text-align: center;
        color: #2a2a2a;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1RM {
          font-size: 40px;
          line-height: 44px;
          font-weight: 600;
          text-align: center;
          color: var(--ww-content-ww-text-color);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1RM {
          padding: 0 0 5px;
          font-size: 25px;
          line-height: 32px;
          letter-spacing: -1px;
        }
      }
      .ww-e-d1RN {
        margin: 16px 0;
        padding: 0 0 15px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 42px;
        font-family: var(--ww-default-font-family);
        line-height: 54px;
        font-weight: 600;
        text-align: center;
        color: #2a2a2a;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1RN {
          font-size: 40px;
          line-height: 44px;
          font-weight: 600;
          text-align: center;
          color: var(--ww-content-ww-text-color);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1RN {
          padding: 0 0 5px;
          font-size: 25px;
          line-height: 32px;
          letter-spacing: -1px;
        }
      }
      .ww-e-d1RO {
        margin: 0;
        padding: 0 18px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        text-align: center;
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d1RO {
          font-size: 15px;
        }
      }
      .ww-e-d1RP {
        margin: 0;
        padding: 0 18px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        text-align: center;
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d1RP {
          font-size: 15px;
        }
      }
      .ww-e-d1RQ {
        margin: 0;
        padding: 1em 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1RQ.ww-layout, .ww-e-d1RQ [data-ww-ls~="d1RQ"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1RR {
        margin: 0;
        padding: 1em 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1RR.ww-layout, .ww-e-d1RR [data-ww-ls~="d1RR"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1RS {
        margin: 0 0 20px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1RT {
        margin: 0;
        padding: 0 0 6px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 600;
        color: var(--ww-content-ww-text-color);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1RU {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1RU.ww-layout, .ww-e-d1RU [data-ww-ls~="d1RU"] {
        display: flex;
        justify-content: space-between;
        row-gap: 5%;
      }
      @media (max-width: 991px) {
        .ww-e-d1RU.ww-layout, .ww-e-d1RU [data-ww-ls~="d1RU"] {
          flex-flow: column;
        }
      }
      .ww-e-d1RV {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1RW {
        margin: 0;
        padding: 0 20px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 33%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border-top: 0 none;
        border-bottom: 0 none;
        border-right: 1px solid #f0eae6;
      }
      @media (max-width: 991px) {
        .ww-e-d1RW {
          padding: 20px 0;
          width: 100%;
          border-bottom: 1px solid #f0eae6;
          border-right: 0 solid #f0eae6;
        }
      }
      .ww-e-d1RW.ww-layout, .ww-e-d1RW [data-ww-ls~="d1RW"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1RX {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1RY {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1RZ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: #434346;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Ra {
        margin: 0;
        padding: 15px 0 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ra.ww-layout, .ww-e-d1Ra [data-ww-ls~="d1Ra"] {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .ww-e-d1Rb {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 32px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Rc {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: #434346;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Rd {
        margin: 0;
        padding: 15px 0 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Rd.ww-layout, .ww-e-d1Rd [data-ww-ls~="d1Rd"] {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .ww-e-d1Re {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Rf {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Rg {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 32px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Rh {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Rh.ww-layout, .ww-e-d1Rh [data-ww-ls~="d1Rh"] {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 10px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Ri {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ri.ww-layout, .ww-e-d1Ri [data-ww-ls~="d1Ri"] {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 10px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Rj {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Rk {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Rk.ww-layout, .ww-e-d1Rk [data-ww-ls~="d1Rk"] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        column-gap: 5px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Rl {
        margin: 0;
        padding: 20px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: 2px solid #f0eae6;
        border-radius: 20px;
      }
      @media (max-width: 991px) {
        .ww-e-d1Rl {
          align-self: center;
          width: 95%;
        }
      }
      .ww-e-d1Rl.ww-layout, .ww-e-d1Rl [data-ww-ls~="d1Rl"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Rm {
        margin: 0;
        padding: 15px 0 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Rm.ww-layout, .ww-e-d1Rm [data-ww-ls~="d1Rm"] {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Rn {
        margin: 0;
        padding: 0 0 0 20px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 33%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1Rn {
          padding: 20px 0 0;
          width: 100%;
        }
      }
      .ww-e-d1Rn.ww-layout, .ww-e-d1Rn [data-ww-ls~="d1Rn"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Ro {
        margin: 0;
        padding: 0 5% 0 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 33%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border-top: 0 none;
        border-bottom: 0 none;
        border-left: 0 none;
        border-right: 1px solid #f0eae6;
      }
      @media (max-width: 991px) {
        .ww-e-d1Ro {
          padding: 0 0% 20px 0;
          width: 100%;
          border-bottom: 1px solid #f0eae6;
          border-right: 0 solid #f0eae6;
        }
      }
      .ww-e-d1Ro.ww-layout, .ww-e-d1Ro [data-ww-ls~="d1Ro"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Rs {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Rs.ww-layout, .ww-e-d1Rs [data-ww-ls~="d1Rs"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Rt {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Rt.ww-layout, .ww-e-d1Rt [data-ww-ls~="d1Rt"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Ru {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ru.ww-layout, .ww-e-d1Ru [data-ww-ls~="d1Ru"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Rv {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: var(--ww-style-width);
        max-width: unset;
        min-width: unset;
        height: var(--ww-style-height, auto);
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        cursor: auto;
      }
      .ww-e-d1Rw {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        flex: 0 1 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Rx {
        margin: 0;
        padding: 1em 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Rx.ww-layout, .ww-e-d1Rx [data-ww-ls~="d1Rx"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Ry {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
      }
      .ww-e-d1Rz {
        margin: 0;
        padding: 0 0 10px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Rz.ww-layout, .ww-e-d1Rz [data-ww-ls~="d1Rz"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1S0 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1S0.ww-layout, .ww-e-d1S0 [data-ww-ls~="d1S0"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1S1 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1S1.ww-layout, .ww-e-d1S1 [data-ww-ls~="d1S1"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1S2 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1S3 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1S4 {
        margin: 0;
        padding: 1.2em 0 2em;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1S4 {
          padding: .7em 0 1.7em;
        }
      }
      .ww-e-d1S4.ww-layout, .ww-e-d1S4 [data-ww-ls~="d1S4"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1S5 {
        margin: 0;
        padding: 1em 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1S5.ww-layout, .ww-e-d1S5 [data-ww-ls~="d1S5"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1S6 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1S7 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1S7.ww-layout, .ww-e-d1S7 [data-ww-ls~="d1S7"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1S8 {
        margin: 0;
        padding: 1em 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1S8.ww-layout, .ww-e-d1S8 [data-ww-ls~="d1S8"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1S9 {
        margin: 0;
        padding: 0 18px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        text-align: center;
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d1S9 {
          font-size: 15px;
        }
      }
      .ww-e-d1SA {
        margin: 0;
        padding: 0 25px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: #fbf3f4;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1SA {
          padding: 0 10px;
        }
      }
      .ww-e-d1SA.ww-layout, .ww-e-d1SA [data-ww-ls~="d1SA"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1SB {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1SB.ww-layout, .ww-e-d1SB [data-ww-ls~="d1SB"] {
        display: flex;
      }
      .ww-e-d1SD {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1SD.ww-layout, .ww-e-d1SD [data-ww-ls~="d1SD"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1SE {
        margin: 0;
        padding: 1em 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 22px;
        font-family: var(--ww-default-font-family);
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-d1SE {
          font-weight: 600;
        }
      }
      .ww-e-d1SF {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1SF.ww-layout, .ww-e-d1SF [data-ww-ls~="d1SF"] {
        display: flex;
      }
      .ww-e-d1SG {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1SH {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1SI {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 40px;
        font-family: var(--ww-default-font-family);
        line-height: 44px;
        font-weight: 600;
        text-align: center;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1SI {
          font-size: 35px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1SI {
          font-size: 22px;
        }
      }
      .ww-e-d1SJ {
        margin: 0;
        padding: 0 7px 0 20px;
        z-index: unset;
        align-self: center;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        line-height: 30px;
        font-weight: 400;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-d1SJ {
          font-size: 15px;
          line-height: 24px;
        }
      }
      .ww-e-d1SK {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1SL {
        margin: 0;
        padding: 0 0 6px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 600;
        color: var(--ww-content-ww-text-color);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1SM {
        margin: 0;
        padding: 0 0 6px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 600;
        color: var(--ww-content-ww-text-color);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1SO {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1SP {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1SP.ww-layout, .ww-e-d1SP [data-ww-ls~="d1SP"] {
        display: flex;
        flex-direction: row;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1SP.ww-layout, .ww-e-d1SP [data-ww-ls~="d1SP"] {
          flex-flow: column;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1SP.ww-layout, .ww-e-d1SP [data-ww-ls~="d1SP"] {
          flex-flow: column;
        }
      }
      .ww-e-d1SS {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: 24px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        --wwi-ar: unset;
      }
      .ww-e-d1SU {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1SV {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1SX {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1SY {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Sa {
        margin: 2px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Sa.ww-layout, .ww-e-d1Sa [data-ww-ls~="d1Sa"] {
        display: flex;
        flex-direction: row;
        column-gap: 6px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Sb {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Sb.ww-layout, .ww-e-d1Sb [data-ww-ls~="d1Sb"] {
        display: flex;
        flex-direction: row;
        column-gap: 7px;
        flex-wrap: revert-layer;
      }
      @media (max-width: 767px) {
        .ww-e-d1Sb.ww-layout, .ww-e-d1Sb [data-ww-ls~="d1Sb"] {
          column-gap: 7px;
        }
      }
      .ww-e-d1Sc {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Sc {
          font-size: 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Sc {
          font-size: 13px;
        }
      }
      .ww-e-d1Sd {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: #828282;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Sd {
          font-size: 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Sd {
          font-size: 13px;
        }
      }
      .ww-e-d1Se {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Se.ww-layout, .ww-e-d1Se [data-ww-ls~="d1Se"] {
        display: flex;
        flex-flow: column;
        row-gap: 10px;
      }
      @media (max-width: 991px) {
        .ww-e-d1Se.ww-layout, .ww-e-d1Se [data-ww-ls~="d1Se"] {
          justify-content: center;
          row-gap: 5px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Se.ww-layout, .ww-e-d1Se [data-ww-ls~="d1Se"] {
          row-gap: 6px;
        }
      }
      .ww-e-d1Sg {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 10px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        text-transform: uppercase;
        letter-spacing: 5px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-d1Sg {
          font-size: 9px;
        }
      }
      .ww-e-d1Sh {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 10px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        text-transform: uppercase;
        letter-spacing: 5px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Sh {
          font-size: 8px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Sh {
          font-size: 9px;
        }
      }
      .ww-e-d1Si {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 110px;
        max-width: 110px;
        min-width: 110px;
        height: 110px;
        aspect-ratio: unset;
        max-height: 110px;
        min-height: 110px;
        border-radius: 10px;
        --wwi-ar: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1Si {
          width: 80px;
          max-width: 80px;
          min-width: 80px;
          height: 80px;
          max-height: 80px;
          min-height: 80px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Si {
          width: 80px;
          max-width: 80px;
          min-width: 80px;
          height: 80px;
          max-height: 80px;
          min-height: 80px;
        }
      }
      .ww-e-d1Sj {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 24px;
        font-family: Juana, serif;
        line-height: 30px;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1Sj {
          font-size: 20px;
          line-height: 20px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Sj {
          font-size: 20px;
          line-height: 20px;
        }
      }
      .ww-e-d1Sk {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 12px;
        max-width: unset;
        min-width: unset;
        height: 12px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        --wwi-ar: unset;
      }
      .ww-e-d1Sl {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 12px;
        max-width: unset;
        min-width: unset;
        height: 12px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        --wwi-ar: unset;
      }
      .ww-e-d1Sm {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 12px;
        max-width: unset;
        min-width: unset;
        height: 12px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        --wwi-ar: unset;
      }
      .ww-e-d1Sn {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 12px;
        max-width: unset;
        min-width: unset;
        height: 12px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        --wwi-ar: unset;
      }
      .ww-e-d1So {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 12px;
        max-width: unset;
        min-width: unset;
        height: 12px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        --wwi-ar: unset;
      }
      .ww-e-d1Sq {
        margin: 0;
        padding: 16px 0 0;
        z-index: 100;
        align-self: center;
        display: flex;
        position: revert-layer;
        inset: revert-layer;
        width: revert-layer;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1Sq {
          padding: 12px 0 0;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Sq {
          padding: 16px 0 0;
        }
      }
      .ww-e-d1Sq.ww-layout, .ww-e-d1Sq [data-ww-ls~="d1Sq"] {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Sr {
        margin: 0;
        padding: 7px 16px 5px;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        background-color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        border-radius: 20px;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Ss {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 22px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-d1Ss {
          font-weight: 800;
        }
      }
      .ww-e-d1St {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 28px;
        font-style: italic;
        text-align: center;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-d1St {
          font-style: italic;
        }
      }
      .ww-e-d1Su {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 24px;
        font-family: var(--ww-default-font-family);
        text-align: center;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Sv {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 40px;
        max-width: unset;
        min-width: unset;
        height: 40px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border: 0 solid;
        outline: 0 solid;
        border-radius: 50px;
        --wwi-ar: unset;
        --wwi-of: cover;
      }
      .ww-e-d1Sy {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Sz {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1T0 {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1T1 {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1T3 {
        margin: 24px 0;
        padding: 16px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 300px;
        flex: 0 0 auto;
        max-width: 280px;
        min-width: 300px;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        background-image: none;
        border: 1px solid var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        outline: 0px solid var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        outline-offset: 0px;
        border-radius: 16px;
      }
      @media (max-width: 767px) {
        .ww-e-d1T3 {
          display: flex;
          max-width: 100%;
        }
      }
      .ww-e-d1T3.ww-layout, .ww-e-d1T3 [data-ww-ls~="d1T3"] {
        display: flex;
        flex-flow: column;
        align-content: revert-layer;
        column-gap: 40px;
      }
      @media (max-width: 767px) {
        .ww-e-d1T3.ww-layout, .ww-e-d1T3 [data-ww-ls~="d1T3"] {
          display: flex;
          flex-flow: wrap;
          align-content: revert-layer;
          column-gap: 40px;
        }
      }
      .ww-e-d1T4 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1T5 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1T6 {
        margin: 0;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: 1px solid #edf2f9;
        border-radius: 8px;
      }
      .ww-e-d1T6.ww-layout, .ww-e-d1T6 [data-ww-ls~="d1T6"] {
        display: flex;
        flex-flow: column;
        align-content: revert-layer;
      }
      .ww-e-d1T7 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1T7.ww-layout, .ww-e-d1T7 [data-ww-ls~="d1T7"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        row-gap: 4px;
      }
      .ww-e-d1T8 {
        margin: 0 0 8px;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: 1px solid #edf2f9;
        border-radius: 8px;
      }
      .ww-e-d1T8.ww-layout, .ww-e-d1T8 [data-ww-ls~="d1T8"] {
        display: flex;
        flex-flow: column;
        align-content: revert-layer;
      }
      .ww-e-d1T9 {
        margin: 0 0 8px;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: 1px solid #edf2f9;
        border-radius: 8px;
      }
      .ww-e-d1T9.ww-layout, .ww-e-d1T9 [data-ww-ls~="d1T9"] {
        display: flex;
        flex-flow: column;
        align-content: revert-layer;
      }
      .ww-e-d1TA {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        color: #a3a3a3;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1TB {
        margin: 0 0 8px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: 120px;
        min-height: unset;
        border-radius: 10px;
        --wwi-of: cover;
      }
      .ww-e-d1TC {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1TD {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 24px;
        font-family: var(--ww-default-font-family);
        line-height: 30px;
        font-weight: 600;
        text-align: left;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1TD {
          line-height: 30px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1TD {
          margin: 0;
          padding: 0;
        }
      }
      .ww-e-d1TG {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 24px;
        font-family: var(--ww-default-font-family);
        line-height: 30px;
        font-weight: 600;
        text-align: center;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1TG {
          line-height: 30px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1TG {
          margin: 0;
          padding: 0 24px;
        }
      }
      .ww-e-d1TH {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1TH.ww-layout, .ww-e-d1TH [data-ww-ls~="d1TH"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1TJ {
        margin: 8px 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1TL {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: 320px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: #0000;
        background-image: linear-gradient(0deg, #00000033, #00000033), var(--ww-style-background-image);
        background-position: 0% 0%, center center;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
        background-attachment: scroll, scroll;
        border-radius: 12px;
        --wwi-ar: unset;
        --wwi-of: cover;
        --wwi-o: linear-gradient(undefineddeg);
      }
      .ww-e-d1TM {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 100%;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      .ww-e-d1TN {
        margin: 0;
        padding: 8px;
        z-index: 1;
        align-self: unset;
        display: flex;
        position: absolute;
        top: 50%;
        left: 20px;
        width: 35px;
        max-width: unset;
        min-width: unset;
        height: 35px;
        max-height: unset;
        min-height: unset;
        background-color: #ffffff80;
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        transform: translateY(-50%);
        border-radius: 50%;
      }
      .ww-e-d1TN:where(:hover) {
        background-color: #fff;
        box-shadow: 0 4px 6px #00000026;
        transform: translate(-4px, -50%);
      }
      .ww-e-d1TO {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        line-height: 1.6;
        color: #374151;
        white-space-collapse: preserve;
      }
      .ww-e-d1TP {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 100%;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      .ww-e-d1TR {
        margin: 80px auto;
        padding: 0 24px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: 800px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1TR.ww-layout, .ww-e-d1TR [data-ww-ls~="d1TR"] {
        display: flex;
        flex-flow: column;
        gap: 24px;
      }
      .ww-e-d1TS {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 100%;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      .ww-e-d1TT {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        line-height: 1.6;
        color: #374151;
        white-space-collapse: preserve;
      }
      .ww-e-d1TU {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        line-height: 1.6;
        color: #374151;
        white-space-collapse: preserve;
      }
      .ww-e-d1TV {
        margin: 0;
        padding: 8px;
        z-index: 1;
        align-self: unset;
        display: flex;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 35px;
        max-width: unset;
        min-width: unset;
        height: 35px;
        max-height: unset;
        min-height: unset;
        background-color: #ffffff80;
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        transform: translateY(-50%);
        border-radius: 50%;
      }
      .ww-e-d1TV:where(:hover) {
        background-color: #fff;
        box-shadow: 0 4px 6px #00000026;
        transform: translate(4px, -50%);
      }
      .ww-e-d1TW {
        margin: 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        position: revert-layer;
        inset: revert-layer;
        width: 8px;
        max-width: unset;
        min-width: unset;
        height: 8px;
        max-height: unset;
        min-height: unset;
        background-color: #fff;
        cursor: pointer;
        opacity: 0.5;
        transition: all 0.3s ease;
        border-radius: 100px;
      }
      .ww-e-d1TW:where([data-ww-states~="jk5TuZ"]) {
        background-color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        opacity: 1;
        transform: scale(1.2);
      }
      .ww-e-d1TX {
        margin: 0;
        padding: 20px 24px 26px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
      }
      .ww-e-d1TX.ww-layout, .ww-e-d1TX [data-ww-ls~="d1TX"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1TY {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1TY.ww-layout, .ww-e-d1TY [data-ww-ls~="d1TY"] {
        display: flex;
        justify-content: space-between;
      }
      .ww-e-d1TZ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        color: var(--aed66389-4433-45b2-be66-5622e3df32e7,#919191);
        text-transform: uppercase;
        letter-spacing: 3px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Ta {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 30px;
        font-family: Juana, serif;
        font-style: italic;
        color: var(--dba3598f-a6ac-4791-a54d-c335ef510ac8,#7e1a23);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Tb {
        margin: 0;
        padding: 15px 0 4px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border-top: 0 none;
        border-bottom: 1px solid #00000080;
        border-left: 0 none;
        border-right: 0 none;
      }
      .ww-e-d1Tb.ww-layout, .ww-e-d1Tb [data-ww-ls~="d1Tb"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Tc {
        margin: 0;
        padding: 0 0 6px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        font-weight: 500;
        color: var(--dba3598f-a6ac-4791-a54d-c335ef510ac8,#7e1a23);
        letter-spacing: 1px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Td {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration: underline;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Te {
        margin: 0;
        padding: 15px 0 4px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border-top: 0 none;
        border-bottom: 1px solid #00000080;
        border-left: 0 none;
        border-right: 0 none;
      }
      .ww-e-d1Te.ww-layout, .ww-e-d1Te [data-ww-ls~="d1Te"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Tf {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        font-weight: 300;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration: underline;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Tg {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration: underline;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Th {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration: underline;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Ti {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        font-weight: 300;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration: underline;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Tj {
        margin: 0;
        padding: 15px 0 4px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border-top: 0 none;
        border-bottom: 1px solid #00000080;
        border-left: 0 none;
        border-right: 0 none;
      }
      .ww-e-d1Tj.ww-layout, .ww-e-d1Tj [data-ww-ls~="d1Tj"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Tk {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        font-weight: 300;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration: underline;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Tl {
        margin: 0;
        padding: 8px 9px 5px 14px;
        z-index: 100;
        align-self: flex-start;
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        flex: 0 1 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 11px;
        font-family: var(--ww-default-font-family);
        line-height: 16px;
        font-weight: 600;
        text-align: center;
        color: var(--dba3598f-a6ac-4791-a54d-c335ef510ac8,#7e1a23);
        letter-spacing: 3px;
        white-space-collapse: preserve;
        background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        border-radius: 50px;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Tm {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 420px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: #000;
      }
      @media (max-width: 767px) {
        .ww-e-d1Tm {
          height: 375px;
        }
      }
      .ww-e-d1Tn {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 30px;
        font-family: Juana, serif;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1To {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1To.ww-layout, .ww-e-d1To [data-ww-ls~="d1To"] {
        display: flex;
        flex-direction: row;
        column-gap: 6px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Tq {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 24px;
        font-family: Juana, serif;
        line-height: 30px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Tq {
          font-size: 20px;
          line-height: 21px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Tq {
          font-size: 24px;
          line-height: 25px;
        }
      }
      .ww-e-d1Tr {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: unset;
        aspect-ratio: 2;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
        --wwi-ar: 2;
        --wwi-of: cover;
      }
      .ww-e-d1Ts {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ts.ww-layout, .ww-e-d1Ts [data-ww-ls~="d1Ts"] {
        display: flex;
        flex-flow: column;
        row-gap: 10px;
      }
      .ww-e-d1Tt {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Tt {
          font-size: 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Tt {
          font-size: 13px;
        }
      }
      .ww-e-d1Tu {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: #828282;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Tu {
          font-size: 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Tu {
          font-size: 13px;
        }
      }
      .ww-e-d1Tv {
        margin: 2px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Tv.ww-layout, .ww-e-d1Tv [data-ww-ls~="d1Tv"] {
        display: flex;
        flex-direction: row;
        column-gap: 6px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Tw {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Tw.ww-layout, .ww-e-d1Tw [data-ww-ls~="d1Tw"] {
        display: flex;
        flex-direction: row;
        column-gap: 7px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Tx {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 10px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        text-transform: uppercase;
        letter-spacing: 5px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Tx {
          font-size: 8px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Tx {
          font-size: 9px;
        }
      }
      .ww-e-d1Ty {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 10px;
        font-family: var(--ww-default-font-family);
        font-weight: 800;
        color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        text-transform: uppercase;
        letter-spacing: 5px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Ty {
          font-size: 8px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Ty {
          font-size: 9px;
        }
      }
      .ww-e-d1Tz {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Tz.ww-layout, .ww-e-d1Tz [data-ww-ls~="d1Tz"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1Tz.ww-layout, .ww-e-d1Tz [data-ww-ls~="d1Tz"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Tz.ww-layout, .ww-e-d1Tz [data-ww-ls~="d1Tz"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1U0 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1U0.ww-layout, .ww-e-d1U0 [data-ww-ls~="d1U0"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1U0.ww-layout, .ww-e-d1U0 [data-ww-ls~="d1U0"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1U0.ww-layout, .ww-e-d1U0 [data-ww-ls~="d1U0"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1U1 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1U1.ww-layout, .ww-e-d1U1 [data-ww-ls~="d1U1"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1U1.ww-layout, .ww-e-d1U1 [data-ww-ls~="d1U1"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1U1.ww-layout, .ww-e-d1U1 [data-ww-ls~="d1U1"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1U2 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1U2.ww-layout, .ww-e-d1U2 [data-ww-ls~="d1U2"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1U2.ww-layout, .ww-e-d1U2 [data-ww-ls~="d1U2"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1U2.ww-layout, .ww-e-d1U2 [data-ww-ls~="d1U2"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1U3 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1U3.ww-layout, .ww-e-d1U3 [data-ww-ls~="d1U3"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1U3.ww-layout, .ww-e-d1U3 [data-ww-ls~="d1U3"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1U3.ww-layout, .ww-e-d1U3 [data-ww-ls~="d1U3"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1U4 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1U4.ww-layout, .ww-e-d1U4 [data-ww-ls~="d1U4"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1U4.ww-layout, .ww-e-d1U4 [data-ww-ls~="d1U4"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1U4.ww-layout, .ww-e-d1U4 [data-ww-ls~="d1U4"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1U5 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1U5 {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1U5 {
          align-self: flex-start;
          width: 80%;
        }
      }
      .ww-e-d1U5.ww-layout, .ww-e-d1U5 [data-ww-ls~="d1U5"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1U5.ww-layout, .ww-e-d1U5 [data-ww-ls~="d1U5"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1U5.ww-layout, .ww-e-d1U5 [data-ww-ls~="d1U5"] {
          justify-content: flex-start;
          row-gap: 6px;
        }
      }
      .ww-e-d1U6 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1U6 {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1U6 {
          align-self: flex-start;
          width: 80%;
        }
      }
      .ww-e-d1U6.ww-layout, .ww-e-d1U6 [data-ww-ls~="d1U6"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1U6.ww-layout, .ww-e-d1U6 [data-ww-ls~="d1U6"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1U6.ww-layout, .ww-e-d1U6 [data-ww-ls~="d1U6"] {
          justify-content: flex-start;
          row-gap: 6px;
        }
      }
      .ww-e-d1U7 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 16px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1U8 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 50px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1U8.ww-layout, .ww-e-d1U8 [data-ww-ls~="d1U8"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
      }
      .ww-e-d1U9 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 16px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1UA {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 50px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1UA.ww-layout, .ww-e-d1UA [data-ww-ls~="d1UA"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
      }
      .ww-e-d1UB {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1UB {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UB {
          align-self: unset;
          width: 80%;
        }
      }
      .ww-e-d1UB.ww-layout, .ww-e-d1UB [data-ww-ls~="d1UB"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1UB.ww-layout, .ww-e-d1UB [data-ww-ls~="d1UB"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UB.ww-layout, .ww-e-d1UB [data-ww-ls~="d1UB"] {
          justify-content: center;
          row-gap: 6px;
        }
      }
      .ww-e-d1UC {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1UC {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UC {
          align-self: unset;
          width: 80%;
        }
      }
      .ww-e-d1UC.ww-layout, .ww-e-d1UC [data-ww-ls~="d1UC"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1UC.ww-layout, .ww-e-d1UC [data-ww-ls~="d1UC"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UC.ww-layout, .ww-e-d1UC [data-ww-ls~="d1UC"] {
          justify-content: center;
          row-gap: 6px;
        }
      }
      .ww-e-d1UD {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1UD {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UD {
          align-self: unset;
          width: 80%;
        }
      }
      .ww-e-d1UD.ww-layout, .ww-e-d1UD [data-ww-ls~="d1UD"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1UD.ww-layout, .ww-e-d1UD [data-ww-ls~="d1UD"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UD.ww-layout, .ww-e-d1UD [data-ww-ls~="d1UD"] {
          justify-content: center;
          row-gap: 6px;
        }
      }
      .ww-e-d1UE {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1UE {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UE {
          align-self: unset;
          width: 80%;
        }
      }
      .ww-e-d1UE.ww-layout, .ww-e-d1UE [data-ww-ls~="d1UE"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1UE.ww-layout, .ww-e-d1UE [data-ww-ls~="d1UE"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UE.ww-layout, .ww-e-d1UE [data-ww-ls~="d1UE"] {
          justify-content: center;
          row-gap: 6px;
        }
      }
      .ww-e-d1UF {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1UF {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UF {
          align-self: unset;
          width: 80%;
        }
      }
      .ww-e-d1UF.ww-layout, .ww-e-d1UF [data-ww-ls~="d1UF"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1UF.ww-layout, .ww-e-d1UF [data-ww-ls~="d1UF"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UF.ww-layout, .ww-e-d1UF [data-ww-ls~="d1UF"] {
          justify-content: center;
          row-gap: 6px;
        }
      }
      .ww-e-d1UG {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 69%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1UG {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UG {
          align-self: unset;
          width: 80%;
        }
      }
      .ww-e-d1UG.ww-layout, .ww-e-d1UG [data-ww-ls~="d1UG"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1UG.ww-layout, .ww-e-d1UG [data-ww-ls~="d1UG"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UG.ww-layout, .ww-e-d1UG [data-ww-ls~="d1UG"] {
          justify-content: center;
          row-gap: 6px;
        }
      }
      .ww-e-d1UH {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1UH {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UH {
          font-size: 12px;
        }
      }
      .ww-e-d1UI {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1UI {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1UI.ww-layout, .ww-e-d1UI [data-ww-ls~="d1UI"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1UJ {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1UJ {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1UJ.ww-layout, .ww-e-d1UJ [data-ww-ls~="d1UJ"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1UK {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1UK {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1UK.ww-layout, .ww-e-d1UK [data-ww-ls~="d1UK"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1UL {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1UL.ww-layout, .ww-e-d1UL [data-ww-ls~="d1UL"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1UL.ww-layout, .ww-e-d1UL [data-ww-ls~="d1UL"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UL.ww-layout, .ww-e-d1UL [data-ww-ls~="d1UL"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1UM {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1UM {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UM {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1UN {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1UN {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UN {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1UO {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1UO {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UO {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1UP {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1UP {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UP {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1UQ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1UQ {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UQ {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1UR {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1UR {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UR {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1US {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1US {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1US {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1UT {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 68px;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1UT {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UT {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1UU {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1UU {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UU {
          font-size: 12px;
        }
      }
      .ww-e-d1UV {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1UV {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UV {
          font-size: 12px;
        }
      }
      .ww-e-d1UW {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1UW {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UW {
          font-size: 12px;
        }
      }
      .ww-e-d1UX {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1UX {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UX {
          font-size: 12px;
        }
      }
      .ww-e-d1UY {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1UY {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UY {
          font-size: 12px;
        }
      }
      .ww-e-d1UZ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1UZ {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1UZ {
          font-size: 12px;
        }
      }
      .ww-e-d1Ua {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Ua {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Ua {
          font-size: 12px;
        }
      }
      .ww-e-d1Ub {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Ub {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Ub {
          font-size: 12px;
        }
      }
      .ww-e-d1Uc {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Uc {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1Uc.ww-layout, .ww-e-d1Uc [data-ww-ls~="d1Uc"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Ud {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Ud {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1Ud.ww-layout, .ww-e-d1Ud [data-ww-ls~="d1Ud"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Ue {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Ue {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1Ue.ww-layout, .ww-e-d1Ue [data-ww-ls~="d1Ue"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Uf {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Uf {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1Uf.ww-layout, .ww-e-d1Uf [data-ww-ls~="d1Uf"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Ug {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Ug {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1Ug.ww-layout, .ww-e-d1Ug [data-ww-ls~="d1Ug"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Uh {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Uh {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Uh {
          font-size: 14px;
        }
      }
      .ww-e-d1Ui {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Ui {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Ui {
          font-size: 14px;
        }
      }
      .ww-e-d1Uj {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Uj {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Uj {
          font-size: 14px;
        }
      }
      .ww-e-d1Uk {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Uk.ww-layout, .ww-e-d1Uk [data-ww-ls~="d1Uk"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 4px;
      }
      @media (max-width: 991px) {
        .ww-e-d1Uk.ww-layout, .ww-e-d1Uk [data-ww-ls~="d1Uk"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Uk.ww-layout, .ww-e-d1Uk [data-ww-ls~="d1Uk"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1Ul {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 800;
        letter-spacing: 0;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1Ul {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Ul {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
        }
      }
      .ww-e-d1Um {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 800;
        letter-spacing: 0;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1Um {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Um {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
        }
      }
      .ww-e-d1Un {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Un {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Un {
          font-size: 12px;
        }
      }
      .ww-e-d1Uo {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Uo {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Uo {
          font-size: 12px;
        }
      }
      .ww-e-d1Up {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Up {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Up {
          font-size: 12px;
        }
      }
      .ww-e-d1Uq {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        font-weight: 700;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Uq {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Uq {
          font-size: 14px;
        }
      }
      .ww-e-d1Ur {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 16px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Us {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 50px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Us.ww-layout, .ww-e-d1Us [data-ww-ls~="d1Us"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
      }
      .ww-e-d1Ut {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 16px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Uu {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 50px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Uu.ww-layout, .ww-e-d1Uu [data-ww-ls~="d1Uu"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
      }
      .ww-e-d1Uv {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 16px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Uw {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 50px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Uw.ww-layout, .ww-e-d1Uw [data-ww-ls~="d1Uw"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
      }
      .ww-e-d1Ux {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 16px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Uy {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 50px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Uy.ww-layout, .ww-e-d1Uy [data-ww-ls~="d1Uy"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
      }
      .ww-e-d1Uz {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 50px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Uz.ww-layout, .ww-e-d1Uz [data-ww-ls~="d1Uz"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
      }
      .ww-e-d1V0 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 16px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1V1 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 50px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1V1.ww-layout, .ww-e-d1V1 [data-ww-ls~="d1V1"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
      }
      .ww-e-d1V2 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 16px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1V3 {
        margin: 0;
        padding: 14px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 95px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-top: 0 solid #edf2f9;
        border-bottom: 1px solid #0000001a;
        border-left: 0 solid #edf2f9;
        border-right: 0 solid #edf2f9;
        border-radius: 0;
      }
      @media (max-width: 767px) {
        .ww-e-d1V3 {
          width: 100%;
        }
      }
      .ww-e-d1V3.ww-layout, .ww-e-d1V3 [data-ww-ls~="d1V3"] {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1V3.ww-layout, .ww-e-d1V3 [data-ww-ls~="d1V3"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1V3.ww-layout, .ww-e-d1V3 [data-ww-ls~="d1V3"] {
          align-items: center;
        }
      }
      .ww-e-d1V4 {
        margin: 0;
        padding: 14px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 95px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-top: 0 solid #edf2f9;
        border-bottom: 1px solid #0000001a;
        border-left: 0 solid #edf2f9;
        border-right: 0 solid #edf2f9;
        border-radius: 0;
      }
      @media (max-width: 767px) {
        .ww-e-d1V4 {
          width: 100%;
        }
      }
      .ww-e-d1V4.ww-layout, .ww-e-d1V4 [data-ww-ls~="d1V4"] {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1V4.ww-layout, .ww-e-d1V4 [data-ww-ls~="d1V4"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1V4.ww-layout, .ww-e-d1V4 [data-ww-ls~="d1V4"] {
          align-items: center;
        }
      }
      .ww-e-d1V5 {
        margin: 0;
        padding: 14px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 95px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-top: 0 solid #edf2f9;
        border-bottom: 1px solid #0000001a;
        border-left: 0 solid #edf2f9;
        border-right: 0 solid #edf2f9;
        border-radius: 0;
      }
      @media (max-width: 767px) {
        .ww-e-d1V5 {
          width: 100%;
        }
      }
      .ww-e-d1V5.ww-layout, .ww-e-d1V5 [data-ww-ls~="d1V5"] {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1V5.ww-layout, .ww-e-d1V5 [data-ww-ls~="d1V5"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1V5.ww-layout, .ww-e-d1V5 [data-ww-ls~="d1V5"] {
          align-items: center;
        }
      }
      .ww-e-d1V6 {
        margin: 0;
        padding: 14px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 95px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-top: 0 solid #edf2f9;
        border-bottom: 1px solid #0000001a;
        border-left: 0 solid #edf2f9;
        border-right: 0 solid #edf2f9;
        border-radius: 0;
      }
      @media (max-width: 767px) {
        .ww-e-d1V6 {
          width: 100%;
        }
      }
      .ww-e-d1V6.ww-layout, .ww-e-d1V6 [data-ww-ls~="d1V6"] {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1V6.ww-layout, .ww-e-d1V6 [data-ww-ls~="d1V6"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1V6.ww-layout, .ww-e-d1V6 [data-ww-ls~="d1V6"] {
          align-items: center;
        }
      }
      .ww-e-d1V7 {
        margin: 0;
        padding: 14px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 95px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-top: 0 solid #edf2f9;
        border-bottom: 1px solid #0000001a;
        border-left: 0 solid #edf2f9;
        border-right: 0 solid #edf2f9;
        border-radius: 0;
      }
      @media (max-width: 767px) {
        .ww-e-d1V7 {
          width: 100%;
        }
      }
      .ww-e-d1V7.ww-layout, .ww-e-d1V7 [data-ww-ls~="d1V7"] {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1V7.ww-layout, .ww-e-d1V7 [data-ww-ls~="d1V7"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1V7.ww-layout, .ww-e-d1V7 [data-ww-ls~="d1V7"] {
          align-items: center;
        }
      }
      .ww-e-d1V8 {
        margin: 0;
        padding: 14px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 95px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-top: 0 solid #edf2f9;
        border-bottom: 1px solid #0000001a;
        border-left: 0 solid #edf2f9;
        border-right: 0 solid #edf2f9;
        border-radius: 0;
      }
      @media (max-width: 767px) {
        .ww-e-d1V8 {
          width: 100%;
        }
      }
      .ww-e-d1V8.ww-layout, .ww-e-d1V8 [data-ww-ls~="d1V8"] {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1V8.ww-layout, .ww-e-d1V8 [data-ww-ls~="d1V8"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1V8.ww-layout, .ww-e-d1V8 [data-ww-ls~="d1V8"] {
          align-items: center;
        }
      }
      .ww-e-d1VA {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 800;
        letter-spacing: 0;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1VA {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1VA {
          margin: 0;
          font-size: 18px;
          line-height: 19px;
          font-weight: 800;
        }
      }
      .ww-e-d1VB {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 800;
        letter-spacing: 0;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1VB {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1VB {
          margin: 0;
          font-size: 18px;
          line-height: 19px;
          font-weight: 800;
        }
      }
      .ww-e-d1VC {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 800;
        letter-spacing: 0;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1VC {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1VC {
          margin: 0;
          font-size: 18px;
          line-height: 19px;
          font-weight: 800;
        }
      }
      .ww-e-d1VD {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 800;
        letter-spacing: 0;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1VD {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1VD {
          margin: 0;
          font-size: 18px;
          line-height: 19px;
          font-weight: 800;
        }
      }
      .ww-e-d1VE {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 800;
        letter-spacing: 0;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1VE {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1VE {
          margin: 0;
          font-size: 18px;
          line-height: 19px;
          font-weight: 800;
        }
      }
      .ww-e-d1VF {
        margin: 0;
        padding: 14px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 95px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-top: 0 solid #edf2f9;
        border-bottom: 1px solid #0000001a;
        border-left: 0 solid #edf2f9;
        border-right: 0 solid #edf2f9;
        border-radius: 0;
      }
      @media (max-width: 767px) {
        .ww-e-d1VF {
          width: 100%;
        }
      }
      .ww-e-d1VF.ww-layout, .ww-e-d1VF [data-ww-ls~="d1VF"] {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1VF.ww-layout, .ww-e-d1VF [data-ww-ls~="d1VF"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1VF.ww-layout, .ww-e-d1VF [data-ww-ls~="d1VF"] {
          align-items: center;
        }
      }
      .ww-e-d1VG {
        margin: 0 0 8px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 18px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 800;
        letter-spacing: 0;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1VG {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1VG {
          margin: 0;
          font-size: 18px;
          line-height: 19px;
          font-weight: 800;
        }
      }
      .ww-e-d1VH {
        margin: 0;
        padding: 14px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 95px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-top: 0 solid #edf2f9;
        border-bottom: 1px solid #0000001a;
        border-left: 0 solid #edf2f9;
        border-right: 0 solid #edf2f9;
        border-radius: 0;
      }
      @media (max-width: 767px) {
        .ww-e-d1VH {
          width: 100%;
        }
      }
      .ww-e-d1VH.ww-layout, .ww-e-d1VH [data-ww-ls~="d1VH"] {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1VH.ww-layout, .ww-e-d1VH [data-ww-ls~="d1VH"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1VH.ww-layout, .ww-e-d1VH [data-ww-ls~="d1VH"] {
          align-items: center;
        }
      }
      .ww-e-d1VJ {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1VK {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1VL {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: unset;
        aspect-ratio: .85;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
        --wwi-ar: 0.85;
        --wwi-of: cover;
      }
      @media (max-width: 767px) {
        .ww-e-d1VL {
          aspect-ratio: 1.5;
          --wwi-ar: 1.5;
        }
      }
      .ww-e-d1VM {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 9px;
        font-family: var(--ww-default-font-family);
        font-weight: 500;
        color: var(--e964af1c-8020-4e44-96df-93b418abf1ff,#ababab);
        text-transform: uppercase;
        letter-spacing: 4px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1VM {
          font-size: 6px;
          letter-spacing: 2px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1VM {
          font-size: 9px;
        }
      }
      .ww-e-d1VO {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 9px;
        font-family: var(--ww-default-font-family);
        font-weight: 500;
        color: var(--e964af1c-8020-4e44-96df-93b418abf1ff,#ababab);
        text-transform: uppercase;
        letter-spacing: 4px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1VO {
          font-size: 6px;
          letter-spacing: 2px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1VO {
          font-size: 9px;
        }
      }
      .ww-e-d1VP {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1VP.ww-layout, .ww-e-d1VP [data-ww-ls~="d1VP"] {
        display: flex;
        flex-flow: column;
        row-gap: 10px;
      }
      .ww-e-d1VQ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: #828282;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-d1VQ {
          font-size: 13px;
        }
      }
      .ww-e-d1VR {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1VR.ww-layout, .ww-e-d1VR [data-ww-ls~="d1VR"] {
        display: flex;
        flex-direction: row;
        column-gap: 7px;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1VR.ww-layout, .ww-e-d1VR [data-ww-ls~="d1VR"] {
          flex-direction: row;
          flex-wrap: revert-layer;
        }
      }
      .ww-e-d1VS {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 10px;
        font-family: var(--ww-default-font-family);
        line-height: 5px;
        font-weight: 900;
        text-align: center;
        color: var(--e964af1c-8020-4e44-96df-93b418abf1ff,#ababab);
        text-transform: uppercase;
        letter-spacing: 4px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1VS {
          font-size: 6px;
          letter-spacing: 2px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1VS {
          font-size: 9px;
        }
      }
      .ww-e-d1VT {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-d1VT {
          font-size: 13px;
        }
      }
      .ww-e-d1VU {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 23px;
        font-family: P22 Mackinac, serif;
        line-height: 30px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1VU {
          font-size: 20px;
          line-height: 20px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1VU {
          font-size: 24px;
          line-height: 25px;
        }
      }
      .ww-e-d1VV {
        margin: 0 0 3px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 12px;
        max-width: unset;
        min-width: unset;
        height: 12px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        --wwi-ar: unset;
      }
      .ww-e-d1VW {
        margin: 0 0 3px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 12px;
        max-width: unset;
        min-width: unset;
        height: 12px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        --wwi-ar: unset;
      }
      .ww-e-d1VX {
        margin: 0 5px 0 0;
        padding: var(--ww-style-padding, 0);
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1VZ {
        margin: 0 0 3px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 12px;
        max-width: unset;
        min-width: unset;
        height: 12px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        --wwi-ar: unset;
      }
      .ww-e-d1Va {
        margin: 0 0 3px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 12px;
        max-width: unset;
        min-width: unset;
        height: 12px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        --wwi-ar: unset;
      }
      .ww-e-d1Vb {
        margin: 0 0 3px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 12px;
        max-width: unset;
        min-width: unset;
        height: 12px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        --wwi-ar: unset;
      }
      .ww-e-d1Vc {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 15px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Vd {
        margin: 0;
        padding: 20px 0 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Vd.ww-layout, .ww-e-d1Vd [data-ww-ls~="d1Vd"] {
        display: flex;
      }
      .ww-e-d1Ve {
        margin: 0;
        padding: 0 0 0 10px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Ve.ww-layout, .ww-e-d1Ve [data-ww-ls~="d1Ve"] {
        display: flex;
        flex-direction: row;
        column-gap: 5px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Vf {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 32px;
        max-width: unset;
        min-width: unset;
        height: 32px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 100%;
        --wwi-ar: unset;
      }
      .ww-e-d1Vg {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        width: 15px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Vh {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Vi {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Vj {
        margin: 0;
        padding: 0 0 0 10px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Vj.ww-layout, .ww-e-d1Vj [data-ww-ls~="d1Vj"] {
        display: flex;
        flex-direction: row;
        column-gap: 5px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Vk {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Vl {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 32px;
        font-weight: 600;
        text-align: left;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Vo {
        margin: 0 0 8px;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: 1px solid #edf2f9;
        border-radius: 8px;
      }
      .ww-e-d1Vo.ww-layout, .ww-e-d1Vo [data-ww-ls~="d1Vo"] {
        display: flex;
        flex-flow: column;
        align-content: revert-layer;
      }
      .ww-e-d1Vp {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        color: #4d4d4d;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Vp {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Vp {
          font-size: 14px;
        }
      }
      .ww-e-d1Vq {
        margin: 0 0 8px;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: 1px solid #edf2f9;
        border-radius: 8px;
      }
      .ww-e-d1Vq.ww-layout, .ww-e-d1Vq [data-ww-ls~="d1Vq"] {
        display: flex;
        flex-flow: column;
        align-content: revert-layer;
      }
      .ww-e-d1Vr {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-d1Vr {
          margin: 0 10px 0 0;
        }
      }
      .ww-e-d1Vr.ww-layout, .ww-e-d1Vr [data-ww-ls~="d1Vr"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1Vs {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Vs.ww-layout, .ww-e-d1Vs [data-ww-ls~="d1Vs"] {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        align-content: revert-layer;
        gap: 0 2px;
      }
      @media (max-width: 991px) {
        .ww-e-d1Vs.ww-layout, .ww-e-d1Vs [data-ww-ls~="d1Vs"] {
          column-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Vs.ww-layout, .ww-e-d1Vs [data-ww-ls~="d1Vs"] {
          column-gap: 4px;
        }
      }
      .ww-e-d1Vt {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Vu {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Vv {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        color: #a3a3a3;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Vw {
        margin: 0;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: 1px solid #edf2f9;
        border-radius: 8px;
      }
      .ww-e-d1Vw.ww-layout, .ww-e-d1Vw [data-ww-ls~="d1Vw"] {
        display: flex;
        flex-flow: column;
        align-content: revert-layer;
      }
      .ww-e-d1Vx {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: flex-start;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d1Vx {
          overflow: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Vx {
          align-self: flex-start;
          width: 80%;
        }
      }
      .ww-e-d1Vx.ww-layout, .ww-e-d1Vx [data-ww-ls~="d1Vx"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1Vx.ww-layout, .ww-e-d1Vx [data-ww-ls~="d1Vx"] {
          row-gap: 4px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Vx.ww-layout, .ww-e-d1Vx [data-ww-ls~="d1Vx"] {
          justify-content: flex-start;
          row-gap: 6px;
        }
      }
      .ww-e-d1Vy {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 100%;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: 180px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        --wwi-ar: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-d1Vy {
          width: 60px;
          height: 60px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Vy {
          width: 60px;
          height: unset;
          aspect-ratio: 1;
          --wwi-ar: 1;
        }
      }
      .ww-e-d1Vz {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: 18px;
        color: #4d4d4d;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Vz {
          font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Vz {
          font-size: 14px;
        }
      }
      .ww-e-d1W0 {
        margin: 0;
        padding: 8px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 300px;
        max-width: unset;
        min-width: 300px;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border: 0 solid #edf2f9;
        border-radius: 8px;
      }
      @media (max-width: 767px) {
        .ww-e-d1W0 {
          width: 100%;
        }
      }
      .ww-e-d1W0.ww-layout, .ww-e-d1W0 [data-ww-ls~="d1W0"] {
        display: flex;
        flex-flow: column;
        row-gap: 8px;
      }
      @media (max-width: 991px) {
        .ww-e-d1W0.ww-layout, .ww-e-d1W0 [data-ww-ls~="d1W0"] {
          align-items: flex-start;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1W0.ww-layout, .ww-e-d1W0 [data-ww-ls~="d1W0"] {
          align-items: flex-start;
        }
      }
      .ww-e-d1W1 {
        margin: 0 0 6px;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        line-height: 24px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: ellipsis;
      }
      @media (max-width: 991px) {
        .ww-e-d1W1 {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
          font-weight: 600;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1W1 {
          margin: 0;
          font-size: 20px;
          line-height: 24px;
        }
      }
      .ww-e-d1W2 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1W2.ww-layout, .ww-e-d1W2 [data-ww-ls~="d1W2"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        row-gap: 15px;
      }
      .ww-e-d1W3 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 94px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1W6 {
        margin: 4px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 23px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        font-weight: 800;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1W7 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: var(--ww-content-ww-text-font-size);
        font-family: var(--ww-default-font-family);
        line-height: 15px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1W8 {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1W9 {
        margin: 0 0 0 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1WB {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1WB.ww-layout, .ww-e-d1WB [data-ww-ls~="d1WB"] {
        display: flex;
        flex-flow: column;
        align-items: center;
        row-gap: 3px;
      }
      .ww-e-d1WC {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 8px;
        font-family: var(--ww-default-font-family);
        line-height: normal;
        font-weight: 400;
        color: var(--5172739f-2906-4f10-a758-a1d4929606dc,#777777);
        text-transform: uppercase;
        letter-spacing: 3px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1WC {
          text-align: center;
        }
      }
      .ww-e-d1WD {
        margin: 0;
        padding: 0 0 10px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1WD.ww-layout, .ww-e-d1WD [data-ww-ls~="d1WD"] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        column-gap: 5px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1WE {
        margin: 0;
        padding: 14px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1WE.ww-layout, .ww-e-d1WE [data-ww-ls~="d1WE"] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        column-gap: 5px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1WF {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1WF.ww-layout, .ww-e-d1WF [data-ww-ls~="d1WF"] {
        display: flex;
        flex-flow: column;
        justify-content: flex-end;
        align-items: center;
      }
      .ww-e-d1WG {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: normal;
        font-weight: 700;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1WG {
          text-align: center;
        }
      }
      .ww-e-d1WH {
        margin: 0;
        padding: 7px 12px 5px;
        z-index: unset;
        align-self: unset;
        display: block;
        position: absolute;
        top: 15px;
        left: 15px;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 10px;
        font-family: var(--ww-default-font-family);
        line-height: normal;
        font-weight: 800;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        text-transform: uppercase;
        letter-spacing: 2px;
        white-space-collapse: preserve;
        background-color: #fff;
        box-shadow: var(--ww-style-box-shadow);
        border-radius: 20px;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1WH {
          text-align: center;
        }
      }
      .ww-e-d1WJ {
        margin: 0 6px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 20px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1WK {
        margin: 0 0 1px 6px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 15px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1WL {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 26px;
        font-family: P22 Mackinac, serif;
        line-height: 26px;
        text-align: center;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1WL {
          text-align: center;
        }
      }
      .ww-e-d1WM {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 10px;
        font-family: var(--ww-default-font-family);
        line-height: normal;
        font-weight: 800;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        text-transform: uppercase;
        letter-spacing: 3px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1WM {
          text-align: center;
        }
      }
      .ww-e-d1WN {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 8px;
        font-family: var(--ww-default-font-family);
        line-height: normal;
        font-weight: 400;
        color: var(--5172739f-2906-4f10-a758-a1d4929606dc,#777777);
        text-transform: uppercase;
        letter-spacing: 3px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1WN {
          text-align: center;
        }
      }
      .ww-e-d1WO {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        line-height: normal;
        font-weight: 400;
        font-style: italic;
        color: var(--5172739f-2906-4f10-a758-a1d4929606dc,#777777);
        letter-spacing: 0;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1WO {
          text-align: center;
        }
      }
      .ww-e-d1WP {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 8px;
        font-family: var(--ww-default-font-family);
        line-height: normal;
        font-weight: 800;
        color: var(--5172739f-2906-4f10-a758-a1d4929606dc,#777777);
        text-transform: uppercase;
        letter-spacing: 3px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1WP {
          text-align: center;
        }
      }
      .ww-e-d1WQ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        line-height: normal;
        font-weight: 700;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1WQ {
          text-align: center;
        }
      }
      .ww-e-d1WR {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: center;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: 35%;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1WR.ww-layout, .ww-e-d1WR [data-ww-ls~="d1WR"] {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
      }
      .ww-e-d1WS {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1WS.ww-layout, .ww-e-d1WS [data-ww-ls~="d1WS"] {
        display: flex;
        flex-flow: column;
        align-items: center;
      }
      .ww-e-d1WT {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: 60%;
        aspect-ratio: unset;
        max-height: 300px;
        min-height: unset;
        --wwi-ar: unset;
      }
      @media (max-width: 767px) {
        .ww-e-d1WT {
          min-width: unset;
          height: auto;
          aspect-ratio: unset;
          max-height: unset;
          --wwi-ar: unset;
        }
      }
      .ww-e-d1WU {
        margin: 0;
        padding: 7px 10px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: auto;
        flex: 0 1 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 12px;
        font-family: var(--ww-default-font-family);
        font-weight: 600;
        color: var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        text-transform: uppercase;
        letter-spacing: 3px;
        white-space-collapse: preserve;
        background-color: #0000;
        cursor: pointer;
        transition: all 0.2s ease;
        border-top: none;
        border-bottom: 2px solid var(--c03add80-1e15-4103-a4b0-4de0118fb607,#213A79);
        border-left: none;
        border-right: none;
        border-radius: 0;
        --ww-element-transition: all 0.2s ease;
      }
      .ww-e-d1WU:where(:hover) {
        box-shadow: revert-layer;
        transform: translateY(-1px);
      }
      .ww-e-d1WW {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 15px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1WX {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 15px;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1WY {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 30px;
        max-width: unset;
        min-width: unset;
        height: 30px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        border-radius: 100%;
        --wwi-ar: unset;
        --wwi-of: cover;
      }
      .ww-e-d1WZ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Wa {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Wb {
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 20px;
        font-family: var(--ww-default-font-family);
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Wb {
          font-size: 16px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Wb {
          font-size: 18px;
        }
      }
      .ww-e-d1Wc {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Wc.ww-layout, .ww-e-d1Wc [data-ww-ls~="d1Wc"] {
        display: flex;
        align-items: center;
        column-gap: 9px;
      }
      .ww-e-d1Wd {
        margin: 1em 0;
        padding: 0;
        overflow: hidden;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1We {
        margin: 0;
        padding: 30px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        background-color: #fff;
        cursor: pointer;
        border-radius: 20px;
      }
      .ww-e-d1We.ww-layout, .ww-e-d1We [data-ww-ls~="d1We"] {
        display: flex;
        flex-flow: column;
        align-items: stretch;
      }
      .ww-e-d1Wf {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Wf.ww-layout, .ww-e-d1Wf [data-ww-ls~="d1Wf"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Wh {
        margin: 0;
        padding: 7px 16px 5px;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: 400;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        border-radius: 20px;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Wi {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 24px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Wj {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 24px;
        font-family: var(--ww-default-font-family);
        font-weight: 600;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Wk {
        margin: 0;
        padding: 0;
        z-index: 100;
        align-self: unset;
        display: flex;
        position: absolute;
        bottom: 16px;
        left: 16px;
        width: revert-layer;
        max-width: 940px;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Wk.ww-layout, .ww-e-d1Wk [data-ww-ls~="d1Wk"] {
        display: flex;
        flex-flow: column;
        row-gap: 8px;
      }
      .ww-e-d1Wl {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border: 1px solid;
        outline: 0 solid;
        border-radius: 24px;
      }
      .ww-e-d1Wm {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Wn {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 30px;
        max-width: unset;
        min-width: unset;
        height: 30px;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        background-color: #fff;
        cursor: pointer;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Wo {
        margin: var(--802450d4-96e6-46b9-88b5-4ff2ad0c2a9c,4px) 0 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--6991fe26-2f58-467a-a1c7-e9a576888df6, 400 12px/16px var(--ww-default-font-family, sans-serif));
        color: var(--eb5500ae-9ab2-4f6a-83e9-afdc2e3bc1b2,#5e5e5e);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Wp {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--3d798d9f-1dff-4804-987f-f3a7192ef9c9, 500 24px/30px var(--ww-default-font-family, sans-serif));
        color: var(--4cb797eb-6ee0-474f-b1dc-99461ce603bc,#161616);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Wq {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border-top: 0 none;
        border-bottom: var(--ww-style-border-bottom);
        border-left: 0 none;
        border-right: 0 none;
      }
      .ww-e-d1Wq.ww-layout, .ww-e-d1Wq [data-ww-ls~="d1Wq"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Wr {
        margin: 0;
        padding: var(--c5f92a83-8757-46c9-a0b3-a6def1d6d25f,16px);
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Wr.ww-layout, .ww-e-d1Wr [data-ww-ls~="d1Wr"] {
        display: flex;
        justify-content: space-between;
      }
      .ww-e-d1Wt {
        margin: 0;
        padding: 10px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 24px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        border-radius: 100%;
      }
      .ww-e-d1Wv {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Wv.ww-layout, .ww-e-d1Wv [data-ww-ls~="d1Wv"] {
        display: flex;
      }
      .ww-e-d1Wx {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Wx.ww-layout, .ww-e-d1Wx [data-ww-ls~="d1Wx"] {
        display: flex;
      }
      .ww-e-d1Wy {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Wy.ww-layout, .ww-e-d1Wy [data-ww-ls~="d1Wy"] {
        display: flex;
      }
      .ww-e-d1Wz {
        margin: 0;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
      }
      .ww-e-d1Wz.ww-layout, .ww-e-d1Wz [data-ww-ls~="d1Wz"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: revert-layer;
      }
      .ww-e-d1X0 {
        margin: 0;
        padding: 10px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 24px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        border-radius: 100%;
      }
      .ww-e-d1X1 {
        margin: 0;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1X1.ww-layout, .ww-e-d1X1 [data-ww-ls~="d1X1"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1X2 {
        margin: 0;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
      }
      .ww-e-d1X2.ww-layout, .ww-e-d1X2 [data-ww-ls~="d1X2"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: revert-layer;
      }
      .ww-e-d1X3 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1X3.ww-layout, .ww-e-d1X3 [data-ww-ls~="d1X3"] {
        display: flex;
      }
      .ww-e-d1X4 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1X4.ww-layout, .ww-e-d1X4 [data-ww-ls~="d1X4"] {
        display: flex;
        flex-direction: row;
        column-gap: 32px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1X5 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1X5.ww-layout, .ww-e-d1X5 [data-ww-ls~="d1X5"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1X7 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1X7.ww-layout, .ww-e-d1X7 [data-ww-ls~="d1X7"] {
        display: flex;
      }
      .ww-e-d1X8 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1X8.ww-layout, .ww-e-d1X8 [data-ww-ls~="d1X8"] {
        display: flex;
      }
      .ww-e-d1X9 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1X9.ww-layout, .ww-e-d1X9 [data-ww-ls~="d1X9"] {
        display: flex;
      }
      .ww-e-d1XA {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XA.ww-layout, .ww-e-d1XA [data-ww-ls~="d1XA"] {
        display: flex;
      }
      .ww-e-d1XD {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XD.ww-layout, .ww-e-d1XD [data-ww-ls~="d1XD"] {
        display: flex;
        align-items: center;
      }
      .ww-e-d1XF {
        margin: 0;
        padding: 0;
        z-index: 1;
        align-self: unset;
        display: flex;
        position: absolute;
        top: 0;
        width: 50px;
        max-width: unset;
        min-width: unset;
        height: 50px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        transform: scale3d(1, 1, 1) translate3d(0, -9px, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1XH {
        margin: 0 0 0 var(--d3c878ba-280d-4a58-b439-dec4f641301e,12px);
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1XI {
        margin: var(--0a3be4c7-8af6-4f2a-8356-cfc9a654bedb,8px) 0 0 var(--c5f92a83-8757-46c9-a0b3-a6def1d6d25f,16px);
        padding: 0 0 0 var(--b4d95d06-8a9f-4fbc-8696-2796a7a458b2,24px);
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: var(--ww-style-min-height, unset);
        border-top: 0 none;
        border-bottom: 0 none;
        border-left: var(--ww-style-border-left);
        border-right: 0 none;
      }
      .ww-e-d1XI.ww-layout, .ww-e-d1XI [data-ww-ls~="d1XI"] {
        display: flex;
        align-items: flex-start;
        column-gap: var(--b4d95d06-8a9f-4fbc-8696-2796a7a458b2,32px);
      }
      .ww-e-d1XJ {
        margin: 0 0 0 var(--802450d4-96e6-46b9-88b5-4ff2ad0c2a9c,4px);
        padding: 0 var(--c5f92a83-8757-46c9-a0b3-a6def1d6d25f,16px) 0 0px;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--7419c94a-472d-45eb-89ac-debf7ef21b35, 400 14px/22px var(--ww-default-font-family, sans-serif));
        color: var(--afb0622b-008d-4d99-893c-0f0ebe9cb2ae,#00000073);
        white-space-collapse: preserve;
        transform: scale3d(1, 1, 1) translate3d(1px, -8px, 0) rotateX(0) rotateY(0) rotateZ(0);
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1XK {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: revert-layer;
        flex: 1 0 auto;
        max-width: var(--ww-style-max-width, unset);
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XK.ww-layout, .ww-e-d1XK [data-ww-ls~="d1XK"] {
        display: flex;
        flex-direction: var(--ww-content-ww-layout-flex-direction-row-forward, var(--ww-content-ww-layout-flex-direction-column-forward, var(--ww-content-ww-layout-flex-direction-as-authored, revert-layer)));
        align-items: flex-start;
        flex-wrap: var(--ww-content-ww-layout-flex-wrap-column, revert-layer);
      }
      .ww-e-d1XL {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XL.ww-layout, .ww-e-d1XL [data-ww-ls~="d1XL"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1XM {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XM.ww-layout, .ww-e-d1XM [data-ww-ls~="d1XM"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1XN {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XN.ww-layout, .ww-e-d1XN [data-ww-ls~="d1XN"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1XO {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XO.ww-layout, .ww-e-d1XO [data-ww-ls~="d1XO"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1XP {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XP.ww-layout, .ww-e-d1XP [data-ww-ls~="d1XP"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1XQ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XQ.ww-layout, .ww-e-d1XQ [data-ww-ls~="d1XQ"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1XR {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XR.ww-layout, .ww-e-d1XR [data-ww-ls~="d1XR"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1XS {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XS.ww-layout, .ww-e-d1XS [data-ww-ls~="d1XS"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1XT {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XT.ww-layout, .ww-e-d1XT [data-ww-ls~="d1XT"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1XV {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XW {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XX {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XY {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1XZ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xa {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xb {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xc {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xd {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xe {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xf {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xg {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xh {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xi {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xj {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xk {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xl {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xm {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xn {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xo {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xp {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xq {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xr {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xs {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xt {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xu {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xv {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xw {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xx {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xy {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Xz {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Y0 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Y1 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Y2 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Y3 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Y4 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Y5 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Y6 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Y7 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Y8 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Y9 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YA {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YB {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YC {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YD {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YE {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YF {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YG {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YH {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YI {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YJ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YK {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YL {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YM {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YN {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YO {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YP {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YQ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YR {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1YS {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--90e4433f-28ec-48c5-8432-3a4ad4f12c6a, 500 14px/20px var(--ww-default-font-family, sans-serif));
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1YS {
          font-size: 14px;
        }
      }
      .ww-e-d1YU {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--90e4433f-28ec-48c5-8432-3a4ad4f12c6a, 500 14px/20px var(--ww-default-font-family, sans-serif));
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1YU {
          font-size: 14px;
        }
      }
      .ww-e-d1YV {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--f4a28b33-58fd-41ca-b1fd-feda6a0a7e75, 400 14px/20px var(--ww-default-font-family, sans-serif));
        color: var(--1804f5dd-ffbe-4d0f-a18e-7d9af9eb1c8f,#464646);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1YX {
        margin: 12px 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--f2a71115-b847-4f32-ade9-6ec28c04d178, 400 16px/24px var(--ww-default-font-family, sans-serif));
        color: var(--eb5500ae-9ab2-4f6a-83e9-afdc2e3bc1b2,#5e5e5e);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1YY {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 40px;
        max-height: unset;
        min-height: unset;
        border-radius: 8px;
      }
      .ww-e-d1YY:where(:hover) {
        background-color: var(--322bf32b-4337-48ef-9a1e-9d263df0ed9a,#F4F4F5);
      }
      .ww-e-d1YY.ww-layout, .ww-e-d1YY [data-ww-ls~="d1YY"] {
        display: flex;
        align-items: center;
      }
      .ww-e-d1YZ {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 40px;
        max-height: unset;
        min-height: unset;
        border-radius: 8px;
      }
      .ww-e-d1YZ:where(:hover) {
        background-color: var(--322bf32b-4337-48ef-9a1e-9d263df0ed9a,#F4F4F5);
      }
      .ww-e-d1YZ.ww-layout, .ww-e-d1YZ [data-ww-ls~="d1YZ"] {
        display: flex;
        align-items: center;
      }
      .ww-e-d1Ya {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 41px;
        max-height: unset;
        min-height: unset;
        border-radius: 8px;
      }
      .ww-e-d1Ya:where(:hover) {
        background-color: var(--322bf32b-4337-48ef-9a1e-9d263df0ed9a,#F4F4F5);
      }
      .ww-e-d1Ya.ww-layout, .ww-e-d1Ya [data-ww-ls~="d1Ya"] {
        display: flex;
        align-items: center;
      }
      .ww-e-d1Yc {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Yc.ww-layout, .ww-e-d1Yc [data-ww-ls~="d1Yc"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Yd {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 40px;
        max-height: unset;
        min-height: unset;
        border-radius: 8px;
      }
      .ww-e-d1Yd:where(:hover) {
        background-color: var(--322bf32b-4337-48ef-9a1e-9d263df0ed9a,#F4F4F5);
      }
      .ww-e-d1Yd.ww-layout, .ww-e-d1Yd [data-ww-ls~="d1Yd"] {
        display: flex;
        align-items: center;
      }
      .ww-e-d1Ye {
        margin: 0;
        padding: 6px 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        border-radius: 8px;
      }
      .ww-e-d1Ye:where(:hover) {
        background-color: var(--322bf32b-4337-48ef-9a1e-9d263df0ed9a,#F4F4F5);
      }
      .ww-e-d1Ye.ww-layout, .ww-e-d1Ye [data-ww-ls~="d1Ye"] {
        display: flex;
        align-items: center;
      }
      .ww-e-d1Yf {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 40px;
        max-height: unset;
        min-height: unset;
        border-radius: 8px;
      }
      .ww-e-d1Yf:where(:hover) {
        background-color: var(--322bf32b-4337-48ef-9a1e-9d263df0ed9a,#F4F4F5);
      }
      .ww-e-d1Yf.ww-layout, .ww-e-d1Yf [data-ww-ls~="d1Yf"] {
        display: flex;
        align-items: center;
      }
      .ww-e-d1Yg {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 41px;
        max-height: unset;
        min-height: unset;
        border-radius: 8px;
      }
      .ww-e-d1Yg:where(:hover) {
        background-color: var(--322bf32b-4337-48ef-9a1e-9d263df0ed9a,#F4F4F5);
      }
      .ww-e-d1Yg.ww-layout, .ww-e-d1Yg [data-ww-ls~="d1Yg"] {
        display: flex;
        align-items: center;
      }
      .ww-e-d1Yh {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--f4a28b33-58fd-41ca-b1fd-feda6a0a7e75, 400 14px/20px var(--ww-default-font-family, sans-serif));
        color: var(--1804f5dd-ffbe-4d0f-a18e-7d9af9eb1c8f,#464646);
        text-decoration-style: solid;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      :where(.ww-e-d1ZC:hover) .ww-e-d1Yh {
        color: var(--e3e8152b-e57c-418e-85dd-404550dae02b,#27272A);
      }
      .ww-e-d1Yi {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1Yj {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        color: var(--ww-content-ww-text-color);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Yk {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1Yn {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1Yo {
        margin: var(--d3c878ba-280d-4a58-b439-dec4f641301e,12px) 0 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Yo.ww-layout, .ww-e-d1Yo [data-ww-ls~="d1Yo"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Yp {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Yr {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        position: fixed;
        top: 0;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        transform: var(--ww-style-transform);
      }
      .ww-e-d1Yr.ww-layout, .ww-e-d1Yr [data-ww-ls~="d1Yr"] {
        display: flex;
      }
      .ww-e-d1Ys {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--ww-content-ww-text-font);
        text-align: center;
        color: var(--ww-content-ww-text-color);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Yu {
        margin: 0;
        padding: 0;
        z-index: 1000;
        align-self: unset;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 100%;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Yu.ww-layout, .ww-e-d1Yu [data-ww-ls~="d1Yu"] {
        display: block;
      }
      .ww-e-d1Yv {
        margin: var(--d3c878ba-280d-4a58-b439-dec4f641301e,12px) 0 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Yv.ww-layout, .ww-e-d1Yv [data-ww-ls~="d1Yv"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Yw {
        margin: var(--d3c878ba-280d-4a58-b439-dec4f641301e,12px) 0 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Yw.ww-layout, .ww-e-d1Yw [data-ww-ls~="d1Yw"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Z0 {
        margin: var(--d3c878ba-280d-4a58-b439-dec4f641301e,12px) 0 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Z0.ww-layout, .ww-e-d1Z0 [data-ww-ls~="d1Z0"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Z2 {
        margin: var(--d3c878ba-280d-4a58-b439-dec4f641301e,12px) 0 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Z2.ww-layout, .ww-e-d1Z2 [data-ww-ls~="d1Z2"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Z3 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--a46682a1-6522-4402-851e-ac1aba0b897c, 500 36px/36px var(--ww-default-font-family, sans-serif));
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Z4 {
        margin: 0;
        padding: 0;
        z-index: 2;
        align-self: unset;
        display: flex;
        width: 32px;
        max-width: unset;
        min-width: unset;
        height: 32px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        border: var(--ww-style-border);
        border-radius: 20px;
      }
      .ww-e-d1Z4.ww-layout, .ww-e-d1Z4 [data-ww-ls~="d1Z4"] {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .ww-e-d1Z6 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--d9f75b67-53a7-4a7f-9a0e-f4ab7985cde6, 400 12px/20px var(--ww-default-font-family, sans-serif));
        color: var(--ww-content-ww-text-color);
        text-decoration-style: solid;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Z7 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: 340px;
        height: auto;
        max-height: unset;
        min-height: unset;
        border-top: 0 none;
        border-bottom: 1px solid #e3e3e3;
        border-left: 0 none;
        border-right: 0 none;
      }
      .ww-e-d1Z8 {
        margin: 0;
        padding: 0;
        z-index: 2;
        align-self: unset;
        display: flex;
        position: revert-layer;
        inset: revert-layer;
        width: 6px;
        max-width: unset;
        min-width: unset;
        height: 6px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        border-radius: 100%;
      }
      .ww-e-d1Z8.ww-layout, .ww-e-d1Z8 [data-ww-ls~="d1Z8"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
      }
      .ww-e-d1Z9 {
        margin: 0;
        padding: 0;
        z-index: 1;
        align-self: unset;
        display: flex;
        position: absolute;
        top: 0;
        width: 6px;
        max-width: unset;
        min-width: unset;
        height: 6px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background: var(--ww-style-background-color);
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-name: ww-keyframes-element-403bce69-2135-4458-a451-717f8211d692-base-default;
        border-radius: 100%;
      }
      @keyframes ww-keyframes-element-403bce69-2135-4458-a451-717f8211d692-base-default {
        0% {
        }
        100% {
          transform: scale3d(2, 2, 2) translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
        }
      }
      .ww-e-d1Z9.ww-layout, .ww-e-d1Z9 [data-ww-ls~="d1Z9"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
      }
      .ww-e-d1ZD {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--90e4433f-28ec-48c5-8432-3a4ad4f12c6a, 500 14px/20px var(--ww-default-font-family, sans-serif));
        color: var(--f0e9c89a-44ab-4e0e-b1d4-1c223f5c1088,#2e2e2e);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1ZE {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        color: var(--5172739f-2906-4f10-a758-a1d4929606dc,#777777);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1ZF {
        margin: 0 0 var(--802450d4-96e6-46b9-88b5-4ff2ad0c2a9c,4px) 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1ZF.ww-layout, .ww-e-d1ZF [data-ww-ls~="d1ZF"] {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: revert-layer;
      }
      .ww-e-d1ZG {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--f2a71115-b847-4f32-ade9-6ec28c04d178, 400 16px/24px var(--ww-default-font-family, sans-serif));
        color: var(--eb5500ae-9ab2-4f6a-83e9-afdc2e3bc1b2,#5e5e5e);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1ZI {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: var(--ww-style-cursor);
        transform: var(--ww-style-transform);
      }
      .ww-e-d1ZJ {
        margin: 0;
        padding: var(--0a3be4c7-8af6-4f2a-8356-cfc9a654bedb,8px) var(--0a3be4c7-8af6-4f2a-8356-cfc9a654bedb,8px);
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--f4a28b33-58fd-41ca-b1fd-feda6a0a7e75, 400 14px/20px var(--ww-default-font-family, sans-serif));
        color: var(--4cb797eb-6ee0-474f-b1dc-99461ce603bc,#161616);
        letter-spacing: 0;
        word-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1ZJ:where(:hover) {
        background-color: #f9fafb;
      }
      .ww-e-d1ZK {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1ZK.ww-layout, .ww-e-d1ZK [data-ww-ls~="d1ZK"] {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-d1ZL {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--5172739f-2906-4f10-a758-a1d4929606dc,#777777);
        letter-spacing: 0;
        word-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1ZM {
        margin: 0;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1ZN {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1ZQ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1ZQ.ww-layout, .ww-e-d1ZQ [data-ww-ls~="d1ZQ"] {
        display: flex;
        flex-flow: column;
        row-gap: 24px;
      }
      .ww-e-d1ZS {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--1a3aa549-d178-4106-bc9e-5d1e7bb34c8c, 500 16px/24px var(--ww-default-font-family, sans-serif));
        color: var(--ww-content-ww-text-color);
        text-decoration-style: solid;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1ZT {
        margin: var(--d3c878ba-280d-4a58-b439-dec4f641301e,12px) var(--0a3be4c7-8af6-4f2a-8356-cfc9a654bedb,8px);
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: revert-layer;
        flex: 1 0 auto;
        max-width: unset;
        min-width: var(--ww-style-min-width, unset);
        height: 1px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        opacity: var(--ww-style-opacity);
        border-top: var(--ww-style-border-top);
        border-bottom: 0 none;
        border-left: 0px solid var(--53fa3c65-6379-44a9-9195-fecffea53d98,#1890FF);
        border-right: 0 none;
      }
      .ww-e-d1ZT.ww-layout, .ww-e-d1ZT [data-ww-ls~="d1ZT"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1ZU {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1ZU.ww-layout, .ww-e-d1ZU [data-ww-ls~="d1ZU"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d1ZV {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        flex: 1 0 auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1ZV.ww-layout, .ww-e-d1ZV [data-ww-ls~="d1ZV"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1ZX {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
      }
      .ww-e-d1ZY {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        font-weight: initial;
        text-transform: none;
        letter-spacing: 0;
        word-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1ZZ {
        margin: 0;
        padding: 0 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 36px;
        max-height: unset;
        min-height: unset;
        border-radius: 8px;
      }
      .ww-e-d1ZZ.ww-layout, .ww-e-d1ZZ [data-ww-ls~="d1ZZ"] {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-d1Za {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--5172739f-2906-4f10-a758-a1d4929606dc,#777777);
        letter-spacing: 0;
        word-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Zb {
        margin: 0 8px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 1px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: #ebecf0;
      }
      .ww-e-d1Zb.ww-layout, .ww-e-d1Zb [data-ww-ls~="d1Zb"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Zc {
        margin: 0 8px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 1px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: #ebecf0;
      }
      .ww-e-d1Zc.ww-layout, .ww-e-d1Zc [data-ww-ls~="d1Zc"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Zd {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1Zd:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1Zd:where([data-ww-states~="2Gcwz8"]) {
        background-color: #000000ad;
      }
      .ww-e-d1Ze {
        margin: 0;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: block;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 11px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        color: #000000ad;
        letter-spacing: 0;
        word-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Ze:where(:hover) {
        background-color: #f9fafb;
      }
      .ww-e-d1Zf {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1Zf:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1Zf:where([data-ww-states~="2Gcwz8"]) {
        background-color: #000000ad;
      }
      .ww-e-d1Zg {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Zg.ww-layout, .ww-e-d1Zg [data-ww-ls~="d1Zg"] {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-d1Zh {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1Zh:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1Zi {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1Zi:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1Zi:where([data-ww-states~="2Gcwz8"]) {
        background-color: #000000ad;
      }
      .ww-e-d1Zj {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1Zj:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1Zj:where([data-ww-states~="2Gcwz8"]) {
        background-color: #000000ad;
      }
      .ww-e-d1Zk {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1Zk:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1Zl {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1Zl:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1Zl:where([data-ww-states~="2Gcwz8"]) {
        background-color: #000000ad;
      }
      .ww-e-d1Zm {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1Zm:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1Zm:where([data-ww-states~="2Gcwz8"]) {
        background-color: #000000ad;
      }
      .ww-e-d1Zn {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1Zn:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1Zn:where([data-ww-states~="2Gcwz8"]) {
        background-color: #000000ad;
      }
      .ww-e-d1Zo {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1Zo:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1Zo:where([data-ww-states~="2Gcwz8"]) {
        background-color: #000000ad;
      }
      .ww-e-d1Zp {
        margin: 0 8px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 1px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: #ebecf0;
      }
      .ww-e-d1Zp.ww-layout, .ww-e-d1Zp [data-ww-ls~="d1Zp"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Zq {
        margin: 0;
        padding: 0;
        overflow: unset;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Zq.ww-layout, .ww-e-d1Zq [data-ww-ls~="d1Zq"] {
        display: flex;
        align-items: center;
        column-gap: 4px;
      }
      .ww-e-d1Zr {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        color: #a1a1aa;
        letter-spacing: 0;
        word-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Zs {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1Zs:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1Zs:where([data-ww-states~="2Gcwz8"]) {
        background-color: #000000ad;
      }
      .ww-e-d1Zt {
        margin: 0 8px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 1px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: #ebecf0;
      }
      .ww-e-d1Zt.ww-layout, .ww-e-d1Zt [data-ww-ls~="d1Zt"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1Zu {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: flex-start;
        display: flex;
        width: revert-layer;
        max-width: unset;
        min-width: 84px;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 13px;
        font-family: var(--ww-default-font-family);
        font-weight: 700;
        color: #000000ad;
        white-space-collapse: preserve;
        border: 0 solid;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1Zv {
        margin: 0;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Zw {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1Zw:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1Zw:where([data-ww-states~="2Gcwz8"]) {
        background-color: #000000ad;
      }
      .ww-e-d1Zx {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1Zx:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1Zy {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1Zz {
        margin: 0 8px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 1px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: #ebecf0;
      }
      .ww-e-d1Zz.ww-layout, .ww-e-d1Zz [data-ww-ls~="d1Zz"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1a0 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1a0:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1a0:where([data-ww-states~="2Gcwz8"]) {
        background-color: #000000ad;
      }
      .ww-e-d1a1 {
        margin: 0;
        padding: 12px;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1a2 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1a2:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1a2:where([data-ww-states~="2Gcwz8"]) {
        background-color: #000000ad;
      }
      .ww-e-d1a3 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1a3:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1a3:where([data-ww-states~="2Gcwz8"]) {
        background-color: #000000ad;
      }
      .ww-e-d1a4 {
        margin: 0 8px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 1px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        background-color: #ebecf0;
      }
      .ww-e-d1a4.ww-layout, .ww-e-d1a4 [data-ww-ls~="d1a4"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d1a5 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 28px;
        max-width: unset;
        min-width: unset;
        height: 24px;
        max-height: unset;
        min-height: unset;
        cursor: pointer;
        border-radius: 4px;
      }
      .ww-e-d1a5:where(:hover) {
        background-color: #f5f5f5;
      }
      .ww-e-d1a5:where([data-ww-states~="2Gcwz8"]) {
        background-color: #000000ad;
      }
      .ww-e-d1a6 {
        margin: 0;
        padding: 8px;
        overflow: unset;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: 36px;
        max-height: unset;
        min-height: 200px;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
      }
      .ww-e-d1a7 {
        margin: var(--802450d4-96e6-46b9-88b5-4ff2ad0c2a9c,4px) 0 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--6991fe26-2f58-467a-a1c7-e9a576888df6, 400 12px/16px var(--ww-default-font-family, sans-serif));
        color: var(--eb5500ae-9ab2-4f6a-83e9-afdc2e3bc1b2,#5e5e5e);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1a8 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-e-d1a8.ww-layout, .ww-e-d1a8 [data-ww-ls~="d1a8"] {
        display: flex;
        flex-flow: column;
        align-content: revert-layer;
      }
      .ww-e-d1aA {
        margin: 0 0 0 8px;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
        animation-name: ww-keyframes-element-d5d1a85e-34ca-411c-af50-ec1bb7037d56-base-default;
      }
      @keyframes ww-keyframes-element-d5d1a85e-34ca-411c-af50-ec1bb7037d56-base-default {
        0% {
        }
        100% {
        }
      }
      :where(.ww-e-d1XE[data-ww-states~="ZK1gKd"]) .ww-e-d1aA {
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-play-state: running;
        animation-name: ww-keyframes-element-d5d1a85e-34ca-411c-af50-ec1bb7037d56-_wwParent_cabb598b-3bbf-49c3-9343-bd3d5161fe6c_ZK1gKd-default;
      }
      @keyframes ww-keyframes-element-d5d1a85e-34ca-411c-af50-ec1bb7037d56-_wwParent_cabb598b-3bbf-49c3-9343-bd3d5161fe6c_ZK1gKd-default {
        0% {
          transform: rotate(0);
        }
        100% {
          transform: rotate(360deg);
        }
      }
      .ww-e-d1aB {
        margin: 0 8px 0 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-play-state: running;
      }
      :where(.ww-e-d1XE[data-ww-states~="ZK1gKd"]) .ww-e-d1aB {
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-name: ww-keyframes-element-03a8143a-9bac-40b0-a07d-bd4e40e2839d-_wwParent_cabb598b-3bbf-49c3-9343-bd3d5161fe6c_ZK1gKd-default;
      }
      @keyframes ww-keyframes-element-03a8143a-9bac-40b0-a07d-bd4e40e2839d-_wwParent_cabb598b-3bbf-49c3-9343-bd3d5161fe6c_ZK1gKd-default {
        0% {
          transform: rotate(0);
        }
        100% {
          transform: rotate(360deg);
        }
      }
      .ww-e-d1aC {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: 36px;
        max-height: unset;
        min-height: unset;
        background-color: #fff;
        cursor: pointer;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
      }
      .ww-e-d1aD {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: 36px;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        --ww-text-text-overflow: initial;
        --placeholder-color: var(--5172739f-2906-4f10-a758-a1d4929606dc,#777777);
      }
      .ww-e-d1aD:where([data-ww-states~="RtdIzw"]) {
        border: 1px solid var(--4c0c4797-47f3-416e-8f49-9e7749abc810,#2aad2c);
      }
      .ww-e-d1aD:where([data-ww-states~="OfApdE"]) {
        border: 1px solid var(--fb8a0c40-ded1-491a-bac7-14016b364ef0,#af1129);
      }
      .ww-e-d1aE {
        margin: 0;
        padding: 8px 0 8px 8px;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: 36px;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1aG {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        cursor: var(--ww-style-cursor);
        transform: var(--ww-style-transform);
      }
      .ww-e-d1aH {
        margin: 0;
        padding: 4px 12px;
        z-index: unset;
        align-self: center;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 16px;
        font-family: var(--ww-default-font-family);
        color: var(--ww-content-ww-text-color);
        text-decoration-style: solid;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1aJ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--7419c94a-472d-45eb-89ac-debf7ef21b35, 400 14px/22px var(--ww-default-font-family, sans-serif));
        color: var(--ww-content-ww-text-color);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1aK {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--d7a3303e-30a9-4e87-a23c-cb6e262d91e7, 500 12px/16px var(--ww-default-font-family, sans-serif));
        color: #242424;
        text-decoration-style: solid;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      :where(.ww-e-d1aM:hover) .ww-e-d1aK {
        color: var(--e3e8152b-e57c-418e-85dd-404550dae02b,#27272A);
      }
      .ww-e-d1aL {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        color: var(--7cf305c2-c2a8-42ae-96b7-e045c13ac228,#52525B);
        text-decoration-style: solid;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      :where(.ww-e-d1Yd:hover) .ww-e-d1aL {
        color: var(--e3e8152b-e57c-418e-85dd-404550dae02b,#27272A);
      }
      .ww-e-d1aM {
        margin: 0 0 4px;
        padding: 8px 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 41px;
        max-height: unset;
        min-height: unset;
        border-bottom: 0 solid;
        border-left: 0 solid;
        border-right: 0 none;
      }
      .ww-e-d1aM.ww-layout, .ww-e-d1aM [data-ww-ls~="d1aM"] {
        display: flex;
        align-items: center;
      }
      .ww-e-d1aN {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        color: var(--7cf305c2-c2a8-42ae-96b7-e045c13ac228,#52525B);
        text-decoration-style: solid;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      :where(.ww-e-d1Yf:hover) .ww-e-d1aN {
        color: var(--e3e8152b-e57c-418e-85dd-404550dae02b,#27272A);
      }
      .ww-e-d1aO {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        color: var(--7cf305c2-c2a8-42ae-96b7-e045c13ac228,#52525B);
        text-decoration-style: solid;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      :where(.ww-e-d1Yg:hover) .ww-e-d1aO {
        color: var(--e3e8152b-e57c-418e-85dd-404550dae02b,#27272A);
      }
      .ww-e-d1aP {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        color: var(--7cf305c2-c2a8-42ae-96b7-e045c13ac228,#52525B);
        text-decoration-style: solid;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      :where(.ww-e-d1Ya:hover) .ww-e-d1aP {
        color: var(--e3e8152b-e57c-418e-85dd-404550dae02b,#27272A);
      }
      .ww-e-d1aQ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        color: var(--7cf305c2-c2a8-42ae-96b7-e045c13ac228,#52525B);
        text-decoration-style: solid;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      :where(.ww-e-d1YZ:hover) .ww-e-d1aQ {
        color: var(--e3e8152b-e57c-418e-85dd-404550dae02b,#27272A);
      }
      .ww-e-d1aR {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font: var(--f4a28b33-58fd-41ca-b1fd-feda6a0a7e75, 400 14px/20px var(--ww-default-font-family, sans-serif));
        color: var(--1804f5dd-ffbe-4d0f-a18e-7d9af9eb1c8f,#464646);
        text-decoration-style: solid;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      :where(.ww-e-d1Ye:hover) .ww-e-d1aR {
        color: var(--e3e8152b-e57c-418e-85dd-404550dae02b,#27272A);
      }
      .ww-e-d1aS {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        line-height: 22px;
        color: var(--7cf305c2-c2a8-42ae-96b7-e045c13ac228,#52525B);
        text-decoration-style: solid;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      :where(.ww-e-d1YY:hover) .ww-e-d1aS {
        color: var(--e3e8152b-e57c-418e-85dd-404550dae02b,#27272A);
      }
      .ww-e-d1aU {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: auto;
        aspect-ratio: unset;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        --ww-text-text-overflow: initial;
        --placeholder-color: var(--5172739f-2906-4f10-a758-a1d4929606dc,#777777);
      }
      .ww-e-d1aV {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: 36px;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        --ww-text-text-overflow: initial;
        --placeholder-color: var(--5172739f-2906-4f10-a758-a1d4929606dc,#777777);
      }
      .ww-e-d1aV:where([data-ww-states~="7tIHjV"]) {
        border: 1px solid var(--4c0c4797-47f3-416e-8f49-9e7749abc810,#2aad2c);
      }
      .ww-e-d1aV:where([data-ww-states~="ImbPKi"]) {
        border: 1px solid var(--fb8a0c40-ded1-491a-bac7-14016b364ef0,#af1129);
      }
      .ww-e-d1aW {
        margin: 0;
        padding: 8px;
        z-index: unset;
        align-self: unset;
        display: block;
        width: revert-layer;
        max-width: unset;
        min-width: unset;
        height: 36px;
        max-height: unset;
        min-height: unset;
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        white-space-collapse: preserve;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1aW:where([data-ww-states~="gxM2Rl"]) {
        border: 1px solid var(--4c0c4797-47f3-416e-8f49-9e7749abc810,#2aad2c);
      }
      .ww-e-d1aW:where([data-ww-states~="K302yt"]) {
        border: 1px solid var(--fb8a0c40-ded1-491a-bac7-14016b364ef0,#af1129);
      }
    }
    @layer custom {
      .ww-e-d1Vn {
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
      }
      .ww-e-d1M0 {
        color: #ea515a;
        background-color: #fff;
      }
      @media (min-width: 992px) {
        .ww-e-d1TE {
          scrollbar-width: none;
          scroll-snap-type: x mandatory;
        }
      }
      @media (min-width: 768px) and (max-width: 991px) {
        .ww-e-d1TE {
          scrollbar-width: none;
          scroll-snap-type: x mandatory;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1TE {
          scroll-snap-type: x mandatory;
        }
      }
      .ww-e-d1PN {
        mask-image: linear-gradient(90deg, #0000 0%, #000 7% 93%, #0000 100%);
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 30px;
      }
      .ww-e-d1M4 {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1MN {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Me {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Mg {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1N0 {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1N3 {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1N6 {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1NE {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1NN {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1NS {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Ni {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Nj {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Nv {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Nw {
        left: -20px;
        position: relative;
      }
      .ww-e-d1O5 {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1OS {
        scroll-margin-top: 100px;
      }
      .ww-e-d1OW {
        scroll-margin-top: 100px;
      }
      .ww-e-d1Oz {
        scroll-margin-top: 100px;
      }
      .ww-e-d1P9 {
        scroll-margin-top: 100px;
      }
      .ww-e-d1PE {
        scroll-margin-top: 100px;
      }
      .ww-e-d1PH {
        scroll-margin-top: 100px;
      }
      .ww-e-d1PI {
        scroll-margin-top: 100px;
      }
      .ww-e-d1PO {
        scroll-snap-align: start;
      }
      .ww-e-d1PS {
        scroll-snap-align: start;
      }
      .ww-e-d1PT {
        scroll-snap-align: start;
      }
      .ww-e-d1PU {
        scroll-snap-align: start;
      }
      .ww-e-d1PW {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1PX {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1PY {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Pa {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Pc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Pd {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Pf {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Ph {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Pu {
        left: -20px;
        position: relative;
      }
      .ww-e-d1Px {
        float: left;
      }
      .ww-e-d1Q8 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1QA {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1QC {
        height: auto !important;
      }
      .ww-e-d1QH {
        scroll-margin-top: 100px;
      }
      .ww-e-d1RO {
        scroll-margin-top: 100px;
      }
      .ww-e-d1RP {
        scroll-margin-top: 100px;
      }
      .ww-e-d1Ry {
        text-decoration-line: underline;
        text-decoration-thickness: initial;
        text-decoration-style: initial;
        text-decoration-color: #ea515a;
      }
      .ww-e-d1S9 {
        scroll-margin-top: 100px;
      }
      .ww-e-d1Sj {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1T3 {
        scroll-snap-align: start;
      }
      .ww-e-d1TC {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1TD {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1TG {
        scroll-margin-top: 100px;
      }
      .ww-e-d1Tm {
        align-items: center;
        justify-content: center;
      }
      .ww-e-d1Tq {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Ul {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Um {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1VA {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1VB {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1VC {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1VD {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1VE {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1VG {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1VQ {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1VU {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Vh {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1W1 {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Wb {
        display: -webkit-box;
        scroll-margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1Wd {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .ww-e-d1ZX {
        width: max-content;
      }
    }
  }
  @layer instance {
    @layer normal, custom;
    @layer normal {
      .ww-e-d1QW {
        align-self: unset;
        flex: 0 1 auto;
      }
      .ww-e-d1Qz {
        margin: 2em 0;
      }
      .ww-e-d1Rp {
        margin: 2em 0;
      }
      .ww-e-d1Rq {
        margin: 2em 0;
      }
      .ww-e-d1Rr {
        margin: 2em 0;
      }
      .ww-e-d1SN {
        align-self: center;
      }
      .ww-e-d1W4 {
        align-self: unset;
        flex: 0 1 auto;
      }
      .ww-e-d1ZH {
        border-top: 0 none;
        border-bottom: var(--ww-style-border-bottom);
        border-left: 0 none;
        border-right: 0 none;
      }
      .ww-e-d1ZP {
        margin: var(--b4d95d06-8a9f-4fbc-8696-2796a7a458b2,24px) 0 0 0;
        align-self: flex-start;
      }
      .ww-e-d1a9 {
        width: 100%;
      }
    }
    @layer custom {
    }
  }
}
@layer ww-style-section {
  @layer normal, custom;
  @layer normal {
    @layer atomic, ordered;
    @layer atomic {
      .ww-a-Kx1Omt4gI5aMcV9U {
        height: auto;
        z-index: unset;
        min-height: unset;
        max-height: unset;
        display: flex;
      }
      .ww-a-ToP1y73DpSf7xjcF {
        width: 100%;
        max-width: unset;
        min-width: unset;
        min-height: unset;
        max-height: unset;
      }
      .ww-a-ul_rGTIFc3XcoBYX {
        height: auto;
        z-index: unset;
        min-height: unset;
        max-height: unset;
      }
      .ww-a-KlrFL0HmhtPGL0px {
        max-width: unset;
        min-width: unset;
        min-height: unset;
        max-height: unset;
      }
      .ww-a-hrj2oKF3ZVywD-Uu {
        height: auto;
        max-height: unset;
      }
      .ww-a-Y6MTqAnlYkTtOtmG {
        max-width: unset;
        min-width: unset;
        max-height: unset;
      }
      .ww-a-pkHs98VbL7skuULJ {
        height: auto;
        min-height: unset;
        max-height: unset;
      }
      .ww-a-ah5kXiW44wImNtcA {
        height: auto;
        z-index: unset;
        max-height: unset;
      }
      .ww-a-Ei9tS-fBM9eBqDyF {
        width: 100%;
        min-width: unset;
        min-height: unset;
        max-height: unset;
      }
    }
    @layer ordered {
      .ww-s-d1C > .ww-section-element {
        padding: 2em 0 3em;
      }
      @media (max-width: 991px) {
        .ww-s-d1C > .ww-section-element {
          padding: 2em 48px 3em;
        }
      }
      @media (max-width: 767px) {
        .ww-s-d1C > .ww-section-element {
          padding: 2em 24px 3em;
        }
      }
      .ww-s-d1C > .ww-section-element.ww-layout {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-s-d1D {
        display: block;
        background-color: #fde9ea;
      }
      .ww-s-d1D > .ww-section-element {
        width: 100%;
        padding: 96px 48px;
      }
      @media (max-width: 767px) {
        .ww-s-d1D > .ww-section-element {
          padding: 96px 36px;
        }
      }
      .ww-s-d1D > .ww-section-element.ww-layout {
        display: block;
      }
      .ww-s-d2c > .ww-section-element {
        padding: 120px 0 20px;
      }
      .ww-s-d2c > .ww-section-element.ww-layout {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-s-d3T {
        z-index: 2;
        min-height: unset;
        display: block;
        background-color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
      }
      .ww-s-d3T > .ww-section-element {
        width: 100%;
        padding: 64px 48px 32px;
        min-height: unset;
      }
      @media (max-width: 767px) {
        .ww-s-d3T > .ww-section-element {
          padding: 64px 20px 32px;
        }
      }
      .ww-s-d3T > .ww-section-element.ww-layout {
        display: block;
      }
      .ww-s-d3s {
        z-index: 1000;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transition: transform 0.3s ease-in-out;
        transform: var(--ww-style-transform);
      }
      @media (max-width: 991px) {
        .ww-s-d3s {
          height: auto;
          aspect-ratio: unset;
          display: flex;
        }
      }
      @media (max-width: 767px) {
        .ww-s-d3s {
          height: auto;
          aspect-ratio: unset;
          display: flex;
          background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        }
      }
      .ww-s-d3s > .ww-section-element {
        width: 100%;
        padding: 0;
        transition: transform 0.3s ease-in-out;
        transform: var(--ww-style-transform);
      }
      @media (max-width: 767px) {
        .ww-s-d3s > .ww-section-element {
          padding: 0;
        }
      }
      .ww-s-d3s > .ww-section-element.ww-layout {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
      }
      @media (max-width: 991px) {
        .ww-s-d3s > .ww-section-element.ww-layout {
          display: flex;
          flex-flow: column;
          justify-content: space-between;
          align-items: center;
        }
      }
      @media (max-width: 767px) {
        .ww-s-d3s > .ww-section-element.ww-layout {
          display: flex;
          flex-flow: column;
          justify-content: space-between;
          align-items: center;
        }
      }
      .ww-s-d3Y {
        z-index: 1000;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transition: transform 0.3s ease-in-out;
        transform: var(--ww-style-transform);
      }
      @media (max-width: 991px) {
        .ww-s-d3Y {
          height: auto;
          aspect-ratio: unset;
          display: flex;
        }
      }
      @media (max-width: 767px) {
        .ww-s-d3Y {
          height: auto;
          aspect-ratio: unset;
          display: flex;
          background-color: #0003;
        }
      }
      .ww-s-d3Y > .ww-section-element {
        width: 100%;
        padding: 0;
        transition: transform 0.3s ease-in-out;
        transform: var(--ww-style-transform);
      }
      @media (max-width: 767px) {
        .ww-s-d3Y > .ww-section-element {
          padding: 0;
        }
      }
      .ww-s-d3Y > .ww-section-element.ww-layout {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
      }
      @media (max-width: 991px) {
        .ww-s-d3Y > .ww-section-element.ww-layout {
          display: flex;
          flex-flow: column;
          justify-content: space-between;
          align-items: center;
        }
      }
      @media (max-width: 767px) {
        .ww-s-d3Y > .ww-section-element.ww-layout {
          display: flex;
          flex-flow: column;
          justify-content: space-between;
          align-items: center;
        }
      }
      .ww-s-d2u {
        z-index: 2;
        display: block;
        background-color: #fde9ea;
      }
      .ww-s-d2u > .ww-section-element {
        width: 100%;
        padding: 60px 48px;
      }
      @media (max-width: 767px) {
        .ww-s-d2u > .ww-section-element {
          padding: 50px 23px;
        }
      }
      .ww-s-d2u > .ww-section-element.ww-layout {
        display: block;
      }
      .ww-s-d1e > .ww-section-element {
        padding: 30px 0 0;
      }
      @media (max-width: 767px) {
        .ww-s-d1e > .ww-section-element {
          padding: 10px 0 0;
        }
      }
      .ww-s-d1e > .ww-section-element.ww-layout {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-s-d1f {
        min-height: 300px;
        display: flex;
        background-color: #fde9ea;
      }
      @media (max-width: 767px) {
        .ww-s-d1f {
          min-height: 230px;
        }
      }
      .ww-s-d1f > .ww-section-element {
        width: 100%;
        padding: 120px 40px 20px;
        min-height: 300px;
      }
      @media (max-width: 767px) {
        .ww-s-d1f > .ww-section-element {
          --ww-section-root-auto-align: initial;
          --ww-section-root-auto-width: initial;
          padding: 80px 20px 20px;
          min-height: 230px;
        }
      }
      .ww-s-d1f > .ww-section-element.ww-layout {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      @media (max-width: 767px) {
        .ww-s-d1f > .ww-section-element.ww-layout {
          align-items: flex-end;
        }
      }
      .ww-s-d3t {
        background-color: #000;
      }
      @media (max-width: 767px) {
        .ww-s-d3t {
          z-index: 100;
          background-color: #0000;
          position: sticky;
          bottom: 0;
          width: revert-layer;
        }
      }
      .ww-s-d3t > .ww-section-element.ww-layout {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-s-d17 {
        background-color: #fbf3f4;
      }
      .ww-s-d17 > .ww-section-element {
        padding: 50px 0;
      }
      .ww-s-d17 > .ww-section-element.ww-layout {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-s-d1r > .ww-section-element {
        padding: 30px 0 0;
      }
      @media (max-width: 767px) {
        .ww-s-d1r > .ww-section-element {
          padding: 10px 0 0;
        }
      }
      .ww-s-d1r > .ww-section-element.ww-layout {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-s-d2Y {
        min-height: 400px;
        display: flex;
        background-color: var(--f0f92164-1d35-469a-b397-93793660c85b,#FEF4F5);
      }
      @media (max-width: 767px) {
        .ww-s-d2Y {
          min-height: 230px;
        }
      }
      .ww-s-d2Y > .ww-section-element {
        width: 100%;
        padding: 120px 40px 48px;
        min-height: 400px;
      }
      @media (max-width: 767px) {
        .ww-s-d2Y > .ww-section-element {
          --ww-section-root-auto-align: initial;
          --ww-section-root-auto-width: initial;
          padding: 80px 24px 20px;
          min-height: 230px;
        }
      }
      .ww-s-d2Y > .ww-section-element.ww-layout {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      @media (max-width: 767px) {
        .ww-s-d2Y > .ww-section-element.ww-layout {
          align-items: flex-end;
        }
      }
      .ww-s-d1u {
        display: block;
        background-color: #fde9ea;
      }
      .ww-s-d1u > .ww-section-element {
        width: 100%;
        padding: 96px 48px;
      }
      @media (max-width: 767px) {
        .ww-s-d1u > .ww-section-element {
          padding: 96px 36px;
        }
      }
      .ww-s-d1u > .ww-section-element.ww-layout {
        display: block;
      }
      .ww-s-d1W {
        min-height: 300px;
        display: flex;
        background-color: #fde9ea;
      }
      @media (max-width: 767px) {
        .ww-s-d1W {
          min-height: 230px;
        }
      }
      .ww-s-d1W > .ww-section-element {
        width: 100%;
        padding: 120px 40px 20px;
        min-height: 300px;
      }
      @media (max-width: 767px) {
        .ww-s-d1W > .ww-section-element {
          --ww-section-root-auto-align: initial;
          --ww-section-root-auto-width: initial;
          padding: 80px 20px 20px;
          min-height: 230px;
        }
      }
      .ww-s-d1W > .ww-section-element.ww-layout {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      @media (max-width: 767px) {
        .ww-s-d1W > .ww-section-element.ww-layout {
          align-items: flex-end;
        }
      }
      .ww-s-d1g > .ww-section-element {
        padding: 30px 0 0;
      }
      @media (max-width: 767px) {
        .ww-s-d1g > .ww-section-element {
          padding: 10px 0 0;
        }
      }
      .ww-s-d1g > .ww-section-element.ww-layout {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-s-d1c {
        background-color: #fbf3f4;
      }
      .ww-s-d1c > .ww-section-element {
        padding: 50px 0;
      }
      @media (max-width: 767px) {
        .ww-s-d1c > .ww-section-element {
          padding: 50px 24px;
        }
      }
      .ww-s-d1c > .ww-section-element.ww-layout {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-s-d1h > .ww-section-element {
        padding: 50px 0;
      }
      @media (max-width: 767px) {
        .ww-s-d1h > .ww-section-element {
          padding: 0 0 20px;
        }
      }
      .ww-s-d1h > .ww-section-element.ww-layout {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-s-d2p {
        background-color: var(--66afe4d2-5aa6-4d6d-a037-2b74c84b1161,#f8f2f0);
      }
      .ww-s-d2p > .ww-section-element.ww-layout {
        display: flex;
        flex-flow: column;
        align-items: center;
      }
      .ww-s-d3F {
        min-height: 90vh;
        display: flex;
        background-color: #ea515a;
      }
      @media (max-width: 991px) {
        .ww-s-d3F {
          min-height: 100vh;
          background-color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        }
      }
      .ww-s-d3F > .ww-section-element {
        width: 100%;
        padding: 140px 48px 48px;
        min-height: 90vh;
      }
      @media (max-width: 991px) {
        .ww-s-d3F > .ww-section-element {
          --ww-section-root-auto-align: initial;
          --ww-section-root-auto-width: initial;
          padding: 140px 48px 48px;
          min-height: 100vh;
        }
      }
      @media (max-width: 767px) {
        .ww-s-d3F > .ww-section-element {
          padding: 96px 36px 36px;
        }
      }
      .ww-s-d3F > .ww-section-element.ww-layout {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      @media (max-width: 991px) {
        .ww-s-d3F > .ww-section-element.ww-layout {
          align-items: center;
        }
      }
      .ww-s-d1K {
        min-height: 500px;
        display: flex;
        background-color: #0000;
        background-image: linear-gradient(0deg, #0006, #0006), url("/images/BIG_GROUP_10603_copy.jpg?_wwcv=1712");
        background-position: 0% 0%, center center;
        background-size: auto, 115%;
        background-repeat: repeat, no-repeat;
        background-attachment: scroll, scroll;
      }
      @media (max-width: 991px) {
        .ww-s-d1K {
          background-size: auto, cover;
        }
      }
      @media (max-width: 767px) {
        .ww-s-d1K {
          min-height: 500px;
        }
      }
      .ww-s-d1K > .ww-section-element {
        width: 100%;
        padding: 116px 48px 48px;
        min-height: 500px;
      }
      @media (max-width: 767px) {
        .ww-s-d1K > .ww-section-element {
          --ww-section-root-auto-align: initial;
          --ww-section-root-auto-width: initial;
          padding: 24px;
          min-height: 500px;
        }
      }
      .ww-s-d1K > .ww-section-element.ww-layout {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      @media (max-width: 767px) {
        .ww-s-d1K > .ww-section-element.ww-layout {
          align-items: center;
        }
      }
      .ww-s-d3R {
        z-index: 1000;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transition: transform 0.3s ease-in-out;
        transform: var(--ww-style-transform);
      }
      @media (max-width: 991px) {
        .ww-s-d3R {
          height: auto;
          aspect-ratio: unset;
          display: flex;
        }
      }
      @media (max-width: 767px) {
        .ww-s-d3R {
          height: auto;
          aspect-ratio: unset;
          display: flex;
          background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        }
      }
      .ww-s-d3R > .ww-section-element {
        width: 100%;
        padding: 0;
        transition: transform 0.3s ease-in-out;
        transform: var(--ww-style-transform);
      }
      @media (max-width: 767px) {
        .ww-s-d3R > .ww-section-element {
          padding: 0;
        }
      }
      .ww-s-d3R > .ww-section-element.ww-layout {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
      }
      @media (max-width: 991px) {
        .ww-s-d3R > .ww-section-element.ww-layout {
          display: flex;
          flex-flow: column;
          justify-content: space-between;
          align-items: center;
        }
      }
      @media (max-width: 767px) {
        .ww-s-d3R > .ww-section-element.ww-layout {
          display: flex;
          flex-flow: column;
          justify-content: space-between;
          align-items: center;
        }
      }
      .ww-s-d3D > .ww-section-element {
        padding: 64px 48px;
        max-width: unset;
      }
      @media (max-width: 991px) {
        .ww-s-d3D > .ww-section-element {
          padding: 48px;
        }
      }
      @media (max-width: 767px) {
        .ww-s-d3D > .ww-section-element {
          --ww-section-root-auto-align: initial;
          --ww-section-root-auto-width: initial;
          padding: 40px 20px;
          max-width: 400px;
        }
      }
      .ww-s-d3D > .ww-section-element.ww-layout {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        gap: 0 100px;
        flex-wrap: revert-layer;
      }
      @media (max-width: 767px) {
        .ww-s-d3D > .ww-section-element.ww-layout {
          flex-flow: column;
          align-items: center;
          gap: 0;
        }
      }
      .ww-s-dQ {
        margin: 0;
        background-color: var(--66afe4d2-5aa6-4d6d-a037-2b74c84b1161,#f8f2f0);
      }
      .ww-s-dQ > .ww-section-element {
        padding: 48px 0;
      }
      @media (max-width: 767px) {
        .ww-s-dQ > .ww-section-element {
          padding: 48px 24px;
        }
      }
      .ww-s-dQ > .ww-section-element.ww-layout {
        display: flex;
        flex-flow: column;
        align-items: center;
      }
    }
  }
  @layer custom {
    .ww-s-d3T {
      color: #fff;
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .ww-s-d3s {
        aspect-ratio: unset;
      }
    }
    @media (max-width: 767px) {
      .ww-s-d3s {
        aspect-ratio: unset;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .ww-s-d3Y {
        aspect-ratio: unset;
      }
    }
    @media (max-width: 767px) {
      .ww-s-d3Y {
        aspect-ratio: unset;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .ww-s-d3R {
        aspect-ratio: unset;
      }
    }
    @media (max-width: 767px) {
      .ww-s-d3R {
        aspect-ratio: unset;
      }
    }
  }
}
@layer ww-style-element {
  @layer normal, custom;
  @layer normal {
    @layer atomic, ordered;
    @layer atomic {
      .ww-a-GY9OD6k0O9NAwLah {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-jmcmduGw2BpHZ9RI {
        margin: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-ojR9yNVv0aSDeAdG {
        margin: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-zg3fX6ou6kMjzh1R {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-aHkaB3RIQAvSD9RJ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: var(--ww-section-root-auto-align, unset);
        min-width: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-CQC-UYJF9-3biM3_ {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: var(--ww-section-root-auto-align, unset);
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-2elUZrNeFcrb8ddI {
        margin: 0;
        z-index: unset;
        min-width: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-YyvtQJ1aALxh3-nO {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-family: var(--ww-default-font-family);
      }
      .ww-a-dQVf4AfE6DwFXRwu {
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-family: var(--ww-default-font-family);
      }
      .ww-a-xgfU0ILP5VyL4zt- {
        margin: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        max-height: unset;
        min-height: unset;
        font-family: var(--ww-default-font-family);
      }
      .ww-a-2XmtwZSC2Y1t00Nv {
        margin: 0;
        padding: 0;
        z-index: unset;
        max-width: unset;
        min-width: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-GfbQibRQPgXgCmyn {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-nZjgbPdLeWAAAagC {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-bFEgtcq9YEkXH3Rr {
        margin: 0;
        z-index: unset;
        align-self: unset;
        min-width: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-Pl_ddFv4O7h7sQ1q {
        padding: 0;
        z-index: unset;
        align-self: unset;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-Uds4CVZOBCUG_xSn {
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-4RoHNZRxGrkSNyJL {
        margin: 0;
        z-index: unset;
        align-self: unset;
        max-width: unset;
        min-width: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-S3P6wVQio-2VDbZv {
        margin: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        min-width: unset;
        max-height: unset;
        min-height: unset;
        font-family: var(--ww-default-font-family);
      }
      .ww-a-fc3evq1gpVKLdfJA {
        z-index: unset;
        max-width: unset;
        min-width: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-MAOj6ERGDcSW_KsW {
        margin: 0;
        z-index: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-7z7Fp3CUQKsvog5J {
        margin: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-family: var(--ww-default-font-family);
      }
      .ww-a-Wf3kR1fDZCtNqRYp {
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-family: var(--ww-default-font-family);
      }
      .ww-a-LJSAAJA2gDzWAYve {
        margin: 0;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-11o189YJ-X9gY18t {
        z-index: unset;
        align-self: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-musbR7AL09vB7JZp {
        margin: 0;
        padding: 0;
        z-index: unset;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-IUnyWkFKz3ZECs3E {
        margin: 0;
        z-index: unset;
        display: block;
        max-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-family: var(--ww-default-font-family);
      }
      .ww-a-VeFuYcVLOE0HvpCf {
        margin: 0;
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-family: var(--ww-default-font-family);
      }
      .ww-a-wepO1Mjw7DgHz3WK {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-wCjge8_rdNd11WSV {
        margin: 0;
        padding: 0;
        z-index: unset;
        display: block;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-family: var(--ww-default-font-family);
      }
      .ww-a-_rDyiuYmO8YDf0fU {
        margin: 0;
        padding: 0;
        z-index: unset;
        display: block;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-BUy5c_7mQD_pnjJN {
        margin: 0;
        padding: 0;
        z-index: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-family: var(--ww-default-font-family);
      }
      .ww-a-2ew-mtNf67a7wUE0 {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        max-width: unset;
        min-width: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-mX57v3maAcMbkuVx {
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-jv_Vqe1raKX4ZAEH {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-blOCnW0pZaEXGcaT {
        z-index: unset;
        display: flex;
        width: auto;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-family: var(--ww-default-font-family);
      }
      .ww-a-9nS4S3naw0fj5ZAV {
        margin: 0;
        z-index: unset;
        display: flex;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-vLL8B-ybMuvyJF2p {
        margin: 0;
        padding: 0;
        z-index: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-NnDDkE4isWy_Ig-- {
        margin: 0;
        min-width: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-Ryg85BKhmXi11jk6 {
        margin: 0;
        z-index: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-family: var(--ww-default-font-family);
      }
      .ww-a-0XtwMMjcpjxcaUFe {
        margin: 0;
        z-index: unset;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-YF0k00I-Mi8zOhMt {
        margin: 0;
        z-index: unset;
        align-self: unset;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-JU5hsWRMf20xKDmf {
        padding: 0;
        z-index: unset;
        align-self: var(--ww-section-root-auto-align, unset);
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-bADOFiuil5qDsyIo {
        z-index: unset;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-VKUhmmNDcyZcVcWk {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: var(--ww-section-root-auto-align, unset);
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-_rxiAnQ9Oc5JL4Rc {
        margin: 0;
        padding: 0;
        z-index: unset;
        align-self: unset;
        min-width: unset;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-iVX9xAOhxPh0TDna {
        z-index: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-family: var(--ww-default-font-family);
      }
      .ww-a-XKShXLyCydBzAGJC {
        margin: 0;
        padding: 0;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-m_jc98cFZpsU9dqJ {
        margin: 0;
        padding: 0;
        align-self: unset;
        display: block;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-hxcSTpC8fdLsw1eQ {
        margin: 0;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-kk0oBHzAksgCvLY6 {
        margin: 0;
        z-index: unset;
        display: block;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
        font-family: var(--ww-default-font-family);
      }
      .ww-a-7dxAqErApSSqFalm {
        z-index: unset;
        align-self: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-SiJcWq-XGxbMNGjU {
        margin: 0;
        padding: 0;
        align-self: unset;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-rTsqU64juf9F-b7N {
        margin: 0;
        z-index: unset;
        align-self: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-4EJ5XMDtCfADOrfC {
        margin: 0;
        padding: 0;
        z-index: unset;
        display: flex;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
      .ww-a-YRfn88Fc_a_pUrQN {
        z-index: unset;
        align-self: unset;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
      }
    }
    @layer ordered {
      .ww-e-d3v {
        width: 120px;
        height: 40px;
        cursor: pointer;
        --wwi-of: contain;
      }
      @media (max-width: 991px) {
        .ww-e-d3v {
          align-self: center;
          width: 40px;
          height: auto;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d3v {
          z-index: unset;
          align-self: center;
          display: block;
          width: 40px;
          height: auto;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      .ww-e-d3w {
        padding: 2px 0 0;
        font-size: 16px;
        font-family: Kentledge, sans-serif;
        text-align: center;
        color: #fff;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-d3w {
          font-size: 13px;
        }
      }
      .ww-e-d3x {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-d3x.ww-layout, .ww-e-d3x [data-ww-ls~="d3x"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-d3y {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-d3y.ww-layout, .ww-e-d3y [data-ww-ls~="d3y"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-d3z {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-d3z.ww-layout, .ww-e-d3z [data-ww-ls~="d3z"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-d40 {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-d40.ww-layout, .ww-e-d40 [data-ww-ls~="d40"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d41 {
          width: 33%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d41 {
          width: 33%;
        }
      }
      .ww-e-d41.ww-layout, .ww-e-d41 [data-ww-ls~="d41"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d41.ww-layout, .ww-e-d41 [data-ww-ls~="d41"] {
          align-items: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d41.ww-layout, .ww-e-d41 [data-ww-ls~="d41"] {
          justify-content: center;
          align-items: center;
        }
      }
      .ww-e-d42 {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-d42 {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d42 {
          padding: 16px 12px;
        }
      }
      .ww-e-d42.ww-layout, .ww-e-d42 [data-ww-ls~="d42"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d43 {
        display: flex;
        width: 100%;
        max-width: unset;
        height: 50px;
        aspect-ratio: unset;
        background-color: #000;
      }
      @media (max-width: 767px) {
        .ww-e-d43 {
          height: 40px;
        }
      }
      .ww-e-d43.ww-layout, .ww-e-d43 [data-ww-ls~="d43"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
      }
      .ww-e-d44 {
        padding: 12px;
        cursor: pointer;
      }
      @media (max-width: 991px) {
        .ww-e-d44 {
          padding: 12px 0;
        }
      }
      .ww-e-d44.ww-layout, .ww-e-d44 [data-ww-ls~="d44"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: revert-layer;
      }
      .ww-e-d45 {
        padding: 0 45px 0 10px;
        width: 100%;
      }
      .ww-e-d45.ww-layout, .ww-e-d45 [data-ww-ls~="d45"] {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        column-gap: 24px;
      }
      @media (max-width: 767px) {
        .ww-e-d45.ww-layout, .ww-e-d45 [data-ww-ls~="d45"] {
          justify-content: center;
        }
      }
      .ww-e-d46 {
        display: var(--ww-style-display, none);
        width: 100%;
        max-width: 940px;
      }
      @media (max-width: 991px) {
        .ww-e-d46 {
          padding: 48px;
          overflow: scroll;
          max-width: unset;
          height: 100%;
          aspect-ratio: unset;
          max-height: 100vh;
          background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d46 {
          padding: 24px;
          z-index: 10001;
          max-height: 100vh;
          min-height: 100vh;
        }
      }
      .ww-e-d46.ww-layout, .ww-e-d46 [data-ww-ls~="d46"] {
        display: var(--ww-style-display, none);
        flex-direction: var(--ww-content-flex-direction-layout-flex, revert-layer);
        flex-wrap: var(--ww-content-flex-wrap-layout-flex, revert-layer);
      }
      .ww-e-d47 {
        padding: 0 48px;
        align-self: center;
        display: flex;
        width: 100%;
        flex: 1 0 auto;
        max-width: 100%;
        height: 80px;
        aspect-ratio: unset;
        background-color: #0000004d;
      }
      @media (max-width: 991px) {
        .ww-e-d47 {
          padding: 0;
          align-self: center;
          display: flex;
          width: 100%;
          flex: 1 0 auto;
          height: 80px;
          aspect-ratio: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d47 {
          padding: 0 24px;
          align-self: var(--ww-section-root-auto-align, unset);
          display: flex;
          width: 100%;
          max-width: 100%;
          height: 60px;
          background-color: #0000004d;
        }
      }
      .ww-e-d47.ww-layout, .ww-e-d47 [data-ww-ls~="d47"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d47.ww-layout, .ww-e-d47 [data-ww-ls~="d47"] {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          flex-wrap: revert-layer;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d47.ww-layout, .ww-e-d47 [data-ww-ls~="d47"] {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          flex-wrap: revert-layer;
        }
      }
      @media (max-width: 991px) {
        .ww-e-d49 {
          padding: 0 0 0 48px;
          width: 33%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d49 {
          padding: 0;
          width: 33%;
        }
      }
      .ww-e-d49.ww-layout, .ww-e-d49 [data-ww-ls~="d49"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d49.ww-layout, .ww-e-d49 [data-ww-ls~="d49"] {
          justify-content: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d49.ww-layout, .ww-e-d49 [data-ww-ls~="d49"] {
          justify-content: center;
        }
      }
      .ww-e-d4B {
        padding: 7px;
        width: 26px;
      }
      @media (max-width: 991px) {
        .ww-e-d4B {
          width: 40px;
        }
      }
      .ww-e-d4C {
        width: 16px;
      }
      @media (max-width: 991px) {
        .ww-e-d4C {
          cursor: pointer;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4C {
          z-index: 10002;
          position: absolute;
          top: 25px;
          cursor: pointer;
        }
      }
      .ww-e-d4D {
        font-size: 16px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d4E {
          width: 33%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4E {
          width: 33%;
        }
      }
      .ww-e-d4E.ww-layout, .ww-e-d4E [data-ww-ls~="d4E"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d4E.ww-layout, .ww-e-d4E [data-ww-ls~="d4E"] {
          align-items: flex-end;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4E.ww-layout, .ww-e-d4E [data-ww-ls~="d4E"] {
          justify-content: center;
          align-items: flex-end;
        }
      }
      .ww-e-d4F {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d4F {
          font-size: 32px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4F {
          font-size: 24px;
          font-weight: 800;
        }
      }
      .ww-e-d4G {
        width: 16px;
      }
      @media (max-width: 991px) {
        .ww-e-d4G {
          width: 32px;
          cursor: pointer;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4G {
          z-index: 10000;
          position: revert-layer;
          inset: revert-layer;
          width: 32px;
          cursor: pointer;
        }
      }
      .ww-e-d4H {
        width: 120px;
        height: 40px;
        cursor: pointer;
        --wwi-of: contain;
      }
      @media (max-width: 991px) {
        .ww-e-d4H {
          align-self: center;
          width: 49px;
          height: auto;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4H {
          z-index: unset;
          align-self: center;
          display: block;
          width: 40px;
          height: auto;
          aspect-ratio: unset;
          min-height: 25px;
          animation-duration: 1s;
          animation-iteration-count: infinite;
          animation-name: ww-keyframes-element-46aa2025-fe20-4f9f-a757-901f55c1c714-base-mobile;
          --wwi-ar: unset;
          --wwi-of: contain;
        }
        @keyframes ww-keyframes-element-46aa2025-fe20-4f9f-a757-901f55c1c714-base-mobile {
          0% {
          }
          100% {
          }
        }
      }
      .ww-e-d4I {
        padding: 8px 16px;
        height: 38px;
        aspect-ratio: unset;
        font-size: 16px;
        line-height: normal;
        font-weight: 500;
        color: #fff;
        white-space-collapse: preserve;
        cursor: pointer;
        border-radius: 6px;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d4J {
        font-size: 16px;
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d4K {
          width: 100%;
        }
      }
      .ww-e-d4L {
        align-self: flex-start;
        display: block;
        width: 120px;
        height: 40px;
        cursor: pointer;
        --wwi-of: contain;
      }
      .ww-e-d4M {
        font-size: 16px;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d4N {
        font-size: 16px;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d4O {
        font-size: 16px;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d4P {
        font-size: 16px;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d4Q {
        font-size: 16px;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d4R {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d4R {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4R {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d4S {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d4S:where(:hover) {
        font-weight: 700;
      }
      .ww-e-d4T {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d4T:where(:hover) {
        font-weight: 700;
      }
      .ww-e-d4U {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d4U:where(:hover) {
        font-weight: 700;
      }
      .ww-e-d4V {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d4V:where(:hover) {
        font-weight: 700;
      }
      .ww-e-d4W {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d4W:where(:hover) {
        font-weight: 700;
      }
      .ww-e-d4X {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d4X:where(:hover) {
        font-weight: 700;
      }
      .ww-e-d4Y {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d4Y {
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4Y {
          font-size: 18px;
          font-weight: 500;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d4Z {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d4Z {
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4Z {
          font-size: 18px;
          font-weight: 500;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d4a {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d4a {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4a {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d4b {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d4b {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4b {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d4c {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d4c {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4c {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d4d {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d4d {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4d {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d4e {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d4e {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4e {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d4f {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d4f {
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4f {
          font-size: 18px;
          font-weight: 500;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d4g {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d4g {
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4g {
          font-size: 18px;
          font-weight: 500;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d4h {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d4h {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4h {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d4i {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d4i {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4i {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-d4j {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d4j {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4j {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-d4k {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d4k {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4k {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-d4l {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d4l {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4l {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-d4m {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d4m {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4m {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-d4n {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d4n {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4n {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-d4o {
        display: flex;
        position: revert-layer;
        inset: revert-layer;
        width: 100%;
        max-width: 940px;
      }
      @media (max-width: 991px) {
        .ww-e-d4o {
          display: inline-grid;
          width: 40px;
          max-width: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4o {
          display: flex;
          width: 40px;
          height: auto;
          aspect-ratio: unset;
        }
      }
      .ww-e-d4o.ww-layout, .ww-e-d4o [data-ww-ls~="d4o"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
      }
      @media (max-width: 991px) {
        .ww-e-d4o.ww-layout, .ww-e-d4o [data-ww-ls~="d4o"] {
          display: inline-grid;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4o.ww-layout, .ww-e-d4o [data-ww-ls~="d4o"] {
          display: flex;
          flex-flow: column;
          justify-content: center;
          align-items: center;
        }
      }
      .ww-e-d4p {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-d4p.ww-layout, .ww-e-d4p [data-ww-ls~="d4p"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-d4q {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-d4q.ww-layout, .ww-e-d4q [data-ww-ls~="d4q"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-d4r {
        padding: 8px;
        overflow: hidden;
        display: flex;
        width: 220px;
        max-width: 400px;
        height: auto;
        background-color: #fff;
        box-shadow: 0 1px 1px #10182805;
        border: 1px solid var(--5df2264d-813f-4e12-959b-e86f202e40b0, #E4E4E7);
        border-radius: 8px;
      }
      .ww-e-d4r.ww-layout, .ww-e-d4r [data-ww-ls~="d4r"] {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        align-content: revert-layer;
      }
      .ww-e-d4s {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-d4s {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4s {
          padding: 16px 12px;
        }
      }
      .ww-e-d4s.ww-layout, .ww-e-d4s [data-ww-ls~="d4s"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d4t {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-d4t {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4t {
          padding: 16px 12px;
        }
      }
      .ww-e-d4t.ww-layout, .ww-e-d4t [data-ww-ls~="d4t"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d4u {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-d4u {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4u {
          padding: 16px 12px;
        }
      }
      .ww-e-d4u.ww-layout, .ww-e-d4u [data-ww-ls~="d4u"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d4v {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-d4v {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4v {
          padding: 16px 12px;
        }
      }
      .ww-e-d4v.ww-layout, .ww-e-d4v [data-ww-ls~="d4v"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d4w {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-d4w {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4w {
          padding: 16px 12px;
        }
      }
      .ww-e-d4w.ww-layout, .ww-e-d4w [data-ww-ls~="d4w"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d4x {
        animation-duration: .6s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-play-state: running;
        animation-name: ww-keyframes-element-75bbf388-8ec3-49c3-9abe-c0aed3063c0b-base-default;
      }
      @keyframes ww-keyframes-element-75bbf388-8ec3-49c3-9abe-c0aed3063c0b-base-default {
        0% {
        }
        100% {
        }
      }
      .ww-e-d4y {
        padding: 7px;
        width: 26px;
      }
      @media (max-width: 991px) {
        .ww-e-d4y {
          width: 40px;
        }
      }
      .ww-e-d4z {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d4z {
          font-size: 32px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d4z {
          font-size: 24px;
          font-weight: 800;
        }
      }
      .ww-e-d50 {
        padding: 12px;
        cursor: pointer;
      }
      @media (max-width: 991px) {
        .ww-e-d50 {
          padding: 12px 0;
          width: 100%;
        }
      }
      .ww-e-d50.ww-layout, .ww-e-d50 [data-ww-ls~="d50"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: revert-layer;
      }
      .ww-e-d51 {
        width: 460px;
        border-top: 0 none;
        border-bottom: 1px solid #e3e3e3;
        border-left: 0 none;
        border-right: 0 none;
      }
      @media (max-width: 991px) {
        .ww-e-d51 {
          width: 100%;
        }
      }
      .ww-e-d52 {
        margin: 48px 0 0;
        display: flex;
      }
      @media (max-width: 767px) {
        .ww-e-d52 {
          margin: 10px 0 0;
        }
      }
      .ww-e-d52.ww-layout, .ww-e-d52 [data-ww-ls~="d52"] {
        display: flex;
        flex-flow: column;
        gap: 32px;
      }
      @media (max-width: 767px) {
        .ww-e-d52.ww-layout, .ww-e-d52 [data-ww-ls~="d52"] {
          row-gap: 24px;
        }
      }
      .ww-e-d53 {
        display: flex;
        width: 100%;
        max-width: 940px;
      }
      @media (max-width: 991px) {
        .ww-e-d53 {
          max-height: 100vh;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d53 {
          padding: 1px 16px 16px;
          z-index: 10000;
          align-self: center;
          max-width: 100%;
        }
      }
      .ww-e-d53.ww-layout, .ww-e-d53 [data-ww-ls~="d53"] {
        display: flex;
        flex-flow: column;
      }
      @media (max-width: 991px) {
        .ww-e-d53.ww-layout, .ww-e-d53 [data-ww-ls~="d53"] {
          row-gap: 24px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d53.ww-layout, .ww-e-d53 [data-ww-ls~="d53"] {
          row-gap: 20px;
        }
      }
      .ww-e-d54 {
        margin: 0 4px;
        width: 10px;
        height: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
      }
      .ww-e-d54:where([data-ww-states~="jk5TuZ"]) {
        transform: scale(1.2);
      }
      .ww-e-d55 {
        padding: 24px;
        display: flex;
        width: 100%;
        height: 100%;
      }
      @media (max-width: 991px) {
        .ww-e-d55 {
          padding: 24px 48px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d55 {
          padding: 24px 0;
        }
      }
      .ww-e-d55.ww-layout, .ww-e-d55 [data-ww-ls~="d55"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
      }
      @media (max-width: 767px) {
        .ww-e-d55.ww-layout, .ww-e-d55 [data-ww-ls~="d55"] {
          row-gap: 8px;
        }
      }
      .ww-e-d56 {
        padding: 24px;
        display: flex;
        width: 100%;
        height: 100%;
      }
      @media (max-width: 991px) {
        .ww-e-d56 {
          padding: 24px 48px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d56 {
          padding: 24px 0;
        }
      }
      .ww-e-d56.ww-layout, .ww-e-d56 [data-ww-ls~="d56"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
      }
      @media (max-width: 767px) {
        .ww-e-d56.ww-layout, .ww-e-d56 [data-ww-ls~="d56"] {
          row-gap: 8px;
        }
      }
      .ww-e-d57 {
        padding: 0 24px;
        overflow: hidden;
        max-width: 800px;
        height: auto;
        aspect-ratio: unset;
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        color: var(--de3d2056-1df2-48bd-a5a8-75d350afef5d,#7F0924);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d57 {
          font-size: 16px;
        }
      }
      .ww-e-d58 {
        margin: 8px 0;
        padding: 0;
        align-self: unset;
        display: block;
        position: revert-layer;
        inset: revert-layer;
        width: 100%;
        height: 350px;
        animation-duration: .4s;
        animation-iteration-count: infinite;
      }
      @media (max-width: 767px) {
        .ww-e-d58 {
          padding: 36px 24px;
          height: 420px;
          animation-duration: .3s;
          animation-timing-function: ease-in;
          animation-iteration-count: infinite;
        }
      }
      .ww-e-d59 {
        padding: 44px 0 0;
        align-self: center;
        display: flex;
        width: 100%;
        max-width: 940px;
      }
      .ww-e-d59.ww-layout, .ww-e-d59 [data-ww-ls~="d59"] {
        display: flex;
        flex-flow: column;
        align-items: center;
      }
      .ww-e-d5A {
        padding: 0 0 16px;
        width: 600px;
        font-size: 28px;
        line-height: 34px;
        font-weight: 600;
        text-align: center;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d5A {
          width: 100%;
          font-size: 24px;
          line-height: 28px;
        }
      }
      .ww-e-d5B {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 40px;
        font-weight: 600;
        text-align: center;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d5B {
          width: revert-layer;
          font-size: 34px;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d5B {
          margin: 0;
          padding: 0 24px;
          width: revert-layer;
        }
      }
      .ww-e-d5C {
        padding: 8px;
        z-index: 1;
        position: absolute;
        right: 10px;
        width: 40px;
        height: 40px;
        background-color: #fff;
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        border-radius: 50%;
      }
      .ww-e-d5C:where(:hover) {
        box-shadow: 0 4px 6px #00000026;
        transform: translateX(4px);
      }
      .ww-e-d5D {
        font-size: 16px;
        line-height: 1.6;
        color: #374151;
        white-space-collapse: preserve;
      }
      .ww-e-d5E {
        font-size: 16px;
        line-height: 1.6;
        color: #374151;
        white-space-collapse: preserve;
      }
      .ww-e-d5F {
        font-size: 16px;
        line-height: 1.6;
        color: #374151;
        white-space-collapse: preserve;
      }
      .ww-e-d5G {
        margin: 80px auto;
        padding: 0 24px;
        display: flex;
        max-width: 800px;
      }
      .ww-e-d5G.ww-layout, .ww-e-d5G [data-ww-ls~="d5G"] {
        display: flex;
        flex-flow: column;
        gap: 24px;
      }
      .ww-e-d5H {
        padding: 8px;
        z-index: 1;
        position: absolute;
        top: 24px;
        left: 10px;
        width: 40px;
        height: 40px;
        background-color: #fff;
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.2s ease;
        border-radius: 50%;
      }
      .ww-e-d5H:where(:hover) {
        box-shadow: 0 4px 6px #00000026;
        transform: translateX(-4px);
      }
      .ww-e-d5I {
        padding: 0 24px;
        overflow: hidden;
        max-width: 800px;
        height: auto;
        aspect-ratio: unset;
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        color: var(--de3d2056-1df2-48bd-a5a8-75d350afef5d,#7F0924);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d5I {
          font-size: 16px;
        }
      }
      .ww-e-d5J {
        padding: 0 24px;
        overflow: hidden;
        max-width: 800px;
        height: auto;
        aspect-ratio: unset;
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        color: var(--de3d2056-1df2-48bd-a5a8-75d350afef5d,#7F0924);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d5J {
          font-size: 16px;
        }
      }
      .ww-e-d5K {
        padding: 0 24px;
        overflow: hidden;
        max-width: 800px;
        height: auto;
        aspect-ratio: unset;
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        color: var(--de3d2056-1df2-48bd-a5a8-75d350afef5d,#7F0924);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d5K {
          font-size: 16px;
        }
      }
      .ww-e-d5L {
        padding: 0 24px;
        overflow: hidden;
        max-width: 800px;
        height: auto;
        aspect-ratio: unset;
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        color: var(--de3d2056-1df2-48bd-a5a8-75d350afef5d,#7F0924);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d5L {
          font-size: 16px;
        }
      }
      .ww-e-d5M {
        padding: 0;
        display: flex;
        width: 100%;
        height: 100%;
        aspect-ratio: unset;
      }
      @media (max-width: 991px) {
        .ww-e-d5M {
          padding: 24px 48px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d5M {
          padding: 0;
        }
      }
      .ww-e-d5M.ww-layout, .ww-e-d5M [data-ww-ls~="d5M"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        row-gap: 8px;
      }
      .ww-e-d5N {
        padding: 24px;
        display: flex;
        width: 100%;
        height: 100%;
      }
      @media (max-width: 991px) {
        .ww-e-d5N {
          padding: 24px 48px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d5N {
          padding: 24px 0;
        }
      }
      .ww-e-d5N.ww-layout, .ww-e-d5N [data-ww-ls~="d5N"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
      }
      @media (max-width: 767px) {
        .ww-e-d5N.ww-layout, .ww-e-d5N [data-ww-ls~="d5N"] {
          row-gap: 8px;
        }
      }
      .ww-e-d5O {
        padding: 24px;
        display: flex;
        width: 100%;
        height: 100%;
      }
      @media (max-width: 991px) {
        .ww-e-d5O {
          padding: 24px 48px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d5O {
          padding: 24px 0;
        }
      }
      .ww-e-d5O.ww-layout, .ww-e-d5O [data-ww-ls~="d5O"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
      }
      @media (max-width: 767px) {
        .ww-e-d5O.ww-layout, .ww-e-d5O [data-ww-ls~="d5O"] {
          row-gap: 8px;
        }
      }
      .ww-e-d5P {
        padding: 0 24px;
        overflow: hidden;
        max-width: 800px;
        height: auto;
        aspect-ratio: unset;
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        font-style: italic;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d5P {
          font-size: 16px;
        }
      }
      .ww-e-d5Q {
        padding: 0 0 16px;
        width: 600px;
        font-size: 28px;
        line-height: 34px;
        font-weight: 600;
        text-align: center;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d5Q {
          width: 100%;
          font-size: 24px;
          line-height: 28px;
        }
      }
      .ww-e-d5R {
        padding: 0 24px;
        overflow: hidden;
        max-width: 800px;
        height: auto;
        aspect-ratio: unset;
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        font-style: italic;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d5R {
          font-size: 16px;
        }
      }
      .ww-e-d5S {
        padding: 0 0 16px;
        width: 600px;
        font-size: 28px;
        line-height: 34px;
        font-weight: 600;
        text-align: center;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d5S {
          width: 100%;
          font-size: 24px;
          line-height: 28px;
        }
      }
      .ww-e-d5T {
        padding: 0 24px;
        overflow: hidden;
        max-width: 800px;
        height: auto;
        aspect-ratio: unset;
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        font-style: italic;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d5T {
          font-size: 16px;
        }
      }
      .ww-e-d5U {
        padding: 0 0 16px;
        width: 600px;
        font-size: 28px;
        line-height: 34px;
        font-weight: 600;
        text-align: center;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d5U {
          width: 100%;
          font-size: 24px;
          line-height: 28px;
        }
      }
      .ww-e-d5V {
        padding: 0 24px;
        overflow: hidden;
        max-width: 800px;
        height: auto;
        aspect-ratio: unset;
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        font-style: italic;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d5V {
          font-size: 16px;
        }
      }
      .ww-e-d5W {
        padding: 0 0 16px;
        width: 600px;
        font-size: 28px;
        line-height: 34px;
        font-weight: 600;
        text-align: center;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d5W {
          width: 100%;
          font-size: 24px;
          line-height: 28px;
        }
      }
      .ww-e-d5X {
        padding: 0 24px;
        overflow: hidden;
        max-width: 800px;
        height: auto;
        aspect-ratio: unset;
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        font-style: italic;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-d5X {
          font-size: 16px;
        }
      }
      .ww-e-d5y {
        align-self: center;
      }
      .ww-e-d5z {
        align-self: center;
        display: flex;
        width: revert-layer;
      }
      .ww-e-d5z.ww-layout, .ww-e-d5z [data-ww-ls~="d5z"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d64 {
        width: 120px;
        height: 40px;
        cursor: pointer;
        --wwi-of: contain;
      }
      @media (max-width: 991px) {
        .ww-e-d64 {
          align-self: center;
          width: 40px;
          height: auto;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d64 {
          z-index: unset;
          align-self: center;
          display: block;
          width: 40px;
          height: auto;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      .ww-e-d65 {
        width: 16px;
      }
      @media (max-width: 991px) {
        .ww-e-d65 {
          width: 32px;
          cursor: pointer;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d65 {
          z-index: 10000;
          position: revert-layer;
          inset: revert-layer;
          width: 32px;
          cursor: pointer;
        }
      }
      @media (max-width: 991px) {
        .ww-e-d66 {
          align-self: flex-end;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d66 {
          display: flex;
          position: revert-layer;
          inset: revert-layer;
          width: auto;
          flex: 0 1 auto;
        }
      }
      @media (max-width: 991px) {
        .ww-e-d67 {
          padding: 0;
        }
      }
      .ww-e-d69 {
        padding: 7px;
        width: 26px;
      }
      @media (max-width: 991px) {
        .ww-e-d69 {
          width: 40px;
        }
      }
      .ww-e-d6A {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-d6A.ww-layout, .ww-e-d6A [data-ww-ls~="d6A"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-d6B {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d6B {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6B {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-d6C {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d6C {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6C {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-d6D {
        padding: 7px;
        width: 26px;
      }
      @media (max-width: 991px) {
        .ww-e-d6D {
          width: 40px;
        }
      }
      .ww-e-d6E {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d6E {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6E {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-d6F {
        padding: 8px 16px;
        height: 38px;
        aspect-ratio: unset;
        font-size: 16px;
        line-height: normal;
        font-weight: 500;
        color: #000;
        white-space-collapse: preserve;
        cursor: pointer;
        border-radius: 6px;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d6G {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d6G {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6G {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-d6H {
        font-size: 16px;
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d6I {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d6I {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6I {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d6J {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-d6J {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6J {
          padding: 16px 12px;
        }
      }
      .ww-e-d6J.ww-layout, .ww-e-d6J [data-ww-ls~="d6J"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d6K {
        display: flex;
        position: revert-layer;
        inset: revert-layer;
        width: 100%;
        max-width: 940px;
      }
      @media (max-width: 991px) {
        .ww-e-d6K {
          display: inline-grid;
          width: 40px;
          max-width: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6K {
          display: flex;
          width: 40px;
          height: auto;
          aspect-ratio: unset;
        }
      }
      .ww-e-d6K.ww-layout, .ww-e-d6K [data-ww-ls~="d6K"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
      }
      @media (max-width: 991px) {
        .ww-e-d6K.ww-layout, .ww-e-d6K [data-ww-ls~="d6K"] {
          display: inline-grid;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6K.ww-layout, .ww-e-d6K [data-ww-ls~="d6K"] {
          display: flex;
          flex-flow: column;
          justify-content: center;
          align-items: center;
        }
      }
      .ww-e-d6L {
        width: 16px;
      }
      @media (max-width: 991px) {
        .ww-e-d6L {
          cursor: pointer;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6L {
          z-index: 10002;
          position: absolute;
          top: 25px;
          cursor: pointer;
        }
      }
      .ww-e-d6M {
        padding: 2px 0 0;
        font-size: 16px;
        font-family: Kentledge, sans-serif;
        text-align: center;
        color: #fff;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-d6M {
          font-size: 13px;
        }
      }
      .ww-e-d6N {
        font-size: 16px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d6O {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d6O {
          font-size: 32px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6O {
          font-size: 24px;
          font-weight: 800;
        }
      }
      .ww-e-d6P {
        width: 120px;
        height: 40px;
        cursor: pointer;
        --wwi-of: contain;
      }
      @media (max-width: 991px) {
        .ww-e-d6P {
          align-self: center;
          width: 49px;
          height: auto;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6P {
          z-index: unset;
          align-self: center;
          display: block;
          width: 40px;
          height: auto;
          aspect-ratio: unset;
          min-height: 25px;
          animation-duration: 1s;
          animation-iteration-count: infinite;
          animation-name: ww-keyframes-element-597c5d5e-68ec-4549-89ea-cf4252ac39f0-base-mobile;
          --wwi-ar: unset;
          --wwi-of: contain;
        }
        @keyframes ww-keyframes-element-597c5d5e-68ec-4549-89ea-cf4252ac39f0-base-mobile {
          0% {
          }
          100% {
          }
        }
      }
      @media (max-width: 991px) {
        .ww-e-d6Q {
          width: 33%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6Q {
          width: 33%;
        }
      }
      .ww-e-d6Q.ww-layout, .ww-e-d6Q [data-ww-ls~="d6Q"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d6Q.ww-layout, .ww-e-d6Q [data-ww-ls~="d6Q"] {
          align-items: flex-end;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6Q.ww-layout, .ww-e-d6Q [data-ww-ls~="d6Q"] {
          justify-content: center;
          align-items: flex-end;
        }
      }
      .ww-e-d6R {
        font-size: 16px;
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d6S {
          width: 100%;
        }
      }
      .ww-e-d6T {
        align-self: flex-start;
        display: block;
        width: 120px;
        height: 40px;
        cursor: pointer;
        --wwi-of: contain;
      }
      .ww-e-d6U {
        font-size: 16px;
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d6V {
        padding: 12px;
        cursor: pointer;
      }
      @media (max-width: 991px) {
        .ww-e-d6V {
          padding: 12px 0;
        }
      }
      .ww-e-d6V.ww-layout, .ww-e-d6V [data-ww-ls~="d6V"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: revert-layer;
      }
      .ww-e-d6W {
        font-size: 16px;
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d6X {
        font-size: 16px;
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d6Y {
        font-size: 16px;
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d6Z {
          width: 33%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6Z {
          width: 33%;
        }
      }
      .ww-e-d6Z.ww-layout, .ww-e-d6Z [data-ww-ls~="d6Z"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d6Z.ww-layout, .ww-e-d6Z [data-ww-ls~="d6Z"] {
          justify-content: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6Z.ww-layout, .ww-e-d6Z [data-ww-ls~="d6Z"] {
          justify-content: center;
        }
      }
      .ww-e-d6a {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d6a {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6a {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d6b {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d6b:where(:hover) {
        font-weight: 700;
      }
      .ww-e-d6c {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d6c:where(:hover) {
        font-weight: 700;
      }
      .ww-e-d6d {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d6d:where(:hover) {
        font-weight: 700;
      }
      .ww-e-d6e {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d6e:where(:hover) {
        font-weight: 700;
      }
      .ww-e-d6f {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d6f:where(:hover) {
        font-weight: 700;
      }
      .ww-e-d6g {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d6g:where(:hover) {
        font-weight: 700;
      }
      .ww-e-d6h {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d6h {
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6h {
          font-size: 18px;
          font-weight: 500;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d6i {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d6i {
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6i {
          font-size: 18px;
          font-weight: 500;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d6j {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d6j {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6j {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d6k {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d6k {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6k {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d6l {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d6l {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6l {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d6m {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d6m {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6m {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d6n {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d6n {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6n {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d6o {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d6o {
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6o {
          font-size: 18px;
          font-weight: 500;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d6p {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d6p {
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6p {
          font-size: 18px;
          font-weight: 500;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-d6q {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-d6q.ww-layout, .ww-e-d6q [data-ww-ls~="d6q"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-d6r {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-d6r.ww-layout, .ww-e-d6r [data-ww-ls~="d6r"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-d6s {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-d6s.ww-layout, .ww-e-d6s [data-ww-ls~="d6s"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-d6t {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-d6t.ww-layout, .ww-e-d6t [data-ww-ls~="d6t"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-d6u {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-d6u.ww-layout, .ww-e-d6u [data-ww-ls~="d6u"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-d6v {
        padding: 8px;
        overflow: hidden;
        display: flex;
        width: 220px;
        max-width: 400px;
        height: auto;
        background-color: #fff;
        box-shadow: 0 1px 1px #10182805;
        border: 1px solid var(--5df2264d-813f-4e12-959b-e86f202e40b0, #E4E4E7);
        border-radius: 8px;
      }
      .ww-e-d6v.ww-layout, .ww-e-d6v [data-ww-ls~="d6v"] {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        align-content: revert-layer;
      }
      .ww-e-d6w {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-d6w {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6w {
          padding: 16px 12px;
        }
      }
      .ww-e-d6w.ww-layout, .ww-e-d6w [data-ww-ls~="d6w"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d6x {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-d6x {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6x {
          padding: 16px 12px;
        }
      }
      .ww-e-d6x.ww-layout, .ww-e-d6x [data-ww-ls~="d6x"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d6y {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-d6y {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6y {
          padding: 16px 12px;
        }
      }
      .ww-e-d6y.ww-layout, .ww-e-d6y [data-ww-ls~="d6y"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d6z {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-d6z {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d6z {
          padding: 16px 12px;
        }
      }
      .ww-e-d6z.ww-layout, .ww-e-d6z [data-ww-ls~="d6z"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d70 {
        animation-duration: .6s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-play-state: running;
        animation-name: ww-keyframes-element-2289b3f1-f5fd-49f2-a150-521b682b40cc-base-default;
      }
      @keyframes ww-keyframes-element-2289b3f1-f5fd-49f2-a150-521b682b40cc-base-default {
        0% {
        }
        100% {
        }
      }
      .ww-e-d71 {
        padding: 0 45px 0 10px;
        width: 100%;
      }
      .ww-e-d71.ww-layout, .ww-e-d71 [data-ww-ls~="d71"] {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        column-gap: 24px;
      }
      @media (max-width: 767px) {
        .ww-e-d71.ww-layout, .ww-e-d71 [data-ww-ls~="d71"] {
          justify-content: center;
        }
      }
      .ww-e-d72 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d72 {
          font-size: 32px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d72 {
          font-size: 24px;
          font-weight: 800;
        }
      }
      .ww-e-d73 {
        padding: 12px;
        cursor: pointer;
      }
      @media (max-width: 991px) {
        .ww-e-d73 {
          padding: 12px 0;
          width: 100%;
        }
      }
      .ww-e-d73.ww-layout, .ww-e-d73 [data-ww-ls~="d73"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: revert-layer;
      }
      .ww-e-d74 {
        width: 460px;
        border-top: 0 none;
        border-bottom: 1px solid #e3e3e3;
        border-left: 0 none;
        border-right: 0 none;
      }
      @media (max-width: 991px) {
        .ww-e-d74 {
          width: 100%;
        }
      }
      .ww-e-d75 {
        padding: 0 48px;
        align-self: center;
        display: flex;
        width: 100%;
        flex: 1 0 auto;
        max-width: 100%;
        height: 80px;
        aspect-ratio: unset;
        background-color: #fff;
      }
      @media (max-width: 991px) {
        .ww-e-d75 {
          align-self: center;
          display: flex;
          width: 100%;
          flex: 1 0 auto;
          height: 80px;
          aspect-ratio: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d75 {
          padding: 0 24px;
          align-self: var(--ww-section-root-auto-align, unset);
          display: flex;
          width: 100%;
          max-width: 100%;
          height: 60px;
        }
      }
      .ww-e-d75.ww-layout, .ww-e-d75 [data-ww-ls~="d75"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d75.ww-layout, .ww-e-d75 [data-ww-ls~="d75"] {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          flex-wrap: revert-layer;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d75.ww-layout, .ww-e-d75 [data-ww-ls~="d75"] {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          flex-wrap: revert-layer;
        }
      }
      .ww-e-d76 {
        margin: 48px 0 0;
        display: flex;
      }
      @media (max-width: 767px) {
        .ww-e-d76 {
          margin: 10px 0 0;
        }
      }
      .ww-e-d76.ww-layout, .ww-e-d76 [data-ww-ls~="d76"] {
        display: flex;
        flex-flow: column;
        gap: 32px;
      }
      @media (max-width: 767px) {
        .ww-e-d76.ww-layout, .ww-e-d76 [data-ww-ls~="d76"] {
          row-gap: 24px;
        }
      }
      .ww-e-d77 {
        display: flex;
        width: 100%;
        max-width: 940px;
      }
      @media (max-width: 991px) {
        .ww-e-d77 {
          max-height: 100vh;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d77 {
          padding: 1px 16px 16px;
          z-index: 10000;
          align-self: center;
          max-width: 100%;
        }
      }
      .ww-e-d77.ww-layout, .ww-e-d77 [data-ww-ls~="d77"] {
        display: flex;
        flex-flow: column;
      }
      @media (max-width: 991px) {
        .ww-e-d77.ww-layout, .ww-e-d77 [data-ww-ls~="d77"] {
          row-gap: 24px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d77.ww-layout, .ww-e-d77 [data-ww-ls~="d77"] {
          row-gap: 20px;
        }
      }
      .ww-e-d78 {
        display: var(--ww-style-display, none);
        width: 100%;
        max-width: 940px;
      }
      @media (max-width: 991px) {
        .ww-e-d78 {
          padding: 48px;
          overflow: scroll;
          max-width: unset;
          height: 100%;
          aspect-ratio: unset;
          max-height: 100vh;
          background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        }
      }
      @media (max-width: 767px) {
        .ww-e-d78 {
          padding: 24px;
          z-index: 10001;
          max-height: 100vh;
          min-height: 100vh;
        }
      }
      .ww-e-d78.ww-layout, .ww-e-d78 [data-ww-ls~="d78"] {
        display: var(--ww-style-display, none);
        flex-direction: var(--ww-content-flex-direction-layout-flex, revert-layer);
        flex-wrap: var(--ww-content-flex-wrap-layout-flex, revert-layer);
      }
      .ww-e-d79 {
        display: flex;
        width: 100%;
        max-width: unset;
        height: 50px;
        aspect-ratio: unset;
        background-color: #000;
      }
      @media (max-width: 767px) {
        .ww-e-d79 {
          height: 40px;
        }
      }
      .ww-e-d79.ww-layout, .ww-e-d79 [data-ww-ls~="d79"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
      }
      .ww-e-d7A {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d7A {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d7A {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-d7B {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d7B {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d7B {
          font-size: 20px;
          font-weight: 800;
        }
      }
      @media (max-width: 991px) {
        .ww-e-d7C {
          width: 33%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d7C {
          width: 33%;
        }
      }
      .ww-e-d7C.ww-layout, .ww-e-d7C [data-ww-ls~="d7C"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d7C.ww-layout, .ww-e-d7C [data-ww-ls~="d7C"] {
          align-items: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d7C.ww-layout, .ww-e-d7C [data-ww-ls~="d7C"] {
          justify-content: center;
          align-items: center;
        }
      }
      .ww-e-d7D {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-d7D {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d7D {
          padding: 16px 12px;
        }
      }
      .ww-e-d7D.ww-layout, .ww-e-d7D [data-ww-ls~="d7D"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-dAn.ww-layout, .ww-e-dAn [data-ww-ls~="dAn"] {
        display: flex;
        justify-content: space-between;
      }
      .ww-e-dAo {
        padding: 9px 30px;
        align-self: unset;
        min-width: 120px;
        font-size: 18px;
        font-weight: 900;
        text-align: center;
        white-space-collapse: preserve;
        background-color: #f6cfcf;
        cursor: pointer;
        border-radius: 100px;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dAp {
        padding: 0 0 20px;
        align-self: center;
        display: flex;
        width: 95%;
        max-width: 800px;
        border-top: 0 none;
        border-bottom: 2px solid #e3e3e3;
        border-left: 0 none;
        border-right: 0 none;
      }
      @media (max-width: 991px) {
        .ww-e-dAp {
          width: 93%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dAp {
          width: 91%;
        }
      }
      .ww-e-dAp.ww-layout, .ww-e-dAp [data-ww-ls~="dAp"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-dAq {
        font-size: 16px;
        font-weight: 800;
        color: #727272;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dAr {
        padding: 0 0 20px;
      }
      .ww-e-dAr.ww-layout, .ww-e-dAr [data-ww-ls~="dAr"] {
        display: flex;
        justify-content: space-between;
      }
      .ww-e-dAs {
        font-size: 16px;
        font-weight: 800;
        color: #7f0924;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dAt {
        width: 16px;
      }
      .ww-e-dAu.ww-layout, .ww-e-dAu [data-ww-ls~="dAu"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-dAv {
        padding: 0 0 30px;
        opacity: var(--ww-style-opacity);
      }
      .ww-e-dAw.ww-layout, .ww-e-dAw [data-ww-ls~="dAw"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-dAx {
        padding: 0 0 30px;
        opacity: var(--ww-style-opacity);
      }
      .ww-e-dAy {
        padding: 9px 30px;
        min-width: 120px;
        font-size: 18px;
        font-weight: 900;
        text-align: center;
        white-space-collapse: preserve;
        background-color: #f6cfcf;
        cursor: pointer;
        border-radius: 100px;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dAz {
        padding: 30px 0 0;
        align-self: center;
        display: var(--ww-style-display, none);
        width: 95%;
        max-width: 800px;
        border-top: 0 none;
        border-bottom: 2px solid #e3e3e3;
        border-left: 0 none;
        border-right: 0 none;
      }
      .ww-e-dAz.ww-layout, .ww-e-dAz [data-ww-ls~="dAz"] {
        display: var(--ww-style-display, none);
        flex-direction: var(--ww-content-flex-direction-layout-flex, revert-layer);
        flex-wrap: var(--ww-content-flex-wrap-layout-flex, revert-layer);
      }
      .ww-e-dB0.ww-layout, .ww-e-dB0 [data-ww-ls~="dB0"] {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 3px;
        flex-wrap: revert-layer;
      }
      .ww-e-dB1 {
        padding: 20px 0 40px;
        font-size: 24px;
        line-height: 25px;
        font-weight: 600;
        text-align: center;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dB1 {
          font-size: 20px;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dB1 {
          padding: 10px 0;
          font-size: 18px;
        }
      }
      .ww-e-dE4 {
        display: flex;
        flex: 1;
      }
      .ww-e-dE4.ww-layout, .ww-e-dE4 [data-ww-ls~="dE4"] {
        display: flex;
        flex-flow: column;
        row-gap: 6px;
      }
      .ww-e-dE5 {
        display: flex;
        width: 100%;
        max-width: 1200px;
      }
      .ww-e-dE5.ww-layout, .ww-e-dE5 [data-ww-ls~="dE5"] {
        display: flex;
        align-items: center;
        gap: 64px 100px;
      }
      .ww-e-dE6 {
        align-self: center;
        width: 100%;
        max-width: 600px;
        font-size: 42px;
        line-height: 48px;
        font-weight: 600;
        text-align: center;
        color: #2a2a2a;
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-dE6 {
          font-size: 2em;
          line-height: 37px;
        }
      }
      .ww-e-dE7 {
        align-self: center;
        max-width: 600px;
      }
      .ww-e-dE8 {
        align-self: center;
        font-size: 11px;
        line-height: 22px;
        font-weight: 700;
        text-align: center;
        color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        text-transform: uppercase;
        letter-spacing: 1px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dE8 {
          color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        }
      }
      .ww-e-dJy {
        display: flex;
        width: 100%;
        max-width: 1200px;
      }
      .ww-e-dJy.ww-layout, .ww-e-dJy [data-ww-ls~="dJy"] {
        display: flex;
        align-items: center;
        gap: 64px 100px;
      }
      .ww-e-dJz {
        font-size: 42px;
        line-height: 1.2;
        font-weight: 600;
        text-align: center;
        color: #2a2a2a;
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-dJz {
          font-size: 2em;
        }
      }
      .ww-e-dK0 {
        align-self: center;
        max-width: 600px;
      }
      .ww-e-dK1 {
        display: flex;
        flex: 1;
      }
      .ww-e-dK1.ww-layout, .ww-e-dK1 [data-ww-ls~="dK1"] {
        display: flex;
        flex-flow: column;
        row-gap: 6px;
      }
      .ww-e-dKH {
        display: block;
        width: 96%;
        height: auto;
        aspect-ratio: unset;
        border-radius: 24px;
        --wwi-ar: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-dKH {
          padding: 16px 0;
          width: 100%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dKH {
          padding: 8px 7px 0 0;
          width: 100%;
        }
      }
      .ww-e-dKI {
        width: 550px;
        font-size: 18px;
        font-weight: 400;
        text-align: left;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dKI {
          margin: 0 0 16px;
          align-self: center;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dKI {
          padding: 16px 0;
          width: 100%;
          text-align: left;
          color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        }
      }
      .ww-e-dKJ {
        margin: 0 -43px 0 0;
        display: flex;
        width: 60%;
        flex: 1;
      }
      @media (max-width: 991px) {
        .ww-e-dKJ {
          margin: 0;
          align-self: center;
          width: 100%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dKJ {
          margin: 0;
        }
      }
      .ww-e-dKJ.ww-layout, .ww-e-dKJ [data-ww-ls~="dKJ"] {
        display: flex;
        flex-flow: column;
        gap: 32px 24px;
      }
      @media (max-width: 991px) {
        .ww-e-dKJ.ww-layout, .ww-e-dKJ [data-ww-ls~="dKJ"] {
          row-gap: 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dKJ.ww-layout, .ww-e-dKJ [data-ww-ls~="dKJ"] {
          align-items: flex-start;
          gap: 0 24px;
        }
      }
      .ww-e-dKL {
        margin: 0 6px 0 0;
        width: 20px;
      }
      @media (max-width: 767px) {
        .ww-e-dKM {
          padding: 16px 0 8px;
          align-self: flex-start;
        }
      }
      .ww-e-dKN {
        display: block;
        flex: 1;
        height: auto;
        aspect-ratio: unset;
        border-radius: 24px;
        --wwi-ar: unset;
        --wwi-of: cover;
      }
      @media (max-width: 991px) {
        .ww-e-dKN {
          padding: 16px 0;
          width: 100%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dKN {
          padding: 8px 7px 0 0;
          width: 100%;
        }
      }
      .ww-e-dKO {
        margin: 0 0 0 6px;
        width: 20px;
      }
      .ww-e-dKP {
        align-self: center;
        font-size: 16px;
        text-align: center;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dKP {
          align-self: flex-start;
        }
      }
      .ww-e-dKQ {
        width: 43%;
        height: auto;
        aspect-ratio: unset;
      }
      @media (max-width: 991px) {
        .ww-e-dKQ {
          width: 60%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dKQ {
          width: 100%;
        }
      }
      .ww-e-dKQ.ww-layout, .ww-e-dKQ [data-ww-ls~="dKQ"] {
        display: flex;
        flex-flow: column;
        justify-content: space-around;
        align-items: flex-start;
      }
      .ww-e-dKR {
        display: flex;
        width: 100%;
        max-width: 1200px;
      }
      @media (max-width: 991px) {
        .ww-e-dKR {
          align-self: flex-start;
          width: 100%;
        }
      }
      .ww-e-dKR.ww-layout, .ww-e-dKR [data-ww-ls~="dKR"] {
        display: flex;
        align-items: center;
        gap: 0;
      }
      @media (max-width: 991px) {
        .ww-e-dKR.ww-layout, .ww-e-dKR [data-ww-ls~="dKR"] {
          flex-flow: column;
          align-items: center;
          gap: 24px 0;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dKR.ww-layout, .ww-e-dKR [data-ww-ls~="dKR"] {
          align-items: flex-start;
          row-gap: 8px;
        }
      }
      .ww-e-dKS {
        margin: 0 0 -28px;
        padding: 0;
        font-size: 140px;
        line-height: 125px;
        font-weight: 900;
        color: #fff;
        letter-spacing: -4px;
        white-space-collapse: preserve;
      }
      @media (max-width: 991px) {
        .ww-e-dKS {
          margin: 0;
          padding: 0;
          align-self: center;
          font-size: 140px;
          line-height: 130px;
          font-weight: 900;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dKS {
          font-size: var(--ww-content-ww-text-font-size);
          line-height: var(--ww-content-ww-text-line-height);
          font-weight: 900;
          text-align: left;
          letter-spacing: -3px;
        }
      }
      .ww-e-dKT {
        margin: 0;
        padding: 9px 24px;
        align-self: center;
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        background-color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.3s ease;
        border: none;
        border-radius: 24px;
        --ww-text-text-overflow: initial;
        --ww-element-transition: all 0.3s ease;
      }
      @media (max-width: 991px) {
        .ww-e-dKT {
          padding: 12px 32px;
          font-size: 18px;
          line-height: 23px;
          color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
          text-transform: capitalize;
          background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        }
      }
      @media (max-width: 767px) {
        .ww-e-dKT {
          align-self: flex-start;
          color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
          background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        }
      }
      .ww-e-dKT:where(:hover) {
        background-color: #2563eb;
        box-shadow: 0 4px 6px #0000001a;
        transform: translateY(-1px);
      }
      @media (max-width: 991px) {
        .ww-e-dKT:where(:hover) {
          background-color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        }
      }
      .ww-e-dKU {
        display: flex;
        width: 100%;
        max-width: 940px;
      }
      @media (max-width: 767px) {
        .ww-e-dKU {
          background-color: var(--66afe4d2-5aa6-4d6d-a037-2b74c84b1161,#f8f2f0);
        }
      }
      .ww-e-dKU.ww-layout, .ww-e-dKU [data-ww-ls~="dKU"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-dKV {
        align-self: center;
      }
      @media (max-width: 767px) {
        .ww-e-dKV {
          align-self: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dKW {
          width: 100%;
        }
      }
      .ww-e-dKX {
        display: flex;
        width: 100%;
        max-width: 940px;
      }
      @media (max-width: 767px) {
        .ww-e-dKX {
          padding: 0 24px;
          height: 50px;
          aspect-ratio: unset;
          background: linear-gradient(0deg, #fff 0%, #fff0 100%);
          transition: revert-layer;
        }
      }
      .ww-e-dKX.ww-layout, .ww-e-dKX [data-ww-ls~="dKX"] {
        display: flex;
        flex-flow: column;
      }
      @media (max-width: 767px) {
        .ww-e-dKX.ww-layout, .ww-e-dKX [data-ww-ls~="dKX"] {
          justify-content: center;
        }
      }
      .ww-e-dL3 {
        display: flex;
        flex: 1;
      }
      .ww-e-dL3.ww-layout, .ww-e-dL3 [data-ww-ls~="dL3"] {
        display: flex;
        flex-flow: column;
        row-gap: 6px;
      }
      .ww-e-dL4 {
        display: flex;
        width: 100%;
        max-width: 1200px;
      }
      .ww-e-dL4.ww-layout, .ww-e-dL4 [data-ww-ls~="dL4"] {
        display: flex;
        align-items: center;
        gap: 64px 100px;
      }
      .ww-e-dL5 {
        align-self: center;
        width: 100%;
        max-width: 600px;
        font-size: 42px;
        line-height: 48px;
        font-weight: 600;
        text-align: center;
        color: #2a2a2a;
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-dL5 {
          font-size: 2em;
        }
      }
      .ww-e-dL6 {
        align-self: center;
        max-width: 600px;
      }
      .ww-e-dL7 {
        align-self: center;
        font-size: 11px;
        line-height: 22px;
        font-weight: 700;
        text-align: center;
        color: #c10f19;
        text-transform: uppercase;
        letter-spacing: 1px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dLY {
        padding: 0 48px;
        align-self: center;
        display: flex;
        width: 80%;
        flex: 0 0 auto;
        max-width: 1200px;
      }
      @media (max-width: 991px) {
        .ww-e-dLY {
          padding: 0;
        }
      }
      .ww-e-dLY.ww-layout, .ww-e-dLY [data-ww-ls~="dLY"] {
        display: flex;
        flex-flow: wrap;
        place-content: flex-start center;
        align-items: center;
        gap: 16px 24px;
      }
      .ww-e-dLZ {
        display: flex;
        width: 100%;
        max-width: 1200px;
      }
      .ww-e-dLZ.ww-layout, .ww-e-dLZ [data-ww-ls~="dLZ"] {
        display: flex;
        flex-flow: column;
        row-gap: 32px;
      }
      .ww-e-dLa {
        width: 179px;
      }
      .ww-e-dLb {
        width: 153px;
      }
      .ww-e-dLc {
        width: 190px;
      }
      .ww-e-dLd {
        width: 253px;
        flex: 1 0 auto;
        height: auto;
        aspect-ratio: unset;
        --wwi-ar: unset;
      }
      .ww-e-dLe {
        display: block;
        width: 332px;
        height: auto;
        aspect-ratio: unset;
        --wwi-ar: unset;
      }
      .ww-e-dLf {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 40px;
        font-weight: 600;
        text-align: center;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dLf {
          width: revert-layer;
          font-size: 34px;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dLf {
          width: revert-layer;
        }
      }
      .ww-e-dUY {
        font-size: 16px;
        font-weight: 800;
        color: #727272;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dUa {
        padding: 0 0 2em;
        align-self: center;
        width: 95%;
        max-width: 1200px;
      }
      @media (max-width: 991px) {
        .ww-e-dUa {
          width: 90%;
        }
      }
      .ww-e-dUa.ww-layout, .ww-e-dUa [data-ww-ls~="dUa"] {
        display: flex;
        flex-flow: column;
        gap: 36px 8%;
      }
      @media (max-width: 991px) {
        .ww-e-dUa.ww-layout, .ww-e-dUa [data-ww-ls~="dUa"] {
          flex-flow: column;
        }
      }
      .ww-e-dUb {
        width: 78px;
        height: 78px;
        aspect-ratio: unset;
        --wwi-ar: unset;
      }
      @media (max-width: 767px) {
        .ww-e-dUb {
          display: none;
        }
      }
      .ww-e-dUc {
        margin: .8em 0;
        padding: 0;
        font-size: 28px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dUc {
          font-size: 23px;
        }
      }
      .ww-e-dUd {
        padding: 24px 0 0;
      }
      .ww-e-dUe {
        width: 16px;
      }
      .ww-e-dUf {
        width: 16px;
      }
      .ww-e-dUg {
        padding: 0 0 20px;
      }
      .ww-e-dUg.ww-layout, .ww-e-dUg [data-ww-ls~="dUg"] {
        display: flex;
        justify-content: space-between;
      }
      .ww-e-dUh {
        font-size: 16px;
        font-weight: 800;
        color: #727272;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dUi {
        padding: 20px 0;
        font-size: 24px;
        line-height: 25px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dUi {
          font-size: 20px;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dUi {
          padding: 10px 0;
          font-size: 18px;
        }
      }
      .ww-e-dUj {
        padding: 0 0 20px;
      }
      .ww-e-dUj.ww-layout, .ww-e-dUj [data-ww-ls~="dUj"] {
        display: flex;
        justify-content: space-between;
      }
      .ww-e-dUk {
        font-size: 16px;
        font-weight: 800;
        color: #7f0924;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dUl {
        height: 50px;
        aspect-ratio: unset;
      }
      @media (max-width: 991px) {
        .ww-e-dUl {
          height: 40px;
        }
      }
      .ww-e-dUm {
        margin: 0 0 40px;
        padding: 0 90px;
        font-size: 20px;
        text-align: center;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dUm {
          font-size: 16px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dUm {
          padding: 0 40px;
        }
      }
      .ww-e-dUn {
        margin: 2em 0 0;
        padding: 24px 0;
        display: flex;
        width: 100%;
        max-width: 940px;
        background-color: #fde9ea;
        border-radius: 24px;
      }
      @media (max-width: 767px) {
        .ww-e-dUn {
          padding: 20px 0;
        }
      }
      .ww-e-dUn.ww-layout, .ww-e-dUn [data-ww-ls~="dUn"] {
        display: flex;
        flex-flow: column;
        align-items: center;
      }
      .ww-e-dUp {
        padding: 20px 0;
        font-size: 24px;
        line-height: 25px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dUp {
          font-size: 20px;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dUp {
          padding: 10px 0;
          font-size: 18px;
        }
      }
      .ww-e-dUr {
        font-size: 16px;
        font-weight: 800;
        color: #7f0924;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dUs.ww-layout, .ww-e-dUs [data-ww-ls~="dUs"] {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 3px;
        flex-wrap: revert-layer;
      }
      .ww-e-dUt.ww-layout, .ww-e-dUt [data-ww-ls~="dUt"] {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 3px;
        flex-wrap: revert-layer;
      }
      .ww-e-dUu {
        padding: 0;
        align-self: center;
        display: flex;
        width: 100%;
        max-width: 940px;
      }
      @media (max-width: 991px) {
        .ww-e-dUu {
          width: 100%;
        }
      }
      .ww-e-dUu.ww-layout, .ww-e-dUu [data-ww-ls~="dUu"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-dUv {
        align-self: center;
        display: flex;
        width: 100%;
        max-width: 940px;
      }
      @media (max-width: 991px) {
        .ww-e-dUv {
          width: 100%;
        }
      }
      .ww-e-dUv.ww-layout, .ww-e-dUv [data-ww-ls~="dUv"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-dUw {
        padding: 24px 0 0;
      }
      .ww-e-dUx {
        padding: 24px 0 0;
      }
      @media (max-width: 991px) {
        .ww-e-dYT {
          align-self: flex-end;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYT {
          display: flex;
          position: revert-layer;
          inset: revert-layer;
          width: auto;
          flex: 0 1 auto;
        }
      }
      .ww-e-dYU {
        width: 120px;
        height: 40px;
        cursor: pointer;
        --wwi-of: contain;
      }
      @media (max-width: 991px) {
        .ww-e-dYU {
          align-self: center;
          width: 49px;
          height: auto;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYU {
          z-index: unset;
          align-self: center;
          display: block;
          width: 40px;
          height: auto;
          aspect-ratio: unset;
          min-height: 25px;
          animation-duration: 1s;
          animation-iteration-count: infinite;
          animation-name: ww-keyframes-element-bdcc7928-892d-42dd-982d-51521c82c0f5-base-mobile;
          --wwi-ar: unset;
          --wwi-of: contain;
        }
        @keyframes ww-keyframes-element-bdcc7928-892d-42dd-982d-51521c82c0f5-base-mobile {
          0% {
          }
          100% {
          }
        }
      }
      @media (max-width: 991px) {
        .ww-e-dYV {
          width: 33%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYV {
          width: 33%;
        }
      }
      .ww-e-dYV.ww-layout, .ww-e-dYV [data-ww-ls~="dYV"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-dYV.ww-layout, .ww-e-dYV [data-ww-ls~="dYV"] {
          align-items: flex-end;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYV.ww-layout, .ww-e-dYV [data-ww-ls~="dYV"] {
          justify-content: center;
          align-items: flex-end;
        }
      }
      .ww-e-dYW {
        padding: 12px;
        cursor: pointer;
      }
      @media (max-width: 991px) {
        .ww-e-dYW {
          padding: 12px 0;
        }
      }
      .ww-e-dYW.ww-layout, .ww-e-dYW [data-ww-ls~="dYW"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: revert-layer;
      }
      .ww-e-dYX {
        font-size: 16px;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dYY {
        width: 120px;
        height: 40px;
        cursor: pointer;
        --wwi-of: contain;
      }
      @media (max-width: 991px) {
        .ww-e-dYY {
          align-self: center;
          width: 40px;
          height: auto;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYY {
          z-index: unset;
          align-self: center;
          display: block;
          width: 40px;
          height: auto;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      .ww-e-dYZ {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dYZ {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYZ {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-dYa {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-dYa.ww-layout, .ww-e-dYa [data-ww-ls~="dYa"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-dYb {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-dYb.ww-layout, .ww-e-dYb [data-ww-ls~="dYb"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-dYc {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-dYc.ww-layout, .ww-e-dYc [data-ww-ls~="dYc"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-dYd {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-dYd.ww-layout, .ww-e-dYd [data-ww-ls~="dYd"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-dYe {
          width: 33%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYe {
          width: 33%;
        }
      }
      .ww-e-dYe.ww-layout, .ww-e-dYe [data-ww-ls~="dYe"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-dYe.ww-layout, .ww-e-dYe [data-ww-ls~="dYe"] {
          align-items: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYe.ww-layout, .ww-e-dYe [data-ww-ls~="dYe"] {
          justify-content: center;
          align-items: center;
        }
      }
      .ww-e-dYf {
        padding: 7px;
        width: 26px;
      }
      @media (max-width: 991px) {
        .ww-e-dYf {
          width: 40px;
        }
      }
      .ww-e-dYg {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dYg {
          font-size: 32px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYg {
          font-size: 24px;
          font-weight: 800;
        }
      }
      .ww-e-dYh {
        padding: 8px 16px;
        height: 38px;
        aspect-ratio: unset;
        font-size: 16px;
        line-height: normal;
        font-weight: 500;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        border-radius: 6px;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dYi {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-dYi {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYi {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-dYj {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dYj {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYj {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-dYk {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dYk {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYk {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-dYl {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dYl {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYl {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-dYm {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dYm {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYm {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-dYn {
        font-size: 14px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dYn {
          font-size: 28px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYn {
          font-size: 20px;
          font-weight: 800;
        }
      }
      .ww-e-dYo {
        display: flex;
        position: revert-layer;
        inset: revert-layer;
        width: 100%;
        max-width: 940px;
      }
      @media (max-width: 991px) {
        .ww-e-dYo {
          display: inline-grid;
          width: 40px;
          max-width: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYo {
          display: flex;
          width: 40px;
          height: auto;
          aspect-ratio: unset;
        }
      }
      .ww-e-dYo.ww-layout, .ww-e-dYo [data-ww-ls~="dYo"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
      }
      @media (max-width: 991px) {
        .ww-e-dYo.ww-layout, .ww-e-dYo [data-ww-ls~="dYo"] {
          display: inline-grid;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYo.ww-layout, .ww-e-dYo [data-ww-ls~="dYo"] {
          display: flex;
          flex-flow: column;
          justify-content: center;
          align-items: center;
        }
      }
      .ww-e-dYp {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-dYp.ww-layout, .ww-e-dYp [data-ww-ls~="dYp"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-dYq {
        padding: 12px;
        cursor: pointer;
      }
      @media (max-width: 991px) {
        .ww-e-dYq {
          padding: 12px 0;
          width: 100%;
        }
      }
      .ww-e-dYq.ww-layout, .ww-e-dYq [data-ww-ls~="dYq"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: revert-layer;
      }
      .ww-e-dYs {
        padding: 7px;
        width: 26px;
      }
      @media (max-width: 991px) {
        .ww-e-dYs {
          width: 40px;
        }
      }
      .ww-e-dYt {
        width: 16px;
      }
      @media (max-width: 991px) {
        .ww-e-dYt {
          cursor: pointer;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYt {
          z-index: 10002;
          position: absolute;
          top: 25px;
          cursor: pointer;
        }
      }
      .ww-e-dYu {
        padding: 2px 0 0;
        font-size: 16px;
        font-family: Kentledge, sans-serif;
        text-align: center;
        color: #fff;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dYu {
          font-size: 13px;
        }
      }
      .ww-e-dYv {
        font-size: 16px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dYw {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dYw {
          font-size: 32px;
          font-weight: 800;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYw {
          font-size: 24px;
          font-weight: 800;
        }
      }
      .ww-e-dYx {
        width: 16px;
      }
      @media (max-width: 991px) {
        .ww-e-dYx {
          width: 32px;
          cursor: pointer;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dYx {
          z-index: 10000;
          position: revert-layer;
          inset: revert-layer;
          width: 32px;
          cursor: pointer;
        }
      }
      .ww-e-dYy {
        font-size: 16px;
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dYz {
          width: 100%;
        }
      }
      .ww-e-dZ0 {
        align-self: flex-start;
        display: block;
        width: 120px;
        height: 40px;
        cursor: pointer;
        --wwi-of: contain;
      }
      .ww-e-dZ1 {
        display: flex;
        width: 100%;
        max-width: unset;
        height: 50px;
        aspect-ratio: unset;
        background-color: #000;
      }
      @media (max-width: 767px) {
        .ww-e-dZ1 {
          height: 40px;
        }
      }
      .ww-e-dZ1.ww-layout, .ww-e-dZ1 [data-ww-ls~="dZ1"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
      }
      .ww-e-dZ2 {
        font-size: 16px;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dZ3 {
        font-size: 16px;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dZ4 {
        font-size: 16px;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dZ5 {
        font-size: 16px;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-white-space: nowrap;
        --ww-text-overflow: hidden;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dZ6 {
          width: 33%;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZ6 {
          width: 33%;
        }
      }
      .ww-e-dZ6.ww-layout, .ww-e-dZ6 [data-ww-ls~="dZ6"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-dZ6.ww-layout, .ww-e-dZ6 [data-ww-ls~="dZ6"] {
          justify-content: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZ6.ww-layout, .ww-e-dZ6 [data-ww-ls~="dZ6"] {
          justify-content: center;
        }
      }
      .ww-e-dZ7 {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-dZ7 {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZ7 {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-dZ8 {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dZ8:where(:hover) {
        font-weight: 700;
      }
      .ww-e-dZ9 {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dZ9:where(:hover) {
        font-weight: 700;
      }
      .ww-e-dZA {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dZA:where(:hover) {
        font-weight: 700;
      }
      .ww-e-dZB {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dZB:where(:hover) {
        font-weight: 700;
      }
      .ww-e-dZC {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dZC:where(:hover) {
        font-weight: 700;
      }
      .ww-e-dZD {
        font-size: 14px;
        font-family: var(--ww-default-font-family);
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: solid;
        text-decoration-color: initial;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dZD:where(:hover) {
        font-weight: 700;
      }
      .ww-e-dZE {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-dZE {
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZE {
          font-size: 18px;
          font-weight: 500;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-dZF {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-dZF {
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZF {
          font-size: 18px;
          font-weight: 500;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-dZG {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-dZG {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZG {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-dZH {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-dZH {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZH {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-dZI {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-dZI {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZI {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-dZJ {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-dZJ {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZJ {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-dZK {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-dZK {
          font-size: 32px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZK {
          font-size: 24px;
          font-weight: 800;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-dZL {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-dZL {
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZL {
          font-size: 18px;
          font-weight: 500;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-dZM {
        font-size: 24px;
        font-weight: 500;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        cursor: pointer;
        transition: all 0.2s ease;
        --ww-element-transition: all 0.2s ease;
      }
      @media (max-width: 991px) {
        .ww-e-dZM {
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZM {
          font-size: 18px;
          font-weight: 500;
          color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        }
      }
      .ww-e-dZN {
        padding: 8px 6px;
        width: revert-layer;
      }
      .ww-e-dZN.ww-layout, .ww-e-dZN [data-ww-ls~="dZN"] {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: revert-layer;
      }
      .ww-e-dZO {
        padding: 8px;
        overflow: hidden;
        display: flex;
        width: 220px;
        max-width: 400px;
        height: auto;
        background-color: #fff;
        box-shadow: 0 1px 1px #10182805;
        border: 1px solid var(--5df2264d-813f-4e12-959b-e86f202e40b0, #E4E4E7);
        border-radius: 8px;
      }
      .ww-e-dZO.ww-layout, .ww-e-dZO [data-ww-ls~="dZO"] {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        align-content: revert-layer;
      }
      .ww-e-dZP {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-dZP {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZP {
          padding: 16px 12px;
        }
      }
      .ww-e-dZP.ww-layout, .ww-e-dZP [data-ww-ls~="dZP"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-dZQ {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-dZQ {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZQ {
          padding: 16px 12px;
        }
      }
      .ww-e-dZQ.ww-layout, .ww-e-dZQ [data-ww-ls~="dZQ"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-dZR {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-dZR {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZR {
          padding: 16px 12px;
        }
      }
      .ww-e-dZR.ww-layout, .ww-e-dZR [data-ww-ls~="dZR"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-dZS {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-dZS {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZS {
          padding: 16px 12px;
        }
      }
      .ww-e-dZS.ww-layout, .ww-e-dZS [data-ww-ls~="dZS"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-dZT {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-dZT {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZT {
          padding: 16px 12px;
        }
      }
      .ww-e-dZT.ww-layout, .ww-e-dZT [data-ww-ls~="dZT"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-dZU {
        padding: 12px;
      }
      @media (max-width: 991px) {
        .ww-e-dZU {
          padding: 24px 12px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZU {
          padding: 16px 12px;
        }
      }
      .ww-e-dZU.ww-layout, .ww-e-dZU [data-ww-ls~="dZU"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-dZV {
        animation-duration: .6s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-play-state: running;
        animation-name: ww-keyframes-element-f969e1f4-5c13-4a76-bbd1-1f74c73a82e0-base-default;
      }
      @keyframes ww-keyframes-element-f969e1f4-5c13-4a76-bbd1-1f74c73a82e0-base-default {
        0% {
        }
        100% {
        }
      }
      .ww-e-dZW {
        padding: 0 45px 0 10px;
        width: 100%;
      }
      .ww-e-dZW.ww-layout, .ww-e-dZW [data-ww-ls~="dZW"] {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        column-gap: 24px;
      }
      @media (max-width: 767px) {
        .ww-e-dZW.ww-layout, .ww-e-dZW [data-ww-ls~="dZW"] {
          justify-content: center;
        }
      }
      .ww-e-dZX {
        width: 460px;
        border-top: 0 none;
        border-bottom: 1px solid #e3e3e3;
        border-left: 0 none;
        border-right: 0 none;
      }
      @media (max-width: 991px) {
        .ww-e-dZX {
          width: 100%;
        }
      }
      .ww-e-dZY {
        padding: 0 48px;
        z-index: 100;
        align-self: center;
        display: flex;
        width: 100%;
        flex: 1 0 auto;
        max-width: 100%;
        height: 80px;
        aspect-ratio: unset;
        background-color: #3e0310;
      }
      @media (max-width: 991px) {
        .ww-e-dZY {
          align-self: center;
          display: flex;
          width: 100%;
          flex: 1 0 auto;
          height: 80px;
          aspect-ratio: unset;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZY {
          padding: 0 24px;
          align-self: var(--ww-section-root-auto-align, unset);
          display: flex;
          width: 100%;
          max-width: 100%;
          height: 60px;
          background-color: #3e0310;
        }
      }
      .ww-e-dZY.ww-layout, .ww-e-dZY [data-ww-ls~="dZY"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-dZY.ww-layout, .ww-e-dZY [data-ww-ls~="dZY"] {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          flex-wrap: revert-layer;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZY.ww-layout, .ww-e-dZY [data-ww-ls~="dZY"] {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          flex-wrap: revert-layer;
        }
      }
      .ww-e-dZZ {
        margin: 48px 0 0;
        display: flex;
      }
      @media (max-width: 767px) {
        .ww-e-dZZ {
          margin: 10px 0 0;
        }
      }
      .ww-e-dZZ.ww-layout, .ww-e-dZZ [data-ww-ls~="dZZ"] {
        display: flex;
        flex-flow: column;
        gap: 32px;
      }
      @media (max-width: 767px) {
        .ww-e-dZZ.ww-layout, .ww-e-dZZ [data-ww-ls~="dZZ"] {
          row-gap: 24px;
        }
      }
      .ww-e-dZa {
        display: flex;
        width: 100%;
        max-width: 940px;
      }
      @media (max-width: 991px) {
        .ww-e-dZa {
          max-height: 100vh;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZa {
          padding: 1px 16px 16px;
          z-index: 10000;
          align-self: center;
          max-width: 100%;
        }
      }
      .ww-e-dZa.ww-layout, .ww-e-dZa [data-ww-ls~="dZa"] {
        display: flex;
        flex-flow: column;
      }
      @media (max-width: 991px) {
        .ww-e-dZa.ww-layout, .ww-e-dZa [data-ww-ls~="dZa"] {
          row-gap: 24px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZa.ww-layout, .ww-e-dZa [data-ww-ls~="dZa"] {
          row-gap: 20px;
        }
      }
      .ww-e-dZb {
        display: var(--ww-style-display, none);
        width: 100%;
        max-width: 940px;
      }
      @media (max-width: 991px) {
        .ww-e-dZb {
          padding: 48px;
          overflow: scroll;
          max-width: unset;
          height: 100%;
          aspect-ratio: unset;
          max-height: 100vh;
          background-color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        }
      }
      @media (max-width: 767px) {
        .ww-e-dZb {
          padding: 24px;
          z-index: 10001;
          max-height: 100vh;
          min-height: 100vh;
          background-color: #3e0310;
        }
      }
      .ww-e-dZb.ww-layout, .ww-e-dZb [data-ww-ls~="dZb"] {
        display: var(--ww-style-display, none);
        flex-direction: var(--ww-content-flex-direction-layout-flex, revert-layer);
        flex-wrap: var(--ww-content-flex-wrap-layout-flex, revert-layer);
      }
      .ww-e-dZq {
        overflow: scroll;
        align-self: center;
        width: 100%;
        max-width: 900px;
      }
      .ww-e-dZr {
        align-self: center;
        width: revert-layer;
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dZs {
        margin: 1em 0;
        width: 400px;
      }
      @media (max-width: 767px) {
        .ww-e-dZs {
          width: 250px;
        }
      }
      .ww-e-dZt {
        margin: 20px 0 0;
        align-self: center;
        width: revert-layer;
      }
      .ww-e-dcG {
        align-self: center;
      }
      .ww-e-dcH {
        width: 24px;
        background-image: none;
      }
      .ww-e-dcI {
        width: 139px;
        height: auto;
        aspect-ratio: unset;
        --wwi-ar: unset;
      }
      @media (max-width: 767px) {
        .ww-e-dcI {
          width: 122px;
          flex: 0 1 auto;
          height: auto;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      .ww-e-dcJ {
        width: 139px;
        height: auto;
        aspect-ratio: unset;
        --wwi-ar: unset;
      }
      @media (max-width: 767px) {
        .ww-e-dcJ {
          width: 122px;
          flex: 0 1 auto;
          height: auto;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      .ww-e-dcK {
        width: 154px;
        height: auto;
        aspect-ratio: unset;
        --wwi-ar: unset;
      }
      @media (max-width: 767px) {
        .ww-e-dcK {
          width: 134px;
          flex: 0 1 auto;
          height: auto;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      .ww-e-dcL {
        color: var(--f0f92164-1d35-469a-b397-93793660c85b,#FEF4F5);
        white-space-collapse: preserve;
      }
      .ww-e-dcM {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcN {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcO {
        align-self: flex-end;
        display: flex;
        width: 100%;
      }
      .ww-e-dcO.ww-layout, .ww-e-dcO [data-ww-ls~="dcO"] {
        display: flex;
        flex-flow: column;
        align-items: stretch;
        gap: 12px;
      }
      @media (max-width: 767px) {
        .ww-e-dcO.ww-layout, .ww-e-dcO [data-ww-ls~="dcO"] {
          justify-content: center;
        }
      }
      .ww-e-dcP {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcQ {
        padding: 0 16px 0 0;
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--ww-content-ww-text-color);
        white-space-collapse: preserve;
        cursor: pointer;
        border-top: 0 none;
        border-bottom: 0 none;
        border-left: 0 none;
        border-right: 1px solid #636363;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcR {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcS {
        width: 24px;
        background-image: none;
      }
      .ww-e-dcT {
        width: 24px;
        background-image: none;
      }
      .ww-e-dcU {
        display: flex;
      }
      .ww-e-dcU.ww-layout, .ww-e-dcU [data-ww-ls~="dcU"] {
        display: flex;
        flex-flow: column;
        gap: 12px;
      }
      .ww-e-dcV {
        width: 24px;
        background-image: none;
      }
      .ww-e-dcW {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcX {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcY {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcZ {
        width: revert-layer;
      }
      .ww-e-dca {
        padding: 2px 0 0;
        font-size: 14px;
        line-height: 14px;
        color: #ccc;
        white-space-collapse: preserve;
      }
      .ww-e-dcb {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcc {
        color: var(--f0f92164-1d35-469a-b397-93793660c85b,#FEF4F5);
        white-space-collapse: preserve;
      }
      .ww-e-dcd {
        color: var(--f0f92164-1d35-469a-b397-93793660c85b,#FEF4F5);
        white-space-collapse: preserve;
      }
      .ww-e-dce {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcf {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcg {
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
      }
      @media (max-width: 767px) {
        .ww-e-dcg {
          text-align: center;
        }
      }
      .ww-e-dch {
        display: flex;
      }
      .ww-e-dch.ww-layout, .ww-e-dch [data-ww-ls~="dch"] {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 16px;
      }
      .ww-e-dci {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        text-align: left;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcj {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dck {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcl {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcm {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcn {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dco {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcp {
        display: flex;
        width: 100%;
        max-width: 940px;
      }
      @media (max-width: 767px) {
        .ww-e-dcp {
          align-self: center;
          width: revert-layer;
          height: auto;
          aspect-ratio: unset;
        }
      }
      .ww-e-dcp.ww-layout, .ww-e-dcp [data-ww-ls~="dcp"] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        column-gap: 12px;
        flex-wrap: revert-layer;
      }
      @media (max-width: 767px) {
        .ww-e-dcp.ww-layout, .ww-e-dcp [data-ww-ls~="dcp"] {
          justify-content: center;
        }
      }
      .ww-e-dcq {
        padding: 0;
        align-self: flex-start;
        display: flex;
        border-top: 0 solid #404040;
      }
      .ww-e-dcq.ww-layout, .ww-e-dcq [data-ww-ls~="dcq"] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 16px;
      }
      .ww-e-dcr {
        display: flex;
      }
      .ww-e-dcr.ww-layout, .ww-e-dcr [data-ww-ls~="dcr"] {
        display: flex;
        flex-flow: column;
        gap: 8px;
      }
      .ww-e-dcs {
        display: flex;
      }
      .ww-e-dcs.ww-layout, .ww-e-dcs [data-ww-ls~="dcs"] {
        display: flex;
        flex-flow: column;
        gap: 8px;
      }
      .ww-e-dct {
        display: flex;
      }
      .ww-e-dct.ww-layout, .ww-e-dct [data-ww-ls~="dct"] {
        display: flex;
        flex-flow: column;
        gap: 8px;
      }
      .ww-e-dcu {
        display: flex;
      }
      .ww-e-dcu.ww-layout, .ww-e-dcu [data-ww-ls~="dcu"] {
        display: flex;
        flex-flow: column;
        gap: 28px 8px;
      }
      .ww-e-dcv {
        align-self: flex-start;
        display: flex;
      }
      .ww-e-dcv.ww-layout, .ww-e-dcv [data-ww-ls~="dcv"] {
        display: flex;
        flex-flow: column;
        gap: 28px 8px;
      }
      .ww-e-dcw {
        padding: 0;
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--ww-content-ww-text-color);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dcx {
        display: flex;
      }
      .ww-e-dcx.ww-layout, .ww-e-dcx [data-ww-ls~="dcx"] {
        display: flex;
        flex-flow: column;
        gap: 28px 12px;
      }
      .ww-e-dcy {
        display: flex;
      }
      .ww-e-dcy.ww-layout, .ww-e-dcy [data-ww-ls~="dcy"] {
        display: flex;
        flex-flow: column;
        gap: 12px;
      }
      .ww-e-dcz {
        align-self: center;
        display: flex;
        width: 100%;
      }
      .ww-e-dcz.ww-layout, .ww-e-dcz [data-ww-ls~="dcz"] {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        gap: 12px;
        flex-wrap: revert-layer;
      }
      @media (max-width: 767px) {
        .ww-e-dcz.ww-layout, .ww-e-dcz [data-ww-ls~="dcz"] {
          justify-content: center;
          align-content: revert-layer;
          row-gap: 32px;
          flex-wrap: wrap;
        }
      }
      .ww-e-dd0 {
        padding: 0;
        align-self: flex-end;
        display: flex;
        border-top: 0 solid #404040;
      }
      .ww-e-dd0.ww-layout, .ww-e-dd0 [data-ww-ls~="dd0"] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 16px;
      }
      .ww-e-dd1 {
        display: flex;
      }
      .ww-e-dd1.ww-layout, .ww-e-dd1 [data-ww-ls~="dd1"] {
        display: flex;
        gap: 64px 130px;
      }
      @media (max-width: 767px) {
        .ww-e-dd1.ww-layout, .ww-e-dd1 [data-ww-ls~="dd1"] {
          align-content: revert-layer;
          flex-wrap: wrap;
        }
      }
      .ww-e-dd2 {
        padding: 0;
        align-self: unset;
        display: flex;
        border-top: 0 solid #404040;
      }
      .ww-e-dd2.ww-layout, .ww-e-dd2 [data-ww-ls~="dd2"] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 16px;
      }
      @media (max-width: 767px) {
        .ww-e-dd2.ww-layout, .ww-e-dd2 [data-ww-ls~="dd2"] {
          justify-content: center;
          align-content: revert-layer;
          row-gap: 32px;
          flex-wrap: wrap;
        }
      }
      .ww-e-dd3 {
        padding: 40px 0;
        display: flex;
        border-top: 1px solid #636363;
        border-bottom: 1px solid #636363;
        border-left: 0 none;
        border-right: 0 none;
        outline-offset: 0px;
      }
      .ww-e-dd3.ww-layout, .ww-e-dd3 [data-ww-ls~="dd3"] {
        display: flex;
        justify-content: space-between;
      }
      .ww-e-dd4 {
        margin: 0 auto;
        display: flex;
        width: var(--ww-section-root-auto-width, revert-layer);
        max-width: 1200px;
      }
      .ww-e-dd4.ww-layout, .ww-e-dd4 [data-ww-ls~="dd4"] {
        display: flex;
        flex-flow: column;
        gap: 32px 48px;
      }
      .ww-e-dd5 {
        align-self: flex-start;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        cursor: pointer;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dd6 {
        width: 24px;
        background-image: none;
      }
      .ww-e-dd7 {
        width: 24px;
        background-image: none;
      }
      .ww-e-dd8 {
        width: 154px;
        height: auto;
        aspect-ratio: unset;
        --wwi-ar: unset;
      }
      @media (max-width: 767px) {
        .ww-e-dd8 {
          width: 134px;
          flex: 0 1 auto;
          height: auto;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      .ww-e-ddD {
        width: 80%;
      }
      .ww-e-ddD.ww-layout, .ww-e-ddD [data-ww-ls~="ddD"] {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-ddD.ww-layout, .ww-e-ddD [data-ww-ls~="ddD"] {
          flex-flow: column;
          align-items: stretch;
        }
      }
      .ww-e-ddE {
        margin: 0 0 24px;
        padding: 0;
        width: 100%;
        font-size: 65px;
        font-family: Kentledge, sans-serif;
        line-height: 69px;
        font-weight: 900;
        text-align: left;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-ddE {
          align-self: center;
          width: revert-layer;
          font-size: 40px;
          line-height: 50px;
          text-align: center;
          --ww-text-white-space: initial;
          --ww-text-overflow: initial;
        }
      }
      @media (max-width: 767px) {
        .ww-e-ddE {
          width: revert-layer;
          font-size: 42px;
          line-height: 39px;
        }
      }
      .ww-e-ddF {
        align-self: center;
        font-size: 18px;
        font-weight: 400;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-ddF {
          margin: 8px 0 0;
          font-size: 15px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-ddF {
          margin: 0;
          padding: 8px 0;
        }
      }
      .ww-e-ddH {
        width: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-ddH {
          width: revert-layer;
          flex: 0 1 auto;
          height: 400px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      .ww-e-ddI {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-ddI {
          margin: 0 0 16px;
          align-self: center;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-ddI {
          padding: 12px 0;
        }
      }
      .ww-e-ddJ {
        margin: 0 6px 0 0;
        width: 20px;
      }
      @media (max-width: 991px) {
        .ww-e-ddK {
          margin: 16px 0 0;
        }
      }
      .ww-e-ddL {
        margin: 0 0 0 6px;
        width: 20px;
      }
      .ww-e-ddM {
        margin: 0;
        padding: 9px 24px;
        align-self: center;
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        background-color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.3s ease;
        border: none;
        border-radius: 24px;
        --ww-text-text-overflow: initial;
        --ww-element-transition: all 0.3s ease;
      }
      @media (max-width: 991px) {
        .ww-e-ddM {
          padding: 12px 32px;
          font-size: 18px;
          line-height: 23px;
          text-transform: capitalize;
          background: var(--ww-style-background-color);
        }
      }
      .ww-e-ddM:where(:hover) {
        background-color: #2563eb;
        box-shadow: 0 4px 6px #0000001a;
        transform: translateY(-1px);
      }
      @media (max-width: 991px) {
        .ww-e-ddM:where(:hover) {
          background-color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        }
      }
      .ww-e-ddN {
        width: var(--ww-section-root-auto-width, revert-layer);
      }
      .ww-e-ddN.ww-layout, .ww-e-ddN [data-ww-ls~="ddN"] {
        display: flex;
        flex-flow: column;
        align-items: center;
      }
      .ww-e-ddO {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-ddO {
          margin: 0 0 16px;
          align-self: center;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-ddO {
          padding: 12px 0;
          font-size: 17px;
        }
      }
      .ww-e-ddP {
        display: flex;
        width: 100%;
        max-width: 940px;
        height: auto;
        aspect-ratio: unset;
      }
      @media (max-width: 767px) {
        .ww-e-ddP {
          align-self: center;
        }
      }
      .ww-e-ddP.ww-layout, .ww-e-ddP [data-ww-ls~="ddP"] {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        column-gap: 30px;
        flex-wrap: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-ddP.ww-layout, .ww-e-ddP [data-ww-ls~="ddP"] {
          justify-content: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-ddP.ww-layout, .ww-e-ddP [data-ww-ls~="ddP"] {
          justify-content: center;
        }
      }
      .ww-e-deQ {
        margin: 16px 0;
        padding: 0;
        align-self: center;
        width: revert-layer;
        aspect-ratio: unset;
        font-size: 54px;
        line-height: 54px;
        font-weight: 600;
        text-align: center;
        color: #2a2a2a;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-deQ {
          font-size: 40px;
          line-height: 44px;
          font-weight: 600;
          text-align: center;
          color: var(--ww-content-ww-text-color);
        }
      }
      @media (max-width: 767px) {
        .ww-e-deQ {
          font-size: 30px;
          line-height: 32px;
          letter-spacing: -1px;
        }
      }
      .ww-e-dgf {
        display: flex;
        flex: 1;
      }
      @media (max-width: 767px) {
        .ww-e-dgf {
          width: 100%;
        }
      }
      .ww-e-dgf.ww-layout, .ww-e-dgf [data-ww-ls~="dgf"] {
        display: flex;
        flex-flow: column;
        row-gap: 16px;
      }
      .ww-e-dgg {
        align-self: center;
        width: 600px;
        font-size: 24px;
        line-height: 28px;
        font-weight: 600;
        text-align: center;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dgg {
          width: revert-layer;
        }
      }
      .ww-e-dgi {
        display: flex;
        width: 100%;
        max-width: 1200px;
      }
      @media (max-width: 767px) {
        .ww-e-dgi {
          max-width: unset;
        }
      }
      .ww-e-dgi.ww-layout, .ww-e-dgi [data-ww-ls~="dgi"] {
        display: flex;
        align-items: center;
        gap: 64px 0;
      }
      @media (max-width: 767px) {
        .ww-e-dgi.ww-layout, .ww-e-dgi [data-ww-ls~="dgi"] {
          align-items: center;
          row-gap: 64px;
        }
      }
      .ww-e-dgj {
        align-self: center;
        width: 600px;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dgj {
          width: revert-layer;
        }
      }
      .ww-e-dgk.ww-layout, .ww-e-dgk [data-ww-ls~="dgk"] {
        display: flex;
        flex-direction: row;
        column-gap: 10px;
        flex-wrap: revert-layer;
      }
      .ww-e-dgl.ww-layout, .ww-e-dgl [data-ww-ls~="dgl"] {
        display: flex;
        flex-direction: row;
        column-gap: 10px;
        flex-wrap: revert-layer;
      }
      .ww-e-dgm {
        z-index: 100;
        align-self: center;
        font-size: 50px;
        font-family: Canela, serif;
        line-height: 50px;
        font-weight: 500;
        text-align: center;
        color: #3e0310;
        letter-spacing: 0;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dgm {
          margin: 0;
          padding: 0;
          z-index: 90;
          align-self: flex-start;
          font-size: 56px;
          line-height: 61px;
          letter-spacing: -2px;
        }
      }
      .ww-e-dgn {
        z-index: 100;
        align-self: center;
        font-size: 50px;
        font-family: Canela, serif;
        line-height: 50px;
        font-weight: 300;
        font-style: italic;
        text-align: center;
        color: #3e0310;
        letter-spacing: 0;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dgn {
          margin: 0;
          padding: 0;
          z-index: 90;
          align-self: flex-start;
          font-size: 56px;
          line-height: 61px;
          letter-spacing: -2px;
        }
      }
      .ww-e-dgo {
        z-index: 100;
        align-self: center;
        font-size: 50px;
        font-family: Canela, serif;
        line-height: 50px;
        font-weight: 300;
        text-align: center;
        color: #3e0310;
        letter-spacing: 0;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dgo {
          margin: 0;
          padding: 0;
          z-index: 90;
          align-self: flex-start;
          font-size: 56px;
          line-height: 61px;
          letter-spacing: -2px;
        }
      }
      .ww-e-dgp {
        z-index: 100;
        align-self: center;
        font-size: 50px;
        font-family: Canela, serif;
        line-height: 50px;
        font-weight: 500;
        font-style: italic;
        text-align: center;
        color: #3e0310;
        letter-spacing: 0;
        white-space-collapse: preserve;
        --ww-text-white-space: initial;
        --ww-text-overflow: initial;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dgp {
          margin: 0;
          padding: 0;
          z-index: 90;
          align-self: flex-start;
          font-size: 56px;
          line-height: 61px;
          letter-spacing: -2px;
        }
      }
      .ww-e-dgq {
        align-self: center;
        display: flex;
        width: revert-layer;
        max-width: 350px;
      }
      .ww-e-dgq.ww-layout, .ww-e-dgq [data-ww-ls~="dgq"] {
        display: flex;
        flex-flow: column;
        align-items: center;
        row-gap: 20px;
      }
      @media (max-width: 767px) {
        .ww-e-dgq.ww-layout, .ww-e-dgq [data-ww-ls~="dgq"] {
          align-items: flex-start;
        }
      }
      .ww-e-dgr {
        align-self: center;
        display: flex;
        width: revert-layer;
        max-width: 350px;
      }
      .ww-e-dgr.ww-layout, .ww-e-dgr [data-ww-ls~="dgr"] {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        row-gap: 20px;
      }
      @media (max-width: 767px) {
        .ww-e-dgr.ww-layout, .ww-e-dgr [data-ww-ls~="dgr"] {
          align-items: flex-start;
        }
      }
      .ww-e-dgs {
        width: var(--ww-section-root-auto-width, revert-layer);
      }
      .ww-e-dgs.ww-layout, .ww-e-dgs [data-ww-ls~="dgs"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        column-gap: 100px;
        flex-wrap: revert-layer;
      }
      @media (max-width: 767px) {
        .ww-e-dgs.ww-layout, .ww-e-dgs [data-ww-ls~="dgs"] {
          flex-flow: column;
          align-items: flex-start;
          gap: 50px 0;
        }
      }
      .ww-e-dgt {
        z-index: unset;
        font-size: 13px;
        font-family: Kentledge, sans-serif;
        font-weight: 700;
        text-align: center;
        color: #ea515a;
        letter-spacing: 1px;
        white-space-collapse: preserve;
        border: 0 solid;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dgt {
          padding: 0;
          align-self: flex-start;
          text-align: center;
        }
      }
      .ww-e-dgu {
        z-index: unset;
        font-size: 13px;
        font-family: Kentledge, sans-serif;
        font-weight: 700;
        text-align: center;
        color: #ea515a;
        letter-spacing: 1px;
        white-space-collapse: preserve;
        border: 0 solid;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dgu {
          padding: 0;
          align-self: flex-start;
          text-align: center;
        }
      }
      .ww-e-dgv {
        z-index: unset;
        font-size: 12px;
        font-family: Kentledge, sans-serif;
        line-height: 20px;
        font-weight: 200;
        text-align: center;
        letter-spacing: 0;
        white-space-collapse: preserve;
        border: 0 solid;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dgv {
          padding: 0;
          text-align: left;
        }
      }
      .ww-e-dgw {
        z-index: unset;
        font-size: 12px;
        font-family: Kentledge, sans-serif;
        line-height: 20px;
        font-weight: 200;
        text-align: center;
        letter-spacing: 0;
        white-space-collapse: preserve;
        border: 0 solid;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dgw {
          padding: 0;
          text-align: left;
        }
      }
      .ww-e-dhm {
        margin: 0 6px 0 0;
        width: 20px;
      }
      .ww-e-dhn {
        width: var(--ww-section-root-auto-width, revert-layer);
      }
      .ww-e-dhn.ww-layout, .ww-e-dhn [data-ww-ls~="dhn"] {
        display: flex;
        flex-flow: column;
        align-items: center;
      }
      .ww-e-dho {
        margin: 0 0 0 6px;
        width: 20px;
      }
      .ww-e-dhp {
        margin: 0;
        padding: 9px 24px;
        align-self: center;
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        background-color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.3s ease;
        border: none;
        border-radius: 24px;
        --ww-text-text-overflow: initial;
        --ww-element-transition: all 0.3s ease;
      }
      @media (max-width: 991px) {
        .ww-e-dhp {
          padding: 12px 32px;
          font-size: 18px;
          line-height: 23px;
          text-transform: capitalize;
          background: var(--ww-style-background-color);
        }
      }
      .ww-e-dhp:where(:hover) {
        background-color: #2563eb;
        box-shadow: 0 4px 6px #0000001a;
        transform: translateY(-1px);
      }
      @media (max-width: 991px) {
        .ww-e-dhp:where(:hover) {
          background-color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        }
      }
      .ww-e-dhq {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dhq {
          margin: 0 0 16px;
          align-self: center;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dhq {
          padding: 12px 0;
        }
      }
      .ww-e-dhr {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dhr {
          margin: 0 0 16px;
          align-self: center;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dhr {
          padding: 12px 0;
        }
      }
      @media (max-width: 991px) {
        .ww-e-dhs {
          margin: 16px 0 0;
        }
      }
      .ww-e-dht {
        width: 100%;
      }
      .ww-e-dht.ww-layout, .ww-e-dht [data-ww-ls~="dht"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-dht.ww-layout, .ww-e-dht [data-ww-ls~="dht"] {
          flex-flow: column;
        }
      }
      .ww-e-dhu {
        display: flex;
        width: 80%;
        max-width: 940px;
        height: auto;
        aspect-ratio: unset;
      }
      .ww-e-dhu.ww-layout, .ww-e-dhu [data-ww-ls~="dhu"] {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        column-gap: 30px;
        flex-wrap: revert-layer;
      }
      .ww-e-dhv {
        align-self: center;
        font-size: 18px;
        font-weight: 400;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dhv {
          margin: 8px 0 0;
          font-size: 15px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dhv {
          margin: 0;
          padding: 8px 0;
        }
      }
      .ww-e-dhw {
        margin: 0 0 24px;
        padding: 0;
        width: 100%;
        font-size: 40px;
        font-weight: 600;
        text-align: left;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-dhw {
          align-self: center;
          width: revert-layer;
          font-size: 34px;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-dhw {
          width: revert-layer;
          line-height: 36px;
        }
      }
      .ww-e-dhy {
        width: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-dhy {
          width: revert-layer;
          flex: 0 1 auto;
          height: 400px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      .ww-e-dtC {
        font-size: 16px;
        font-weight: 800;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dtD {
        padding: 1em 0;
        align-self: center;
        width: revert-layer;
        font-size: 32px;
        line-height: 36px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dtD {
          font-size: 22px;
          font-weight: 600;
        }
      }
      .ww-e-dtE {
        padding: 80px 50px;
        z-index: 100;
        align-self: center;
        display: flex;
        width: 95%;
        max-width: 760px;
        background-image: var(--ww-style-background-image, none);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
      }
      @media (max-width: 767px) {
        .ww-e-dtE {
          padding: 45px 24px;
          width: 100%;
        }
      }
      .ww-e-dtE.ww-layout, .ww-e-dtE [data-ww-ls~="dtE"] {
        display: flex;
        flex-flow: column;
        align-items: center;
      }
      .ww-e-dtF {
        padding: 6px 0 12px;
        align-self: center;
        max-width: 430px;
        font-size: 42px;
        line-height: 48px;
        font-weight: 700;
        text-align: center;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dtF {
          padding: 6px 0 16px;
          font-size: 24px;
          line-height: 35px;
          font-weight: 600;
          text-align: left;
        }
      }
      .ww-e-dtG {
        margin: 0 -20px 0 0;
        padding: 0 0 0 40px;
      }
      .ww-e-dtG.ww-layout, .ww-e-dtG [data-ww-ls~="dtG"] {
        display: flex;
        flex-flow: row-reverse;
        align-items: flex-start;
        align-content: revert-layer;
      }
      .ww-e-dtH {
        z-index: unset;
        display: flex;
        position: absolute;
        right: 0;
        bottom: -5px;
        width: 38px;
      }
      @media (max-width: 767px) {
        .ww-e-dtH {
          width: 24px;
        }
      }
      .ww-e-dtI {
        width: 128px;
        height: 128px;
        aspect-ratio: unset;
        border: 5px solid #fff;
        border-radius: 100%;
        --wwi-ar: unset;
      }
      @media (max-width: 767px) {
        .ww-e-dtI {
          width: 64px;
          height: 64px;
        }
      }
      .ww-e-dtJ {
        position: absolute;
        top: -60px;
        left: 238px;
        width: 128px;
        height: 128px;
        aspect-ratio: unset;
      }
      @media (max-width: 767px) {
        .ww-e-dtJ {
          top: -29px;
          left: 15px;
          width: 64px;
          height: 64px;
          aspect-ratio: unset;
        }
      }
      .ww-e-dtJ.ww-layout, .ww-e-dtJ [data-ww-ls~="dtJ"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-dtK {
        align-self: center;
        max-width: 350px;
        font-size: 16px;
        text-align: center;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dtK {
          font-size: 15px;
          text-align: left;
        }
      }
      .ww-e-dtL {
        margin: 40px 0 25px;
        width: 250px;
        height: 47px;
        aspect-ratio: unset;
      }
      .ww-e-dtM {
        font-size: 16px;
        font-weight: 800;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dtN {
        padding: 90px 20px 45px;
        display: flex;
        width: 95%;
        max-width: 600px;
        background-color: #fff;
        background-image: none;
        border-radius: 10px;
      }
      @media (max-width: 767px) {
        .ww-e-dtN {
          padding: 50px 20px 20px;
        }
      }
      .ww-e-dtN.ww-layout, .ww-e-dtN [data-ww-ls~="dtN"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-dtO {
        padding: 0 0 10px;
        align-self: center;
        max-width: 430px;
        font-size: 18px;
        line-height: 18px;
        font-weight: 800;
        text-align: center;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 767px) {
        .ww-e-dtO {
          align-self: flex-start;
          font-size: 20px;
          line-height: 35px;
          text-align: left;
        }
      }
      .ww-e-dtP {
        align-self: center;
      }
      .ww-e-dtP.ww-layout, .ww-e-dtP [data-ww-ls~="dtP"] {
        display: flex;
        align-items: center;
        column-gap: 20px;
      }
      .ww-e-dtQ {
        font-size: 16px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dtR.ww-layout, .ww-e-dtR [data-ww-ls~="dtR"] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        column-gap: 5px;
        flex-wrap: revert-layer;
      }
      .ww-e-dtS {
        font-size: 16px;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-dtT.ww-layout, .ww-e-dtT [data-ww-ls~="dtT"] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        column-gap: 5px;
        flex-wrap: revert-layer;
      }
      .ww-e-dtU {
        margin: 0 0 0 -20px;
        padding: 0;
        display: inline-block;
        width: revert-layer;
        border: 2px solid #fff;
        outline: 0 solid;
        border-radius: 100%;
      }
      .ww-e-d10f {
        padding: 30px 0 20px;
        align-self: center;
        display: flex;
        width: 95%;
        max-width: 800px;
      }
      .ww-e-d10f.ww-layout, .ww-e-d10f [data-ww-ls~="d10f"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d10g {
        padding: 0 0 30px;
        align-self: center;
        display: flex;
        width: 95%;
        max-width: 800px;
        border-top: 0 none;
        border-bottom: 2px solid #e3e3e3;
        border-left: 0 none;
        border-right: 0 none;
      }
      .ww-e-d10g.ww-layout, .ww-e-d10g [data-ww-ls~="d10g"] {
        display: flex;
        flex-flow: column;
      }
      .ww-e-d10h {
        padding: 0 0 30px;
        opacity: var(--ww-style-opacity);
      }
      .ww-e-d10j {
        padding: 20px 0 40px;
        font-size: 24px;
        line-height: 25px;
        font-weight: 800;
        text-align: center;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d10j {
          font-size: 20px;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d10j {
          padding: 10px 0;
          font-size: 18px;
        }
      }
      .ww-e-d10k {
        font-size: 16px;
        font-weight: 800;
        color: #727272;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d10l.ww-layout, .ww-e-d10l [data-ww-ls~="d10l"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d10m {
        padding: 0 0 20px;
      }
      .ww-e-d10m.ww-layout, .ww-e-d10m [data-ww-ls~="d10m"] {
        display: flex;
        justify-content: space-between;
      }
      .ww-e-d10n {
        width: 16px;
      }
      .ww-e-d10o {
        padding: 9px 30px;
        min-width: 120px;
        font-size: 18px;
        font-weight: 900;
        text-align: center;
        white-space-collapse: preserve;
        background-color: #f6cfcf;
        cursor: pointer;
        border-radius: 100px;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d10p.ww-layout, .ww-e-d10p [data-ww-ls~="d10p"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      .ww-e-d10q.ww-layout, .ww-e-d10q [data-ww-ls~="d10q"] {
        display: flex;
        justify-content: space-between;
      }
      .ww-e-d10r {
        padding: 9px 30px;
        align-self: unset;
        min-width: 120px;
        font-size: 18px;
        font-weight: 900;
        text-align: center;
        white-space-collapse: preserve;
        background-color: #f6cfcf;
        cursor: pointer;
        border-radius: 100px;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d10s {
        font-size: 16px;
        font-weight: 800;
        color: #7f0924;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d10t.ww-layout, .ww-e-d10t [data-ww-ls~="d10t"] {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 3px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1Ay {
        width: 100%;
      }
      .ww-e-d1Ay.ww-layout, .ww-e-d1Ay [data-ww-ls~="d1Ay"] {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
      }
      @media (max-width: 991px) {
        .ww-e-d1Ay.ww-layout, .ww-e-d1Ay [data-ww-ls~="d1Ay"] {
          flex-flow: column;
        }
      }
      .ww-e-d1Az {
        margin: 0 0 24px;
        padding: 0;
        width: 100%;
        font-size: 40px;
        font-weight: 600;
        text-align: left;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1Az {
          align-self: center;
          width: revert-layer;
          font-size: 34px;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1Az {
          width: revert-layer;
          line-height: 36px;
        }
      }
      .ww-e-d1B0 {
        margin: 0 6px 0 0;
        width: 20px;
      }
      .ww-e-d1B1 {
        display: flex;
        width: 80%;
        max-width: 940px;
        height: auto;
        aspect-ratio: unset;
      }
      .ww-e-d1B1.ww-layout, .ww-e-d1B1 [data-ww-ls~="d1B1"] {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        column-gap: 30px;
        flex-wrap: revert-layer;
      }
      .ww-e-d1B2 {
        width: var(--ww-section-root-auto-width, revert-layer);
      }
      .ww-e-d1B2.ww-layout, .ww-e-d1B2 [data-ww-ls~="d1B2"] {
        display: flex;
        flex-flow: column;
        align-items: center;
      }
      .ww-e-d1B3 {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1B3 {
          margin: 0 0 16px;
          align-self: center;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1B3 {
          padding: 12px 0;
        }
      }
      .ww-e-d1B4 {
        align-self: center;
        font-size: 18px;
        font-weight: 400;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1B4 {
          margin: 8px 0 0;
          font-size: 15px;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1B4 {
          margin: 0;
          padding: 8px 0;
        }
      }
      .ww-e-d1B6 {
        margin: 0 0 0 6px;
        width: 20px;
      }
      @media (max-width: 991px) {
        .ww-e-d1B7 {
          margin: 16px 0 0;
        }
      }
      .ww-e-d1B8 {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: var(--b82daf40-34f0-4b3f-8db2-e98f4b63712d,#000000);
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      @media (max-width: 991px) {
        .ww-e-d1B8 {
          margin: 0 0 16px;
          align-self: center;
          text-align: center;
        }
      }
      @media (max-width: 767px) {
        .ww-e-d1B8 {
          padding: 12px 0;
        }
      }
      .ww-e-d1B9 {
        width: revert-layer;
      }
      @media (max-width: 991px) {
        .ww-e-d1B9 {
          width: revert-layer;
          flex: 0 1 auto;
          height: 400px;
          aspect-ratio: unset;
          --wwi-ar: unset;
        }
      }
      .ww-e-d1BA {
        margin: 0;
        padding: 9px 24px;
        align-self: center;
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        color: var(--c2e23fde-0f79-41e5-ba39-3f1b52bdb607,#FFFFFF);
        white-space-collapse: preserve;
        background-color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        cursor: pointer;
        box-shadow: 0 2px 4px #0000001a;
        transition: all 0.3s ease;
        border: none;
        border-radius: 24px;
        --ww-text-text-overflow: initial;
        --ww-element-transition: all 0.3s ease;
      }
      @media (max-width: 991px) {
        .ww-e-d1BA {
          padding: 12px 32px;
          font-size: 18px;
          line-height: 23px;
          text-transform: capitalize;
          background: var(--ww-style-background-color);
        }
      }
      .ww-e-d1BA:where(:hover) {
        background-color: #2563eb;
        box-shadow: 0 4px 6px #0000001a;
        transform: translateY(-1px);
      }
      @media (max-width: 991px) {
        .ww-e-d1BA:where(:hover) {
          background-color: var(--a2baa3ab-43ea-4110-9ff3-825f498e8213,#EA515A);
        }
      }
      .ww-e-d1LW {
        overflow: scroll;
        align-self: center;
        width: 100%;
        max-width: 900px;
      }
      .ww-e-d1LX {
        margin: 20px 0 0;
        align-self: center;
        width: revert-layer;
      }
      .ww-e-d1LY {
        align-self: center;
        width: revert-layer;
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        white-space-collapse: preserve;
        --ww-text-text-overflow: initial;
      }
      .ww-e-d1LZ {
        margin: 1em 0;
        width: 400px;
      }
      @media (max-width: 767px) {
        .ww-e-d1LZ {
          width: 250px;
        }
      }
    }
  }
  @layer custom {
    @media (min-width: 768px) and (max-width: 991px) {
      .ww-e-d3v {
        aspect-ratio: unset;
      }
    }
    @media (max-width: 767px) {
      .ww-e-d3v {
        aspect-ratio: unset;
      }
    }
    @media (min-width: 992px) {
      .ww-e-d47 {
        aspect-ratio: unset;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .ww-e-d47 {
        aspect-ratio: unset;
      }
    }
    @media (max-width: 767px) {
      .ww-e-d47 {
        aspect-ratio: unset;
      }
    }
    @media (max-width: 767px) {
      .ww-e-d4C {
        align-self: flex-start;
      }
    }
    @media (max-width: 767px) {
      .ww-e-d4o {
        align-items: center;
        aspect-ratio: unset;
      }
    }
    .ww-e-d57 {
      scroll-margin-top: 100px;
    }
    .ww-e-d58 {
      align-items: center;
      justify-content: center;
    }
    @media (max-width: 767px) {
      .ww-e-d5B {
        scroll-margin-top: 100px;
      }
    }
    .ww-e-d5I {
      scroll-margin-top: 100px;
    }
    .ww-e-d5J {
      scroll-margin-top: 100px;
    }
    .ww-e-d5K {
      scroll-margin-top: 100px;
    }
    .ww-e-d5L {
      scroll-margin-top: 100px;
    }
    .ww-e-d5P {
      scroll-margin-top: 100px;
    }
    .ww-e-d5R {
      scroll-margin-top: 100px;
    }
    .ww-e-d5T {
      scroll-margin-top: 100px;
    }
    .ww-e-d5V {
      scroll-margin-top: 100px;
    }
    .ww-e-d5X {
      scroll-margin-top: 100px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .ww-e-d64 {
        aspect-ratio: unset;
      }
    }
    @media (max-width: 767px) {
      .ww-e-d64 {
        aspect-ratio: unset;
      }
    }
    @media (max-width: 767px) {
      .ww-e-d6K {
        align-items: center;
        aspect-ratio: unset;
      }
    }
    @media (max-width: 767px) {
      .ww-e-d6L {
        align-self: flex-start;
      }
    }
    @media (min-width: 992px) {
      .ww-e-d75 {
        aspect-ratio: unset;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .ww-e-d75 {
        aspect-ratio: unset;
      }
    }
    @media (max-width: 767px) {
      .ww-e-d75 {
        aspect-ratio: unset;
      }
    }
    @media (max-width: 767px) {
      .ww-e-dLf {
        scroll-margin-top: 100px;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .ww-e-dYY {
        aspect-ratio: unset;
      }
    }
    @media (max-width: 767px) {
      .ww-e-dYY {
        aspect-ratio: unset;
      }
    }
    @media (max-width: 767px) {
      .ww-e-dYo {
        align-items: center;
        aspect-ratio: unset;
      }
    }
    @media (max-width: 767px) {
      .ww-e-dYt {
        align-self: flex-start;
      }
    }
    @media (min-width: 992px) {
      .ww-e-dZY {
        aspect-ratio: unset;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .ww-e-dZY {
        aspect-ratio: unset;
      }
    }
    @media (max-width: 767px) {
      .ww-e-dZY {
        aspect-ratio: unset;
      }
    }
    .ww-e-dZq {
      mask-image: linear-gradient(90deg, #0000 0%, #000 10% 90%, #0000 100%);
      scrollbar-width: none;
      scroll-snap-type: x mandatory;
    }
    @media (max-width: 767px) {
      .ww-e-ddE {
        scroll-margin-top: 100px;
      }
    }
    @media (max-width: 767px) {
      .ww-e-dhw {
        scroll-margin-top: 100px;
      }
    }
    .ww-e-dtU {
      left: -20px;
      position: relative;
    }
    @media (max-width: 767px) {
      .ww-e-d1Az {
        scroll-margin-top: 100px;
      }
    }
    .ww-e-d1LW {
      mask-image: linear-gradient(90deg, #0000 0%, #000 10% 90%, #0000 100%);
      scrollbar-width: none;
      scroll-snap-type: x mandatory;
    }
  }
}
@layer ww-style-layout-override {
}
