/*!
Theme Name: 3j2s64
Theme URI: #
Version: 2.5.9
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 3j2s64
*/

:root {
  --text-color: #000000;
  --heading-color: #7FFF00;
  --primary-btn-bg: #FF6347;
  --secondary-btn-bg: #FFDAB9;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #7FFF00;
  --header-text-color: #000000;
  --header-border: {{header-border}};

  --footer-bg-color: #A52A2A;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #B22222;
  --table-border-color: #7FFF00;
  --table-text-color: #ffffff;

  --body-bg-color: #FFF0F5;
  --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: left;
  --banner-column: 80%;
  --banner-padding: 144px;
  --banner-border: 0 solid;
  --banner-bg-color: #EEE8AA;
  --banner-text-color: #000000;

  --container-max-width: 1454px;
  --container-padding: 0 15px;
  --border-radius: 21px;
  --py: 17px;
  --py-2: 74px;
  --py-3: 52px;
  --text-align: center;
  --mb: 24px;
  --fz-1: 28.8px;
  --fz-2: 24px;
  --fz-3: 20px;
  --logo-width: 162px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 660ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 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;
}

.wrap-mvqzae {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.head-ligxjq {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.head-foaiub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.top-pwkebq {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.header-enpqgj {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.header-enpqgj:hover {
  color: var(--primary-btn-bg);
}


.top-gjkdaf {
  display: flex;
  gap: 10px;
}

.log-cioktw {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log-cioktw img {
  max-height: 80px;
}

.prim-hnqxml,
.sec-sftagj {
  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-hnqxml {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim-hnqxml:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec-sftagj {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec-sftagj:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bot-ypsbcx{
  position: relative;
}
.bot-ypsbcx * {
  z-index: 1;
  position: relative;
}


    .bot-ypsbcx {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .foot-tqvcje {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .bottom-hcsuoe {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .bottom-xwrnet {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .bottom-xwrnet:hover {
      color: var(--primary-btn-bg);
    }

    .footer-rdochq {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .bottom-jvbprg {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .foot-tqvcje {
        flex-direction: column;
        gap: 20px;
      }
    }
    



.bottom-hcsuoe li:empty {
  display: none;
}

.main-djtcqn {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.main-djtcqn {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.main-djtcqn svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.b-dimqgv{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hero-dgebmt {
  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-docrkj{
  overflow-x: auto;
  width: 100%;
}

.text-vhdsqy {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text-vhdsqy p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text-vhdsqy ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text-vhdsqy ul {
  list-style: none;
}

.text-vhdsqy ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text-vhdsqy ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text-vhdsqy 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-vhdsqy ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .text-vhdsqy ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff6347 0%, #ffa494 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: #FF6347;
        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-vhdsqy table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--mb);
  border: 1px solid var(--table-border-color);
  background-color: var(--table-bg-color);
  color: var(--table-text-color);
}

.text-vhdsqy table th,
.text-vhdsqy table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.text-vhdsqy img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.item-fqeozh {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item-mhpdgl {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .column-ciwemo {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .column-ciwemo .col-cfshka:first-child {
        order: 1;
      }

      .column-ciwemo .col-cfshka:last-child {
        order: 2;
      }

      .column-ciwemo h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .column-ciwemo {
          grid-template-columns: 1fr;
        }

        .column-ciwemo .col-cfshka:first-child {
          order: 1;
        }

        .column-ciwemo .col-cfshka:last-child {
          order: 2;
        }
      }
    

.tbl-xakyfl {
  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-xakyfl p,
.tbl-xakyfl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl-xakyfl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl-xakyfl table td,
.tbl-xakyfl table th {
  border: 0;
}

.tbl-xakyfl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl-xakyfl tr:last-child {
  border-bottom: 0;
}

.tbl-xakyfl h2 {
  margin-top: 0;
}

/*
.cards-danpmc {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.darked-izqbnm {
  position: relative;
  border-radius: var(--border-radius);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}


    .darked-izqbnm{
      background: rgba(255,99,71,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,99,71,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.darked-izqbnm h2 {
  color: inherit;
  margin-top: 0;
}

.top-ndzlkf {
  display: none;
}

@media (max-width: 1024px) {
  .top-pwkebq {
    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;
  }

  .header-enpqgj {
    padding: 10px 0;
    display: block;
  }

  .top-pwkebq.active {
    opacity: 1;
    visibility: visible;
  }

  .top-ndzlkf {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top-ndzlkf span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top-ndzlkf.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top-ndzlkf.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .b-dimqgv{
    flex-direction: column;
  }

  .hero-dgebmt {
    width: 100%;
  }

  .tbl-xakyfl {
    padding: var(--py);
  }

  .darked-izqbnm {
    padding: var(--py);
  }
}

.sm-qhazkf{
  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);
}
.sm-qhazkf 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;
}
.sm-qhazkf a:hover {
  color: var(--primary-btn-bg);
}
.sm-qhazkf 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-xiqymb {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .form-anxcgo {
      display: flex;
      flex-direction: column;
    }

    .form-xcrsbz {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .fr-tcqlnu {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .frm-myplin {
      display: flex;
      flex-direction: column;
    }

    .fr-kylgze, .frm-oatfdh {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--body-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .fr-kylgze:focus, .frm-oatfdh:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm-oatfdh {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form-anxcgo button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .form-anxcgo button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form-xiqymb {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .fr-tcqlnu {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .form-xcrsbz {
        gap: 15px;
      }

      .fr-kylgze, .frm-oatfdh {
        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)
  }
}


        .head-ligxjq {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .main-djtcqn {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .hero-dgebmt {
            position: relative;
            text-align: center;
            max-width: 59rem;
            margin: 0 auto;
            z-index: 10;
        }

        .banner-hmozgk {
            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, #7FFF00 0%, #FF6347 50%, #FFDAB9 100%);
        }

        .banner-hmozgk span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #FF6347 0%, #FFDAB9 100%);
        }

        .ban-xsjwqg {
            font-size: 19px;
            color: #000000;
            max-width: 49rem;
            margin: 0 auto var(--mb);
        }

        .hero-zvxhns {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#FF6347, 0.2),
                    rgba(#FFDAB9, 0.2),
                    rgba(#FF6347, 0.2));
            opacity: 0.5;
        }

        .ban-bsafte {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .ban-bsafte:nth-child(1) {
            top: 5rem;
            left: 58%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #FF6347, #FFDAB9);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .ban-bsafte:nth-child(2) {
            bottom: 4rem;
            right: 75%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #FF6347, #FFDAB9);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .ban-bsafte:nth-child(3) {
            top: 52%;
            left: 33%;
            width: 7rem;
            height: 6rem;
            background-image: linear-gradient(to right, #FFDAB9, #FF6347);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .banner-hmozgk {
                font-size: 29px;
                max-width: 100%;
            }

            .main-djtcqn {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .ban-xsjwqg {
                max-width: 100%;
            }

            .ban-bsafte:nth-child(1),
            .ban-bsafte:nth-child(2),
            .ban-bsafte: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);
            }
        }
        


        .blocks-dczilw {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .cards-danpmc {
            background: #ffffff;
            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;
        }

        .cards-danpmc::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #FF6347, #FFDAB9);
        }

        .cards-danpmc:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .cards-danpmc h3 {
            color: #000000;
        }

        .cards-danpmc p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .blocks-dczilw {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        