/*!
Theme Name: ectpwi
Theme URI: #
Version: 6.9.2
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ectpwi
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FF69B4;
  --primary-btn-bg: #32CD32;
  --secondary-btn-bg: #FFA07A;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #1E1E1E;
  --header-text-color: #FF69B4;
  --header-border: 1px solid #32CD32;

  --footer-bg-color: #000000;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #333333;
  --table-border-color: #FF69B4;
  --table-text-color: #ffffff;

  --body-bg-color: #1E1E1E;
  --card-bg-color: #525252;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 65%;
  --banner-padding: 136.8px;
  --banner-border: 1px solid #32CD32;
  --banner-bg-color: #1E1E1E;
  --banner-text-color: #ffffff;

  --container-max-width: 1454px;
  --container-padding: 0 15px;
  --border-radius: 5px;
  --py: 33px;
  --py-2: 77px;
  --py-3: 51px;
  --text-align: center;
  --mb: 24px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 158px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 445ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #ebebeb;
  --contrast-text-color: #333333;
}

* {
  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;
}

.wrapper_ezwxtmvda {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .head_gpnuoaizs {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(30,30,30,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .header_xfjcbklso {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .h_jhenvtsfx {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .head_ascouilvz {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .head_ascouilvz:hover {
        color: var(--primary-btn-bg);
      }


      .header_djawqpxfl {
        display: flex;
        gap: 10px;
      }

      .h_fbanvumhy {
        display: none;
      }
    

@media (max-width: 1024px) {
  .h_jhenvtsfx {
    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_ascouilvz {
    padding: 10px 0;
    display: block;
  }

  .h_jhenvtsfx.active {
    opacity: 1;
    visibility: visible;
  }

  .h_fbanvumhy {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .h_fbanvumhy span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .h_fbanvumhy.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .h_fbanvumhy.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logo_kedjmofws {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logo_kedjmofws img {
  max-height: 80px;
}

.prim_bhsdkywpe,
.alt_dkmgqbvuo {
  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_bhsdkywpe {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim_bhsdkywpe:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_dkmgqbvuo {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_dkmgqbvuo:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bot_hqtreboaw{
  position: relative;
}
.bot_hqtreboaw * {
  z-index: 1;
  position: relative;
}


      .text_esczojvxq > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #32cd32 0%, #28a428 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_esczojvxq > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .text_esczojvxq > .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;
      }
    


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

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

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

    .ps_nwtlipexs {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bot_hqtreboaw {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 48px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .bottom_laykbrpjo {
      max-width: 1280px;
      margin: 0 auto;
    }

    .bot_egzoqbnij {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .f_krwmhnyeo {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .f_krwmhnyeo:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .foot_cpuvzkedg {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .f_lavyrxnmo {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .bot_egzoqbnij {
        gap: 16px;
      }
    }
    



.bot_egzoqbnij li:empty {
  display: none;
}

.b_fcdzpbhoe {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.b_fcdzpbhoe {
  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_fcdzpbhoe svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hr_kpwcbizhf{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.b_rdzqplvxk {
  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;
}

.tb_ywkvixdap{
  overflow-x: auto;
  width: 100%;
}

.text_esczojvxq {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text_esczojvxq p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text_esczojvxq ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text_esczojvxq ul {
  list-style: none;
}

.text_esczojvxq ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text_esczojvxq ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text_esczojvxq 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_esczojvxq ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .text_esczojvxq 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: 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: #32CD32;
        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;
      }
    


      .text_esczojvxq table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
        margin: 0;
      }

      .wp-block-table {
        border-radius: var(--border-radius);
        border: 1px solid #666666;
        box-shadow: 0 25px 50px -12px #666666;
      }

      .text_esczojvxq table thead {
        background-color: #4d4d4d;
      }

      .text_esczojvxq table thead tr {
        border-bottom: 1px solid #666666;
      }

      .text_esczojvxq table th {
        padding: 24px 35px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .text_esczojvxq table tbody tr {
        border-bottom: 1px solid #666666;
      }

      .text_esczojvxq table tbody tr:last-child {
        border-bottom: none;
      }

      .text_esczojvxq table td {
        padding: 25px 28px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .text_esczojvxq table td:first-child {
        font-weight: 500;
      }
    

.text_esczojvxq img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.articles_pbwlxkrdj {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.posts_xkjyaqmvl {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted_vpuzwynom {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .texted_vpuzwynom::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #98e698 50%, transparent 100%);
        z-index: 1;
      }

      .texted_vpuzwynom .col_jtkxmpuzy:first-child {
        position: relative;
        z-index: 2;
        order: 1;
      }

      .texted_vpuzwynom .col_jtkxmpuzy:last-child {
        position: relative;
        z-index: 2;
        order: 2;
        padding-left: 2rem;
      }

      .texted_vpuzwynom figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .texted_vpuzwynom figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #32cd3220 0%, #98e69810 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .texted_vpuzwynom figure:hover::before {
        opacity: 1;
      }

      .texted_vpuzwynom figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .texted_vpuzwynom h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .texted_vpuzwynom h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #32cd32;
        border-radius: 1px;
      }

      .texted_vpuzwynom p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .texted_vpuzwynom {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .texted_vpuzwynom::before {
          display: none;
        }

        .texted_vpuzwynom .col_jtkxmpuzy:first-child {
          order: 1;
        }

        .texted_vpuzwynom .col_jtkxmpuzy:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.table_gnkjzmvxa {
  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_gnkjzmvxa p,
.table_gnkjzmvxa h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table_gnkjzmvxa table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table_gnkjzmvxa table td,
.table_gnkjzmvxa table th {
  border: 0;
}

.table_gnkjzmvxa table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table_gnkjzmvxa tr:last-child {
  border-bottom: 0;
}

.table_gnkjzmvxa h2 {
  margin-top: 0;
}

/*
.cards_huirsgbvc {
  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_eyiakhdjx {
  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_eyiakhdjx{
      background: linear-gradient(135deg, #32cd32 0%, #32cd4c 50%, #32cd99 100%);
      padding: 50px;
    }
    

.dark_eyiakhdjx h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hr_kpwcbizhf{
    flex-direction: column;
  }

  .b_rdzqplvxk {
    width: 100%;
  }

  .table_gnkjzmvxa {
    padding: var(--py);
  }

  .dark_eyiakhdjx {
    padding: var(--py);
  }
}

.map_kvgcfazir{
  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_kvgcfazir 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_kvgcfazir a:hover {
  color: var(--primary-btn-bg);
}
.map_kvgcfazir h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .form_usaoiwcrp {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .fr_bzqlnfyvu {
      display: flex;
      flex-direction: column;
    }

    .fr_brkswizpg, .form_wgrkvuqhc {
      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;
    }

    .fr_brkswizpg:focus, .form_wgrkvuqhc:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .form_wgrkvuqhc {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form_usaoiwcrp button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .form_usaoiwcrp button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form_usaoiwcrp {
        max-width: 100%;
        gap: 15px;
      }

      .fr_brkswizpg, .form_wgrkvuqhc {
        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_fcdzpbhoe {
            position: relative;
            min-height: 591px;
            background: linear-gradient(13deg, #32CD32, #FFA07A);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .b_rdzqplvxk {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .b_fcdzpbhoe::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.1"%3E%3Ccircle cx="30" cy="30" r="2"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
            opacity: 0.3;
        }

        .banner_ivfygnsew {
            position: absolute;
            inset: 0;
            background: linear-gradient(45deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
        }

        .b_yorxcmuws {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1109px;
            max-width: 100%;
            padding: var(--py);
        }

        .b_oplhfvjwm {
            font-size: clamp(2rem, 8vw, 2rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 3rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .b_ybgcaijet {
            font-size: 18px;
            color: #FFFFFF;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .b_oplhfvjwm {
                font-size: 32px;
            }
        }
        


        .rows_iucxqnrjd {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .cards_huirsgbvc {
            background: #525252;
            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_huirsgbvc::before {
            content: '';
            position: absolute;
            top: 54%;
            left: 19%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #32CD3220, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .cards_huirsgbvc:hover::before {
            width: 464px;
            height: 464px;
        }

        .cards_huirsgbvc:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .cards_huirsgbvc h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .cards_huirsgbvc:hover h3 {
            color: #32CD32;
        }

        .cards_huirsgbvc p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .rows_iucxqnrjd {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        