/*!
Theme Name: 7h2jlq
Theme URI: #
Version: 3.9.8
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 7h2jlq
*/

:root {
  --text-color: #333333;
  --heading-color: #9C27B0;
  --primary-btn-bg: #FFC107;
  --secondary-btn-bg: #03A9F4;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FAFAFA;
  --header-text-color: #9C27B0;
  --header-border: 1px solid #FFC107;

  --footer-bg-color: #E0E0E0;
  --footer-text-color: #333333;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #BDBDBD;
  --table-text-color: #333333;

  --body-bg-color: #FAFAFA;
  --card-bg-color: #ffffff;
  --card-text-color: #333333;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 65%;
  --banner-padding: 180px;
  --banner-border: 3px solid #FFC107;
  --banner-bg-color: #FAFAFA;
  --banner-text-color: #000000;

  --container-max-width: 1563px;
  --container-padding: 0 15px;
  --border-radius: 25px;
  --py: 16px;
  --py-2: 77px;
  --py-3: 77px;
  --text-align: left;
  --mb: 21px;
  --fz-1: 36px;
  --fz-2: 30px;
  --fz-3: 25px;
  --logo-width: 139px;
  --menu-margin: 0;

  --animation-duration: 606ms;
  --animation-type: ease-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #2e2e2e;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', 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;
}

.c_xezrwgjd {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h_hqugdbnt {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(250,250,250,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .header_gqrhdmnt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .header_bkrvxyjs {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .head_qgamhfiz {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .head_qgamhfiz:hover {
        color: var(--primary-btn-bg);
      }


      .header_zfgniuvs {
        display: flex;
        gap: 10px;
      }

      .h_gxfayldi {
        display: none;
      }
    

@media (max-width: 1024px) {
  .header_bkrvxyjs {
    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_qgamhfiz {
    padding: 10px 0;
    display: block;
  }

  .header_bkrvxyjs.active {
    opacity: 1;
    visibility: visible;
  }

  .h_gxfayldi {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .h_gxfayldi span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .h_gxfayldi.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .h_gxfayldi.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logo_vkhtwagl {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logo_vkhtwagl img {
  max-height: 80px;
}

.first_pzaetfom,
.sec_lnshbpey {
  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;
}

.first_pzaetfom {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first_pzaetfom:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec_lnshbpey {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec_lnshbpey:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footer_gwojfdit{
  position: relative;
}
.footer_gwojfdit * {
  z-index: 1;
  position: relative;
}


      .content_lryaxsjd > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .content_lryaxsjd > .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;
      }

      .content_lryaxsjd > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

    .our_yvuxmwib a:hover {
      opacity: .7;
    }

    .lks_uzesgkcl {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .footer_gwojfdit {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .foot_wngdlbzr {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .foot_kgxoysnt {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .f_vfdtolwu {
      display: flex;
      flex-direction: column;
    }

    .footer_qsowxyfg {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .bottom_vjsgackd {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .footer_rlcvujty {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .footer_rlcvujty:hover {
      color: var(--primary-btn-bg);
    }

    .bottom_bgvijqnp {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .f_jkeqpxwh {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .foot_kuawgpnv {
      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_kuawgpnv::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .foot_kgxoysnt {
        flex-direction: column;
      }
    }
    



.bottom_vjsgackd li:empty {
  display: none;
}

.hero_dblxsovt {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hero_dblxsovt {
  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;
}

.hero_dblxsovt svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hero_vcarmwdf{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.banner_oxjgfywc {
  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_unpmkhig{
  overflow-x: auto;
  width: 100%;
}

.content_lryaxsjd {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.content_lryaxsjd p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.content_lryaxsjd ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.content_lryaxsjd ul {
  list-style: none;
}

.content_lryaxsjd ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.content_lryaxsjd ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .content_lryaxsjd 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;
    }

    .content_lryaxsjd ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .content_lryaxsjd ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ffc107 0%, #ffd452 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: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FFC107;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    


      .content_lryaxsjd 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;
      }

      .content_lryaxsjd table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .content_lryaxsjd table th {
        padding: 17px 30px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .content_lryaxsjd table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .content_lryaxsjd table tbody tr:last-child {
        border-bottom: none;
      }

      .content_lryaxsjd table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .content_lryaxsjd table td {
        padding: 17px 33px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .content_lryaxsjd table td:first-child {
        font-weight: normal;
      }
    

.content_lryaxsjd img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.blog_mriyzjul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.posts_xmwczlyg {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols_zemkdrot {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .cols_zemkdrot .texted_phetyagr:first-child {
        order: 2;
      }

      .cols_zemkdrot .texted_phetyagr:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .cols_zemkdrot h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .cols_zemkdrot h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #ffc107 0%, #ffda6b 100%);
        border-radius: 2px;
      }

      .cols_zemkdrot figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .cols_zemkdrot figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .cols_zemkdrot figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .cols_zemkdrot {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .cols_zemkdrot .texted_phetyagr:first-child {
          order: 1;
        }

        .cols_zemkdrot .texted_phetyagr:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.tbl_snlxrftk {
  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%;
}

.tbl_snlxrftk p,
.tbl_snlxrftk h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl_snlxrftk table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl_snlxrftk table td,
.tbl_snlxrftk table th {
  border: 0;
}

.tbl_snlxrftk table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl_snlxrftk tr:last-child {
  border-bottom: 0;
}

.tbl_snlxrftk h2 {
  margin-top: 0;
}

/*
.block_qfvlaryh {
  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);
}
  */

.invert_zntvwfmh {
  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);
}


    .invert_zntvwfmh{
      background: linear-gradient(135deg, #ffc107 0%, #ffea05 50%, #97ff05 100%);
      padding: 58px;
    }
    

.invert_zntvwfmh h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hero_vcarmwdf{
    flex-direction: column;
  }

  .banner_oxjgfywc {
    width: 100%;
  }

  .tbl_snlxrftk {
    padding: var(--py);
  }

  .invert_zntvwfmh {
    padding: var(--py);
  }
}

.sitemappage_upnyhvfl{
  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_upnyhvfl 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_upnyhvfl a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage_upnyhvfl h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fr_ofenszbk {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .fr_pnjeuwry {
      display: flex;
      flex-direction: column;
    }

    .frm_imdlrqsy, .frm_qftkbpwy {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--table-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .frm_imdlrqsy:focus, .frm_qftkbpwy:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm_qftkbpwy {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr_ofenszbk button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .fr_ofenszbk button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr_ofenszbk {
        max-width: 100%;
        gap: 15px;
      }

      .frm_imdlrqsy, .frm_qftkbpwy {
        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)
  }
}


        .hero_dblxsovt {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 42px var(--py) 88px;
            overflow: hidden;
        }

        .ban_hmfnqtky {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .b_xmqlurpk {
            position: absolute;
            border-radius: 50%;
            filter: blur(86px);
        }

        .b_xmqlurpk:nth-child(1) {
            top: 30%;
            left: 24%;
            width: 354px;
            height: 389px;
            background: rgba(255, 193, 7, 0.1);
        }

        .b_xmqlurpk:nth-child(2) {
            top: 35%;
            right: 26%;
            width: 325px;
            height: 272px;
            background: rgba(3, 169, 244, 0.1);
        }

        .b_xmqlurpk:nth-child(3) {
            bottom: 29%;
            left: 42%;
            width: 281px;
            height: 278px;
            background: rgba(255, 193, 7, 0.15);
        }

        .b_qveafgox {
            position: relative;
            width: 100%;
            text-align: center;
            max-width: 1020px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(22px);
            border-radius: 34px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 73px;
            box-shadow: 0 12px 43px rgba(0, 0, 0, 0.3);
        }

        .b_qveafgox::before {
            content: '';
            position: absolute;
            top: -42px;
            right: -40px;
            width: 159px;
            height: 124px;
            background: linear-gradient(to bottom right, rgba(255, 193, 7, 0.2), transparent);
            border-radius: 50%;
            filter: blur(39px);
        }

        .b_qveafgox::after {
            content: '';
            position: absolute;
            bottom: -42px;
            left: -43px;
            width: 122px;
            height: 102px;
            background: linear-gradient(to top left, rgba(3, 169, 244, 0.2), transparent);
            border-radius: 50%;
            filter: blur(40px);
        }

        .main_capxnlyt {
            position: absolute;
            border-radius: 50%;
            animation: pulse 2s ease-in-out infinite;
        }

        .main_capxnlyt:nth-child(1) {
            top: 21px;
            right: 60px;
            width: 8px;
            height: 9px;
            background: #FFC107;
            animation-delay: 0s;
        }

        .main_capxnlyt:nth-child(2) {
            bottom: 43px;
            left: 54px;
            width: 6px;
            height: 8px;
            background: #03A9F4;
            animation-delay: 0.5s;
        }

        .main_capxnlyt:nth-child(3) {
            top: 80px;
            left: 63px;
            width: 5px;
            height: 4px;
            background: white;
            animation-delay: 1s;
        }

        .banner_azqyvkcl {
            font-size: clamp(52px, 8vw, 83px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 31px;
            line-height: 1.1;
            letter-spacing: 0.02em;
            text-align: center;
        }

        .banner_azqyvkcl .italic {
            font-style: italic;
            color: #FFC107;
            opacity: 0.9;
        }

        .ban_jrngwahp {
            font-size: 17px;
            color: #000000;
            opacity: 0.7;
            max-width: 648px;
            margin: 0 auto 37px;
            line-height: 1.6;
            text-align: center;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.1); }
        }

        @media (max-width: 1024px) {
            .b_qveafgox {
                padding: 52px;
            }

            .banner_azqyvkcl {
                font-size: 45px;
            }

            .ban_jrngwahp {
                font-size: 16px;
            }
        }
        


        .block_vnyjcftx {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .block_qfvlaryh {
            background: #ffffff;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .block_qfvlaryh:hover {
            border-color: #FFC107;
            transform: translateY(-4px);
        }

        .block_qfvlaryh h3 {
            color: #333333;
        }

        .block_qfvlaryh p {
            color: #333333;
            margin: 0;
        }

        @media (max-width: 768px) {
            .block_vnyjcftx {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        