/*!
Theme Name: 9obh6f
Theme URI: #
Version: 7.5.1
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 9obh6f
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #00FFAB;
  --primary-btn-bg: #FF0050;
  --secondary-btn-bg: #0033FF;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #1A1A1A;
  --header-text-color: #00FFAB;
  --header-border: 1px solid #FF0050;

  --footer-bg-color: #141414;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #4A4A4A;
  --table-border-color: #FFFFFF;
  --table-text-color: #ffffff;

  --body-bg-color: #1A1A1A;
  --card-bg-color: #4d4d4d;
  --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: 75%;
  --banner-padding: 151.2px;
  --banner-border: 2px solid #FF0050;
  --banner-bg-color: #1A1A1A;
  --banner-text-color: #ffffff;

  --container-max-width: 1585px;
  --container-padding: 0 15px;
  --border-radius: 21px;
  --py: 23px;
  --py-2: 65px;
  --py-3: 51px;
  --text-align: left;
  --mb: 23px;
  --fz-1: 30.24px;
  --fz-2: 25.2px;
  --fz-3: 21px;
  --logo-width: 171px;
  --menu-margin: 0;

  --animation-duration: 870ms;
  --animation-type: linear;
  --animation-effect: fadeIn;

  --contrast-bg-color: #e6e6e6;
  --contrast-text-color: #333333;
}

* {
  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;
}

.wrapper--ykcqzvgu {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h--apqvebof {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(26,26,26,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .head--uxhatplf {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .h--dnspykrg {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h--gdxeucbn {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .h--gdxeucbn:hover {
        color: var(--primary-btn-bg);
      }


      .h--yhnfpjab {
        display: flex;
        gap: 10px;
      }

      .header--vxlysmdf {
        display: none;
      }
    

@media (max-width: 1024px) {
  .h--dnspykrg {
    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;
  }

  .h--gdxeucbn {
    padding: 10px 0;
    display: block;
  }

  .h--dnspykrg.active {
    opacity: 1;
    visibility: visible;
  }

  .header--vxlysmdf {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .header--vxlysmdf span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .header--vxlysmdf.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header--vxlysmdf.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.log--mjirghok {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log--mjirghok img {
  max-height: 80px;
}

.p--kadenyjr,
.sec--jiofcgqm {
  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;
}

.p--kadenyjr {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.p--kadenyjr:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec--jiofcgqm {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec--jiofcgqm:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bot--jrmacsnb{
  position: relative;
}
.bot--jrmacsnb * {
  z-index: 1;
  position: relative;
}


      .content--fomztqxe > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ff0050 0%, #cc0041 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%;
      }

      .content--fomztqxe > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .content--fomztqxe > .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;
      }
    


    .bot--jrmacsnb {
      background: linear-gradient(135deg, #212121 0%, #000000 50%, #000000 100%);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .bottom--zposqlmc {
      max-width: 1280px;
      margin: 0 auto;
    }

    .bottom--hvuqyakr {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .foot--mhbvlxsd {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bot--gtqoxsdm {
      color: var(--footer-text-color);
      opacity: 0.7;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .bot--gtqoxsdm:hover {
      color: var(--footer-text-color);
      opacity: 1;
    }

    .f--dbxirejw {
      text-align: center;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.5;
    }

    @media (max-width: 768px) {
      .bot--jrmacsnb {
        padding: 48px 16px;
      }

      .foot--mhbvlxsd {
        gap: 24px;
      }
    }
    



.foot--mhbvlxsd li:empty {
  display: none;
}

.main--cbatvnld {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.main--cbatvnld {
  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--cbatvnld svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.main--ecfqmtil{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.ban--lnmiupxf {
  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--lhtukspn{
  overflow-x: auto;
  width: 100%;
}

.content--fomztqxe {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.content--fomztqxe p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.content--fomztqxe ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.content--fomztqxe ul {
  list-style: none;
}

.content--fomztqxe ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.content--fomztqxe ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .content--fomztqxe ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 1.5rem 0;
      width: max-content;
      max-width: 100%;
      text-align: left;
      display: inline-block;
    }

    .content--fomztqxe ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .content--fomztqxe ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff0050 0%, #ff4d85 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FF0050;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    


      .content--fomztqxe 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.1);
        overflow: hidden;
      }

      .content--fomztqxe table thead tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      }

      .content--fomztqxe table th {
        padding: 15px 15px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        letter-spacing: 0.025em;
        border: none;
      }

      .content--fomztqxe table tbody tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        transition: background-color 0.2s ease;
      }

      .content--fomztqxe table tbody tr:last-child {
        border-bottom: none;
      }

      .content--fomztqxe table tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.02);
      }

      .content--fomztqxe table td {
        padding: 20px 16px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .content--fomztqxe table td:first-child {
        font-weight: normal;
      }
    

.content--fomztqxe img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.article--faxwkrnj {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.article--okfwlaqj {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols--tsrjxoqz {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .cols--tsrjxoqz .texted--rokwhvuz:first-child {
        order: 1;
      }

      .cols--tsrjxoqz .texted--rokwhvuz:last-child {
        order: 2;
      }

      .cols--tsrjxoqz h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .cols--tsrjxoqz {
          grid-template-columns: 1fr;
        }

        .cols--tsrjxoqz .texted--rokwhvuz:first-child {
          order: 1;
        }

        .cols--tsrjxoqz .texted--rokwhvuz:last-child {
          order: 2;
        }
      }
    

.tbl--ciofbdnv {
  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--ciofbdnv p,
.tbl--ciofbdnv h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl--ciofbdnv table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl--ciofbdnv table td,
.tbl--ciofbdnv table th {
  border: 0;
}

.tbl--ciofbdnv table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl--ciofbdnv tr:last-child {
  border-bottom: 0;
}

.tbl--ciofbdnv h2 {
  margin-top: 0;
}

/*
.cards--kxephjyl {
  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);
}
  */

.inv--thirelwk {
  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);
}


    .inv--thirelwk{
      background: linear-gradient(135deg, #ff0050 0%, #ff0026 50%, #ff5900 100%);
      padding: 60px;
    }
    

.inv--thirelwk h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .main--ecfqmtil{
    flex-direction: column;
  }

  .ban--lnmiupxf {
    width: 100%;
  }

  .tbl--ciofbdnv {
    padding: var(--py);
  }

  .inv--thirelwk {
    padding: var(--py);
  }
}

.map--fsvojzcw{
  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--fsvojzcw 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--fsvojzcw a:hover {
  color: var(--primary-btn-bg);
}
.map--fsvojzcw 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--faocuxdv {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .frm--mbcangzp {
      display: flex;
      flex-direction: column;
    }

    .fr--sgykihtv, .frm--yhldnvsp {
      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--sgykihtv:focus, .frm--yhldnvsp:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm--yhldnvsp {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form--faocuxdv button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .form--faocuxdv button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form--faocuxdv {
        max-width: 100%;
        gap: 15px;
      }

      .fr--sgykihtv, .frm--yhldnvsp {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

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

.mzbovec_pr__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)
  }
}


        .h--apqvebof {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .main--cbatvnld {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .ban--lnmiupxf {
            position: relative;
            text-align: center;
            max-width: 62rem;
            margin: 0 auto;
            z-index: 10;
        }

        .main--rwdjboqt {
            font-size: 50px;
            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, #00FFAB 0%, #FF0050 50%, #0033FF 100%);
        }

        .main--rwdjboqt span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #FF0050 0%, #0033FF 100%);
        }

        .banner--ntzjxwdo {
            font-size: 19px;
            color: #ffffff;
            max-width: 48rem;
            margin: 0 auto var(--mb);
        }

        .main--vdswxmhb {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#FF0050, 0.2),
                    rgba(#0033FF, 0.2),
                    rgba(#FF0050, 0.2));
            opacity: 0.5;
        }

        .hr--ftbdavlp {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .hr--ftbdavlp:nth-child(1) {
            top: 4rem;
            left: 89%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #FF0050, #0033FF);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .hr--ftbdavlp:nth-child(2) {
            bottom: 4rem;
            right: 38%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #FF0050, #0033FF);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .hr--ftbdavlp:nth-child(3) {
            top: 53%;
            left: 31%;
            width: 7rem;
            height: 6rem;
            background-image: linear-gradient(to right, #0033FF, #FF0050);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .main--rwdjboqt {
                font-size: 33px;
                max-width: 100%;
            }

            .main--cbatvnld {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .banner--ntzjxwdo {
                max-width: 100%;
            }

            .hr--ftbdavlp:nth-child(1),
            .hr--ftbdavlp:nth-child(2),
            .hr--ftbdavlp: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);
            }
        }
        


        .block--zxmpwnqk {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .cards--kxephjyl {
            background: #4d4d4d;
            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--kxephjyl::before {
            content: '';
            position: absolute;
            top: 99%;
            left: 81%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #FF005020, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .cards--kxephjyl:hover::before {
            width: 338px;
            height: 338px;
        }

        .cards--kxephjyl:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .cards--kxephjyl h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .cards--kxephjyl:hover h3 {
            color: #FF0050;
        }

        .cards--kxephjyl p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .block--zxmpwnqk {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        