/*!
Theme Name: eknmzy
Theme URI: #
Version: 10.4.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eknmzy
*/

:root {
  --text-color: #000000;
  --heading-color: #2980B9;
  --primary-btn-bg: #F1C40F;
  --secondary-btn-bg: #8E44AD;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F4F6F7;
  --header-text-color: #2980B9;
  --header-border: 1px solid #F1C40F;

  --footer-bg-color: #2980B9;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #D5DBDB;
  --table-border-color: #2980B9;
  --table-text-color: #0c0e0e;

  --body-bg-color: #F4F6F7;
  --card-bg-color: #ffffff;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 68%;
  --banner-padding: 136.8px;
  --banner-border: 2px solid #F1C40F;
  --banner-bg-color: #F4F6F7;
  --banner-text-color: #000000;

  --container-max-width: 1415px;
  --container-padding: 0 15px;
  --border-radius: 24px;
  --py: 40px;
  --py-2: 54px;
  --py-3: 55px;
  --text-align: center;
  --mb: 17px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 115px;
  --menu-margin: 0;

  --animation-duration: 909ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #292929;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 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--hguspnz {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .header--lvmoduj {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(244,246,247,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .header--uaojret {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .header--tcmaeny {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .head--jxsbhvd {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .head--jxsbhvd:hover {
        color: var(--primary-btn-bg);
      }


      .h--hxlbwqy {
        display: flex;
        gap: 10px;
      }

      .top--bhuzind {
        display: none;
      }
    

@media (max-width: 1024px) {
  .header--tcmaeny {
    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;
  }

  .head--jxsbhvd {
    padding: 10px 0;
    display: block;
  }

  .header--tcmaeny.active {
    opacity: 1;
    visibility: visible;
  }

  .top--bhuzind {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top--bhuzind span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top--bhuzind.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top--bhuzind.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.log--pmdrwao {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log--pmdrwao img {
  max-height: 80px;
}

.primary--limrgjw,
.sec--ialfghm {
  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;
}

.primary--limrgjw {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primary--limrgjw:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec--ialfghm {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec--ialfghm:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footer--apyrhft{
  position: relative;
}
.footer--apyrhft * {
  z-index: 1;
  position: relative;
}


      .txt--iycljrs > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .txt--iycljrs > .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .txt--iycljrs > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


    .pr--mkharbs {
      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);
    }

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

    .pr--mkharbs a:hover {
      opacity: .7;
    }

    .partners--eadswpk {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .footer--apyrhft {
      background: linear-gradient(135deg, #3f99d5 0%, #1f628e 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .footer--apyrhft::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .f--cobnfsr {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .bot--ayphxfz {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .bottom--cipwkag {
      width: 100%;
    }

    .f--xhmosge {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bot--xlorndz {
      color: var(--footer-text-color);
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      padding: 8px 16px;
      border-radius: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .bot--xlorndz:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .bottom--srzpyht {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 20%, var(--primary-btn-bg) 80%, transparent 100%);
      margin: 20px 0;
      opacity: 0.3;
    }

    .footer--oyzkmji {
      text-align: center;
      padding-top: 20px;
    }

    .footer--oyzkmji p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .footer--apyrhft {
        padding: 30px 0 15px;
      }

      .f--xhmosge {
        gap: 15px;
        flex-direction: column;
      }

      .bot--xlorndz {
        font-size: 14px;
        padding: 6px 12px;
      }

      .bot--ayphxfz {
        margin-bottom: 20px;
      }

      .bottom--srzpyht {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .f--xhmosge {
        gap: 10px;
      }

      .bot--xlorndz {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.f--xhmosge li:empty {
  display: none;
}

.main--pyjuncw {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.main--pyjuncw {
  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;
}

.main--pyjuncw svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hero--begktsi{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hr--ewvqdpa {
  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;
}

.table--ronilgt{
  overflow-x: auto;
  width: 100%;
}

.txt--iycljrs {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt--iycljrs p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt--iycljrs ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt--iycljrs ul {
  list-style: none;
}

.txt--iycljrs ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt--iycljrs ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt--iycljrs 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--iycljrs ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 4rem;
      margin-bottom: var(--mb);
      color: var(--text-color);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
      padding: 5px 5px 5px 4rem;
      border-radius: 8px;
      border-left: 4px solid transparent;
      background-clip: padding-box;
    }

    .txt--iycljrs ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      border-left-color: var(--primary-btn-bg);
      background: linear-gradient(135deg, #f1c40f 0%, #a9890a 100%);
      color: white;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    


      .aioseo-breadcrumbs {
        margin: 0.75rem 0;
        padding: 0.25rem 0;
        font-size: 0.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 0.5rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #F1C40F;
        text-decoration: none;
        opacity: 0.7;
        transition: all 0.2s ease;
        padding: 0.125rem 0.25rem;
        border-radius: 3px;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.05);
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.5;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.3;
        margin: 0 0.375rem;
        font-size: 0.75rem;
      }
    


      .txt--iycljrs 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--iycljrs table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .txt--iycljrs table th {
        padding: 16px 28px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .txt--iycljrs table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .txt--iycljrs table tbody tr:last-child {
        border-bottom: none;
      }

      .txt--iycljrs table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .txt--iycljrs table td {
        padding: 20px 33px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .txt--iycljrs table td:first-child {
        font-weight: normal;
      }
    

.txt--iycljrs img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.post--axfwgel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item--lyfaojm {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .col--zbwptlm {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .col--zbwptlm .column--tsxclde:first-child {
        order: 1;
      }

      .col--zbwptlm .column--tsxclde:last-child {
        order: 2;
      }

      .col--zbwptlm h2 {
        margin-top: 0;
      }

      .col--zbwptlm figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .col--zbwptlm figure:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        z-index: 1;
        border-radius: var(--border-radius);
      }

      .col--zbwptlm img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .col--zbwptlm {
          grid-template-columns: 1fr;
        }

        .col--zbwptlm .column--tsxclde:first-child {
          order: 1;
        }

        .col--zbwptlm .column--tsxclde:last-child {
          order: 2;
        }
      }
    

.tb--rowdxjc {
  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%;
}

.tb--rowdxjc p,
.tb--rowdxjc h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb--rowdxjc table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb--rowdxjc table td,
.tb--rowdxjc table th {
  border: 0;
}

.tb--rowdxjc table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb--rowdxjc tr:last-child {
  border-bottom: 0;
}

.tb--rowdxjc h2 {
  margin-top: 0;
}

/*
.cards--umxodvc {
  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);
}
  */

.darked--omgikph {
  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);
}


    .darked--omgikph{
      background: rgba(241,196,15,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(241,196,15,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.darked--omgikph h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hero--begktsi{
    flex-direction: column;
  }

  .hr--ewvqdpa {
    width: 100%;
  }

  .tb--rowdxjc {
    padding: var(--py);
  }

  .darked--omgikph {
    padding: var(--py);
  }
}

.sitemappage--uizkcnp{
  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);
}
.sitemappage--uizkcnp 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;
}
.sitemappage--uizkcnp a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage--uizkcnp 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--dtymwxe {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .fr--vbxfizy {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .fr--aplqvxf {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .fr--aplqvxf h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .frm--cnvkylx {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .form--slbwnjz {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .fr--abyhxfs {
      font-size: 24px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary-btn-bg);
      border-radius: 50%;
      flex-shrink: 0;
    }

    .frm--dxzeqtf {
      color: var(--text-color);
      line-height: 1.5;
    }

    .frm--dxzeqtf strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .fr--ilusfxk {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .form--dlnrfxp {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm--zbfovsn {
      display: flex;
      flex-direction: column;
    }

    .fr--ysdlurt, .frm--mxagjtv {
      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--ysdlurt:focus, .frm--mxagjtv:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm--mxagjtv {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr--ilusfxk button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .fr--ilusfxk button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr--vbxfizy {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .fr--aplqvxf, .fr--ilusfxk {
        padding: 20px;
      }

      .form--dlnrfxp {
        gap: 15px;
      }

      .fr--ysdlurt, .frm--mxagjtv {
        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)
  }
}


        .main--pyjuncw {
            position: relative;
            padding: 133px var(--py) 88px;
            background: linear-gradient(to bottom, #F4F6F7, rgba(142, 68, 173, 0.2), rgba(241, 196, 15, 0.3));
            overflow: hidden;
        }

        .hr--eanzdvh {
            position: absolute;
            top: 21%;
            left: 22%;
            width: 311px;
            height: 328px;
            background: rgba(241, 196, 15, 0.1);
            border-radius: 50%;
            filter: blur(67px);
        }

        .hr--eanzdvh:nth-child(2) {
            bottom: 24%;
            right: 22%;
            width: 274px;
            height: 280px;
            background: rgba(142, 68, 173, 0.2);
        }

        .ban--kcnmfli {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(241, 196, 15, 0.2), transparent);
        }

        .hr--xeplayj {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(241, 196, 15, 0.2), transparent);
        }

        .hero--begktsi {
            max-width: 1091px;
            margin: 0 auto;
            position: relative;
            z-index: 10;
        }

        .hr--ewvqdpa {
            text-align: center;
        }

        .hero--fsrkwbd {
            font-size: clamp(49px, 8vw, 67px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 26px;
            line-height: 1.2;
            letter-spacing: 0.01em;
        }

        .hero--fsrkwbd span {
            background: linear-gradient(to right, #000000, #F1C40F);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .banner--sthpnuv {
            font-size: 17px;
            color: #000000;
            opacity: 0.7;
            max-width: 597px;
            margin: 0 auto;
            margin-bottom: 46px;
            line-height: 1.6;
        }

        .hero--ogqaewz {
            position: absolute;
            bottom: -40px;
            left: 50%;
            transform: translateX(-50%);
            width: 241px;
            height: 4px;
            background: linear-gradient(to right, transparent, #F1C40F, transparent);
            filter: blur(4px);
        }

        @media (max-width: 1024px) {
            .main--pyjuncw {
                padding: 91px var(--py) 76px;
            }

            .hero--fsrkwbd {
                font-size: 40px;
            }

            .banner--sthpnuv {
                font-size: 15px;
            }
        }
        


        .block--jhqnios {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .cards--umxodvc {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .cards--umxodvc::before {
            content: '';
            position: absolute;
            top: 40%;
            left: 25%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #F1C40F20, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .cards--umxodvc:hover::before {
            width: 117px;
            height: 117px;
        }

        .cards--umxodvc:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .cards--umxodvc h3 {
            color: #000000;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .cards--umxodvc:hover h3 {
            color: #F1C40F;
        }

        .cards--umxodvc p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .block--jhqnios {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        