/*!
Theme Name: mid9or
Theme URI: #
Version: 8.2.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mid9or
*/

:root {
  --text-color: #444444;
  --heading-color: #FF4500;
  --primary-btn-bg: #32CD32;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #FFFFFF;
  --header-text-color: #FF4500;
  --header-border: 1px solid #32CD32;

  --footer-bg-color: #222222;
  --footer-text-color: #CCCCCC;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #F0FFF0;
  --table-border-color: #DCDCDC;
  --table-text-color: #005700;

  --body-bg-color: #FFFFFF;
  --card-bg-color: #ffffff;
  --card-text-color: #444444;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 60%;
  --banner-padding: 136.8px;
  --banner-border: 5px solid #32CD32;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1568px;
  --container-padding: 0 15px;
  --border-radius: 25px;
  --py: 16px;
  --py-2: 76px;
  --py-3: 52px;
  --text-align: center;
  --mb: 19px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 123px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 995ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #333333;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-bg-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 650px;
  width: auto;
}

ul, ol {
  margin: 0;
}

.wraper--rhetnfbd {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .head--dawfkunm {
        color: var(--header-text-color);
        padding: 0;
      }

      .head--dawfkunm .wraper--rhetnfbd {
        border-bottom: 1px solid #98e698;
      }

      .header--ghkeijqw {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .head--dbtmczao {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .header--avfqlrks {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .header--avfqlrks:hover {
        color: var(--primary-btn-bg);
      }


      .top--uykeiphx {
        display: flex;
        gap: 10px;
      }

      .h--fzritnab {
        display: none;
      }

      @media (max-width: 1024px) {
        .header--avfqlrks {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .head--dbtmczao {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-bg-color);
    z-index: 100;
    padding: var(--py) 15px;
    display: block;
  }

  .header--avfqlrks {
    padding: 10px 0;
    display: block;
  }

  .head--dbtmczao.active {
    opacity: 1;
    visibility: visible;
  }

  .h--fzritnab {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .h--fzritnab span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .h--fzritnab.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .h--fzritnab.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logo--mozytjrd {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logo--mozytjrd img {
  max-height: 80px;
}

.prim--fuhjxkpc,
.sec--gwrtyasm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.prim--fuhjxkpc {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim--fuhjxkpc:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec--gwrtyasm {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec--gwrtyasm:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f--bpaqsjtz{
  position: relative;
}
.f--bpaqsjtz * {
  z-index: 1;
  position: relative;
}


      .txt--qxjnowkb > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #84e184;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .txt--qxjnowkb > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .txt--qxjnowkb > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .nvs--klohmyzx {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

    .nvs--klohmyzx a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

    .nvs--klohmyzx a:hover {
      opacity: .7;
    }

    .our--dzpyxcqb {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .f--bpaqsjtz {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .foot--qnvytzwg {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .f--qfuwjnkv {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .foot--yketsjql {
      display: flex;
      flex-direction: column;
    }

    .bot--vtrykmld {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .footer--xbqomckt {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .footer--nwcspeah {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .footer--nwcspeah:hover {
      color: var(--primary-btn-bg);
    }

    .footer--ktodqxae {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .foot--ycazruhg {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .foot--szcdoawk {
      padding: 10px 15px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: var(--border-radius);
      background: rgba(255, 255, 255, 0.1);
      color: var(--footer-text-color);
      font-size: 14px;
      outline: none;
    }

    .foot--szcdoawk::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .f--qfuwjnkv {
        flex-direction: column;
      }
    }
    


        .f--bpaqsjtz:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  linear-gradient(30deg, #000000 12%, transparent 12.5%, transparent 87%, #000000 87.5%, #000000), linear-gradient(150deg, #000000 12%, transparent 12.5%, transparent 87%, #000000 87.5%, #000000), linear-gradient(30deg, #000000 12%, transparent 12.5%, transparent 87%, #000000 87.5%, #000000), linear-gradient(150deg, #000000 12%, transparent 12.5%, transparent 87%, #000000 87.5%, #000000), linear-gradient(60deg, #00000077 25%, transparent 25.5%, transparent 75%, #00000077 75%, #00000077), linear-gradient(60deg, #00000077 25%, transparent 25.5%, transparent 75%, #00000077 75%, #00000077);
            background-size: 88px 132px;
            background-position: 0 0, 0 0, 44px 88px, 44px 88px, 0 0, 44px 88px;
            
        }
        

.footer--xbqomckt li:empty {
  display: none;
}

.b--kvltaiej {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.b--kvltaiej {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.b--kvltaiej svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.banner--gwhzlmrf{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hero--vitqzacl {
  width: var(--banner-column);
  animation: var(--animation-effect) var(--animation-duration) var(--animation-type);
  animation-fill-mode: both;
}
  */

h1 {
  font-size: var(--fz-1);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

h2 {
  color: var(--heading-color);
  font-size: var(--fz-2);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: var(--py-2);
}

h3 {
  color: var(--heading-color);
  font-size: var(--fz-3);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

.tbl--mfobzjwk{
  overflow-x: auto;
  width: 100%;
}

.txt--qxjnowkb {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt--qxjnowkb p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt--qxjnowkb ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt--qxjnowkb ul {
  list-style: none;
}

.txt--qxjnowkb ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt--qxjnowkb ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt--qxjnowkb ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 1.5rem 0;
      width: max-content;
      max-width: 100%;
      text-align: left;
      display: inline-block;
    }

    .txt--qxjnowkb ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .txt--qxjnowkb ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #32cd32 0%, #6fdc6f 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .aioseo-breadcrumbs {
        margin: 1.25rem 0;
        padding: 0.75rem 0;
        font-size: 0.875rem;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 4px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #32CD32;
        text-decoration: none;
        opacity: 0.9;
        transition: opacity 0.2s ease;
        font-weight: 400;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        text-decoration: underline;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.7;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.5;
        margin: 0 0.625rem;
        font-weight: 300;
      }
    


      .txt--qxjnowkb table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid rgba(0, 0, 0, 0.05);
        overflow: hidden;
      }

      .txt--qxjnowkb table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .txt--qxjnowkb table th {
        padding: 22px 25px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .txt--qxjnowkb table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .txt--qxjnowkb table tbody tr:last-child {
        border-bottom: none;
      }

      .txt--qxjnowkb table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .txt--qxjnowkb table td {
        padding: 23px 28px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .txt--qxjnowkb table td:first-child {
        font-weight: normal;
      }
    

.txt--qxjnowkb img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.blog--dzsbucjh {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog--clzpjihd {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols--bvzruglw {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .cols--bvzruglw .column--gmfcyhnw:first-child {
        order: 2;
      }

      .cols--bvzruglw .column--gmfcyhnw:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .cols--bvzruglw h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .cols--bvzruglw h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #32cd32 0%, #84e184 100%);
        border-radius: 2px;
      }

      .cols--bvzruglw figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .cols--bvzruglw figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .cols--bvzruglw figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .cols--bvzruglw {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .cols--bvzruglw .column--gmfcyhnw:first-child {
          order: 1;
        }

        .cols--bvzruglw .column--gmfcyhnw:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.table--fhyzrdnj {
  background: rgb(from var(--table-bg-color) r g b / 0.5);
  border-radius: var(--border-radius);
  padding: var(--py-3);
  margin: var(--py-2) auto;
  width: max-content;
  max-width: 100%;
}

.table--fhyzrdnj p,
.table--fhyzrdnj h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table--fhyzrdnj table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table--fhyzrdnj table td,
.table--fhyzrdnj table th {
  border: 0;
}

.table--fhyzrdnj table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table--fhyzrdnj tr:last-child {
  border-bottom: 0;
}

.table--fhyzrdnj h2 {
  margin-top: 0;
}

/*
.card--mlecobdp {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.dark--sdqibjtg {
  position: relative;
  border-radius: var(--border-radius);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}


    .dark--sdqibjtg{
      background: linear-gradient(135deg, #32cd32 0%, #32cd4c 50%, #32cd99 100%);
      padding: 56px;
    }
    

.dark--sdqibjtg h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .banner--gwhzlmrf{
    flex-direction: column;
  }

  .hero--vitqzacl {
    width: 100%;
  }

  .table--fhyzrdnj {
    padding: var(--py);
  }

  .dark--sdqibjtg {
    padding: var(--py);
  }
}

.sm--snjgzlyt{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.sm--snjgzlyt a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.sm--snjgzlyt a:hover {
  color: var(--primary-btn-bg);
}
.sm--snjgzlyt h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frm--cwsqjogf {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .fr--bvtlscja {
      display: flex;
      flex-direction: column;
    }

    .form--ecgqkjpu {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .form--aexipjkg {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .frm--mzfhurwo {
      display: flex;
      flex-direction: column;
    }

    .fr--mzgrvuaj, .form--kendizoj {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--body-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .fr--mzgrvuaj:focus, .form--kendizoj:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .form--kendizoj {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr--bvtlscja button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .fr--bvtlscja button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm--cwsqjogf {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .form--aexipjkg {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .form--ecgqkjpu {
        gap: 15px;
      }

      .fr--mzgrvuaj, .form--kendizoj {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .b--kvltaiej {
            position: relative;
            min-height: 571px;
            background: linear-gradient(259deg, #32CD32, #FFD700);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .hero--vitqzacl {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .hero--kuxsleyw {
            position: absolute;
            inset: 0;
        }

        .b--wjltvcpb {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .b--wjltvcpb:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .b--wjltvcpb:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .b--wjltvcpb:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .b--wjltvcpb:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .b--wjltvcpb:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .b--wjltvcpb:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .b--wjltvcpb:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .b--wjltvcpb:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .hero--pvyirbtk {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1007px;
            max-width: 100%;
            padding: var(--py);
        }

        .hero--yuncfvdo {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 3rem;
            line-height: 1.2;
        }

        .hero--dhkjsrlc {
            font-size: 16px;
            color: #FFFFFF;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .hero--yuncfvdo {
                font-size: 31px;
            }
        }

        @keyframes float-particle {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-100px) rotate(360deg);
                opacity: 0;
            }
        }
        


        .rows--gjcasxul {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .card--mlecobdp {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .card--mlecobdp::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #32CD32, #FFD700);
        }

        .card--mlecobdp:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .card--mlecobdp h3 {
            color: #444444;
        }

        .card--mlecobdp p {
            color: #444444;
            margin: 0;
        }

        @media (max-width: 768px) {
            .rows--gjcasxul {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        