/*!
Theme Name: x7q8zg
Theme URI: #
Version: 7.5.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: x7q8zg
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #009688;
  --primary-btn-bg: #26C6DA;
  --secondary-btn-bg: #FFEB3B;
  --primary-btn-color: #000000;
  --secondary-btn-color: #000000;

  --header-bg-color: #FF5722;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #4CAF50;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #009688;
  --table-border-color: #FFC107;
  --table-text-color: #ffffff;

  --body-bg-color: #2D2D2D;
  --card-bg-color: #616161;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 60%;
  --banner-padding: 208.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFEB3B;
  --banner-text-color: #333333;

  --container-max-width: 1000px;
  --container-padding: 0 15px;
  --border-radius: 3px;
  --py: 32px;
  --py-2: 76px;
  --py-3: 73px;
  --text-align: left;
  --mb: 23px;
  --fz-1: 41.76px;
  --fz-2: 34.8px;
  --fz-3: 29px;
  --logo-width: 146px;
  --menu-margin: 0;

  --animation-duration: 437ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #fafafa;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', 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;
}

.wrapper_tnveaphrl {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .header_koxmrdjfw {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .top_uzmqabvfg {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .head_tolfiknbg {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .top_qarbofpch {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #92e2ec;
      }

      .top_qarbofpch:hover {
        color: var(--primary-btn-bg);
      }


      .header_jshzyxwal {
        display: flex;
        gap: 10px;
      }

      .top_xwfklrtcs {
        display: none;
      }
    

@media (max-width: 1024px) {
  .head_tolfiknbg {
    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;
  }

  .top_qarbofpch {
    padding: 10px 0;
    display: block;
  }

  .head_tolfiknbg.active {
    opacity: 1;
    visibility: visible;
  }

  .top_xwfklrtcs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top_xwfklrtcs span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top_xwfklrtcs.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top_xwfklrtcs.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logo_ezhdrxwjo {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logo_ezhdrxwjo img {
  max-height: 80px;
}

.primary_qmikodjzx,
.alt_khgwbrids {
  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_qmikodjzx {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primary_qmikodjzx:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_khgwbrids {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_khgwbrids:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footer_klocexdyg{
  position: relative;
}
.footer_klocexdyg * {
  z-index: 1;
  position: relative;
}


      .text_mvbslpzof > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #26c6da 0%, #1e9eae 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .text_mvbslpzof > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .text_mvbslpzof > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


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

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

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

    .nvs_cljkyieqn {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .footer_klocexdyg {
      background: linear-gradient(135deg, #5cb75f 0%, #3d8a3f 50%, #1e431f 100%);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .footer_qkzuehydc {
      max-width: 1280px;
      margin: 0 auto;
    }

    .bot_tzoqcelyp {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .footer_isevuxywj {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bottom_drijynotv {
      color: var(--footer-text-color);
      opacity: 0.7;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .bottom_drijynotv:hover {
      color: var(--footer-text-color);
      opacity: 1;
    }

    .bot_dikrxfsgt {
      text-align: center;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.5;
    }

    @media (max-width: 768px) {
      .footer_klocexdyg {
        padding: 48px 16px;
      }

      .footer_isevuxywj {
        gap: 24px;
      }
    }
    


        .footer_klocexdyg:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  linear-gradient(135deg, #0e200f 25%, transparent 25%), linear-gradient(225deg, #0e200f 25%, transparent 25%), linear-gradient(45deg, #0e200f 25%, transparent 25%), linear-gradient(315deg, #0e200f 25%, #6ebf70 25%);
            background-position:  95px 0, 95px 0, 0 0, 0 0;
            background-size: 95px 95px;
            background-repeat: repeat;
            
        }
        

.footer_isevuxywj li:empty {
  display: none;
}

.b_zswyjmfnv {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.b_zswyjmfnv {
  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_zswyjmfnv svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ban_givurphtk{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hero_jaoemknpf {
  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_jfiytqpzl{
  overflow-x: auto;
  width: 100%;
}

.text_mvbslpzof {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text_mvbslpzof p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text_mvbslpzof ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text_mvbslpzof ul {
  list-style: none;
}

.text_mvbslpzof ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text_mvbslpzof ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text_mvbslpzof 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;
    }

    .text_mvbslpzof ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .text_mvbslpzof ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #26c6da 0%, #66d6e5 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: #26C6DA;
        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;
      }
    


      .text_mvbslpzof 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(255, 255, 255, 0.05);
        overflow: hidden;
      }

      .text_mvbslpzof table thead tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      }

      .text_mvbslpzof table th {
        padding: 23px 32px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .text_mvbslpzof table tbody tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        transition: background-color 0.2s ease;
      }

      .text_mvbslpzof table tbody tr:last-child {
        border-bottom: none;
      }

      .text_mvbslpzof table tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.02);
      }

      .text_mvbslpzof table td {
        padding: 21px 34px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .text_mvbslpzof table td:first-child {
        font-weight: normal;
      }
    

.text_mvbslpzof img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.blog_kdtmbfquj {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.article_mtoqejncs {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted_gieqsumly {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
        position: relative;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
      }

      .texted_gieqsumly::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #7cdce905 0%, transparent 70%);
        z-index: 0;
      }

      .texted_gieqsumly .texted_ukaicynlg {
        position: relative;
        z-index: 1;
      }

      .texted_gieqsumly .texted_ukaicynlg:first-child {
        order: 2;
      }

      .texted_gieqsumly .texted_ukaicynlg:last-child {
        order: 1;
      }

      .texted_gieqsumly figure {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        transform: perspective(1000px) rotateY(-5deg);
        transition: transform 0.3s ease;
      }

      .texted_gieqsumly figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .texted_gieqsumly figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .texted_gieqsumly h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, var(--text-color) 0%, #26c6da 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .texted_gieqsumly h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #26c6da 0%, #1e9eae 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #26c6da40;
      }

      .texted_gieqsumly p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .texted_gieqsumly {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .texted_gieqsumly .texted_ukaicynlg:first-child {
          order: 1;
        }

        .texted_gieqsumly .texted_ukaicynlg:last-child {
          order: 2;
        }

        .texted_gieqsumly figure {
          transform: none;
        }

        .texted_gieqsumly figure:hover {
          transform: scale(1.02);
        }

        .texted_gieqsumly h2 {
          font-size: 2rem;
        }
      }
    

.table_ufqgedmbz {
  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_ufqgedmbz p,
.table_ufqgedmbz h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table_ufqgedmbz table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table_ufqgedmbz table td,
.table_ufqgedmbz table th {
  border: 0;
}

.table_ufqgedmbz table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table_ufqgedmbz tr:last-child {
  border-bottom: 0;
}

.table_ufqgedmbz h2 {
  margin-top: 0;
}

/*
.row_ehxrlfqto {
  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);
}
  */

.d_iyjbhdgmz {
  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);
}


    .d_iyjbhdgmz{
      border: 2px solid var(--primary-btn-bg);
      color: var(--text-color);
      background-color: var(--body-bg-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.d_iyjbhdgmz h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ban_givurphtk{
    flex-direction: column;
  }

  .hero_jaoemknpf {
    width: 100%;
  }

  .table_ufqgedmbz {
    padding: var(--py);
  }

  .d_iyjbhdgmz {
    padding: var(--py);
  }
}

.map_pkoeqrscb{
  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);
}
.map_pkoeqrscb 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;
}
.map_pkoeqrscb a:hover {
  color: var(--primary-btn-bg);
}
.map_pkoeqrscb 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_txwrqpzvs {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .frm_wmdzjogfk {
      display: flex;
      flex-direction: column;
    }

    .frm_kyasgbzpl, .fr_ufpaitesg {
      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_kyasgbzpl:focus, .fr_ufpaitesg:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr_ufpaitesg {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frm_txwrqpzvs button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .frm_txwrqpzvs button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm_txwrqpzvs {
        max-width: 100%;
        gap: 15px;
      }

      .frm_kyasgbzpl, .fr_ufpaitesg {
        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_zswyjmfnv {
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #26C6DA15, #FFEB3B15);
            min-height: 618px;
            display: flex;
            align-items: center;
        }

        .hero_twldqrcen {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .ban_xfqhauczi {
            position: absolute;
            animation: float 6s ease-in-out infinite;
        }

        .ban_xfqhauczi:nth-child(1) {
            top: 20%;
            right: 10%;
            width: 28px;
            height: 10px;
            background: #26C6DA;
            border-radius: 3px;
            transform: rotate(19deg);
            animation-delay: 0s;
        }

        .ban_xfqhauczi:nth-child(2) {
            bottom: 43%;
            left: 15%;
            width: 16px;
            height: 15px;
            background: #FFEB3B;
            border-radius: 1px;
            animation-delay: 2s;
        }

        .ban_xfqhauczi:nth-child(3) {
            top: 49%;
            left: 29%;
            width: 17px;
            height: 22px;
            background: #009688;
            border-radius: 3px;
            transform: rotate(13deg);
            animation-delay: 4s;
        }

        .hr_rjotieknc {
            position: relative;
            z-index: 10;
            text-align: center;
            max-width: 1089px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .hr_qrvlhkyts {
            font-size: clamp(2rem, 8vw, 2rem);
            font-weight: bold;
            background: linear-gradient(45deg, #26C6DA, #FFEB3B);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 1rem;
        }

        .hero_ckwsvpgxa {
            font-size: 17px;
            color: #333333;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-22px); }
        }

        @media (max-width: 1024px) {
            .hr_qrvlhkyts {
                font-size: 32px;
            }
        }
        


        .blocks_hzjsqgeco {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .row_ehxrlfqto {
            background: #616161;
            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;
        }

        .row_ehxrlfqto::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 8px;
            background: linear-gradient(90deg, #26C6DA, #FFEB3B);
        }

        .row_ehxrlfqto:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .row_ehxrlfqto h3 {
            color: #FFFFFF;
        }

        .row_ehxrlfqto p {
            color: #FFFFFF;
            margin: 0;
        }

        @media (max-width: 768px) {
            .blocks_hzjsqgeco {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        