/*!
Theme Name: 1icxuy
Theme URI: #
Version: 7.9.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 1icxuy
*/

:root {
  --text-color: #000000;
  --heading-color: #FF6347;
  --primary-btn-bg: #3CB371;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #FFE4B5;
  --header-text-color: #FF6347;
  --header-border: 1px solid #3CB371;

  --footer-bg-color: #FF69B4;
  --footer-text-color: #000000;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #00FA9A;
  --table-border-color: #FF4500;
  --table-text-color: #000000;

  --body-bg-color: #FFE4B5;
  --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: 72%;
  --banner-padding: 216px;
  --banner-border: 5px solid #3CB371;
  --banner-bg-color: #FFE4B5;
  --banner-text-color: #000000;

  --container-max-width: 1535px;
  --container-padding: 0 15px;
  --border-radius: 16px;
  --py: 22px;
  --py-2: 61px;
  --py-3: 68px;
  --text-align: center;
  --mb: 17px;
  --fz-1: 43.2px;
  --fz-2: 36px;
  --fz-3: 30px;
  --logo-width: 147px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 564ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #0d0d0d;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 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;
}

.fpkbvilcm-container {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .iwdretznu-top {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .qwdgmbaxk-h {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .hxequrkjt-h {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .uszmnyefk-header {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .uszmnyefk-header:hover {
        color: var(--primary-btn-bg);
      }


      .jbafvqsgi-top {
        display: flex;
        gap: 10px;
      }

      .iehzmdola-h {
        display: none;
      }
    

@media (max-width: 1024px) {
  .hxequrkjt-h {
    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;
  }

  .uszmnyefk-header {
    padding: 10px 0;
    display: block;
  }

  .hxequrkjt-h.active {
    opacity: 1;
    visibility: visible;
  }

  .iehzmdola-h {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .iehzmdola-h span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .iehzmdola-h.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .iehzmdola-h.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.zkigtqvnx-brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.zkigtqvnx-brand img {
  max-height: 80px;
}

.bfjiohptv-prim,
.lfspdawjc-secondary {
  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;
}

.bfjiohptv-prim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bfjiohptv-prim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.lfspdawjc-secondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.lfspdawjc-secondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.pgacmwdry-bottom{
  position: relative;
}
.pgacmwdry-bottom * {
  z-index: 1;
  position: relative;
}


      .kqdnvzmtj-txt > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #81d5a7;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .kqdnvzmtj-txt > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .kqdnvzmtj-txt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .pgacmwdry-bottom {
      background: linear-gradient(135deg, #ff85c2 0%, #ff389c 50%, #d10069 100%);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .twyxgbcra-bottom {
      max-width: 1280px;
      margin: 0 auto;
    }

    .duxwtgjyf-bottom {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .qlmjyituk-f {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .erakyxpnz-footer {
      color: var(--footer-text-color);
      opacity: 0.7;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .erakyxpnz-footer:hover {
      color: var(--footer-text-color);
      opacity: 1;
    }

    .hablojegn-f {
      text-align: center;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.5;
    }

    @media (max-width: 768px) {
      .pgacmwdry-bottom {
        padding: 48px 16px;
      }

      .qlmjyituk-f {
        gap: 24px;
      }
    }
    


        .pgacmwdry-bottom:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  linear-gradient(#9e004f 2.6px, transparent 2.6px), linear-gradient(to right, #9e004f 2.6px, #ff9ecf 2.6px);
            background-size: 178px 178px;
            
        }
        

.qlmjyituk-f li:empty {
  display: none;
}

.nzpdhmtcb-ban {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.nzpdhmtcb-ban {
  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;
}

.nzpdhmtcb-ban svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.azwmrjxcd-b{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.tjukempso-hero {
  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;
}

.jrtaudloy-tb{
  overflow-x: auto;
  width: 100%;
}

.kqdnvzmtj-txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.kqdnvzmtj-txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.kqdnvzmtj-txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.kqdnvzmtj-txt ul {
  list-style: none;
}

.kqdnvzmtj-txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.kqdnvzmtj-txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .kqdnvzmtj-txt 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;
    }

    .kqdnvzmtj-txt ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .kqdnvzmtj-txt ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #3cb371 0%, #6ecf99 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: #3CB371;
        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;
      }
    


      .jrtaudloy-tb {
        border: 4px solid var(--table-border-color);
        border-radius: var(--border-radius);
      }

      .kqdnvzmtj-txt table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 0;
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
      }

      .kqdnvzmtj-txt table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .kqdnvzmtj-txt table th {
        padding: 23px 31px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        letter-spacing: 0.05em;
        border: none;
      }

      .kqdnvzmtj-txt table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .kqdnvzmtj-txt table tbody tr:last-child {
        border-bottom: none;
      }

      .kqdnvzmtj-txt table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .kqdnvzmtj-txt table td {
        padding: 16px 32px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
      }

      .kqdnvzmtj-txt table td:first-child {
        font-weight: normal;
      }
    

.kqdnvzmtj-txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.gmyckduvb-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.edxzfjsgw-item {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .honqipzcg-cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .honqipzcg-cols .fledocasz-column:first-child {
        order: 2;
      }

      .honqipzcg-cols .fledocasz-column:last-child {
        order: 1;
      }

      .honqipzcg-cols h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .honqipzcg-cols {
          grid-template-columns: 1fr;
        }

        .honqipzcg-cols .fledocasz-column:first-child {
          order: 1;
        }

        .honqipzcg-cols .fledocasz-column:last-child {
          order: 2;
        }
      }
    

.haympcjxi-tbl {
  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%;
}

.haympcjxi-tbl p,
.haympcjxi-tbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.haympcjxi-tbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.haympcjxi-tbl table td,
.haympcjxi-tbl table th {
  border: 0;
}

.haympcjxi-tbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.haympcjxi-tbl tr:last-child {
  border-bottom: 0;
}

.haympcjxi-tbl h2 {
  margin-top: 0;
}

/*
.kvcgintmf-blocks {
  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);
}
  */

.xjbwvrkce-d {
  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);
}


    .xjbwvrkce-d{
      background: linear-gradient(135deg, #0d0d0d 0%, #262626 100%);
      border-left: 9px solid var(--primary-btn-bg);
    }
    

.xjbwvrkce-d h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .azwmrjxcd-b{
    flex-direction: column;
  }

  .tjukempso-hero {
    width: 100%;
  }

  .haympcjxi-tbl {
    padding: var(--py);
  }

  .xjbwvrkce-d {
    padding: var(--py);
  }
}

.cbqperxdv-map{
  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);
}
.cbqperxdv-map 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;
}
.cbqperxdv-map a:hover {
  color: var(--primary-btn-bg);
}
.cbqperxdv-map h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .satcurekw-frm {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .vgnjshyzk-frm {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .ybwuhjate-frm {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .ybwuhjate-frm h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .hwatrfkze-form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .yvuswjcla-frm {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .pqgtbresa-frm {
      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;
    }

    .msyvneiud-form {
      color: var(--text-color);
      line-height: 1.5;
    }

    .msyvneiud-form strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .gwlkvoqnd-form {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .dorethpws-form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .zylkgoacr-form {
      display: flex;
      flex-direction: column;
    }

    .mvrefnjhg-frm, .dyncgakse-fr {
      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;
    }

    .mvrefnjhg-frm:focus, .dyncgakse-fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .dyncgakse-fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .gwlkvoqnd-form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .gwlkvoqnd-form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .vgnjshyzk-frm {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .ybwuhjate-frm, .gwlkvoqnd-form {
        padding: 20px;
      }

      .dorethpws-form {
        gap: 15px;
      }

      .mvrefnjhg-frm, .dyncgakse-fr {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

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

.or__title {
  font-size: var(--fz-2);
  font-weight: bold;
  color: var(--heading-color);
  margin-bottom: var(--mb);
}

@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)
  }
}


        .iwdretznu-top {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .nzpdhmtcb-ban {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .tjukempso-hero {
            position: relative;
            text-align: center;
            max-width: 61rem;
            margin: 0 auto;
            z-index: 10;
        }

        .pfyqidseo-banner {
            font-size: 59px;
            margin-bottom: var(--mb);
            margin-top: 0;
            line-height: 1.25;
            color: transparent;
            font-weight: 900;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #FF6347 0%, #3CB371 50%, #FFD700 100%);
        }

        .pfyqidseo-banner span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #3CB371 0%, #FFD700 100%);
        }

        .wuyfimlcx-main {
            font-size: 18px;
            color: #000000;
            max-width: 54rem;
            margin: 0 auto var(--mb);
        }

        .jtpcyabwm-main {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#3CB371, 0.2),
                    rgba(#FFD700, 0.2),
                    rgba(#3CB371, 0.2));
            opacity: 0.5;
        }

        .lasyeqiuf-hero {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .lasyeqiuf-hero:nth-child(1) {
            top: 5rem;
            left: 13%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #3CB371, #FFD700);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .lasyeqiuf-hero:nth-child(2) {
            bottom: 5rem;
            right: 50%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #3CB371, #FFD700);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .lasyeqiuf-hero:nth-child(3) {
            top: 60%;
            left: 32%;
            width: 6rem;
            height: 6rem;
            background-image: linear-gradient(to right, #FFD700, #3CB371);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .pfyqidseo-banner {
                font-size: 26px;
                max-width: 100%;
            }

            .nzpdhmtcb-ban {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .wuyfimlcx-main {
                max-width: 100%;
            }

            .lasyeqiuf-hero:nth-child(1),
            .lasyeqiuf-hero:nth-child(2),
            .lasyeqiuf-hero:nth-child(3){
                width: 3rem;
                height: 3rem;
            }
        }

        @keyframes pulse {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: .5;
            }
        }

        @keyframes bounce {

            0%,
            100% {
                transform: translateY(-25%);
                animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            }

            50% {
                transform: translateY(0);
                animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            }
        }
        


        .lpakjwuqy-blocks {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .kvcgintmf-blocks {
            background: #ffffff;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .kvcgintmf-blocks:hover {
            border-color: #3CB371;
            transform: translateY(-4px);
        }

        .kvcgintmf-blocks h3 {
            color: #000000;
        }

        .kvcgintmf-blocks p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .lpakjwuqy-blocks {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        