
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--white: #ffffff;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-intertight: 'Inter Tight',sans-serif;
--font-inter: 'Inter',sans-serif;
--font-poppins: 'Poppins',sans-serif;
--font-amethysta: 'Amethysta',serif;
--font-alice: 'Alice',serif;
--font-arizonia: 'Arizonia',handwriting;
--font-courierprime: 'Courier Prime',monospace;
--font-abhayalibre: 'Abhaya Libre',serif;
--font-abrilfatface: 'Abril Fatface',display;
--font-alegreya: 'Alegreya',serif;
--font-anonymouspro: 'Anonymous Pro',monospace;
--font-anton: 'Anton',sans-serif;
--font-antonio: 'Antonio',sans-serif;
--font-baijamjuree: 'Bai Jamjuree',sans-serif;
--font-badscript: 'Bad Script',handwriting;
--font-geist: 'Geist',sans-serif;

    /* Font size */
    --html-block-h1-size: 25px;
    /* Font weight */
    --font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --default: 5px;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .dGiSFP {
      box-shadow:;
      align-items:center;
      justify-content:start;
      background-color:var(--white, #ffffff);
    }

    .dxMNUq {
      gap:15px;
      width:100%;
      position:relative;
      max-width:100%;
      align-items:center;
      font-family:'Inter Tight';
      flex-direction:row;
      justify-content:center;
      background-color:#ffffff;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @media (max-width: 470px) {

    .dxMNUq {
      gap:0px;
      width:100%;
      height:55px;
      z-index:;
      position:relative;
      max-width:100%;
      align-items:center;
      padding-top:15px;
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      padding-bottom:15px;
      justify-content:space-between;
    }
    }

    .bKGigz {
      gap:7px;
      width:20%;
      align-items:center;
      flex-direction:row;
      justify-content:end;
    }

    @media (max-width: 470px) {

    .bKGigz {
      width:77%;
      padding-left:3px;
      padding-right:3px;
    }
    }

    .eqOJno {
      width:1248px;
      height:55px;
      max-width:1248px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 470px) {

    .eqOJno {
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }
    }

    .evIWzc {
      width:100%;
      cursor:pointer;
      height:100%;
      position:relative;
      max-width:100%;
      max-height:100%;
      object-fit:contain;
      border-radius:6px;
    }

    .zcvtM {
      gap:15px;
      color:#017f44;
      width:fit-content;
      cursor:pointer;
      height:35px;
      outline:none;
      position:relative;
      font-size:17px;
      box-shadow:1px 4px 8px 0px #bababa12, 2px -4px 8px 0px #cccccc0a;
      align-items:center;
      font-family:Inter;
      font-weight:600;
      border-color:#017f44;
      border-style:solid;
      border-width:1.2px;
      padding-left:25px;
      padding-right:25px;
      flex-direction:row;
      justify-content:center;
      background-color:var(--white, #ffffff);
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    @media (max-width: 470px) {

    .zcvtM {
      width:fit-content;
      height:35px;
      font-size:15px;
      font-family:'Inter';
      padding-left:12px;
      border-radius:12px;
      padding-right:12px;
    }
    }

    .dZBmum {
      gap:15px;
      color:var(--white, #ffffff);
      width:fit-content;
      cursor:pointer;
      height:35px;
      outline:none;
      position:relative;
      font-size:16px;
      background:#00aa45;
      box-shadow:1px 4px 8px 0px #bababa12, 0px -3px 0px 0px #00944f inset, 0px 1.5px 0px 0px #cffce775 inset;
      align-items:center;
      font-family:Geist;
      font-weight:600;
      border-color:#017f44;
      border-style:solid;
      border-width:1.2px;
      padding-left:25px;
      padding-right:25px;
      flex-direction:row;
      justify-content:center;
      background-color:#00aa5b;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    @media (max-width: 470px) {

    .dZBmum {
      width:fit-content;
      height:35px;
      font-size:15px;
      font-family:'Inter';
      padding-left:12px;
      border-radius:12px;
      padding-right:12px;
    }
    }

    .cjrLMM {
      width:4.5%;
      position:relative;
      max-height:100%;
      align-items:center;
      padding-top:3px;
      padding-left:1px;
      padding-right:1px;
      padding-bottom:3px;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .cjrLMM {
      width:11%;
      max-width:11%;
      padding-top:1px;
      padding-left:1px;
      padding-right:1px;
      padding-bottom:1px;
    }
    }

    .dnPOEo {
      width:1248px;
      margin-bottom:25px;
      border-left-color:var(--grey-200, #E5E5E5);
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:var(--grey-200, #E5E5E5);
      border-right-style:solid;
      border-right-width:1px;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:1px;
      border-bottom-left-radius:25px;
      border-bottom-right-radius:25px;
    }

    @media (max-width: 470px) {

    .dnPOEo {
      width:100%;
      align-items:center;
      border-color:black;
      border-style:solid;
      border-width:0px;
      justify-content:start;
    }
    }

    .bXRHnK {
      color:var(--grey-600);
      width:60%;
      font-size:18px;
      margin-top:15px;
      text-align:center;
      font-family:Geist;
      font-weight:500;
      line-height:22px;
      padding-top:15px;
      padding-left:45px;
      margin-bottom:15px;
      padding-right:45px;
      padding-bottom:15px;
    }

    @media (max-width: 470px) {

    .bXRHnK {
      width:100%;
      font-size:15px;
      margin-top:0px;
      line-height:20px;
      padding-top:5px;
      padding-left:5px;
      margin-bottom:0px;
      padding-right:5px;
      padding-bottom:5px;
    }
    }

    .cqflxV {
      width:370px;
      cursor:pointer;
      background:;
    }

    @media (max-width: 470px) {

    .cqflxV {
      width:100%;
    }
    }

    .bUDRtX {
      width:100%;
      display:flex;
      background: linear-gradient(to right, #00AA5B, #008647);;
      align-items:center;
      padding-top:15px;
      justify-content:flex-end;
    }

    @media (min-width: 470px) {

    .bUDRtX {
      width:1248px;
      padding-top:35px;
      border-color:var(--grey-200);
      border-style:solid;
      border-width:1px;
      border-top-color:black;
      border-top-style:solid;
      border-top-width:0px;
    }
    }

    .lLBxE {
      width:100%;
      row-gap:25px;
      column-gap:25px;
      padding-top:40px;
      padding-left:25px;
      padding-right:25px;
      flex-direction:row;
      padding-bottom:25px;
    }

    @media (max-width: 470px) {

    .lLBxE {
      width:100%;
      padding-top:15px;
      padding-left:15px;
      padding-right:15px;
      flex-direction:column;
      padding-bottom:15px;
      border-left-color:var(--grey-200, #E5E5E5);
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:var(--grey-200, #E5E5E5);
      border-right-style:solid;
      border-right-width:1px;
    }
    }

    .fnYhaT {
      gap:15px;
      width:100%;
      background:var(--grey-50);
      align-items:center;
      font-family:Geist;
      padding-top:25px;
      padding-left:25px;
      padding-right:25px;
      flex-direction:column;
      padding-bottom:25px;
      justify-content:center;
      border-top-color:var(--grey-300);
      border-top-style:solid;
      border-top-width:0.5px;
    }

    @media (max-width: 470px) {

    .fnYhaT {
      width:100%;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:column;
      padding-bottom:12px;
    }
    }

    .fyKHpp {
      width:45px;
      height:45px;
      position:relative;
      align-items:center;
      padding-top:3px;
      padding-left:1px;
      padding-right:1px;
      padding-bottom:3px;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .fyKHpp {
      width:11%;
      max-width:11%;
      padding-top:1px;
      padding-left:1px;
      padding-right:1px;
      padding-bottom:1px;
    }
    }

    .eduXcW {
      cursor:pointer;
      opacity:0.62;
    }

    .eduXcW:hover {
      opacity:1;
    }

    .fvNDSL {
      color:var(--white);
      width:fit-content;
      cursor:pointer;
      display:flex;
      row-gap:5px;
      font-size:13px;
      background: #00aa5b;
      column-gap:5px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:5px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:flex-start;
      border-top-left-radius:7px;
      border-top-right-radius:7px;
      border-bottom-left-radius:7px;
      border-bottom-right-radius:7px;
    }

    .cBYIEa {
      cursor:pointer;
      opacity:0.62;
    }

    .cBYIEa:hover {
      opacity:1;
    }

    .fwvWy {
      width:33%;
      flex-direction:column;
    }

    @media (max-width: 470px) {

    .fwvWy {
      width:50%;
    }
    }

    .eZfBHY {
      width:45px;
      cursor:pointer;
      height:45px;
      position:relative;
      object-fit:contain;
      aspect-ratio:1/1;
      border-radius:6px;
    }

    .cCOZGx {
      color:black;
      row-gap:5px;
      font-size:17px;
      column-gap:5px;
      text-align:left;
      align-items:center;
      font-family:Geist;
      font-weight:600;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:flex-start;
    }

    @media (max-width: 470px) {

    .cCOZGx {
      font-size:18px;
    }
    }

    .bUCVbN {
      color:var(--grey-600);
      width:fit-content;
      font-size:14px;
      text-align:left;
      font-family:Geist;
      font-weight:500;
      line-height:18px;
      padding-top:6px;
      padding-bottom:6px;
    }

    .bUCVbN:hover {
      color:black;
      text-decoration-line:underline;
      text-decoration-color:var(--grey-500);
    }

    @media (max-width: 470px) {

    .bUCVbN {
      font-size:13px;
      margin-top:2px;
      line-height:18px;
      padding-top:3px;
      margin-bottom:2px;
      padding-bottom:3px;
    }
    }

    .fFRgvP {
      width:40%;
    }

    @media (max-width: 470px) {

    .fFRgvP {
      width:100%;
      padding-top:10px;
      padding-bottom:10px;
    }
    }

    .cwrBUP {
      color:var(--white);
      font-size:14px;
      text-align:center;
      font-family:Geist;
      font-weight:500;
      line-height:18px;
    }

    @media (max-width: 470px) {

    .cwrBUP {
      font-size:15px;
    }
    }

    .csUPIX {
      color:var(--grey-600);
      font-size:14px;
      text-align:left;
      font-family:Geist;
      font-weight:500;
      line-height:18px;
      padding-top:6px;
      padding-bottom:6px;
    }

    @media (max-width: 470px) {

    .csUPIX {
      font-size:12px;
    }
    }

    .SXvBA {
      width:fit-content;
      display:flex;
      row-gap:12px;
      background:black;
      column-gap:12px;
      align-items:center;
      padding-top:12px;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:center;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    @media (max-width: 470px) {

    .SXvBA {
      flex-direction:column;
    }
    }

    .eDWWgk {
      width:60%;
      flex-direction:row;
    }

    @media (max-width: 470px) {

    .eDWWgk {
      width:100%;
      padding-top:20px;
      flex-direction:row;
    }
    }

    .cOdzbg {
      color:black;
      row-gap:5px;
      font-size:17px;
      column-gap:5px;
      text-align:left;
      align-items:center;
      font-family:Geist;
      font-weight:600;
      padding-top:15px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:flex-start;
    }

    @media (max-width: 470px) {

    .cOdzbg {
      font-size:18px;
    }
    }

    .cZiauM {
      color:var(--white);
    }

    .bmOnrL {
      width:1248px;
      display:flex;
      align-items:flex-start;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .bmOnrL {
      width:100%;
    }
    }

    .fFAxHP {
      width:1248px;
      flex-direction:row;
    }

    @media (max-width: 470px) {

    .fFAxHP {
      width:100%;
      flex-direction:column;
    }
    }

    .dXrVzj {
      flex:1;
      display:flex;
      row-gap:12px;
      column-gap:12px;
      align-items:flex-end;
      padding-top:12px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:flex-start;
    }

    .fFVBzG {
      color:var(--grey-600);
      font-size:13px;
      font-family:Geist;
      font-weight:500;
      padding-top:12px;
      padding-bottom:0px;
    }

    .CDYns {
      width:95%;
      height:250px;
      display:flex;
      row-gap:5px;
      background: white;
      column-gap:5px;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      justify-content:center;
      border-top-left-radius:21px;
      border-top-right-radius:21px;
    }

    @media (max-width: 470px) {

    .CDYns {
      height:150px;
      display:flex;
      row-gap:5px;
      column-gap:5px;
      align-items:center;
      border-color:var(--grey-200);
      border-style:solid;
      border-width:1px;
      justify-content:center;
    }
    }

    .fyMbNq {
      color:black;
      width:95%;
      display:inline-block;
      font-size:4rem;
      text-align:center;
      font-family:Geist;
      font-weight:700;
      line-height:85px;
      letter-spacing:-3px;
    }

    @media (max-width: 470px) {

    .fyMbNq {
      width:95%;
      display:inline-block;
      flex-wrap:wrap;
      font-size:30px;
      text-align:center;
      font-family:Geist;
      line-height:31px;
      padding-left:0px;
      padding-right:0px;
      letter-spacing:-0.5px;
    }
    }

    .eHvxEt {
      color:black;
      font-size:15px;
      font-family:Geist;
      font-weight:600;
      padding-top:10px;
      padding-bottom:10px;
    }

    .bhmMLs {
      width:100%;
      height:214px;
      background: white;
      overflow-x:hidden;
      overflow-y:hidden;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:0.5px;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    @media (max-width: 470px) {

    .bhmMLs {
      height:164px;
    }
    }

    .yYcSl {
      object-fit:cover;
    }