/*!
Theme Name: fxh86p
Theme URI: #
Version: 2.5.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fxh86p
*/

:root {
  --text-color: #000000;
  --heading-color: #FF6F40;
  --primary-btn-bg: #7B1FA2;
  --secondary-btn-bg: #FFC107;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #512DA8;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #C2185B;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #BBDEFB;
  --table-border-color: #1E88E5;
  --table-text-color: #02111d;

  --body-bg-color: #BBDEFB;
  --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: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #333333;

  --container-max-width: 1186px;
  --container-padding: 0 15px;
  --border-radius: 27px;
  --py: 23px;
  --py-2: 66px;
  --py-3: 71px;
  --text-align: center;
  --mb: 16px;
  --fz-1: 43.2px;
  --fz-2: 36px;
  --fz-3: 30px;
  --logo-width: 179px;
  --menu-margin: 0;

  --animation-duration: 443ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #0f0f0f;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 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;
}

.onetahwzc--wraper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .tqlpnvxsm--header {
        padding: var(--py) 0;
      }

      .prqwofuhx--h {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .abeokhjud--header {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #bd8fd0;
      }

      .ogxsedhlr--top {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .ogxsedhlr--top:hover {
        color: var(--primary-btn-bg);
      }


      .amlthndvc--top {
        display: flex;
        gap: 10px;
      }

      .gueqdwnfh--h {
        display: none;
      }

      .wbtyuidzp--brand img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .prqwofuhx--h {
          justify-content: space-between;
          flex-direction: row;
        }

        .ogxsedhlr--top {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .abeokhjud--header {
    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;
  }

  .ogxsedhlr--top {
    padding: 10px 0;
    display: block;
  }

  .abeokhjud--header.active {
    opacity: 1;
    visibility: visible;
  }

  .gueqdwnfh--h {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .gueqdwnfh--h span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .gueqdwnfh--h.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .gueqdwnfh--h.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.wbtyuidzp--brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.wbtyuidzp--brand img {
  max-height: 80px;
}

.kzenormjw--primary,
.ajqdbmyxh--second {
  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;
}

.kzenormjw--primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.kzenormjw--primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.ajqdbmyxh--second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.ajqdbmyxh--second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.uakxspgdo--bottom{
  position: relative;
}
.uakxspgdo--bottom * {
  z-index: 1;
  position: relative;
}


      .blsrynpzh--content > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #b14bdd;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .blsrynpzh--content > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .blsrynpzh--content > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

    .rbthvezwl--or a:hover {
      opacity: .7;
    }

    .zfdpgvnlb--pr {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .uakxspgdo--bottom {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .mfsujcidh--f {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .xmjdvsapt--bottom {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .bhufjmdcx--bottom {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .bhufjmdcx--bottom:hover {
      color: var(--primary-btn-bg);
    }

    .ufhcmqbrw--foot {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .lbjuywcsv--foot {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .mfsujcidh--f {
        flex-direction: column;
        gap: 20px;
      }
    }
    



.xmjdvsapt--bottom li:empty {
  display: none;
}

.mrngcapvi--banner {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.mrngcapvi--banner {
  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;
}

.mrngcapvi--banner svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ibupgjmrf--ban{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.aybniudgw--ban {
  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;
}

.dvtpuzqia--tb{
  overflow-x: auto;
  width: 100%;
}

.blsrynpzh--content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.blsrynpzh--content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.blsrynpzh--content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.blsrynpzh--content ul {
  list-style: none;
}

.blsrynpzh--content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.blsrynpzh--content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .blsrynpzh--content ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .blsrynpzh--content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3.5rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
      border: 1px solid #ba60e1;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .blsrynpzh--content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.75rem;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      color: var(--primary-btn-bg);
      width: 2rem;
      height: 2rem;
      border: 2px solid var(--primary-btn-bg);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
    }

    .blsrynpzh--content ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .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: #7B1FA2;
        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;
      }
    


      .blsrynpzh--content 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 #73bcf7;
        overflow: hidden;
      }

      .blsrynpzh--content table thead {
        background-color: #b2dafb;
      }

      .blsrynpzh--content table thead tr {
        border-bottom: 1px solid #73bcf7;
      }

      .blsrynpzh--content table th {
        padding: 24px 34px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .blsrynpzh--content table tbody tr {
        border-bottom: 1px solid #73bcf7;
        transition: background-color 0.2s ease;
      }

      .blsrynpzh--content table tbody tr:last-child {
        border-bottom: none;
      }

      .blsrynpzh--content table tbody tr:hover {
        background-color: #b7dcfb;
      }

      .blsrynpzh--content table td {
        padding: 24px 32px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .blsrynpzh--content table td:first-child {
        font-weight: 500;
      }
    

.blsrynpzh--content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.rsujocztn--post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.rpawgbqke--articles {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .eswhzuxlp--col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .eswhzuxlp--col .ycnahedzk--texted:first-child {
        order: 2;
      }

      .eswhzuxlp--col .ycnahedzk--texted:last-child {
        order: 1;
      }

      .eswhzuxlp--col h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .eswhzuxlp--col {
          grid-template-columns: 1fr;
        }

        .eswhzuxlp--col .ycnahedzk--texted:first-child {
          order: 1;
        }

        .eswhzuxlp--col .ycnahedzk--texted:last-child {
          order: 2;
        }
      }
    

.ysatzdlpm--tb {
  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%;
}

.ysatzdlpm--tb p,
.ysatzdlpm--tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.ysatzdlpm--tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.ysatzdlpm--tb table td,
.ysatzdlpm--tb table th {
  border: 0;
}

.ysatzdlpm--tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.ysatzdlpm--tb tr:last-child {
  border-bottom: 0;
}

.ysatzdlpm--tb h2 {
  margin-top: 0;
}

/*
.rtedaczfx--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);
}
  */

.ateqgmwjl--invert {
  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);
}


    .ateqgmwjl--invert{
      border: 2px solid var(--primary-btn-bg);
      color: var(--text-color);
      background-color: var(--body-bg-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.ateqgmwjl--invert h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ibupgjmrf--ban{
    flex-direction: column;
  }

  .aybniudgw--ban {
    width: 100%;
  }

  .ysatzdlpm--tb {
    padding: var(--py);
  }

  .ateqgmwjl--invert {
    padding: var(--py);
  }
}

.adlvqzbit--sitemap{
  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);
}
.adlvqzbit--sitemap 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;
}
.adlvqzbit--sitemap a:hover {
  color: var(--primary-btn-bg);
}
.adlvqzbit--sitemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .qtlxfjvmw--fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .thmzcaydg--frm {
      display: flex;
      flex-direction: column;
    }

    .rnuwcfzqv--form, .vzhmsxlca--frm {
      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;
    }

    .rnuwcfzqv--form:focus, .vzhmsxlca--frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .vzhmsxlca--frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .qtlxfjvmw--fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .qtlxfjvmw--fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .qtlxfjvmw--fr {
        max-width: 100%;
        gap: 15px;
      }

      .rnuwcfzqv--form, .vzhmsxlca--frm {
        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)
  }
}


        .mrngcapvi--banner {
            position: relative;
            padding: 129px var(--py) 165px;
            background-color: #BBDEFB;
            overflow: hidden;
        }

        .jfireyhvd--ban {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .pohqiuxgc--hr {
            position: absolute;
            top: 34%;
            left: 49%;
            width: 561px;
            height: 643px;
            background: radial-gradient(circle, rgba(123, 31, 162, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(75px);
        }

        .pohqiuxgc--hr:nth-child(2) {
            top: 37%;
            left: 23%;
            width: 443px;
            height: 569px;
            background: radial-gradient(circle, rgba(255, 193, 7, 0.05) 0%, transparent 70%);
        }

        .ibupgjmrf--ban {
            max-width: 813px;
            margin: 0 auto;
        }

        .wdnocpexa--hero {
            font-size: clamp(55px, 8vw, 86px);
            color: #333333;
            margin-bottom: 25px;
            line-height: 1.1;
            letter-spacing: -0.02em;
            text-align: center;
        }

        .glwrtedmi--banner {
            font-size: 14px;
            color: #333333;
            opacity: 0.4;
            max-width: 419px;
            margin: 0 auto 35px;
            line-height: 1.6;
            text-align: center;
        }

        .aybniudgw--ban {
            text-align: center;
        }

        @media (max-width: 1024px) {
            .mrngcapvi--banner {
                padding: 96px var(--py) 100px;
            }

            .wdnocpexa--hero {
                font-size: 41px;
            }

            .glwrtedmi--banner {
                font-size: 14px;
            }
        }
        


        .hrtbxqzgv--rows {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .rtedaczfx--blocks {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border-left: 2px solid #7B1FA2;
        }

        .rtedaczfx--blocks:nth-child(even) {
            border-left-color: #FFC107;
            margin-left: 14px;
        }

        .rtedaczfx--blocks:nth-child(odd) {
            margin-right: 14px;
        }

        .rtedaczfx--blocks::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #7B1FA205, #FFC10705);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .rtedaczfx--blocks:hover::before {
            opacity: 1;
        }

        .rtedaczfx--blocks:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .rtedaczfx--blocks h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .rtedaczfx--blocks p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .hrtbxqzgv--rows {
                max-width: 100%;
            }

            .rtedaczfx--blocks:nth-child(even),
            .rtedaczfx--blocks:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        